版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

194 строки
8.6 KiB

  1. namespace ProductionControl.UIExtend
  2. {
  3. partial class DefectCountOfSizeControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.checkBox1 = new System.Windows.Forms.CheckBox();
  29. this.label19 = new System.Windows.Forms.Label();
  30. this.numSize = new System.Windows.Forms.NumericUpDown();
  31. this.label20 = new System.Windows.Forms.Label();
  32. this.numMaxDefectCount = new System.Windows.Forms.NumericUpDown();
  33. this.panel13 = new System.Windows.Forms.Panel();
  34. this.numThreshold = new System.Windows.Forms.NumericUpDown();
  35. this.label1 = new System.Windows.Forms.Label();
  36. ((System.ComponentModel.ISupportInitialize)(this.numSize)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).BeginInit();
  38. this.panel13.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.numThreshold)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // checkBox1
  43. //
  44. this.checkBox1.AutoSize = true;
  45. this.checkBox1.Location = new System.Drawing.Point(5, 5);
  46. this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
  47. this.checkBox1.Name = "checkBox1";
  48. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  49. this.checkBox1.TabIndex = 5;
  50. this.checkBox1.UseVisualStyleBackColor = true;
  51. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  52. //
  53. // label19
  54. //
  55. this.label19.Anchor = System.Windows.Forms.AnchorStyles.Top;
  56. this.label19.AutoSize = true;
  57. this.label19.Location = new System.Drawing.Point(250, 5);
  58. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  59. this.label19.Name = "label19";
  60. this.label19.Size = new System.Drawing.Size(65, 12);
  61. this.label19.TabIndex = 6;
  62. this.label19.Text = "尺寸(网目)";
  63. //
  64. // numSize
  65. //
  66. this.numSize.Anchor = System.Windows.Forms.AnchorStyles.Top;
  67. this.numSize.DecimalPlaces = 2;
  68. this.numSize.Enabled = false;
  69. this.numSize.Location = new System.Drawing.Point(317, 2);
  70. this.numSize.Margin = new System.Windows.Forms.Padding(2);
  71. this.numSize.Maximum = new decimal(new int[] {
  72. 9999,
  73. 0,
  74. 0,
  75. 0});
  76. this.numSize.Name = "numSize";
  77. this.numSize.Size = new System.Drawing.Size(62, 21);
  78. this.numSize.TabIndex = 7;
  79. //
  80. // label20
  81. //
  82. this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  83. this.label20.AutoSize = true;
  84. this.label20.Location = new System.Drawing.Point(388, 5);
  85. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  86. this.label20.Name = "label20";
  87. this.label20.Size = new System.Drawing.Size(77, 12);
  88. this.label20.TabIndex = 8;
  89. this.label20.Tag = "";
  90. this.label20.Text = "最大允许数量";
  91. //
  92. // numMaxDefectCount
  93. //
  94. this.numMaxDefectCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.numMaxDefectCount.Enabled = false;
  96. this.numMaxDefectCount.Location = new System.Drawing.Point(470, 2);
  97. this.numMaxDefectCount.Margin = new System.Windows.Forms.Padding(2);
  98. this.numMaxDefectCount.Maximum = new decimal(new int[] {
  99. 9999,
  100. 0,
  101. 0,
  102. 0});
  103. this.numMaxDefectCount.Name = "numMaxDefectCount";
  104. this.numMaxDefectCount.Size = new System.Drawing.Size(62, 21);
  105. this.numMaxDefectCount.TabIndex = 9;
  106. //
  107. // panel13
  108. //
  109. this.panel13.BackColor = System.Drawing.SystemColors.Control;
  110. this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  111. this.panel13.Controls.Add(this.numThreshold);
  112. this.panel13.Controls.Add(this.label1);
  113. this.panel13.Controls.Add(this.numSize);
  114. this.panel13.Controls.Add(this.numMaxDefectCount);
  115. this.panel13.Controls.Add(this.checkBox1);
  116. this.panel13.Controls.Add(this.label20);
  117. this.panel13.Controls.Add(this.label19);
  118. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.panel13.Location = new System.Drawing.Point(0, 0);
  120. this.panel13.Margin = new System.Windows.Forms.Padding(2);
  121. this.panel13.Name = "panel13";
  122. this.panel13.Size = new System.Drawing.Size(535, 26);
  123. this.panel13.TabIndex = 10;
  124. //
  125. // numThreshold
  126. //
  127. this.numThreshold.Anchor = System.Windows.Forms.AnchorStyles.Top;
  128. this.numThreshold.DecimalPlaces = 2;
  129. this.numThreshold.Enabled = false;
  130. this.numThreshold.Increment = new decimal(new int[] {
  131. 1,
  132. 0,
  133. 0,
  134. 65536});
  135. this.numThreshold.Location = new System.Drawing.Point(176, 2);
  136. this.numThreshold.Margin = new System.Windows.Forms.Padding(2);
  137. this.numThreshold.Maximum = new decimal(new int[] {
  138. 1,
  139. 0,
  140. 0,
  141. 0});
  142. this.numThreshold.Name = "numThreshold";
  143. this.numThreshold.Size = new System.Drawing.Size(62, 21);
  144. this.numThreshold.TabIndex = 11;
  145. this.numThreshold.Value = new decimal(new int[] {
  146. 3,
  147. 0,
  148. 0,
  149. 65536});
  150. //
  151. // label1
  152. //
  153. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(143, 5);
  156. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(29, 12);
  159. this.label1.TabIndex = 10;
  160. this.label1.Text = "阈值";
  161. //
  162. // DefectCountOfSizeControl
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.Controls.Add(this.panel13);
  167. this.Margin = new System.Windows.Forms.Padding(2);
  168. this.Name = "DefectCountOfSizeControl";
  169. this.Size = new System.Drawing.Size(535, 26);
  170. ((System.ComponentModel.ISupportInitialize)(this.numSize)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).EndInit();
  172. this.panel13.ResumeLayout(false);
  173. this.panel13.PerformLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.numThreshold)).EndInit();
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private System.Windows.Forms.CheckBox checkBox1;
  179. private System.Windows.Forms.Label label19;
  180. private System.Windows.Forms.NumericUpDown numSize;
  181. private System.Windows.Forms.Label label20;
  182. private System.Windows.Forms.NumericUpDown numMaxDefectCount;
  183. private System.Windows.Forms.Panel panel13;
  184. private System.Windows.Forms.NumericUpDown numThreshold;
  185. private System.Windows.Forms.Label label1;
  186. }
  187. }