SettingControl.Designer.cs 9.6 KB

namespace TheMachine
{
    partial class SettingControl
    {
        /// <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.button_positiontool = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage_set = new System.Windows.Forms.TabPage();
            this.group = new System.Windows.Forms.GroupBox();
            this.button_Clear = new System.Windows.Forms.Button();
            this.label_newpwd = new System.Windows.Forms.Label();
            this.label_oldpwd = new System.Windows.Forms.Label();
            this.txtRfid = new System.Windows.Forms.TextBox();
            this.txtOrderNo = new System.Windows.Forms.TextBox();
            this.uC_SetUserPassword1 = new TheMachine.UC_SetUserPassword();
            this.btnClearPN = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage_set.SuspendLayout();
            this.group.SuspendLayout();
            this.SuspendLayout();
            // 
            // button_positiontool
            // 
            this.button_positiontool.Location = new System.Drawing.Point(18, 290);
            this.button_positiontool.Margin = new System.Windows.Forms.Padding(10);
            this.button_positiontool.Name = "button_positiontool";
            this.button_positiontool.Size = new System.Drawing.Size(181, 36);
            this.button_positiontool.TabIndex = 4;
            this.button_positiontool.Text = "库位定位辅助工具";
            this.button_positiontool.UseVisualStyleBackColor = true;
            this.button_positiontool.Click += new System.EventHandler(this.button_positiontool_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage_set);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1024, 740);
            this.tabControl1.TabIndex = 8;
            // 
            // tabPage_set
            // 
            this.tabPage_set.Controls.Add(this.group);
            this.tabPage_set.Controls.Add(this.uC_SetUserPassword1);
            this.tabPage_set.Controls.Add(this.button_positiontool);
            this.tabPage_set.Location = new System.Drawing.Point(4, 22);
            this.tabPage_set.Name = "tabPage_set";
            this.tabPage_set.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_set.Size = new System.Drawing.Size(1016, 714);
            this.tabPage_set.TabIndex = 0;
            this.tabPage_set.Text = "常规设置";
            this.tabPage_set.UseVisualStyleBackColor = true;
            // 
            // group
            // 
            this.group.Controls.Add(this.button2);
            this.group.Controls.Add(this.btnClearPN);
            this.group.Controls.Add(this.button_Clear);
            this.group.Controls.Add(this.label_newpwd);
            this.group.Controls.Add(this.label_oldpwd);
            this.group.Controls.Add(this.txtRfid);
            this.group.Controls.Add(this.txtOrderNo);
            this.group.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.group.Location = new System.Drawing.Point(6, 6);
            this.group.Name = "group";
            this.group.Size = new System.Drawing.Size(411, 271);
            this.group.TabIndex = 8;
            this.group.TabStop = false;
            this.group.Text = "清空料架";
            // 
            // button_Clear
            // 
            this.button_Clear.Location = new System.Drawing.Point(152, 152);
            this.button_Clear.Name = "button_Clear";
            this.button_Clear.Size = new System.Drawing.Size(119, 33);
            this.button_Clear.TabIndex = 6;
            this.button_Clear.Text = "清理料架";
            this.button_Clear.UseVisualStyleBackColor = true;
            this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
            // 
            // label_newpwd
            // 
            this.label_newpwd.Location = new System.Drawing.Point(8, 94);
            this.label_newpwd.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label_newpwd.Name = "label_newpwd";
            this.label_newpwd.Size = new System.Drawing.Size(134, 23);
            this.label_newpwd.TabIndex = 4;
            this.label_newpwd.Text = "RFID:";
            this.label_newpwd.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label_oldpwd
            // 
            this.label_oldpwd.Location = new System.Drawing.Point(8, 49);
            this.label_oldpwd.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label_oldpwd.Name = "label_oldpwd";
            this.label_oldpwd.Size = new System.Drawing.Size(134, 23);
            this.label_oldpwd.TabIndex = 5;
            this.label_oldpwd.Text = "工单号:";
            this.label_oldpwd.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtRfid
            // 
            this.txtRfid.Location = new System.Drawing.Point(152, 91);
            this.txtRfid.Margin = new System.Windows.Forms.Padding(5);
            this.txtRfid.Name = "txtRfid";
            this.txtRfid.Size = new System.Drawing.Size(165, 26);
            this.txtRfid.TabIndex = 2;
            // 
            // txtOrderNo
            // 
            this.txtOrderNo.Location = new System.Drawing.Point(152, 46);
            this.txtOrderNo.Margin = new System.Windows.Forms.Padding(5);
            this.txtOrderNo.Name = "txtOrderNo";
            this.txtOrderNo.Size = new System.Drawing.Size(165, 26);
            this.txtOrderNo.TabIndex = 3;
            // 
            // uC_SetUserPassword1
            // 
            this.uC_SetUserPassword1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.uC_SetUserPassword1.Location = new System.Drawing.Point(425, 6);
            this.uC_SetUserPassword1.Margin = new System.Windows.Forms.Padding(5);
            this.uC_SetUserPassword1.Name = "uC_SetUserPassword1";
            this.uC_SetUserPassword1.Size = new System.Drawing.Size(411, 271);
            this.uC_SetUserPassword1.TabIndex = 7;
            // 
            // btnClearPN
            // 
            this.btnClearPN.Location = new System.Drawing.Point(12, 193);
            this.btnClearPN.Name = "btnClearPN";
            this.btnClearPN.Size = new System.Drawing.Size(119, 33);
            this.btnClearPN.TabIndex = 7;
            this.btnClearPN.Text = "清理PN出库料架";
            this.btnClearPN.UseVisualStyleBackColor = true;
            this.btnClearPN.Click += new System.EventHandler(this.btnClearPN_Click);
            // 
            // button2
            // 
            this.button2.AccessibleDescription = "btnClear1";
            this.button2.Location = new System.Drawing.Point(12, 232);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(119, 33);
            this.button2.TabIndex = 8;
            this.button2.Text = "清理单盘出库料架";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1024, 740);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage_set.ResumeLayout(false);
            this.group.ResumeLayout(false);
            this.group.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Button button_positiontool;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage_set;
        private UC_SetUserPassword uC_SetUserPassword1;
        private System.Windows.Forms.GroupBox group;
        private System.Windows.Forms.Label label_newpwd;
        private System.Windows.Forms.Label label_oldpwd;
        private System.Windows.Forms.TextBox txtRfid;
        private System.Windows.Forms.TextBox txtOrderNo;
        private System.Windows.Forms.Button button_Clear;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button btnClearPN;
    }
}