namespace ProductionControl.UIExtend
{
partial class DefectCountOfSizeControl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label19 = new System.Windows.Forms.Label();
this.numSize = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
this.numMaxDefectCount = new System.Windows.Forms.NumericUpDown();
this.panel13 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.numSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).BeginInit();
this.panel13.SuspendLayout();
this.SuspendLayout();
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(7, 7);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(22, 21);
this.checkBox1.TabIndex = 5;
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label19
//
this.label19.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(138, 8);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(98, 18);
this.label19.TabIndex = 6;
this.label19.Text = "尺寸(网目)";
//
// numSize
//
this.numSize.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.numSize.DecimalPlaces = 2;
this.numSize.Enabled = false;
this.numSize.Location = new System.Drawing.Point(238, 3);
this.numSize.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.numSize.Name = "numSize";
this.numSize.Size = new System.Drawing.Size(93, 28);
this.numSize.TabIndex = 7;
//
// label20
//
this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(368, 8);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(116, 18);
this.label20.TabIndex = 8;
this.label20.Tag = "";
this.label20.Text = "最大允许数量";
//
// numMaxDefectCount
//
this.numMaxDefectCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.numMaxDefectCount.Enabled = false;
this.numMaxDefectCount.Location = new System.Drawing.Point(490, 3);
this.numMaxDefectCount.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.numMaxDefectCount.Name = "numMaxDefectCount";
this.numMaxDefectCount.Size = new System.Drawing.Size(93, 28);
this.numMaxDefectCount.TabIndex = 9;
//
// panel13
//
this.panel13.BackColor = System.Drawing.SystemColors.Control;
this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel13.Controls.Add(this.numSize);
this.panel13.Controls.Add(this.numMaxDefectCount);
this.panel13.Controls.Add(this.checkBox1);
this.panel13.Controls.Add(this.label20);
this.panel13.Controls.Add(this.label19);
this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel13.Location = new System.Drawing.Point(0, 0);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(587, 36);
this.panel13.TabIndex = 10;
//
// DefectCountOfSizeControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel13);
this.Name = "DefectCountOfSizeControl";
this.Size = new System.Drawing.Size(587, 36);
((System.ComponentModel.ISupportInitialize)(this.numSize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).EndInit();
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.NumericUpDown numSize;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.NumericUpDown numMaxDefectCount;
private System.Windows.Forms.Panel panel13;
}
}