MainForm.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace OTSExtremum
  2. {
  3. partial class MainForm
  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.btnCompute = new System.Windows.Forms.Button();
  29. this.btnCheck = new System.Windows.Forms.Button();
  30. this.btnAddFile = new System.Windows.Forms.Button();
  31. this.btnAddValue = new System.Windows.Forms.Button();
  32. this.txtParticle = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.cobType = new System.Windows.Forms.ComboBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.btnDel = new System.Windows.Forms.Button();
  37. this.btnGroup = new System.Windows.Forms.Button();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.btnDelGrp = new System.Windows.Forms.Button();
  40. this.SuspendLayout();
  41. //
  42. // btnCompute
  43. //
  44. this.btnCompute.Location = new System.Drawing.Point(2001, 20);
  45. this.btnCompute.Margin = new System.Windows.Forms.Padding(4);
  46. this.btnCompute.Name = "btnCompute";
  47. this.btnCompute.Size = new System.Drawing.Size(172, 66);
  48. this.btnCompute.TabIndex = 1;
  49. this.btnCompute.Tag = "ji\'zhi";
  50. this.btnCompute.Text = "极值分析";
  51. this.btnCompute.UseVisualStyleBackColor = true;
  52. this.btnCompute.Click += new System.EventHandler(this.btnCompute_Click);
  53. //
  54. // btnCheck
  55. //
  56. this.btnCheck.Location = new System.Drawing.Point(1740, 20);
  57. this.btnCheck.Margin = new System.Windows.Forms.Padding(4);
  58. this.btnCheck.Name = "btnCheck";
  59. this.btnCheck.Size = new System.Drawing.Size(248, 66);
  60. this.btnCheck.TabIndex = 2;
  61. this.btnCheck.Tag = "";
  62. this.btnCheck.Text = "检验数据有效性";
  63. this.btnCheck.UseVisualStyleBackColor = true;
  64. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  65. //
  66. // btnAddFile
  67. //
  68. this.btnAddFile.Location = new System.Drawing.Point(1059, 20);
  69. this.btnAddFile.Margin = new System.Windows.Forms.Padding(4);
  70. this.btnAddFile.Name = "btnAddFile";
  71. this.btnAddFile.Size = new System.Drawing.Size(248, 66);
  72. this.btnAddFile.TabIndex = 3;
  73. this.btnAddFile.Tag = "";
  74. this.btnAddFile.Text = "添加测数量结果";
  75. this.btnAddFile.UseVisualStyleBackColor = true;
  76. this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
  77. //
  78. // btnAddValue
  79. //
  80. this.btnAddValue.Location = new System.Drawing.Point(798, 20);
  81. this.btnAddValue.Margin = new System.Windows.Forms.Padding(4);
  82. this.btnAddValue.Name = "btnAddValue";
  83. this.btnAddValue.Size = new System.Drawing.Size(248, 66);
  84. this.btnAddValue.TabIndex = 4;
  85. this.btnAddValue.Tag = "";
  86. this.btnAddValue.Text = "添加夹杂物尺寸";
  87. this.btnAddValue.UseVisualStyleBackColor = true;
  88. this.btnAddValue.Click += new System.EventHandler(this.btnAddValue_Click);
  89. //
  90. // txtParticle
  91. //
  92. this.txtParticle.Location = new System.Drawing.Point(246, 28);
  93. this.txtParticle.Margin = new System.Windows.Forms.Padding(4);
  94. this.txtParticle.Name = "txtParticle";
  95. this.txtParticle.Size = new System.Drawing.Size(200, 28);
  96. this.txtParticle.TabIndex = 5;
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Location = new System.Drawing.Point(458, 33);
  102. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(53, 18);
  105. this.label1.TabIndex = 6;
  106. this.label1.Text = "(μm)";
  107. //
  108. // cobType
  109. //
  110. this.cobType.FormattingEnabled = true;
  111. this.cobType.Items.AddRange(new object[] {
  112. "A类",
  113. "B类",
  114. "C类",
  115. "D类",
  116. "DS类"});
  117. this.cobType.Location = new System.Drawing.Point(104, 28);
  118. this.cobType.Margin = new System.Windows.Forms.Padding(4);
  119. this.cobType.Name = "cobType";
  120. this.cobType.Size = new System.Drawing.Size(124, 26);
  121. this.cobType.TabIndex = 7;
  122. this.cobType.Text = "DS类";
  123. this.cobType.SelectedIndexChanged += new System.EventHandler(this.cobType_SelectedIndexChanged);
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(21, 33);
  129. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(53, 18);
  132. this.label2.TabIndex = 8;
  133. this.label2.Text = "分类:";
  134. //
  135. // btnDel
  136. //
  137. this.btnDel.Location = new System.Drawing.Point(1320, 20);
  138. this.btnDel.Margin = new System.Windows.Forms.Padding(4);
  139. this.btnDel.Name = "btnDel";
  140. this.btnDel.Size = new System.Drawing.Size(172, 66);
  141. this.btnDel.TabIndex = 9;
  142. this.btnDel.Tag = "ji\'zhi";
  143. this.btnDel.Text = "删除所选";
  144. this.btnDel.UseVisualStyleBackColor = true;
  145. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  146. //
  147. // btnGroup
  148. //
  149. this.btnGroup.Location = new System.Drawing.Point(614, 20);
  150. this.btnGroup.Margin = new System.Windows.Forms.Padding(4);
  151. this.btnGroup.Name = "btnGroup";
  152. this.btnGroup.Size = new System.Drawing.Size(171, 64);
  153. this.btnGroup.TabIndex = 11;
  154. this.btnGroup.Text = "添加分组";
  155. this.btnGroup.UseVisualStyleBackColor = true;
  156. this.btnGroup.Click += new System.EventHandler(this.btnGroup_Click);
  157. //
  158. // panel1
  159. //
  160. this.panel1.AutoScroll = true;
  161. this.panel1.Location = new System.Drawing.Point(26, 93);
  162. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  163. this.panel1.Name = "panel1";
  164. this.panel1.Size = new System.Drawing.Size(2152, 468);
  165. this.panel1.TabIndex = 12;
  166. //
  167. // btnDelGrp
  168. //
  169. this.btnDelGrp.Location = new System.Drawing.Point(1506, 20);
  170. this.btnDelGrp.Margin = new System.Windows.Forms.Padding(4);
  171. this.btnDelGrp.Name = "btnDelGrp";
  172. this.btnDelGrp.Size = new System.Drawing.Size(220, 64);
  173. this.btnDelGrp.TabIndex = 13;
  174. this.btnDelGrp.Text = "删除所选分组";
  175. this.btnDelGrp.UseVisualStyleBackColor = true;
  176. this.btnDelGrp.Click += new System.EventHandler(this.btnDelGrp_Click);
  177. //
  178. // MainForm
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(2208, 1038);
  183. this.Controls.Add(this.btnDelGrp);
  184. this.Controls.Add(this.panel1);
  185. this.Controls.Add(this.btnGroup);
  186. this.Controls.Add(this.btnDel);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.cobType);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.txtParticle);
  191. this.Controls.Add(this.btnAddValue);
  192. this.Controls.Add(this.btnAddFile);
  193. this.Controls.Add(this.btnCheck);
  194. this.Controls.Add(this.btnCompute);
  195. this.Margin = new System.Windows.Forms.Padding(4);
  196. this.Name = "MainForm";
  197. this.Text = "MainForm";
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.Button btnCompute;
  203. private System.Windows.Forms.Button btnCheck;
  204. private System.Windows.Forms.Button btnAddFile;
  205. private System.Windows.Forms.Button btnAddValue;
  206. private System.Windows.Forms.TextBox txtParticle;
  207. private System.Windows.Forms.Label label1;
  208. private System.Windows.Forms.ComboBox cobType;
  209. private System.Windows.Forms.Label label2;
  210. private System.Windows.Forms.Button btnDel;
  211. private System.Windows.Forms.Button btnGroup;
  212. private System.Windows.Forms.Panel panel1;
  213. private System.Windows.Forms.Button btnDelGrp;
  214. }
  215. }