|
- namespace ProductionControl.UIExtend
- {
- partial class DefectCountOfSizeControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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();
- this.numThreshold = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.numSize)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).BeginInit();
- this.panel13.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numThreshold)).BeginInit();
- this.SuspendLayout();
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(5, 5);
- this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(15, 14);
- 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(250, 5);
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(65, 12);
- 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(317, 2);
- this.numSize.Margin = new System.Windows.Forms.Padding(2);
- this.numSize.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numSize.Name = "numSize";
- this.numSize.Size = new System.Drawing.Size(62, 21);
- 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(388, 5);
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(77, 12);
- 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(470, 2);
- this.numMaxDefectCount.Margin = new System.Windows.Forms.Padding(2);
- this.numMaxDefectCount.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numMaxDefectCount.Name = "numMaxDefectCount";
- this.numMaxDefectCount.Size = new System.Drawing.Size(62, 21);
- 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.numThreshold);
- this.panel13.Controls.Add(this.label1);
- 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.Margin = new System.Windows.Forms.Padding(2);
- this.panel13.Name = "panel13";
- this.panel13.Size = new System.Drawing.Size(535, 26);
- this.panel13.TabIndex = 10;
- //
- // numThreshold
- //
- this.numThreshold.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.numThreshold.DecimalPlaces = 2;
- this.numThreshold.Enabled = false;
- this.numThreshold.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numThreshold.Location = new System.Drawing.Point(176, 2);
- this.numThreshold.Margin = new System.Windows.Forms.Padding(2);
- this.numThreshold.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numThreshold.Name = "numThreshold";
- this.numThreshold.Size = new System.Drawing.Size(62, 21);
- this.numThreshold.TabIndex = 11;
- this.numThreshold.Value = new decimal(new int[] {
- 3,
- 0,
- 0,
- 65536});
- //
- // label1
- //
- this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(143, 5);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 12);
- this.label1.TabIndex = 10;
- this.label1.Text = "阈值";
- //
- // DefectCountOfSizeControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel13);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "DefectCountOfSizeControl";
- this.Size = new System.Drawing.Size(535, 26);
- ((System.ComponentModel.ISupportInitialize)(this.numSize)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numMaxDefectCount)).EndInit();
- this.panel13.ResumeLayout(false);
- this.panel13.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numThreshold)).EndInit();
- 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;
- private System.Windows.Forms.NumericUpDown numThreshold;
- private System.Windows.Forms.Label label1;
- }
- }
|