DebrisCalipersSetDialog.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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.label7 = new System.Windows.Forms.Label();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.comboBox1 = new System.Windows.Forms.ComboBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.btn_Close = new System.Windows.Forms.Button();
  40. this.btn_Save = new System.Windows.Forms.Button();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.checkBox1 = new System.Windows.Forms.RadioButton();
  44. this.checkBox2 = new System.Windows.Forms.RadioButton();
  45. this.checkBox3 = new System.Windows.Forms.RadioButton();
  46. this.checkBox4 = new System.Windows.Forms.RadioButton();
  47. this.groupBox2.SuspendLayout();
  48. this.groupBox1.SuspendLayout();
  49. this.panel1.SuspendLayout();
  50. this.panel2.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // groupBox2
  54. //
  55. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.groupBox2.Controls.Add(this.panel2);
  58. this.groupBox2.Controls.Add(this.panel1);
  59. this.groupBox2.Controls.Add(this.label7);
  60. this.groupBox2.Controls.Add(this.label6);
  61. this.groupBox2.Controls.Add(this.textBox1);
  62. this.groupBox2.Controls.Add(this.label5);
  63. this.groupBox2.Controls.Add(this.comboBox1);
  64. this.groupBox2.Controls.Add(this.label4);
  65. this.groupBox2.Controls.Add(this.label3);
  66. this.groupBox2.Controls.Add(this.label2);
  67. this.groupBox2.Controls.Add(this.label1);
  68. this.groupBox2.Location = new System.Drawing.Point(3, 60);
  69. this.groupBox2.Name = "groupBox2";
  70. this.groupBox2.Size = new System.Drawing.Size(350, 185);
  71. this.groupBox2.TabIndex = 5;
  72. this.groupBox2.TabStop = false;
  73. this.groupBox2.Text = "条件设置";
  74. //
  75. // label7
  76. //
  77. this.label7.AutoSize = true;
  78. this.label7.ForeColor = System.Drawing.Color.Red;
  79. this.label7.Location = new System.Drawing.Point(204, 160);
  80. this.label7.Name = "label7";
  81. this.label7.Size = new System.Drawing.Size(119, 12);
  82. this.label7.TabIndex = 17;
  83. this.label7.Text = "输入为0表示全部输出";
  84. //
  85. // label6
  86. //
  87. this.label6.AutoSize = true;
  88. this.label6.Location = new System.Drawing.Point(218, 132);
  89. this.label6.Name = "label6";
  90. this.label6.Size = new System.Drawing.Size(17, 12);
  91. this.label6.TabIndex = 16;
  92. this.label6.Text = "条";
  93. //
  94. // textBox1
  95. //
  96. this.textBox1.Location = new System.Drawing.Point(126, 129);
  97. this.textBox1.Name = "textBox1";
  98. this.textBox1.Size = new System.Drawing.Size(85, 21);
  99. this.textBox1.TabIndex = 15;
  100. this.textBox1.Text = "0";
  101. //
  102. // label5
  103. //
  104. this.label5.AutoSize = true;
  105. this.label5.Location = new System.Drawing.Point(104, 132);
  106. this.label5.Name = "label5";
  107. this.label5.Size = new System.Drawing.Size(17, 12);
  108. this.label5.TabIndex = 14;
  109. this.label5.Text = "前";
  110. //
  111. // comboBox1
  112. //
  113. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.comboBox1.FormattingEnabled = true;
  115. this.comboBox1.Location = new System.Drawing.Point(106, 59);
  116. this.comboBox1.Name = "comboBox1";
  117. this.comboBox1.Size = new System.Drawing.Size(154, 20);
  118. this.comboBox1.TabIndex = 11;
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Location = new System.Drawing.Point(22, 132);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(65, 12);
  126. this.label4.TabIndex = 3;
  127. this.label4.Text = "导出记录:";
  128. //
  129. // label3
  130. //
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(22, 96);
  133. this.label3.Name = "label3";
  134. this.label3.Size = new System.Drawing.Size(65, 12);
  135. this.label3.TabIndex = 2;
  136. this.label3.Text = "排序方式:";
  137. //
  138. // label2
  139. //
  140. this.label2.AutoSize = true;
  141. this.label2.Location = new System.Drawing.Point(22, 62);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(65, 12);
  144. this.label2.TabIndex = 1;
  145. this.label2.Text = "排序选项:";
  146. //
  147. // label1
  148. //
  149. this.label1.AutoSize = true;
  150. this.label1.Location = new System.Drawing.Point(22, 28);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(65, 12);
  153. this.label1.TabIndex = 0;
  154. this.label1.Text = "是否导出:";
  155. //
  156. // groupBox1
  157. //
  158. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  159. | System.Windows.Forms.AnchorStyles.Right)));
  160. this.groupBox1.Controls.Add(this.btn_Close);
  161. this.groupBox1.Controls.Add(this.btn_Save);
  162. this.groupBox1.Location = new System.Drawing.Point(4, 3);
  163. this.groupBox1.Name = "groupBox1";
  164. this.groupBox1.Size = new System.Drawing.Size(349, 51);
  165. this.groupBox1.TabIndex = 4;
  166. this.groupBox1.TabStop = false;
  167. this.groupBox1.Text = "操作";
  168. //
  169. // btn_Close
  170. //
  171. this.btn_Close.Location = new System.Drawing.Point(184, 16);
  172. this.btn_Close.Name = "btn_Close";
  173. this.btn_Close.Size = new System.Drawing.Size(75, 23);
  174. this.btn_Close.TabIndex = 1;
  175. this.btn_Close.Text = "关闭";
  176. this.btn_Close.UseVisualStyleBackColor = true;
  177. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  178. //
  179. // btn_Save
  180. //
  181. this.btn_Save.Location = new System.Drawing.Point(265, 16);
  182. this.btn_Save.Name = "btn_Save";
  183. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  184. this.btn_Save.TabIndex = 0;
  185. this.btn_Save.Text = "保存";
  186. this.btn_Save.UseVisualStyleBackColor = true;
  187. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  188. //
  189. // panel1
  190. //
  191. this.panel1.Controls.Add(this.checkBox2);
  192. this.panel1.Controls.Add(this.checkBox1);
  193. this.panel1.Location = new System.Drawing.Point(106, 20);
  194. this.panel1.Name = "panel1";
  195. this.panel1.Size = new System.Drawing.Size(123, 33);
  196. this.panel1.TabIndex = 22;
  197. //
  198. // panel2
  199. //
  200. this.panel2.Controls.Add(this.checkBox3);
  201. this.panel2.Controls.Add(this.checkBox4);
  202. this.panel2.Location = new System.Drawing.Point(106, 85);
  203. this.panel2.Name = "panel2";
  204. this.panel2.Size = new System.Drawing.Size(123, 33);
  205. this.panel2.TabIndex = 23;
  206. //
  207. // checkBox1
  208. //
  209. this.checkBox1.AutoSize = true;
  210. this.checkBox1.Location = new System.Drawing.Point(10, 8);
  211. this.checkBox1.Name = "checkBox1";
  212. this.checkBox1.Size = new System.Drawing.Size(35, 16);
  213. this.checkBox1.TabIndex = 0;
  214. this.checkBox1.TabStop = true;
  215. this.checkBox1.Text = "是";
  216. this.checkBox1.UseVisualStyleBackColor = true;
  217. //
  218. // checkBox2
  219. //
  220. this.checkBox2.AutoSize = true;
  221. this.checkBox2.Location = new System.Drawing.Point(71, 8);
  222. this.checkBox2.Name = "checkBox2";
  223. this.checkBox2.Size = new System.Drawing.Size(35, 16);
  224. this.checkBox2.TabIndex = 1;
  225. this.checkBox2.TabStop = true;
  226. this.checkBox2.Text = "否";
  227. this.checkBox2.UseVisualStyleBackColor = true;
  228. //
  229. // checkBox3
  230. //
  231. this.checkBox3.AutoSize = true;
  232. this.checkBox3.Location = new System.Drawing.Point(71, 9);
  233. this.checkBox3.Name = "checkBox3";
  234. this.checkBox3.Size = new System.Drawing.Size(47, 16);
  235. this.checkBox3.TabIndex = 3;
  236. this.checkBox3.TabStop = true;
  237. this.checkBox3.Text = "倒序";
  238. this.checkBox3.UseVisualStyleBackColor = true;
  239. //
  240. // checkBox4
  241. //
  242. this.checkBox4.AutoSize = true;
  243. this.checkBox4.Location = new System.Drawing.Point(10, 9);
  244. this.checkBox4.Name = "checkBox4";
  245. this.checkBox4.Size = new System.Drawing.Size(47, 16);
  246. this.checkBox4.TabIndex = 2;
  247. this.checkBox4.TabStop = true;
  248. this.checkBox4.Text = "正序";
  249. this.checkBox4.UseVisualStyleBackColor = true;
  250. //
  251. // DebrisCalipersSetDialog
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.ClientSize = new System.Drawing.Size(357, 247);
  256. this.Controls.Add(this.groupBox2);
  257. this.Controls.Add(this.groupBox1);
  258. this.MaximizeBox = false;
  259. this.MinimizeBox = false;
  260. this.Name = "DebrisCalipersSetDialog";
  261. this.Text = "卡规设置";
  262. this.groupBox2.ResumeLayout(false);
  263. this.groupBox2.PerformLayout();
  264. this.groupBox1.ResumeLayout(false);
  265. this.panel1.ResumeLayout(false);
  266. this.panel1.PerformLayout();
  267. this.panel2.ResumeLayout(false);
  268. this.panel2.PerformLayout();
  269. this.ResumeLayout(false);
  270. }
  271. #endregion
  272. private System.Windows.Forms.GroupBox groupBox2;
  273. private System.Windows.Forms.Label label7;
  274. private System.Windows.Forms.Label label6;
  275. private System.Windows.Forms.TextBox textBox1;
  276. private System.Windows.Forms.Label label5;
  277. private System.Windows.Forms.ComboBox comboBox1;
  278. private System.Windows.Forms.Label label4;
  279. private System.Windows.Forms.Label label3;
  280. private System.Windows.Forms.Label label2;
  281. private System.Windows.Forms.Label label1;
  282. private System.Windows.Forms.GroupBox groupBox1;
  283. private System.Windows.Forms.Button btn_Close;
  284. private System.Windows.Forms.Button btn_Save;
  285. private System.Windows.Forms.Panel panel2;
  286. private System.Windows.Forms.RadioButton checkBox3;
  287. private System.Windows.Forms.RadioButton checkBox4;
  288. private System.Windows.Forms.Panel panel1;
  289. private System.Windows.Forms.RadioButton checkBox2;
  290. private System.Windows.Forms.RadioButton checkBox1;
  291. }
  292. }