版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

142 lines
6.0 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. ((System.ComponentModel.ISupportInitialize)(this.numSize)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).BeginInit();
  36. this.panel13.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // checkBox1
  40. //
  41. this.checkBox1.AutoSize = true;
  42. this.checkBox1.Location = new System.Drawing.Point(7, 7);
  43. this.checkBox1.Name = "checkBox1";
  44. this.checkBox1.Size = new System.Drawing.Size(22, 21);
  45. this.checkBox1.TabIndex = 5;
  46. this.checkBox1.UseVisualStyleBackColor = true;
  47. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  48. //
  49. // label19
  50. //
  51. this.label19.Anchor = System.Windows.Forms.AnchorStyles.Top;
  52. this.label19.AutoSize = true;
  53. this.label19.Location = new System.Drawing.Point(138, 8);
  54. this.label19.Name = "label19";
  55. this.label19.Size = new System.Drawing.Size(98, 18);
  56. this.label19.TabIndex = 6;
  57. this.label19.Text = "尺寸(网目)";
  58. //
  59. // numSize
  60. //
  61. this.numSize.Anchor = System.Windows.Forms.AnchorStyles.Top;
  62. this.numSize.DecimalPlaces = 2;
  63. this.numSize.Enabled = false;
  64. this.numSize.Location = new System.Drawing.Point(238, 3);
  65. this.numSize.Maximum = new decimal(new int[] {
  66. 9999,
  67. 0,
  68. 0,
  69. 0});
  70. this.numSize.Name = "numSize";
  71. this.numSize.Size = new System.Drawing.Size(93, 28);
  72. this.numSize.TabIndex = 7;
  73. //
  74. // label20
  75. //
  76. this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.label20.AutoSize = true;
  78. this.label20.Location = new System.Drawing.Point(368, 8);
  79. this.label20.Name = "label20";
  80. this.label20.Size = new System.Drawing.Size(116, 18);
  81. this.label20.TabIndex = 8;
  82. this.label20.Tag = "";
  83. this.label20.Text = "最大允许数量";
  84. //
  85. // numMaxDefectCount
  86. //
  87. this.numMaxDefectCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  88. this.numMaxDefectCount.Enabled = false;
  89. this.numMaxDefectCount.Location = new System.Drawing.Point(490, 3);
  90. this.numMaxDefectCount.Maximum = new decimal(new int[] {
  91. 9999,
  92. 0,
  93. 0,
  94. 0});
  95. this.numMaxDefectCount.Name = "numMaxDefectCount";
  96. this.numMaxDefectCount.Size = new System.Drawing.Size(93, 28);
  97. this.numMaxDefectCount.TabIndex = 9;
  98. //
  99. // panel13
  100. //
  101. this.panel13.BackColor = System.Drawing.SystemColors.Control;
  102. this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.panel13.Controls.Add(this.numSize);
  104. this.panel13.Controls.Add(this.numMaxDefectCount);
  105. this.panel13.Controls.Add(this.checkBox1);
  106. this.panel13.Controls.Add(this.label20);
  107. this.panel13.Controls.Add(this.label19);
  108. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.panel13.Location = new System.Drawing.Point(0, 0);
  110. this.panel13.Name = "panel13";
  111. this.panel13.Size = new System.Drawing.Size(587, 36);
  112. this.panel13.TabIndex = 10;
  113. //
  114. // DefectCountOfSizeControl
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.Controls.Add(this.panel13);
  119. this.Name = "DefectCountOfSizeControl";
  120. this.Size = new System.Drawing.Size(587, 36);
  121. ((System.ComponentModel.ISupportInitialize)(this.numSize)).EndInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).EndInit();
  123. this.panel13.ResumeLayout(false);
  124. this.panel13.PerformLayout();
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private System.Windows.Forms.CheckBox checkBox1;
  129. private System.Windows.Forms.Label label19;
  130. private System.Windows.Forms.NumericUpDown numSize;
  131. private System.Windows.Forms.Label label20;
  132. private System.Windows.Forms.NumericUpDown numMaxDefectCount;
  133. private System.Windows.Forms.Panel panel13;
  134. }
  135. }