领胜LDS 键盘AOI检测项目
1536884497@qq.com
2021-03-23 c9fb3178dc1765a89d76d3bf559bab7f8f0f439c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
namespace Bro.M071.Process.UI
{
    partial class M071_ShortcutFrm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.chkBlockSaftyDoor = new System.Windows.Forms.CheckBox();
            this.chkBlockSafetyBeam = new System.Windows.Forms.CheckBox();
            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();
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.chkBlockSaftyDoor);
            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);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(800, 450);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // chkBlockSaftyDoor
            // 
            this.chkBlockSaftyDoor.AutoSize = true;
            this.chkBlockSaftyDoor.Location = new System.Drawing.Point(3, 3);
            this.chkBlockSaftyDoor.Name = "chkBlockSaftyDoor";
            this.chkBlockSaftyDoor.Size = new System.Drawing.Size(86, 17);
            this.chkBlockSaftyDoor.TabIndex = 0;
            this.chkBlockSaftyDoor.Text = "屏蔽安全门";
            this.chkBlockSaftyDoor.UseVisualStyleBackColor = true;
            this.chkBlockSaftyDoor.CheckedChanged += new System.EventHandler(this.chkBlockSaftyDoor_CheckedChanged);
            // 
            // chkBlockSafetyBeam
            // 
            this.chkBlockSafetyBeam.AutoSize = true;
            this.chkBlockSafetyBeam.Location = new System.Drawing.Point(95, 3);
            this.chkBlockSafetyBeam.Name = "chkBlockSafetyBeam";
            this.chkBlockSafetyBeam.Size = new System.Drawing.Size(98, 17);
            this.chkBlockSafetyBeam.TabIndex = 1;
            this.chkBlockSafetyBeam.Text = "屏蔽安全光线";
            this.chkBlockSafetyBeam.UseVisualStyleBackColor = true;
            this.chkBlockSafetyBeam.CheckedChanged += new System.EventHandler(this.chkBlockSafetyBeam_CheckedChanged);
            // 
            // chkBlockBeep
            // 
            this.chkBlockBeep.AutoSize = true;
            this.chkBlockBeep.Location = new System.Drawing.Point(199, 3);
            this.chkBlockBeep.Name = "chkBlockBeep";
            this.chkBlockBeep.Size = new System.Drawing.Size(86, 17);
            this.chkBlockBeep.TabIndex = 2;
            this.chkBlockBeep.Text = "屏蔽蜂鸣器";
            this.chkBlockBeep.UseVisualStyleBackColor = true;
            this.chkBlockBeep.CheckedChanged += new System.EventHandler(this.chkBlockBeep_CheckedChanged);
            // 
            // chkManualInputForbidden
            // 
            this.chkManualInputForbidden.AutoSize = true;
            this.chkManualInputForbidden.Location = new System.Drawing.Point(291, 3);
            this.chkManualInputForbidden.Name = "chkManualInputForbidden";
            this.chkManualInputForbidden.Size = new System.Drawing.Size(122, 17);
            this.chkManualInputForbidden.TabIndex = 4;
            this.chkManualInputForbidden.Text = "禁止手动输入条码";
            this.chkManualInputForbidden.UseVisualStyleBackColor = true;
            this.chkManualInputForbidden.CheckedChanged += new System.EventHandler(this.chkManualInputForbidden_CheckedChanged);
            // 
            // btnLightSwitch
            // 
            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
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.flowLayoutPanel1);
            this.Name = "M071_ShortcutFrm";
            this.Text = "M071_ShortcutFrm";
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.CheckBox chkBlockSaftyDoor;
        private System.Windows.Forms.CheckBox chkBlockSafetyBeam;
        private System.Windows.Forms.CheckBox chkBlockBeep;
        private System.Windows.Forms.CheckBox chkManualInputForbidden;
        private System.Windows.Forms.Button btnLightSwitch;
        private System.Windows.Forms.CheckBox chkEnableMESUpload;
    }
}