MeasureStopMode.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. 
  2. namespace OTSMeasureApp._3_OTSDisplaySourceGridData
  3. {
  4. partial class MeasureStopMode
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.cB_FieldMode = new System.Windows.Forms.CheckBox();
  30. this.tB_FieldMode = new System.Windows.Forms.TextBox();
  31. this.tB_ParticleMode = new System.Windows.Forms.TextBox();
  32. this.cB_ParticleMode = new System.Windows.Forms.CheckBox();
  33. this.tB_TimeMode = new System.Windows.Forms.TextBox();
  34. this.cB_TimeMode = new System.Windows.Forms.CheckBox();
  35. this.cB_CoverMode = new System.Windows.Forms.CheckBox();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.cB_AreaMode = new System.Windows.Forms.CheckBox();
  40. this.tB_AreaMode = new System.Windows.Forms.TextBox();
  41. this.bt_ok = new System.Windows.Forms.Button();
  42. this.groupBox1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // cB_FieldMode
  46. //
  47. this.cB_FieldMode.AutoSize = true;
  48. this.cB_FieldMode.Location = new System.Drawing.Point(50, 128);
  49. this.cB_FieldMode.Name = "cB_FieldMode";
  50. this.cB_FieldMode.Size = new System.Drawing.Size(120, 19);
  51. this.cB_FieldMode.TabIndex = 0;
  52. this.cB_FieldMode.Text = "3.终止帧图数";
  53. this.cB_FieldMode.UseVisualStyleBackColor = true;
  54. //
  55. // tB_FieldMode
  56. //
  57. this.tB_FieldMode.Location = new System.Drawing.Point(247, 122);
  58. this.tB_FieldMode.Name = "tB_FieldMode";
  59. this.tB_FieldMode.Size = new System.Drawing.Size(164, 25);
  60. this.tB_FieldMode.TabIndex = 1;
  61. //
  62. // tB_ParticleMode
  63. //
  64. this.tB_ParticleMode.Location = new System.Drawing.Point(247, 78);
  65. this.tB_ParticleMode.Name = "tB_ParticleMode";
  66. this.tB_ParticleMode.Size = new System.Drawing.Size(164, 25);
  67. this.tB_ParticleMode.TabIndex = 3;
  68. //
  69. // cB_ParticleMode
  70. //
  71. this.cB_ParticleMode.AutoSize = true;
  72. this.cB_ParticleMode.Location = new System.Drawing.Point(50, 84);
  73. this.cB_ParticleMode.Name = "cB_ParticleMode";
  74. this.cB_ParticleMode.Size = new System.Drawing.Size(135, 19);
  75. this.cB_ParticleMode.TabIndex = 2;
  76. this.cB_ParticleMode.Text = "2.终止夹杂物数";
  77. this.cB_ParticleMode.UseVisualStyleBackColor = true;
  78. //
  79. // tB_TimeMode
  80. //
  81. this.tB_TimeMode.Location = new System.Drawing.Point(247, 169);
  82. this.tB_TimeMode.Name = "tB_TimeMode";
  83. this.tB_TimeMode.Size = new System.Drawing.Size(164, 25);
  84. this.tB_TimeMode.TabIndex = 5;
  85. //
  86. // cB_TimeMode
  87. //
  88. this.cB_TimeMode.AutoSize = true;
  89. this.cB_TimeMode.Location = new System.Drawing.Point(50, 175);
  90. this.cB_TimeMode.Name = "cB_TimeMode";
  91. this.cB_TimeMode.Size = new System.Drawing.Size(105, 19);
  92. this.cB_TimeMode.TabIndex = 4;
  93. this.cB_TimeMode.Text = "4.终止时间";
  94. this.cB_TimeMode.UseVisualStyleBackColor = true;
  95. //
  96. // cB_CoverMode
  97. //
  98. this.cB_CoverMode.AutoSize = true;
  99. this.cB_CoverMode.Location = new System.Drawing.Point(50, 42);
  100. this.cB_CoverMode.Name = "cB_CoverMode";
  101. this.cB_CoverMode.Size = new System.Drawing.Size(135, 19);
  102. this.cB_CoverMode.TabIndex = 6;
  103. this.cB_CoverMode.Text = "1.覆盖测量区域";
  104. this.cB_CoverMode.UseVisualStyleBackColor = true;
  105. //
  106. // groupBox1
  107. //
  108. this.groupBox1.Controls.Add(this.label2);
  109. this.groupBox1.Controls.Add(this.label1);
  110. this.groupBox1.Controls.Add(this.cB_AreaMode);
  111. this.groupBox1.Controls.Add(this.tB_AreaMode);
  112. this.groupBox1.Controls.Add(this.bt_ok);
  113. this.groupBox1.Controls.Add(this.cB_FieldMode);
  114. this.groupBox1.Controls.Add(this.cB_CoverMode);
  115. this.groupBox1.Controls.Add(this.tB_FieldMode);
  116. this.groupBox1.Controls.Add(this.tB_TimeMode);
  117. this.groupBox1.Controls.Add(this.cB_ParticleMode);
  118. this.groupBox1.Controls.Add(this.cB_TimeMode);
  119. this.groupBox1.Controls.Add(this.tB_ParticleMode);
  120. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  121. this.groupBox1.Name = "groupBox1";
  122. this.groupBox1.Size = new System.Drawing.Size(495, 319);
  123. this.groupBox1.TabIndex = 7;
  124. this.groupBox1.TabStop = false;
  125. this.groupBox1.Text = "测量结束方式";
  126. //
  127. // label2
  128. //
  129. this.label2.AutoSize = true;
  130. this.label2.Location = new System.Drawing.Point(419, 222);
  131. this.label2.Name = "label2";
  132. this.label2.Size = new System.Drawing.Size(67, 15);
  133. this.label2.TabIndex = 11;
  134. this.label2.Text = "平方毫米";
  135. //
  136. // label1
  137. //
  138. this.label1.AutoSize = true;
  139. this.label1.Location = new System.Drawing.Point(419, 176);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(22, 15);
  142. this.label1.TabIndex = 10;
  143. this.label1.Text = "秒";
  144. //
  145. // cB_AreaMode
  146. //
  147. this.cB_AreaMode.AutoSize = true;
  148. this.cB_AreaMode.Location = new System.Drawing.Point(50, 220);
  149. this.cB_AreaMode.Name = "cB_AreaMode";
  150. this.cB_AreaMode.Size = new System.Drawing.Size(165, 19);
  151. this.cB_AreaMode.TabIndex = 8;
  152. this.cB_AreaMode.Text = "5.终止测量区域面积";
  153. this.cB_AreaMode.UseVisualStyleBackColor = true;
  154. //
  155. // tB_AreaMode
  156. //
  157. this.tB_AreaMode.Location = new System.Drawing.Point(247, 219);
  158. this.tB_AreaMode.Name = "tB_AreaMode";
  159. this.tB_AreaMode.Size = new System.Drawing.Size(164, 25);
  160. this.tB_AreaMode.TabIndex = 9;
  161. //
  162. // bt_ok
  163. //
  164. this.bt_ok.Location = new System.Drawing.Point(375, 271);
  165. this.bt_ok.Name = "bt_ok";
  166. this.bt_ok.Size = new System.Drawing.Size(112, 33);
  167. this.bt_ok.TabIndex = 7;
  168. this.bt_ok.Text = "确 定";
  169. this.bt_ok.UseVisualStyleBackColor = true;
  170. this.bt_ok.Click += new System.EventHandler(this.bt_ok_Click);
  171. //
  172. // MeasureStopMode
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.ClientSize = new System.Drawing.Size(519, 335);
  177. this.ControlBox = false;
  178. this.Controls.Add(this.groupBox1);
  179. this.MaximizeBox = false;
  180. this.MaximumSize = new System.Drawing.Size(537, 382);
  181. this.MinimizeBox = false;
  182. this.MinimumSize = new System.Drawing.Size(537, 382);
  183. this.Name = "MeasureStopMode";
  184. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  185. this.Text = "MeasureStopMode";
  186. this.Load += new System.EventHandler(this.MeasureStopMode_Load);
  187. this.groupBox1.ResumeLayout(false);
  188. this.groupBox1.PerformLayout();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.CheckBox cB_FieldMode;
  193. private System.Windows.Forms.TextBox tB_FieldMode;
  194. private System.Windows.Forms.TextBox tB_ParticleMode;
  195. private System.Windows.Forms.CheckBox cB_ParticleMode;
  196. private System.Windows.Forms.TextBox tB_TimeMode;
  197. private System.Windows.Forms.CheckBox cB_TimeMode;
  198. private System.Windows.Forms.CheckBox cB_CoverMode;
  199. private System.Windows.Forms.GroupBox groupBox1;
  200. private System.Windows.Forms.Button bt_ok;
  201. private System.Windows.Forms.CheckBox cB_AreaMode;
  202. private System.Windows.Forms.TextBox tB_AreaMode;
  203. private System.Windows.Forms.Label label2;
  204. private System.Windows.Forms.Label label1;
  205. }
  206. }