| | |
| | | this.chkBlockBeep = new System.Windows.Forms.CheckBox(); |
| | | this.chkManualInputForbidden = new System.Windows.Forms.CheckBox(); |
| | | this.btnLightSwitch = new System.Windows.Forms.Button(); |
| | | this.chkEnableMESUpload = new System.Windows.Forms.CheckBox(); |
| | | this.flowLayoutPanel1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | |
| | | this.flowLayoutPanel1.Controls.Add(this.chkBlockSafetyBeam); |
| | | this.flowLayoutPanel1.Controls.Add(this.chkBlockBeep); |
| | | this.flowLayoutPanel1.Controls.Add(this.chkManualInputForbidden); |
| | | this.flowLayoutPanel1.Controls.Add(this.chkEnableMESUpload); |
| | | this.flowLayoutPanel1.Controls.Add(this.btnLightSwitch); |
| | | this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
| | |
| | | // |
| | | // btnLightSwitch |
| | | // |
| | | this.btnLightSwitch.Location = new System.Drawing.Point(419, 3); |
| | | this.btnLightSwitch.Location = new System.Drawing.Point(543, 3); |
| | | this.btnLightSwitch.Name = "btnLightSwitch"; |
| | | this.btnLightSwitch.Size = new System.Drawing.Size(75, 36); |
| | | this.btnLightSwitch.TabIndex = 5; |
| | | this.btnLightSwitch.Text = "日光灯开关"; |
| | | this.btnLightSwitch.UseVisualStyleBackColor = true; |
| | | this.btnLightSwitch.Click += new System.EventHandler(this.btnLightSwitch_Click); |
| | | // |
| | | // chkEnableMESUpload |
| | | // |
| | | this.chkEnableMESUpload.AutoSize = true; |
| | | this.chkEnableMESUpload.Location = new System.Drawing.Point(419, 3); |
| | | this.chkEnableMESUpload.Name = "chkEnableMESUpload"; |
| | | this.chkEnableMESUpload.Size = new System.Drawing.Size(118, 17); |
| | | this.chkEnableMESUpload.TabIndex = 6; |
| | | this.chkEnableMESUpload.Text = "启用MES数据上传"; |
| | | this.chkEnableMESUpload.UseVisualStyleBackColor = true; |
| | | this.chkEnableMESUpload.CheckedChanged += new System.EventHandler(this.chkEnableMESUpload_CheckedChanged); |
| | | // |
| | | // M071_ShortcutFrm |
| | | // |
| | |
| | | private System.Windows.Forms.CheckBox chkBlockBeep; |
| | | private System.Windows.Forms.CheckBox chkManualInputForbidden; |
| | | private System.Windows.Forms.Button btnLightSwitch; |
| | | private System.Windows.Forms.CheckBox chkEnableMESUpload; |
| | | } |
| | | } |