천호석
2022-11-21 0ced3ee4e65354419392c757b9502d1670f8888c
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
namespace SHARP_CLAS_UI
{
    partial class Form_Frame
    {
        /// <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 Windows Form 디자이너에서 생성한 코드
 
        /// <summary>
        /// 디자이너 지원에 필요한 메서드입니다. 
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Frame));
            this.pnl_Top = new System.Windows.Forms.Panel();
            this.lb_Motor_Board_Status = new System.Windows.Forms.Label();
            this.tb_Motor_Board_Status = new System.Windows.Forms.TextBox();
            this.lb_Align = new System.Windows.Forms.Label();
            this.lb_AOI = new System.Windows.Forms.Label();
            this.lblDateTime = new System.Windows.Forms.Label();
            this.lb_Date = new System.Windows.Forms.Label();
            this.lb_Time = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lb_Login_Info = new System.Windows.Forms.Label();
            this.btn_Log_Out = new System.Windows.Forms.Button();
            this.lb_Level = new System.Windows.Forms.Label();
            this.lb_Name = new System.Windows.Forms.Label();
            this.lb_User_Name = new System.Windows.Forms.Label();
            this.lb_User_Level = new System.Windows.Forms.Label();
            this.btn_LampView = new System.Windows.Forms.Button();
            this.lb_Recipe_Name = new System.Windows.Forms.Label();
            this.lb_Dust_Collector = new System.Windows.Forms.Label();
            this.tb_Main_Recipe_Name = new System.Windows.Forms.TextBox();
            this.tb_Dust_Collect = new System.Windows.Forms.TextBox();
            this.lb_Language = new System.Windows.Forms.Label();
            this.lb_Cim_Mode = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btn_AlarmView = new System.Windows.Forms.Button();
            this.lb_Lamp_Blue = new System.Windows.Forms.Label();
            this.lb_Lamp_Green = new System.Windows.Forms.Label();
            this.lb_Lamp_Yellow = new System.Windows.Forms.Label();
            this.lb_Lamp_Red = new System.Windows.Forms.Label();
            this.pnl_Main = new System.Windows.Forms.Panel();
            this.pnl_Bottom = new System.Windows.Forms.Panel();
            this.pnl_Top.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // pnl_Top
            // 
            this.pnl_Top.BackColor = System.Drawing.Color.White;
            this.pnl_Top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnl_Top.Controls.Add(this.lb_Motor_Board_Status);
            this.pnl_Top.Controls.Add(this.tb_Motor_Board_Status);
            this.pnl_Top.Controls.Add(this.lb_Align);
            this.pnl_Top.Controls.Add(this.lb_AOI);
            this.pnl_Top.Controls.Add(this.lblDateTime);
            this.pnl_Top.Controls.Add(this.lb_Date);
            this.pnl_Top.Controls.Add(this.lb_Time);
            this.pnl_Top.Controls.Add(this.panel1);
            this.pnl_Top.Controls.Add(this.btn_LampView);
            this.pnl_Top.Controls.Add(this.lb_Recipe_Name);
            this.pnl_Top.Controls.Add(this.lb_Dust_Collector);
            this.pnl_Top.Controls.Add(this.tb_Main_Recipe_Name);
            this.pnl_Top.Controls.Add(this.tb_Dust_Collect);
            this.pnl_Top.Controls.Add(this.lb_Language);
            this.pnl_Top.Controls.Add(this.lb_Cim_Mode);
            this.pnl_Top.Controls.Add(this.pictureBox1);
            this.pnl_Top.Controls.Add(this.btn_AlarmView);
            this.pnl_Top.Controls.Add(this.lb_Lamp_Blue);
            this.pnl_Top.Controls.Add(this.lb_Lamp_Green);
            this.pnl_Top.Controls.Add(this.lb_Lamp_Yellow);
            this.pnl_Top.Controls.Add(this.lb_Lamp_Red);
            resources.ApplyResources(this.pnl_Top, "pnl_Top");
            this.pnl_Top.Name = "pnl_Top";
            // 
            // lb_Motor_Board_Status
            // 
            this.lb_Motor_Board_Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Motor_Board_Status, "lb_Motor_Board_Status");
            this.lb_Motor_Board_Status.Name = "lb_Motor_Board_Status";
            // 
            // tb_Motor_Board_Status
            // 
            this.tb_Motor_Board_Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.tb_Motor_Board_Status, "tb_Motor_Board_Status");
            this.tb_Motor_Board_Status.Name = "tb_Motor_Board_Status";
            this.tb_Motor_Board_Status.ReadOnly = true;
            // 
            // lb_Align
            // 
            this.lb_Align.BackColor = System.Drawing.Color.Green;
            this.lb_Align.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Align, "lb_Align");
            this.lb_Align.Name = "lb_Align";
            // 
            // lb_AOI
            // 
            this.lb_AOI.BackColor = System.Drawing.Color.Green;
            this.lb_AOI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_AOI, "lb_AOI");
            this.lb_AOI.Name = "lb_AOI";
            // 
            // lblDateTime
            // 
            resources.ApplyResources(this.lblDateTime, "lblDateTime");
            this.lblDateTime.ForeColor = System.Drawing.Color.Black;
            this.lblDateTime.Name = "lblDateTime";
            // 
            // lb_Date
            // 
            this.lb_Date.BackColor = System.Drawing.SystemColors.Control;
            this.lb_Date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Date, "lb_Date");
            this.lb_Date.Name = "lb_Date";
            // 
            // lb_Time
            // 
            this.lb_Time.BackColor = System.Drawing.SystemColors.Control;
            this.lb_Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Time, "lb_Time");
            this.lb_Time.Name = "lb_Time";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lb_Login_Info);
            this.panel1.Controls.Add(this.btn_Log_Out);
            this.panel1.Controls.Add(this.lb_Level);
            this.panel1.Controls.Add(this.lb_Name);
            this.panel1.Controls.Add(this.lb_User_Name);
            this.panel1.Controls.Add(this.lb_User_Level);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // lb_Login_Info
            // 
            this.lb_Login_Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Login_Info, "lb_Login_Info");
            this.lb_Login_Info.ForeColor = System.Drawing.SystemColors.ControlText;
            this.lb_Login_Info.Name = "lb_Login_Info";
            // 
            // btn_Log_Out
            // 
            resources.ApplyResources(this.btn_Log_Out, "btn_Log_Out");
            this.btn_Log_Out.Name = "btn_Log_Out";
            this.btn_Log_Out.UseVisualStyleBackColor = true;
            this.btn_Log_Out.Click += new System.EventHandler(this.btn_Log_Out_Click);
            // 
            // lb_Level
            // 
            this.lb_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Level, "lb_Level");
            this.lb_Level.ForeColor = System.Drawing.SystemColors.ControlText;
            this.lb_Level.Name = "lb_Level";
            // 
            // lb_Name
            // 
            this.lb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Name, "lb_Name");
            this.lb_Name.ForeColor = System.Drawing.SystemColors.ControlText;
            this.lb_Name.Name = "lb_Name";
            // 
            // lb_User_Name
            // 
            this.lb_User_Name.BackColor = System.Drawing.Color.White;
            this.lb_User_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_User_Name, "lb_User_Name");
            this.lb_User_Name.Name = "lb_User_Name";
            // 
            // lb_User_Level
            // 
            this.lb_User_Level.BackColor = System.Drawing.Color.White;
            this.lb_User_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_User_Level, "lb_User_Level");
            this.lb_User_Level.Name = "lb_User_Level";
            // 
            // btn_LampView
            // 
            this.btn_LampView.BackColor = System.Drawing.Color.Olive;
            resources.ApplyResources(this.btn_LampView, "btn_LampView");
            this.btn_LampView.Image = global::SHARP_CLAS_UI.Properties.Resources.Lamp;
            this.btn_LampView.Name = "btn_LampView";
            this.btn_LampView.UseVisualStyleBackColor = false;
            this.btn_LampView.Click += new System.EventHandler(this.btn_LampView_Click);
            // 
            // lb_Recipe_Name
            // 
            this.lb_Recipe_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Recipe_Name, "lb_Recipe_Name");
            this.lb_Recipe_Name.Name = "lb_Recipe_Name";
            // 
            // lb_Dust_Collector
            // 
            this.lb_Dust_Collector.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Dust_Collector, "lb_Dust_Collector");
            this.lb_Dust_Collector.Name = "lb_Dust_Collector";
            // 
            // tb_Main_Recipe_Name
            // 
            this.tb_Main_Recipe_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.tb_Main_Recipe_Name, "tb_Main_Recipe_Name");
            this.tb_Main_Recipe_Name.Name = "tb_Main_Recipe_Name";
            this.tb_Main_Recipe_Name.ReadOnly = true;
            // 
            // tb_Dust_Collect
            // 
            this.tb_Dust_Collect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.tb_Dust_Collect, "tb_Dust_Collect");
            this.tb_Dust_Collect.Name = "tb_Dust_Collect";
            this.tb_Dust_Collect.ReadOnly = true;
            // 
            // lb_Language
            // 
            this.lb_Language.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Language.Image = global::SHARP_CLAS_UI.Properties.Resources.English;
            resources.ApplyResources(this.lb_Language, "lb_Language");
            this.lb_Language.Name = "lb_Language";
            this.lb_Language.Click += new System.EventHandler(this.lb_Language_Click);
            // 
            // lb_Cim_Mode
            // 
            this.lb_Cim_Mode.BackColor = System.Drawing.Color.Green;
            this.lb_Cim_Mode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.lb_Cim_Mode, "lb_Cim_Mode");
            this.lb_Cim_Mode.Name = "lb_Cim_Mode";
            this.lb_Cim_Mode.Click += new System.EventHandler(this.lb_Cim_Mode_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.White;
            resources.ApplyResources(this.pictureBox1, "pictureBox1");
            this.pictureBox1.Image = global::SHARP_CLAS_UI.Properties.Resources.DIT_Logo;
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.TabStop = false;
            // 
            // btn_AlarmView
            // 
            this.btn_AlarmView.BackColor = System.Drawing.Color.White;
            resources.ApplyResources(this.btn_AlarmView, "btn_AlarmView");
            this.btn_AlarmView.Image = global::SHARP_CLAS_UI.Properties.Resources.Alarm;
            this.btn_AlarmView.Name = "btn_AlarmView";
            this.btn_AlarmView.UseVisualStyleBackColor = false;
            this.btn_AlarmView.Click += new System.EventHandler(this.btn_AlarmView_Click);
            // 
            // lb_Lamp_Blue
            // 
            this.lb_Lamp_Blue.BackColor = System.Drawing.Color.Blue;
            this.lb_Lamp_Blue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            resources.ApplyResources(this.lb_Lamp_Blue, "lb_Lamp_Blue");
            this.lb_Lamp_Blue.Name = "lb_Lamp_Blue";
            // 
            // lb_Lamp_Green
            // 
            this.lb_Lamp_Green.BackColor = System.Drawing.Color.Lime;
            this.lb_Lamp_Green.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            resources.ApplyResources(this.lb_Lamp_Green, "lb_Lamp_Green");
            this.lb_Lamp_Green.Name = "lb_Lamp_Green";
            // 
            // lb_Lamp_Yellow
            // 
            this.lb_Lamp_Yellow.BackColor = System.Drawing.Color.Yellow;
            this.lb_Lamp_Yellow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            resources.ApplyResources(this.lb_Lamp_Yellow, "lb_Lamp_Yellow");
            this.lb_Lamp_Yellow.Name = "lb_Lamp_Yellow";
            // 
            // lb_Lamp_Red
            // 
            this.lb_Lamp_Red.BackColor = System.Drawing.Color.Red;
            this.lb_Lamp_Red.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            resources.ApplyResources(this.lb_Lamp_Red, "lb_Lamp_Red");
            this.lb_Lamp_Red.Name = "lb_Lamp_Red";
            // 
            // pnl_Main
            // 
            this.pnl_Main.BackColor = System.Drawing.Color.CornflowerBlue;
            this.pnl_Main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.pnl_Main, "pnl_Main");
            this.pnl_Main.Name = "pnl_Main";
            // 
            // pnl_Bottom
            // 
            this.pnl_Bottom.BackColor = System.Drawing.Color.White;
            this.pnl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.pnl_Bottom, "pnl_Bottom");
            this.pnl_Bottom.Name = "pnl_Bottom";
            // 
            // Form_Frame
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ControlBox = false;
            this.Controls.Add(this.pnl_Bottom);
            this.Controls.Add(this.pnl_Main);
            this.Controls.Add(this.pnl_Top);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_Frame";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Frame_FormClosing);
            this.Load += new System.EventHandler(this.Form_Frame_Load);
            this.pnl_Top.ResumeLayout(false);
            this.pnl_Top.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Panel pnl_Top;
        private System.Windows.Forms.Panel pnl_Main;
        private System.Windows.Forms.Panel pnl_Bottom;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label lb_Lamp_Green;
        private System.Windows.Forms.Label lb_Lamp_Yellow;
        private System.Windows.Forms.Label lb_Lamp_Red;
        private System.Windows.Forms.Label lb_Lamp_Blue;
        private System.Windows.Forms.Button btn_AlarmView;
        private System.Windows.Forms.Label lb_Cim_Mode;
        private System.Windows.Forms.Label lb_Language;
        private System.Windows.Forms.Button btn_LampView;
        private System.Windows.Forms.Label lb_Dust_Collector;
        private System.Windows.Forms.TextBox tb_Dust_Collect;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lb_Level;
        private System.Windows.Forms.Label lb_Name;
        private System.Windows.Forms.Label lb_User_Name;
        private System.Windows.Forms.Label lb_User_Level;
        private System.Windows.Forms.Button btn_Log_Out;
        private System.Windows.Forms.Label lb_Login_Info;
        private System.Windows.Forms.Label lb_Recipe_Name;
        private System.Windows.Forms.TextBox tb_Main_Recipe_Name;
        private System.Windows.Forms.Label lblDateTime;
        private System.Windows.Forms.Label lb_Date;
        private System.Windows.Forms.Label lb_Time;
        private System.Windows.Forms.Label lb_Align;
        private System.Windows.Forms.Label lb_AOI;
        private System.Windows.Forms.Label lb_Motor_Board_Status;
        private System.Windows.Forms.TextBox tb_Motor_Board_Status;
    }
}