FixtureSizeConfigControl.Designer.cs 11.2 KB

namespace DeviceLibrary
{
    partial class FixtureSizeConfigControl
    {
        /// <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.listBox1 = new System.Windows.Forms.ListBox();
            this.button1 = new System.Windows.Forms.Button();
            this.num_width = new System.Windows.Forms.NumericUpDown();
            this.num_height = new System.Windows.Forms.NumericUpDown();
            this.textBox_startcode = new System.Windows.Forms.TextBox();
            this.label_startword = new System.Windows.Forms.Label();
            this.label_wxh = new System.Windows.Forms.Label();
            this.checkBox_useedremove = new System.Windows.Forms.CheckBox();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox_add = new System.Windows.Forms.GroupBox();
            this.checkBox_fixtureheight = new System.Windows.Forms.CheckBox();
            this.num_actualheight = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.num_width)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.num_height)).BeginInit();
            this.groupBox_add.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.num_actualheight)).BeginInit();
            this.SuspendLayout();
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(37, 15);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(341, 184);
            this.listBox1.TabIndex = 0;
            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(184, 177);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(112, 30);
            this.button1.TabIndex = 1;
            this.button1.Text = "添加/修改";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // num_width
            // 
            this.num_width.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.num_width.Location = new System.Drawing.Point(130, 65);
            this.num_width.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.num_width.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.num_width.Name = "num_width";
            this.num_width.Size = new System.Drawing.Size(80, 26);
            this.num_width.TabIndex = 2;
            this.num_width.Value = new decimal(new int[] {
            7,
            0,
            0,
            0});
            // 
            // num_height
            // 
            this.num_height.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.num_height.Location = new System.Drawing.Point(216, 65);
            this.num_height.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.num_height.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.num_height.Name = "num_height";
            this.num_height.Size = new System.Drawing.Size(80, 26);
            this.num_height.TabIndex = 2;
            this.num_height.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            // 
            // textBox_startcode
            // 
            this.textBox_startcode.Location = new System.Drawing.Point(130, 21);
            this.textBox_startcode.Name = "textBox_startcode";
            this.textBox_startcode.Size = new System.Drawing.Size(248, 21);
            this.textBox_startcode.TabIndex = 3;
            // 
            // label_startword
            // 
            this.label_startword.Location = new System.Drawing.Point(6, 17);
            this.label_startword.Name = "label_startword";
            this.label_startword.Size = new System.Drawing.Size(117, 26);
            this.label_startword.TabIndex = 4;
            this.label_startword.Text = "匹配首字母:";
            this.label_startword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_wxh
            // 
            this.label_wxh.Location = new System.Drawing.Point(6, 66);
            this.label_wxh.Name = "label_wxh";
            this.label_wxh.Size = new System.Drawing.Size(117, 26);
            this.label_wxh.TabIndex = 4;
            this.label_wxh.Text = "对应宽x高(毫米):";
            this.label_wxh.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkBox_useedremove
            // 
            this.checkBox_useedremove.AutoSize = true;
            this.checkBox_useedremove.Checked = true;
            this.checkBox_useedremove.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_useedremove.Location = new System.Drawing.Point(52, 185);
            this.checkBox_useedremove.Name = "checkBox_useedremove";
            this.checkBox_useedremove.Size = new System.Drawing.Size(72, 16);
            this.checkBox_useedremove.TabIndex = 5;
            this.checkBox_useedremove.Text = "弃用条码";
            this.checkBox_useedremove.UseVisualStyleBackColor = true;
            this.checkBox_useedremove.CheckedChanged += new System.EventHandler(this.checkBox_useedremove_CheckedChanged);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(397, 167);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 32);
            this.button2.TabIndex = 1;
            this.button2.Text = "删除";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // groupBox_add
            // 
            this.groupBox_add.Controls.Add(this.label_startword);
            this.groupBox_add.Controls.Add(this.checkBox_fixtureheight);
            this.groupBox_add.Controls.Add(this.checkBox_useedremove);
            this.groupBox_add.Controls.Add(this.num_actualheight);
            this.groupBox_add.Controls.Add(this.num_width);
            this.groupBox_add.Controls.Add(this.label_wxh);
            this.groupBox_add.Controls.Add(this.num_height);
            this.groupBox_add.Controls.Add(this.textBox_startcode);
            this.groupBox_add.Controls.Add(this.button1);
            this.groupBox_add.Location = new System.Drawing.Point(37, 230);
            this.groupBox_add.Name = "groupBox_add";
            this.groupBox_add.Size = new System.Drawing.Size(435, 244);
            this.groupBox_add.TabIndex = 6;
            this.groupBox_add.TabStop = false;
            this.groupBox_add.Text = "添加或修改";
            // 
            // checkBox_fixtureheight
            // 
            this.checkBox_fixtureheight.AutoSize = true;
            this.checkBox_fixtureheight.Checked = true;
            this.checkBox_fixtureheight.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_fixtureheight.Location = new System.Drawing.Point(52, 108);
            this.checkBox_fixtureheight.Name = "checkBox_fixtureheight";
            this.checkBox_fixtureheight.Size = new System.Drawing.Size(156, 16);
            this.checkBox_fixtureheight.TabIndex = 5;
            this.checkBox_fixtureheight.Text = "使用治具物理高度(毫米)";
            this.checkBox_fixtureheight.UseVisualStyleBackColor = true;
            // 
            // num_actualheight
            // 
            this.num_actualheight.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.num_actualheight.Location = new System.Drawing.Point(82, 139);
            this.num_actualheight.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.num_actualheight.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.num_actualheight.Name = "num_actualheight";
            this.num_actualheight.Size = new System.Drawing.Size(80, 26);
            this.num_actualheight.TabIndex = 2;
            this.num_actualheight.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            // 
            // FixtureSizeConfigControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.groupBox_add);
            this.Controls.Add(this.listBox1);
            this.Controls.Add(this.button2);
            this.Name = "FixtureSizeConfigControl";
            this.Size = new System.Drawing.Size(602, 489);
            this.Load += new System.EventHandler(this.FixtureSizeConfigControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.num_width)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.num_height)).EndInit();
            this.groupBox_add.ResumeLayout(false);
            this.groupBox_add.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.num_actualheight)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.NumericUpDown num_height;
        private System.Windows.Forms.NumericUpDown num_width;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.CheckBox checkBox_useedremove;
        private System.Windows.Forms.Label label_wxh;
        private System.Windows.Forms.Label label_startword;
        private System.Windows.Forms.TextBox textBox_startcode;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.GroupBox groupBox_add;
        private System.Windows.Forms.CheckBox checkBox_fixtureheight;
        private System.Windows.Forms.NumericUpDown num_actualheight;
    }
}