DebrisCalipersSetDialog.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace Metis.GeneralAnalysis
  2. {
  3. partial class DebrisCalipersSetDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox2 = new System.Windows.Forms.GroupBox();
  29. this.checkBox3 = new System.Windows.Forms.CheckBox();
  30. this.checkBox4 = new System.Windows.Forms.CheckBox();
  31. this.checkBox2 = new System.Windows.Forms.CheckBox();
  32. this.checkBox1 = new System.Windows.Forms.CheckBox();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.comboBox1 = new System.Windows.Forms.ComboBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.btn_Close = new System.Windows.Forms.Button();
  44. this.btn_Save = new System.Windows.Forms.Button();
  45. this.groupBox2.SuspendLayout();
  46. this.groupBox1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // groupBox2
  50. //
  51. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.groupBox2.Controls.Add(this.checkBox3);
  54. this.groupBox2.Controls.Add(this.checkBox4);
  55. this.groupBox2.Controls.Add(this.checkBox2);
  56. this.groupBox2.Controls.Add(this.checkBox1);
  57. this.groupBox2.Controls.Add(this.label7);
  58. this.groupBox2.Controls.Add(this.label6);
  59. this.groupBox2.Controls.Add(this.textBox1);
  60. this.groupBox2.Controls.Add(this.label5);
  61. this.groupBox2.Controls.Add(this.comboBox1);
  62. this.groupBox2.Controls.Add(this.label4);
  63. this.groupBox2.Controls.Add(this.label3);
  64. this.groupBox2.Controls.Add(this.label2);
  65. this.groupBox2.Controls.Add(this.label1);
  66. this.groupBox2.Location = new System.Drawing.Point(3, 60);
  67. this.groupBox2.Name = "groupBox2";
  68. this.groupBox2.Size = new System.Drawing.Size(350, 185);
  69. this.groupBox2.TabIndex = 5;
  70. this.groupBox2.TabStop = false;
  71. this.groupBox2.Text = "条件设置";
  72. //
  73. // checkBox3
  74. //
  75. this.checkBox3.AutoSize = true;
  76. this.checkBox3.Location = new System.Drawing.Point(175, 91);
  77. this.checkBox3.Name = "checkBox3";
  78. this.checkBox3.Size = new System.Drawing.Size(54, 16);
  79. this.checkBox3.TabIndex = 21;
  80. this.checkBox3.Text = " 正序";
  81. this.checkBox3.UseVisualStyleBackColor = true;
  82. this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  83. //
  84. // checkBox4
  85. //
  86. this.checkBox4.AutoSize = true;
  87. this.checkBox4.Checked = true;
  88. this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
  89. this.checkBox4.Location = new System.Drawing.Point(106, 92);
  90. this.checkBox4.Name = "checkBox4";
  91. this.checkBox4.Size = new System.Drawing.Size(54, 16);
  92. this.checkBox4.TabIndex = 20;
  93. this.checkBox4.Text = " 倒序";
  94. this.checkBox4.UseVisualStyleBackColor = true;
  95. this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
  96. //
  97. // checkBox2
  98. //
  99. this.checkBox2.AutoSize = true;
  100. this.checkBox2.Location = new System.Drawing.Point(175, 27);
  101. this.checkBox2.Name = "checkBox2";
  102. this.checkBox2.Size = new System.Drawing.Size(42, 16);
  103. this.checkBox2.TabIndex = 19;
  104. this.checkBox2.Text = " 否";
  105. this.checkBox2.UseVisualStyleBackColor = true;
  106. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  107. //
  108. // checkBox1
  109. //
  110. this.checkBox1.AutoSize = true;
  111. this.checkBox1.Checked = true;
  112. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  113. this.checkBox1.Location = new System.Drawing.Point(106, 28);
  114. this.checkBox1.Name = "checkBox1";
  115. this.checkBox1.Size = new System.Drawing.Size(42, 16);
  116. this.checkBox1.TabIndex = 18;
  117. this.checkBox1.Text = " 是";
  118. this.checkBox1.UseVisualStyleBackColor = true;
  119. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  120. //
  121. // label7
  122. //
  123. this.label7.AutoSize = true;
  124. this.label7.ForeColor = System.Drawing.Color.Red;
  125. this.label7.Location = new System.Drawing.Point(204, 160);
  126. this.label7.Name = "label7";
  127. this.label7.Size = new System.Drawing.Size(119, 12);
  128. this.label7.TabIndex = 17;
  129. this.label7.Text = "输入为0表示全部输出";
  130. //
  131. // label6
  132. //
  133. this.label6.AutoSize = true;
  134. this.label6.Location = new System.Drawing.Point(218, 132);
  135. this.label6.Name = "label6";
  136. this.label6.Size = new System.Drawing.Size(17, 12);
  137. this.label6.TabIndex = 16;
  138. this.label6.Text = "条";
  139. //
  140. // textBox1
  141. //
  142. this.textBox1.Location = new System.Drawing.Point(126, 129);
  143. this.textBox1.Name = "textBox1";
  144. this.textBox1.Size = new System.Drawing.Size(85, 21);
  145. this.textBox1.TabIndex = 15;
  146. this.textBox1.Text = "0";
  147. //
  148. // label5
  149. //
  150. this.label5.AutoSize = true;
  151. this.label5.Location = new System.Drawing.Point(104, 132);
  152. this.label5.Name = "label5";
  153. this.label5.Size = new System.Drawing.Size(17, 12);
  154. this.label5.TabIndex = 14;
  155. this.label5.Text = "前";
  156. //
  157. // comboBox1
  158. //
  159. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  160. this.comboBox1.FormattingEnabled = true;
  161. this.comboBox1.Location = new System.Drawing.Point(106, 59);
  162. this.comboBox1.Name = "comboBox1";
  163. this.comboBox1.Size = new System.Drawing.Size(154, 20);
  164. this.comboBox1.TabIndex = 11;
  165. //
  166. // label4
  167. //
  168. this.label4.AutoSize = true;
  169. this.label4.Location = new System.Drawing.Point(22, 132);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(65, 12);
  172. this.label4.TabIndex = 3;
  173. this.label4.Text = "导出记录:";
  174. //
  175. // label3
  176. //
  177. this.label3.AutoSize = true;
  178. this.label3.Location = new System.Drawing.Point(22, 96);
  179. this.label3.Name = "label3";
  180. this.label3.Size = new System.Drawing.Size(65, 12);
  181. this.label3.TabIndex = 2;
  182. this.label3.Text = "排序方式:";
  183. //
  184. // label2
  185. //
  186. this.label2.AutoSize = true;
  187. this.label2.Location = new System.Drawing.Point(22, 62);
  188. this.label2.Name = "label2";
  189. this.label2.Size = new System.Drawing.Size(65, 12);
  190. this.label2.TabIndex = 1;
  191. this.label2.Text = "排序选项:";
  192. //
  193. // label1
  194. //
  195. this.label1.AutoSize = true;
  196. this.label1.Location = new System.Drawing.Point(22, 28);
  197. this.label1.Name = "label1";
  198. this.label1.Size = new System.Drawing.Size(65, 12);
  199. this.label1.TabIndex = 0;
  200. this.label1.Text = "是否导出:";
  201. //
  202. // groupBox1
  203. //
  204. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.groupBox1.Controls.Add(this.btn_Close);
  207. this.groupBox1.Controls.Add(this.btn_Save);
  208. this.groupBox1.Location = new System.Drawing.Point(4, 3);
  209. this.groupBox1.Name = "groupBox1";
  210. this.groupBox1.Size = new System.Drawing.Size(349, 51);
  211. this.groupBox1.TabIndex = 4;
  212. this.groupBox1.TabStop = false;
  213. this.groupBox1.Text = "操作";
  214. //
  215. // btn_Close
  216. //
  217. this.btn_Close.Location = new System.Drawing.Point(184, 16);
  218. this.btn_Close.Name = "btn_Close";
  219. this.btn_Close.Size = new System.Drawing.Size(75, 23);
  220. this.btn_Close.TabIndex = 1;
  221. this.btn_Close.Text = "关闭";
  222. this.btn_Close.UseVisualStyleBackColor = true;
  223. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  224. //
  225. // btn_Save
  226. //
  227. this.btn_Save.Location = new System.Drawing.Point(265, 16);
  228. this.btn_Save.Name = "btn_Save";
  229. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  230. this.btn_Save.TabIndex = 0;
  231. this.btn_Save.Text = "保存";
  232. this.btn_Save.UseVisualStyleBackColor = true;
  233. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  234. //
  235. // DebrisCalipersSetDialog
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(357, 247);
  240. this.Controls.Add(this.groupBox2);
  241. this.Controls.Add(this.groupBox1);
  242. this.MaximizeBox = false;
  243. this.MinimizeBox = false;
  244. this.Name = "DebrisCalipersSetDialog";
  245. this.Text = "卡规设置";
  246. this.groupBox2.ResumeLayout(false);
  247. this.groupBox2.PerformLayout();
  248. this.groupBox1.ResumeLayout(false);
  249. this.ResumeLayout(false);
  250. }
  251. #endregion
  252. private System.Windows.Forms.GroupBox groupBox2;
  253. private System.Windows.Forms.Label label7;
  254. private System.Windows.Forms.Label label6;
  255. private System.Windows.Forms.TextBox textBox1;
  256. private System.Windows.Forms.Label label5;
  257. private System.Windows.Forms.ComboBox comboBox1;
  258. private System.Windows.Forms.Label label4;
  259. private System.Windows.Forms.Label label3;
  260. private System.Windows.Forms.Label label2;
  261. private System.Windows.Forms.Label label1;
  262. private System.Windows.Forms.GroupBox groupBox1;
  263. private System.Windows.Forms.Button btn_Close;
  264. private System.Windows.Forms.Button btn_Save;
  265. private System.Windows.Forms.CheckBox checkBox3;
  266. private System.Windows.Forms.CheckBox checkBox4;
  267. private System.Windows.Forms.CheckBox checkBox2;
  268. private System.Windows.Forms.CheckBox checkBox1;
  269. }
  270. }