|
@@ -0,0 +1,812 @@
|
|
1
|
+namespace Basic_Terminal
|
|
2
|
+{
|
|
3
|
+ partial class Menu
|
|
4
|
+ {
|
|
5
|
+ /// <summary>
|
|
6
|
+ /// Required designer variable.
|
|
7
|
+ /// </summary>
|
|
8
|
+ private System.ComponentModel.IContainer components = null;
|
|
9
|
+
|
|
10
|
+ /// <summary>
|
|
11
|
+ /// Clean up any resources being used.
|
|
12
|
+ /// </summary>
|
|
13
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
14
|
+ protected override void Dispose(bool disposing)
|
|
15
|
+ {
|
|
16
|
+ if (disposing && (components != null))
|
|
17
|
+ {
|
|
18
|
+ components.Dispose();
|
|
19
|
+ }
|
|
20
|
+ base.Dispose(disposing);
|
|
21
|
+ }
|
|
22
|
+
|
|
23
|
+ #region Windows Form Designer generated code
|
|
24
|
+
|
|
25
|
+ /// <summary>
|
|
26
|
+ /// Required method for Designer support - do not modify
|
|
27
|
+ /// the contents of this method with the code editor.
|
|
28
|
+ /// </summary>
|
|
29
|
+ private void InitializeComponent()
|
|
30
|
+ {
|
|
31
|
+ this.components = new System.ComponentModel.Container();
|
|
32
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
|
|
33
|
+ this.panel_bar = new System.Windows.Forms.Panel();
|
|
34
|
+ this.metroPanel_Content = new MetroFramework.Controls.MetroPanel();
|
|
35
|
+ this.metroPanel_update = new MetroFramework.Controls.MetroPanel();
|
|
36
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
37
|
+ this.Update_label = new System.Windows.Forms.Label();
|
|
38
|
+ this.metroProgressBar1 = new MetroFramework.Controls.MetroProgressBar();
|
|
39
|
+ this.metroPanel_Terminal = new MetroFramework.Controls.MetroPanel();
|
|
40
|
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
41
|
+ this.metroPanel_config = new MetroFramework.Controls.MetroPanel();
|
|
42
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
43
|
+ this.metroPanel_about = new MetroFramework.Controls.MetroPanel();
|
|
44
|
+ this.metroPanel_Operate = new MetroFramework.Controls.MetroPanel();
|
|
45
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
46
|
+ this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
47
|
+ this.panel_content = new System.Windows.Forms.Panel();
|
|
48
|
+ this.pictureBox_min_red = new System.Windows.Forms.PictureBox();
|
|
49
|
+ this.pictureBox_min = new System.Windows.Forms.PictureBox();
|
|
50
|
+ this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
51
|
+ this.metroTile_portopen = new MetroFramework.Controls.MetroTile();
|
|
52
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
53
|
+ this.metroComboBox2 = new MetroFramework.Controls.MetroComboBox();
|
|
54
|
+ this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox();
|
|
55
|
+ this.cmCom_Port = new System.Windows.Forms.Label();
|
|
56
|
+ this.cmBaudRate = new System.Windows.Forms.Label();
|
|
57
|
+ this.metroTile_portclose = new MetroFramework.Controls.MetroTile();
|
|
58
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
59
|
+ this.pictureBox_X_RED = new System.Windows.Forms.PictureBox();
|
|
60
|
+ this.pictureBox_X = new System.Windows.Forms.PictureBox();
|
|
61
|
+ this.panel_Menu = new System.Windows.Forms.Panel();
|
|
62
|
+ this.panel_SelectMenu = new System.Windows.Forms.Panel();
|
|
63
|
+ this.metroTile_config = new MetroFramework.Controls.MetroTile();
|
|
64
|
+ this.metroTile_quit = new MetroFramework.Controls.MetroTile();
|
|
65
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
66
|
+ this.metroTile_update = new MetroFramework.Controls.MetroTile();
|
|
67
|
+ this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
68
|
+ this.metroTile_about = new MetroFramework.Controls.MetroTile();
|
|
69
|
+ this.metroTile_terminal = new MetroFramework.Controls.MetroTile();
|
|
70
|
+ this.label_Terminal = new System.Windows.Forms.Label();
|
|
71
|
+ this.metroTile_operate = new MetroFramework.Controls.MetroTile();
|
|
72
|
+ this.panel_BluecellLogo = new System.Windows.Forms.Panel();
|
|
73
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
74
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
75
|
+ this.metroStyleManager1 = new MetroFramework.Components.MetroStyleManager(this.components);
|
|
76
|
+ this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
77
|
+ this.panel_bar.SuspendLayout();
|
|
78
|
+ this.metroPanel_Content.SuspendLayout();
|
|
79
|
+ this.metroPanel_update.SuspendLayout();
|
|
80
|
+ this.metroPanel_Terminal.SuspendLayout();
|
|
81
|
+ this.metroPanel_config.SuspendLayout();
|
|
82
|
+ this.metroPanel_about.SuspendLayout();
|
|
83
|
+ this.metroPanel_Operate.SuspendLayout();
|
|
84
|
+ this.panel_content.SuspendLayout();
|
|
85
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_min_red)).BeginInit();
|
|
86
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_min)).BeginInit();
|
|
87
|
+ this.groupBox9.SuspendLayout();
|
|
88
|
+ this.metroTile_portopen.SuspendLayout();
|
|
89
|
+ this.metroTile_portclose.SuspendLayout();
|
|
90
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_X_RED)).BeginInit();
|
|
91
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_X)).BeginInit();
|
|
92
|
+ this.panel_Menu.SuspendLayout();
|
|
93
|
+ this.panel_SelectMenu.SuspendLayout();
|
|
94
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
95
|
+ this.metroTile_terminal.SuspendLayout();
|
|
96
|
+ this.panel_BluecellLogo.SuspendLayout();
|
|
97
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
98
|
+ ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
|
|
99
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
100
|
+ this.SuspendLayout();
|
|
101
|
+ //
|
|
102
|
+ // panel_bar
|
|
103
|
+ //
|
|
104
|
+ this.panel_bar.Controls.Add(this.metroPanel_Content);
|
|
105
|
+ this.panel_bar.Controls.Add(this.dateTimePicker1);
|
|
106
|
+ this.panel_bar.Controls.Add(this.panel_content);
|
|
107
|
+ this.panel_bar.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
108
|
+ this.panel_bar.Location = new System.Drawing.Point(0, 0);
|
|
109
|
+ this.panel_bar.Name = "panel_bar";
|
|
110
|
+ this.panel_bar.Size = new System.Drawing.Size(1001, 549);
|
|
111
|
+ this.panel_bar.TabIndex = 22;
|
|
112
|
+ //
|
|
113
|
+ // metroPanel_Content
|
|
114
|
+ //
|
|
115
|
+ this.metroPanel_Content.Controls.Add(this.metroPanel_about);
|
|
116
|
+ this.metroPanel_Content.Controls.Add(this.metroPanel_update);
|
|
117
|
+ this.metroPanel_Content.Controls.Add(this.metroPanel_Terminal);
|
|
118
|
+ this.metroPanel_Content.Controls.Add(this.metroPanel_config);
|
|
119
|
+ this.metroPanel_Content.Controls.Add(this.metroPanel_Operate);
|
|
120
|
+ this.metroPanel_Content.HorizontalScrollbarBarColor = true;
|
|
121
|
+ this.metroPanel_Content.HorizontalScrollbarHighlightOnWheel = false;
|
|
122
|
+ this.metroPanel_Content.HorizontalScrollbarSize = 10;
|
|
123
|
+ this.metroPanel_Content.Location = new System.Drawing.Point(200, 70);
|
|
124
|
+ this.metroPanel_Content.Name = "metroPanel_Content";
|
|
125
|
+ this.metroPanel_Content.Size = new System.Drawing.Size(800, 480);
|
|
126
|
+ this.metroPanel_Content.TabIndex = 3;
|
|
127
|
+ this.metroPanel_Content.VerticalScrollbarBarColor = true;
|
|
128
|
+ this.metroPanel_Content.VerticalScrollbarHighlightOnWheel = false;
|
|
129
|
+ this.metroPanel_Content.VerticalScrollbarSize = 10;
|
|
130
|
+ //
|
|
131
|
+ // metroPanel_update
|
|
132
|
+ //
|
|
133
|
+ this.metroPanel_update.Controls.Add(this.label3);
|
|
134
|
+ this.metroPanel_update.Controls.Add(this.Update_label);
|
|
135
|
+ this.metroPanel_update.Controls.Add(this.metroProgressBar1);
|
|
136
|
+ this.metroPanel_update.HorizontalScrollbarBarColor = true;
|
|
137
|
+ this.metroPanel_update.HorizontalScrollbarHighlightOnWheel = false;
|
|
138
|
+ this.metroPanel_update.HorizontalScrollbarSize = 10;
|
|
139
|
+ this.metroPanel_update.Location = new System.Drawing.Point(0, 0);
|
|
140
|
+ this.metroPanel_update.Name = "metroPanel_update";
|
|
141
|
+ this.metroPanel_update.Size = new System.Drawing.Size(800, 480);
|
|
142
|
+ this.metroPanel_update.TabIndex = 141;
|
|
143
|
+ this.metroPanel_update.VerticalScrollbarBarColor = true;
|
|
144
|
+ this.metroPanel_update.VerticalScrollbarHighlightOnWheel = false;
|
|
145
|
+ this.metroPanel_update.VerticalScrollbarSize = 10;
|
|
146
|
+ //
|
|
147
|
+ // label3
|
|
148
|
+ //
|
|
149
|
+ this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
150
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
151
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
152
|
+ this.label3.AutoSize = true;
|
|
153
|
+ this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
154
|
+ this.label3.Font = new System.Drawing.Font("굴림", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
155
|
+ this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
156
|
+ this.label3.Location = new System.Drawing.Point(106, 21);
|
|
157
|
+ this.label3.Name = "label3";
|
|
158
|
+ this.label3.Size = new System.Drawing.Size(416, 48);
|
|
159
|
+ this.label3.TabIndex = 136;
|
|
160
|
+ this.label3.Text = "Firmware Update";
|
|
161
|
+ //
|
|
162
|
+ // Update_label
|
|
163
|
+ //
|
|
164
|
+ this.Update_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
165
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
166
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
167
|
+ this.Update_label.AutoSize = true;
|
|
168
|
+ this.Update_label.BackColor = System.Drawing.Color.Transparent;
|
|
169
|
+ this.Update_label.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
170
|
+ this.Update_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
171
|
+ this.Update_label.Location = new System.Drawing.Point(295, 179);
|
|
172
|
+ this.Update_label.Name = "Update_label";
|
|
173
|
+ this.Update_label.Size = new System.Drawing.Size(23, 12);
|
|
174
|
+ this.Update_label.TabIndex = 135;
|
|
175
|
+ this.Update_label.Text = "0%";
|
|
176
|
+ //
|
|
177
|
+ // metroProgressBar1
|
|
178
|
+ //
|
|
179
|
+ this.metroProgressBar1.Location = new System.Drawing.Point(106, 208);
|
|
180
|
+ this.metroProgressBar1.Name = "metroProgressBar1";
|
|
181
|
+ this.metroProgressBar1.Size = new System.Drawing.Size(416, 52);
|
|
182
|
+ this.metroProgressBar1.TabIndex = 2;
|
|
183
|
+ //
|
|
184
|
+ // metroPanel_Terminal
|
|
185
|
+ //
|
|
186
|
+ this.metroPanel_Terminal.Controls.Add(this.richTextBox1);
|
|
187
|
+ this.metroPanel_Terminal.HorizontalScrollbarBarColor = true;
|
|
188
|
+ this.metroPanel_Terminal.HorizontalScrollbarHighlightOnWheel = false;
|
|
189
|
+ this.metroPanel_Terminal.HorizontalScrollbarSize = 10;
|
|
190
|
+ this.metroPanel_Terminal.Location = new System.Drawing.Point(0, 0);
|
|
191
|
+ this.metroPanel_Terminal.Name = "metroPanel_Terminal";
|
|
192
|
+ this.metroPanel_Terminal.Size = new System.Drawing.Size(800, 480);
|
|
193
|
+ this.metroPanel_Terminal.TabIndex = 138;
|
|
194
|
+ this.metroPanel_Terminal.VerticalScrollbarBarColor = true;
|
|
195
|
+ this.metroPanel_Terminal.VerticalScrollbarHighlightOnWheel = false;
|
|
196
|
+ this.metroPanel_Terminal.VerticalScrollbarSize = 10;
|
|
197
|
+ //
|
|
198
|
+ // richTextBox1
|
|
199
|
+ //
|
|
200
|
+ this.richTextBox1.BackColor = System.Drawing.SystemColors.MenuText;
|
|
201
|
+ this.richTextBox1.Font = new System.Drawing.Font("나눔고딕 ExtraBold", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
202
|
+ this.richTextBox1.ForeColor = System.Drawing.SystemColors.Window;
|
|
203
|
+ this.richTextBox1.Location = new System.Drawing.Point(3, 0);
|
|
204
|
+ this.richTextBox1.Name = "richTextBox1";
|
|
205
|
+ this.richTextBox1.Size = new System.Drawing.Size(800, 480);
|
|
206
|
+ this.richTextBox1.TabIndex = 2;
|
|
207
|
+ this.richTextBox1.Text = "Test Font 테스트폰트";
|
|
208
|
+ //
|
|
209
|
+ // metroPanel_config
|
|
210
|
+ //
|
|
211
|
+ this.metroPanel_config.Controls.Add(this.label7);
|
|
212
|
+ this.metroPanel_config.HorizontalScrollbarBarColor = true;
|
|
213
|
+ this.metroPanel_config.HorizontalScrollbarHighlightOnWheel = false;
|
|
214
|
+ this.metroPanel_config.HorizontalScrollbarSize = 10;
|
|
215
|
+ this.metroPanel_config.Location = new System.Drawing.Point(0, 0);
|
|
216
|
+ this.metroPanel_config.Name = "metroPanel_config";
|
|
217
|
+ this.metroPanel_config.Size = new System.Drawing.Size(800, 480);
|
|
218
|
+ this.metroPanel_config.TabIndex = 137;
|
|
219
|
+ this.metroPanel_config.VerticalScrollbarBarColor = true;
|
|
220
|
+ this.metroPanel_config.VerticalScrollbarHighlightOnWheel = false;
|
|
221
|
+ this.metroPanel_config.VerticalScrollbarSize = 10;
|
|
222
|
+ //
|
|
223
|
+ // label7
|
|
224
|
+ //
|
|
225
|
+ this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
226
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
227
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
228
|
+ this.label7.AutoSize = true;
|
|
229
|
+ this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
230
|
+ this.label7.Font = new System.Drawing.Font("굴림", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
231
|
+ this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
232
|
+ this.label7.Location = new System.Drawing.Point(3, 20);
|
|
233
|
+ this.label7.Name = "label7";
|
|
234
|
+ this.label7.Size = new System.Drawing.Size(174, 48);
|
|
235
|
+ this.label7.TabIndex = 136;
|
|
236
|
+ this.label7.Text = "Config";
|
|
237
|
+ //
|
|
238
|
+ // metroPanel_about
|
|
239
|
+ //
|
|
240
|
+ this.metroPanel_about.Controls.Add(this.pictureBox2);
|
|
241
|
+ this.metroPanel_about.HorizontalScrollbarBarColor = true;
|
|
242
|
+ this.metroPanel_about.HorizontalScrollbarHighlightOnWheel = false;
|
|
243
|
+ this.metroPanel_about.HorizontalScrollbarSize = 10;
|
|
244
|
+ this.metroPanel_about.Location = new System.Drawing.Point(0, 0);
|
|
245
|
+ this.metroPanel_about.Name = "metroPanel_about";
|
|
246
|
+ this.metroPanel_about.Size = new System.Drawing.Size(800, 480);
|
|
247
|
+ this.metroPanel_about.TabIndex = 140;
|
|
248
|
+ this.metroPanel_about.VerticalScrollbarBarColor = true;
|
|
249
|
+ this.metroPanel_about.VerticalScrollbarHighlightOnWheel = false;
|
|
250
|
+ this.metroPanel_about.VerticalScrollbarSize = 10;
|
|
251
|
+ //
|
|
252
|
+ // metroPanel_Operate
|
|
253
|
+ //
|
|
254
|
+ this.metroPanel_Operate.Controls.Add(this.label4);
|
|
255
|
+ this.metroPanel_Operate.HorizontalScrollbarBarColor = true;
|
|
256
|
+ this.metroPanel_Operate.HorizontalScrollbarHighlightOnWheel = false;
|
|
257
|
+ this.metroPanel_Operate.HorizontalScrollbarSize = 10;
|
|
258
|
+ this.metroPanel_Operate.Location = new System.Drawing.Point(0, 0);
|
|
259
|
+ this.metroPanel_Operate.Name = "metroPanel_Operate";
|
|
260
|
+ this.metroPanel_Operate.Size = new System.Drawing.Size(800, 480);
|
|
261
|
+ this.metroPanel_Operate.TabIndex = 139;
|
|
262
|
+ this.metroPanel_Operate.VerticalScrollbarBarColor = true;
|
|
263
|
+ this.metroPanel_Operate.VerticalScrollbarHighlightOnWheel = false;
|
|
264
|
+ this.metroPanel_Operate.VerticalScrollbarSize = 10;
|
|
265
|
+ //
|
|
266
|
+ // label4
|
|
267
|
+ //
|
|
268
|
+ this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
269
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
270
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
271
|
+ this.label4.AutoSize = true;
|
|
272
|
+ this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
273
|
+ this.label4.Font = new System.Drawing.Font("굴림", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
274
|
+ this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
275
|
+ this.label4.Location = new System.Drawing.Point(7, 20);
|
|
276
|
+ this.label4.Name = "label4";
|
|
277
|
+ this.label4.Size = new System.Drawing.Size(205, 48);
|
|
278
|
+ this.label4.TabIndex = 136;
|
|
279
|
+ this.label4.Text = "Operate";
|
|
280
|
+ //
|
|
281
|
+ // dateTimePicker1
|
|
282
|
+ //
|
|
283
|
+ this.dateTimePicker1.Location = new System.Drawing.Point(0, 0);
|
|
284
|
+ this.dateTimePicker1.Name = "dateTimePicker1";
|
|
285
|
+ this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
|
|
286
|
+ this.dateTimePicker1.TabIndex = 1;
|
|
287
|
+ //
|
|
288
|
+ // panel_content
|
|
289
|
+ //
|
|
290
|
+ this.panel_content.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(251)))));
|
|
291
|
+ this.panel_content.Controls.Add(this.pictureBox_min_red);
|
|
292
|
+ this.panel_content.Controls.Add(this.pictureBox_min);
|
|
293
|
+ this.panel_content.Controls.Add(this.groupBox9);
|
|
294
|
+ this.panel_content.Controls.Add(this.pictureBox_X_RED);
|
|
295
|
+ this.panel_content.Controls.Add(this.pictureBox_X);
|
|
296
|
+ this.panel_content.Dock = System.Windows.Forms.DockStyle.Top;
|
|
297
|
+ this.panel_content.Location = new System.Drawing.Point(0, 0);
|
|
298
|
+ this.panel_content.Name = "panel_content";
|
|
299
|
+ this.panel_content.Size = new System.Drawing.Size(1001, 70);
|
|
300
|
+ this.panel_content.TabIndex = 0;
|
|
301
|
+ //
|
|
302
|
+ // pictureBox_min_red
|
|
303
|
+ //
|
|
304
|
+ this.pictureBox_min_red.Image = global::Basic_Terminal.Properties.Resources.minus_math_32px_RED;
|
|
305
|
+ this.pictureBox_min_red.Location = new System.Drawing.Point(904, 22);
|
|
306
|
+ this.pictureBox_min_red.Name = "pictureBox_min_red";
|
|
307
|
+ this.pictureBox_min_red.Size = new System.Drawing.Size(32, 32);
|
|
308
|
+ this.pictureBox_min_red.TabIndex = 3;
|
|
309
|
+ this.pictureBox_min_red.TabStop = false;
|
|
310
|
+ this.pictureBox_min_red.Visible = false;
|
|
311
|
+ this.pictureBox_min_red.Click += new System.EventHandler(this.pictureBox_min_red_Click);
|
|
312
|
+ this.pictureBox_min_red.MouseLeave += new System.EventHandler(this.pictureBox_min_red_MouseLeave);
|
|
313
|
+ //
|
|
314
|
+ // pictureBox_min
|
|
315
|
+ //
|
|
316
|
+ this.pictureBox_min.Image = global::Basic_Terminal.Properties.Resources.minus_math_32px;
|
|
317
|
+ this.pictureBox_min.Location = new System.Drawing.Point(904, 22);
|
|
318
|
+ this.pictureBox_min.Name = "pictureBox_min";
|
|
319
|
+ this.pictureBox_min.Size = new System.Drawing.Size(32, 32);
|
|
320
|
+ this.pictureBox_min.TabIndex = 2;
|
|
321
|
+ this.pictureBox_min.TabStop = false;
|
|
322
|
+ this.pictureBox_min.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_min_MouseMove);
|
|
323
|
+ //
|
|
324
|
+ // groupBox9
|
|
325
|
+ //
|
|
326
|
+ this.groupBox9.Controls.Add(this.metroTile_portopen);
|
|
327
|
+ this.groupBox9.Controls.Add(this.metroComboBox2);
|
|
328
|
+ this.groupBox9.Controls.Add(this.metroComboBox1);
|
|
329
|
+ this.groupBox9.Controls.Add(this.cmCom_Port);
|
|
330
|
+ this.groupBox9.Controls.Add(this.cmBaudRate);
|
|
331
|
+ this.groupBox9.Controls.Add(this.metroTile_portclose);
|
|
332
|
+ this.groupBox9.Location = new System.Drawing.Point(205, 0);
|
|
333
|
+ this.groupBox9.Name = "groupBox9";
|
|
334
|
+ this.groupBox9.Size = new System.Drawing.Size(669, 67);
|
|
335
|
+ this.groupBox9.TabIndex = 83;
|
|
336
|
+ this.groupBox9.TabStop = false;
|
|
337
|
+ this.groupBox9.Text = "Connection";
|
|
338
|
+ //
|
|
339
|
+ // metroTile_portopen
|
|
340
|
+ //
|
|
341
|
+ this.metroTile_portopen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
342
|
+ this.metroTile_portopen.Controls.Add(this.label1);
|
|
343
|
+ this.metroTile_portopen.CustomBackground = true;
|
|
344
|
+ this.metroTile_portopen.ForeColor = System.Drawing.Color.Coral;
|
|
345
|
+ this.metroTile_portopen.Location = new System.Drawing.Point(497, 14);
|
|
346
|
+ this.metroTile_portopen.Name = "metroTile_portopen";
|
|
347
|
+ this.metroTile_portopen.Size = new System.Drawing.Size(166, 47);
|
|
348
|
+ this.metroTile_portopen.Style = MetroFramework.MetroColorStyle.Blue;
|
|
349
|
+ this.metroTile_portopen.TabIndex = 94;
|
|
350
|
+ this.metroTile_portopen.Text = "Port Open";
|
|
351
|
+ this.metroTile_portopen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
352
|
+ this.metroTile_portopen.TileImage = global::Basic_Terminal.Properties.Resources.connected_32px;
|
|
353
|
+ this.metroTile_portopen.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
354
|
+ this.metroTile_portopen.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
355
|
+ this.metroTile_portopen.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
356
|
+ this.metroTile_portopen.UseTileImage = true;
|
|
357
|
+ this.metroTile_portopen.Click += new System.EventHandler(this.MetroTile_portopen_Click);
|
|
358
|
+ this.metroTile_portopen.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
359
|
+ this.metroTile_portopen.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
360
|
+ //
|
|
361
|
+ // label1
|
|
362
|
+ //
|
|
363
|
+ this.label1.AutoSize = true;
|
|
364
|
+ this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
365
|
+ this.label1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
366
|
+ this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
|
|
367
|
+ this.label1.Location = new System.Drawing.Point(40, 17);
|
|
368
|
+ this.label1.Name = "label1";
|
|
369
|
+ this.label1.Size = new System.Drawing.Size(0, 20);
|
|
370
|
+ this.label1.TabIndex = 0;
|
|
371
|
+ //
|
|
372
|
+ // metroComboBox2
|
|
373
|
+ //
|
|
374
|
+ this.metroComboBox2.FormattingEnabled = true;
|
|
375
|
+ this.metroComboBox2.ItemHeight = 23;
|
|
376
|
+ this.metroComboBox2.Location = new System.Drawing.Point(101, 20);
|
|
377
|
+ this.metroComboBox2.Name = "metroComboBox2";
|
|
378
|
+ this.metroComboBox2.Size = new System.Drawing.Size(133, 29);
|
|
379
|
+ this.metroComboBox2.Sorted = true;
|
|
380
|
+ this.metroComboBox2.TabIndex = 93;
|
|
381
|
+ //
|
|
382
|
+ // metroComboBox1
|
|
383
|
+ //
|
|
384
|
+ this.metroComboBox1.FormattingEnabled = true;
|
|
385
|
+ this.metroComboBox1.ItemHeight = 23;
|
|
386
|
+ this.metroComboBox1.Items.AddRange(new object[] {
|
|
387
|
+ "110",
|
|
388
|
+ "300",
|
|
389
|
+ "600",
|
|
390
|
+ "1200",
|
|
391
|
+ "2400",
|
|
392
|
+ "4800",
|
|
393
|
+ "9600",
|
|
394
|
+ "14400",
|
|
395
|
+ "19200",
|
|
396
|
+ "38400",
|
|
397
|
+ "57600",
|
|
398
|
+ "115200",
|
|
399
|
+ "230400",
|
|
400
|
+ "460800",
|
|
401
|
+ "921600"});
|
|
402
|
+ this.metroComboBox1.Location = new System.Drawing.Point(345, 20);
|
|
403
|
+ this.metroComboBox1.Name = "metroComboBox1";
|
|
404
|
+ this.metroComboBox1.Size = new System.Drawing.Size(133, 29);
|
|
405
|
+ this.metroComboBox1.TabIndex = 93;
|
|
406
|
+ //
|
|
407
|
+ // cmCom_Port
|
|
408
|
+ //
|
|
409
|
+ this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
410
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
411
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
412
|
+ this.cmCom_Port.AutoSize = true;
|
|
413
|
+ this.cmCom_Port.Location = new System.Drawing.Point(31, 30);
|
|
414
|
+ this.cmCom_Port.Name = "cmCom_Port";
|
|
415
|
+ this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
|
|
416
|
+ this.cmCom_Port.TabIndex = 89;
|
|
417
|
+ this.cmCom_Port.Text = "Com Port";
|
|
418
|
+ //
|
|
419
|
+ // cmBaudRate
|
|
420
|
+ //
|
|
421
|
+ this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
422
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
423
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
424
|
+ this.cmBaudRate.AutoSize = true;
|
|
425
|
+ this.cmBaudRate.Location = new System.Drawing.Point(240, 30);
|
|
426
|
+ this.cmBaudRate.Name = "cmBaudRate";
|
|
427
|
+ this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
|
|
428
|
+ this.cmBaudRate.TabIndex = 90;
|
|
429
|
+ this.cmBaudRate.Text = "Baud Rate(bps)";
|
|
430
|
+ //
|
|
431
|
+ // metroTile_portclose
|
|
432
|
+ //
|
|
433
|
+ this.metroTile_portclose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
434
|
+ this.metroTile_portclose.Controls.Add(this.label2);
|
|
435
|
+ this.metroTile_portclose.CustomBackground = true;
|
|
436
|
+ this.metroTile_portclose.ForeColor = System.Drawing.Color.Coral;
|
|
437
|
+ this.metroTile_portclose.Location = new System.Drawing.Point(497, 14);
|
|
438
|
+ this.metroTile_portclose.Name = "metroTile_portclose";
|
|
439
|
+ this.metroTile_portclose.Size = new System.Drawing.Size(166, 47);
|
|
440
|
+ this.metroTile_portclose.Style = MetroFramework.MetroColorStyle.Blue;
|
|
441
|
+ this.metroTile_portclose.TabIndex = 95;
|
|
442
|
+ this.metroTile_portclose.Text = "Port Close";
|
|
443
|
+ this.metroTile_portclose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
444
|
+ this.metroTile_portclose.TileImage = global::Basic_Terminal.Properties.Resources.disconnected_32px;
|
|
445
|
+ this.metroTile_portclose.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
446
|
+ this.metroTile_portclose.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
447
|
+ this.metroTile_portclose.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
448
|
+ this.metroTile_portclose.UseTileImage = true;
|
|
449
|
+ this.metroTile_portclose.Click += new System.EventHandler(this.MetroTile_portclose_Click);
|
|
450
|
+ this.metroTile_portclose.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
451
|
+ this.metroTile_portclose.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
452
|
+ //
|
|
453
|
+ // label2
|
|
454
|
+ //
|
|
455
|
+ this.label2.AutoSize = true;
|
|
456
|
+ this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
457
|
+ this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
458
|
+ this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
|
|
459
|
+ this.label2.Location = new System.Drawing.Point(40, 17);
|
|
460
|
+ this.label2.Name = "label2";
|
|
461
|
+ this.label2.Size = new System.Drawing.Size(0, 20);
|
|
462
|
+ this.label2.TabIndex = 0;
|
|
463
|
+ //
|
|
464
|
+ // pictureBox_X_RED
|
|
465
|
+ //
|
|
466
|
+ this.pictureBox_X_RED.Image = global::Basic_Terminal.Properties.Resources.delete_sign_32px_RED;
|
|
467
|
+ this.pictureBox_X_RED.Location = new System.Drawing.Point(942, 22);
|
|
468
|
+ this.pictureBox_X_RED.Name = "pictureBox_X_RED";
|
|
469
|
+ this.pictureBox_X_RED.Size = new System.Drawing.Size(32, 32);
|
|
470
|
+ this.pictureBox_X_RED.TabIndex = 1;
|
|
471
|
+ this.pictureBox_X_RED.TabStop = false;
|
|
472
|
+ this.pictureBox_X_RED.Visible = false;
|
|
473
|
+ this.pictureBox_X_RED.Click += new System.EventHandler(this.metroTile_quit_Click);
|
|
474
|
+ this.pictureBox_X_RED.MouseLeave += new System.EventHandler(this.pictureBox_X_RED_MouseLeave);
|
|
475
|
+ //
|
|
476
|
+ // pictureBox_X
|
|
477
|
+ //
|
|
478
|
+ this.pictureBox_X.Image = global::Basic_Terminal.Properties.Resources.delete_sign_32px;
|
|
479
|
+ this.pictureBox_X.Location = new System.Drawing.Point(942, 22);
|
|
480
|
+ this.pictureBox_X.Name = "pictureBox_X";
|
|
481
|
+ this.pictureBox_X.Size = new System.Drawing.Size(32, 32);
|
|
482
|
+ this.pictureBox_X.TabIndex = 0;
|
|
483
|
+ this.pictureBox_X.TabStop = false;
|
|
484
|
+ this.pictureBox_X.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_X_MouseMove);
|
|
485
|
+ //
|
|
486
|
+ // panel_Menu
|
|
487
|
+ //
|
|
488
|
+ this.panel_Menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
|
|
489
|
+ this.panel_Menu.Controls.Add(this.panel_SelectMenu);
|
|
490
|
+ this.panel_Menu.Controls.Add(this.panel_BluecellLogo);
|
|
491
|
+ this.panel_Menu.Dock = System.Windows.Forms.DockStyle.Left;
|
|
492
|
+ this.panel_Menu.Location = new System.Drawing.Point(0, 0);
|
|
493
|
+ this.panel_Menu.Name = "panel_Menu";
|
|
494
|
+ this.panel_Menu.Size = new System.Drawing.Size(200, 549);
|
|
495
|
+ this.panel_Menu.TabIndex = 21;
|
|
496
|
+ //
|
|
497
|
+ // panel_SelectMenu
|
|
498
|
+ //
|
|
499
|
+ this.panel_SelectMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
500
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_config);
|
|
501
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_quit);
|
|
502
|
+ this.panel_SelectMenu.Controls.Add(this.label5);
|
|
503
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_update);
|
|
504
|
+ this.panel_SelectMenu.Controls.Add(this.pictureBox6);
|
|
505
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_about);
|
|
506
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_terminal);
|
|
507
|
+ this.panel_SelectMenu.Controls.Add(this.metroTile_operate);
|
|
508
|
+ this.panel_SelectMenu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
509
|
+ this.panel_SelectMenu.Location = new System.Drawing.Point(0, 70);
|
|
510
|
+ this.panel_SelectMenu.Name = "panel_SelectMenu";
|
|
511
|
+ this.panel_SelectMenu.Size = new System.Drawing.Size(200, 480);
|
|
512
|
+ this.panel_SelectMenu.TabIndex = 24;
|
|
513
|
+ //
|
|
514
|
+ // metroTile_config
|
|
515
|
+ //
|
|
516
|
+ this.metroTile_config.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
517
|
+ this.metroTile_config.CustomBackground = true;
|
|
518
|
+ this.metroTile_config.ForeColor = System.Drawing.Color.Coral;
|
|
519
|
+ this.metroTile_config.Location = new System.Drawing.Point(0, 282);
|
|
520
|
+ this.metroTile_config.Name = "metroTile_config";
|
|
521
|
+ this.metroTile_config.Size = new System.Drawing.Size(197, 52);
|
|
522
|
+ this.metroTile_config.Style = MetroFramework.MetroColorStyle.Blue;
|
|
523
|
+ this.metroTile_config.TabIndex = 36;
|
|
524
|
+ this.metroTile_config.Text = "Config";
|
|
525
|
+ this.metroTile_config.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
526
|
+ this.metroTile_config.TileImage = global::Basic_Terminal.Properties.Resources.services_32px;
|
|
527
|
+ this.metroTile_config.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
528
|
+ this.metroTile_config.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
529
|
+ this.metroTile_config.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
530
|
+ this.metroTile_config.UseMnemonic = false;
|
|
531
|
+ this.metroTile_config.UseTileImage = true;
|
|
532
|
+ this.metroTile_config.Click += new System.EventHandler(this.metroTile_config_Click);
|
|
533
|
+ this.metroTile_config.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
534
|
+ this.metroTile_config.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
535
|
+ //
|
|
536
|
+ // metroTile_quit
|
|
537
|
+ //
|
|
538
|
+ this.metroTile_quit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
539
|
+ this.metroTile_quit.CustomBackground = true;
|
|
540
|
+ this.metroTile_quit.ForeColor = System.Drawing.Color.Coral;
|
|
541
|
+ this.metroTile_quit.Location = new System.Drawing.Point(0, 336);
|
|
542
|
+ this.metroTile_quit.Name = "metroTile_quit";
|
|
543
|
+ this.metroTile_quit.Size = new System.Drawing.Size(197, 52);
|
|
544
|
+ this.metroTile_quit.Style = MetroFramework.MetroColorStyle.Blue;
|
|
545
|
+ this.metroTile_quit.TabIndex = 35;
|
|
546
|
+ this.metroTile_quit.Text = "Quit";
|
|
547
|
+ this.metroTile_quit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
548
|
+ this.metroTile_quit.TileImage = global::Basic_Terminal.Properties.Resources.export_32px;
|
|
549
|
+ this.metroTile_quit.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
550
|
+ this.metroTile_quit.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
551
|
+ this.metroTile_quit.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
552
|
+ this.metroTile_quit.UseTileImage = true;
|
|
553
|
+ this.metroTile_quit.Click += new System.EventHandler(this.metroTile_quit_Click);
|
|
554
|
+ this.metroTile_quit.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
555
|
+ this.metroTile_quit.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
556
|
+ //
|
|
557
|
+ // label5
|
|
558
|
+ //
|
|
559
|
+ this.label5.AutoSize = true;
|
|
560
|
+ this.label5.BackColor = System.Drawing.Color.Transparent;
|
|
561
|
+ this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F);
|
|
562
|
+ this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
|
|
563
|
+ this.label5.Location = new System.Drawing.Point(55, 22);
|
|
564
|
+ this.label5.Name = "label5";
|
|
565
|
+ this.label5.Size = new System.Drawing.Size(122, 25);
|
|
566
|
+ this.label5.TabIndex = 29;
|
|
567
|
+ this.label5.Text = "Search Topic";
|
|
568
|
+ //
|
|
569
|
+ // metroTile_update
|
|
570
|
+ //
|
|
571
|
+ this.metroTile_update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
572
|
+ this.metroTile_update.CustomBackground = true;
|
|
573
|
+ this.metroTile_update.ForeColor = System.Drawing.Color.Coral;
|
|
574
|
+ this.metroTile_update.Location = new System.Drawing.Point(0, 174);
|
|
575
|
+ this.metroTile_update.Name = "metroTile_update";
|
|
576
|
+ this.metroTile_update.Size = new System.Drawing.Size(200, 52);
|
|
577
|
+ this.metroTile_update.Style = MetroFramework.MetroColorStyle.Blue;
|
|
578
|
+ this.metroTile_update.TabIndex = 34;
|
|
579
|
+ this.metroTile_update.Text = "Update";
|
|
580
|
+ this.metroTile_update.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
581
|
+ this.metroTile_update.TileImage = global::Basic_Terminal.Properties.Resources.available_updates_32px;
|
|
582
|
+ this.metroTile_update.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
583
|
+ this.metroTile_update.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
584
|
+ this.metroTile_update.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
585
|
+ this.metroTile_update.UseTileImage = true;
|
|
586
|
+ this.metroTile_update.Click += new System.EventHandler(this.metroTile_update_Click);
|
|
587
|
+ this.metroTile_update.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
588
|
+ this.metroTile_update.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
589
|
+ //
|
|
590
|
+ // pictureBox6
|
|
591
|
+ //
|
|
592
|
+ this.pictureBox6.Image = global::Basic_Terminal.Properties.Resources.search_32px;
|
|
593
|
+ this.pictureBox6.Location = new System.Drawing.Point(12, 19);
|
|
594
|
+ this.pictureBox6.Name = "pictureBox6";
|
|
595
|
+ this.pictureBox6.Size = new System.Drawing.Size(32, 32);
|
|
596
|
+ this.pictureBox6.TabIndex = 28;
|
|
597
|
+ this.pictureBox6.TabStop = false;
|
|
598
|
+ //
|
|
599
|
+ // metroTile_about
|
|
600
|
+ //
|
|
601
|
+ this.metroTile_about.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
602
|
+ this.metroTile_about.CustomBackground = true;
|
|
603
|
+ this.metroTile_about.ForeColor = System.Drawing.Color.Coral;
|
|
604
|
+ this.metroTile_about.Location = new System.Drawing.Point(0, 228);
|
|
605
|
+ this.metroTile_about.Name = "metroTile_about";
|
|
606
|
+ this.metroTile_about.Size = new System.Drawing.Size(200, 52);
|
|
607
|
+ this.metroTile_about.Style = MetroFramework.MetroColorStyle.Blue;
|
|
608
|
+ this.metroTile_about.TabIndex = 33;
|
|
609
|
+ this.metroTile_about.Text = "About";
|
|
610
|
+ this.metroTile_about.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
611
|
+ this.metroTile_about.TileImage = global::Basic_Terminal.Properties.Resources.client_company_32px;
|
|
612
|
+ this.metroTile_about.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
613
|
+ this.metroTile_about.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
614
|
+ this.metroTile_about.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
615
|
+ this.metroTile_about.UseTileImage = true;
|
|
616
|
+ this.metroTile_about.Click += new System.EventHandler(this.metroTile_about_Click);
|
|
617
|
+ this.metroTile_about.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
618
|
+ this.metroTile_about.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
619
|
+ //
|
|
620
|
+ // metroTile_terminal
|
|
621
|
+ //
|
|
622
|
+ this.metroTile_terminal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
623
|
+ this.metroTile_terminal.Controls.Add(this.label_Terminal);
|
|
624
|
+ this.metroTile_terminal.CustomBackground = true;
|
|
625
|
+ this.metroTile_terminal.ForeColor = System.Drawing.Color.Coral;
|
|
626
|
+ this.metroTile_terminal.Location = new System.Drawing.Point(0, 66);
|
|
627
|
+ this.metroTile_terminal.Name = "metroTile_terminal";
|
|
628
|
+ this.metroTile_terminal.Size = new System.Drawing.Size(200, 52);
|
|
629
|
+ this.metroTile_terminal.Style = MetroFramework.MetroColorStyle.Blue;
|
|
630
|
+ this.metroTile_terminal.TabIndex = 31;
|
|
631
|
+ this.metroTile_terminal.Text = "Terminal";
|
|
632
|
+ this.metroTile_terminal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
633
|
+ this.metroTile_terminal.TileImage = global::Basic_Terminal.Properties.Resources.console_32px;
|
|
634
|
+ this.metroTile_terminal.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
635
|
+ this.metroTile_terminal.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
636
|
+ this.metroTile_terminal.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
637
|
+ this.metroTile_terminal.UseTileImage = true;
|
|
638
|
+ this.metroTile_terminal.Click += new System.EventHandler(this.metroTile_terminal_Click);
|
|
639
|
+ this.metroTile_terminal.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
640
|
+ this.metroTile_terminal.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
641
|
+ //
|
|
642
|
+ // label_Terminal
|
|
643
|
+ //
|
|
644
|
+ this.label_Terminal.AutoSize = true;
|
|
645
|
+ this.label_Terminal.BackColor = System.Drawing.Color.Transparent;
|
|
646
|
+ this.label_Terminal.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
647
|
+ this.label_Terminal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
|
|
648
|
+ this.label_Terminal.Location = new System.Drawing.Point(40, 17);
|
|
649
|
+ this.label_Terminal.Name = "label_Terminal";
|
|
650
|
+ this.label_Terminal.Size = new System.Drawing.Size(0, 20);
|
|
651
|
+ this.label_Terminal.TabIndex = 0;
|
|
652
|
+ //
|
|
653
|
+ // metroTile_operate
|
|
654
|
+ //
|
|
655
|
+ this.metroTile_operate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
656
|
+ this.metroTile_operate.CustomBackground = true;
|
|
657
|
+ this.metroTile_operate.ForeColor = System.Drawing.Color.Coral;
|
|
658
|
+ this.metroTile_operate.Location = new System.Drawing.Point(0, 120);
|
|
659
|
+ this.metroTile_operate.Name = "metroTile_operate";
|
|
660
|
+ this.metroTile_operate.Size = new System.Drawing.Size(200, 52);
|
|
661
|
+ this.metroTile_operate.Style = MetroFramework.MetroColorStyle.Blue;
|
|
662
|
+ this.metroTile_operate.TabIndex = 32;
|
|
663
|
+ this.metroTile_operate.Text = "Operate";
|
|
664
|
+ this.metroTile_operate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
665
|
+ this.metroTile_operate.TileImage = global::Basic_Terminal.Properties.Resources.job_32px;
|
|
666
|
+ this.metroTile_operate.TileImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
667
|
+ this.metroTile_operate.TileTextFontSize = MetroFramework.MetroTileTextSize.Tall;
|
|
668
|
+ this.metroTile_operate.TileTextFontWeight = MetroFramework.MetroTileTextWeight.Regular;
|
|
669
|
+ this.metroTile_operate.UseTileImage = true;
|
|
670
|
+ this.metroTile_operate.Click += new System.EventHandler(this.metroTile_operate_Click);
|
|
671
|
+ this.metroTile_operate.MouseLeave += new System.EventHandler(this.metroTile_MouseLeave);
|
|
672
|
+ this.metroTile_operate.MouseMove += new System.Windows.Forms.MouseEventHandler(this.metroTile_MouseMove);
|
|
673
|
+ //
|
|
674
|
+ // panel_BluecellLogo
|
|
675
|
+ //
|
|
676
|
+ this.panel_BluecellLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(251)))));
|
|
677
|
+ this.panel_BluecellLogo.Controls.Add(this.pictureBox1);
|
|
678
|
+ this.panel_BluecellLogo.Location = new System.Drawing.Point(0, 0);
|
|
679
|
+ this.panel_BluecellLogo.Name = "panel_BluecellLogo";
|
|
680
|
+ this.panel_BluecellLogo.Size = new System.Drawing.Size(200, 70);
|
|
681
|
+ this.panel_BluecellLogo.TabIndex = 20;
|
|
682
|
+ //
|
|
683
|
+ // pictureBox1
|
|
684
|
+ //
|
|
685
|
+ this.pictureBox1.Image = global::Basic_Terminal.Properties.Resources.bluecell_logo;
|
|
686
|
+ this.pictureBox1.Location = new System.Drawing.Point(22, 12);
|
|
687
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
688
|
+ this.pictureBox1.Size = new System.Drawing.Size(150, 42);
|
|
689
|
+ this.pictureBox1.TabIndex = 0;
|
|
690
|
+ this.pictureBox1.TabStop = false;
|
|
691
|
+ //
|
|
692
|
+ // timer1
|
|
693
|
+ //
|
|
694
|
+ this.timer1.Interval = 1;
|
|
695
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick_1);
|
|
696
|
+ //
|
|
697
|
+ // metroStyleManager1
|
|
698
|
+ //
|
|
699
|
+ this.metroStyleManager1.Owner = null;
|
|
700
|
+ this.metroStyleManager1.Style = MetroFramework.MetroColorStyle.Blue;
|
|
701
|
+ //
|
|
702
|
+ // pictureBox2
|
|
703
|
+ //
|
|
704
|
+ this.pictureBox2.Image = global::Basic_Terminal.Properties.Resources.bluecell_logo;
|
|
705
|
+ this.pictureBox2.Location = new System.Drawing.Point(307, 179);
|
|
706
|
+ this.pictureBox2.Name = "pictureBox2";
|
|
707
|
+ this.pictureBox2.Size = new System.Drawing.Size(163, 50);
|
|
708
|
+ this.pictureBox2.TabIndex = 2;
|
|
709
|
+ this.pictureBox2.TabStop = false;
|
|
710
|
+ //
|
|
711
|
+ // Menu
|
|
712
|
+ //
|
|
713
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
714
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
715
|
+ this.AutoScroll = true;
|
|
716
|
+ this.BackColor = System.Drawing.Color.White;
|
|
717
|
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
718
|
+ this.ClientSize = new System.Drawing.Size(1001, 549);
|
|
719
|
+ this.Controls.Add(this.panel_Menu);
|
|
720
|
+ this.Controls.Add(this.panel_bar);
|
|
721
|
+ this.DoubleBuffered = true;
|
|
722
|
+ this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
723
|
+ this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
724
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
725
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
726
|
+ this.Name = "Menu";
|
|
727
|
+ this.Text = "metroTile2";
|
|
728
|
+ this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Menu_MouseDown);
|
|
729
|
+ this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Menu_MouseUp);
|
|
730
|
+ this.panel_bar.ResumeLayout(false);
|
|
731
|
+ this.metroPanel_Content.ResumeLayout(false);
|
|
732
|
+ this.metroPanel_update.ResumeLayout(false);
|
|
733
|
+ this.metroPanel_update.PerformLayout();
|
|
734
|
+ this.metroPanel_Terminal.ResumeLayout(false);
|
|
735
|
+ this.metroPanel_config.ResumeLayout(false);
|
|
736
|
+ this.metroPanel_config.PerformLayout();
|
|
737
|
+ this.metroPanel_about.ResumeLayout(false);
|
|
738
|
+ this.metroPanel_Operate.ResumeLayout(false);
|
|
739
|
+ this.metroPanel_Operate.PerformLayout();
|
|
740
|
+ this.panel_content.ResumeLayout(false);
|
|
741
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_min_red)).EndInit();
|
|
742
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_min)).EndInit();
|
|
743
|
+ this.groupBox9.ResumeLayout(false);
|
|
744
|
+ this.groupBox9.PerformLayout();
|
|
745
|
+ this.metroTile_portopen.ResumeLayout(false);
|
|
746
|
+ this.metroTile_portopen.PerformLayout();
|
|
747
|
+ this.metroTile_portclose.ResumeLayout(false);
|
|
748
|
+ this.metroTile_portclose.PerformLayout();
|
|
749
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_X_RED)).EndInit();
|
|
750
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_X)).EndInit();
|
|
751
|
+ this.panel_Menu.ResumeLayout(false);
|
|
752
|
+ this.panel_SelectMenu.ResumeLayout(false);
|
|
753
|
+ this.panel_SelectMenu.PerformLayout();
|
|
754
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
755
|
+ this.metroTile_terminal.ResumeLayout(false);
|
|
756
|
+ this.metroTile_terminal.PerformLayout();
|
|
757
|
+ this.panel_BluecellLogo.ResumeLayout(false);
|
|
758
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
759
|
+ ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
|
|
760
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
761
|
+ this.ResumeLayout(false);
|
|
762
|
+
|
|
763
|
+ }
|
|
764
|
+
|
|
765
|
+ #endregion
|
|
766
|
+
|
|
767
|
+ private System.Windows.Forms.Panel panel_bar;
|
|
768
|
+ private System.Windows.Forms.Panel panel_content;
|
|
769
|
+ private System.Windows.Forms.Panel panel_Menu;
|
|
770
|
+ private System.Windows.Forms.Panel panel_SelectMenu;
|
|
771
|
+ private MetroFramework.Controls.MetroTile metroTile_config;
|
|
772
|
+ private MetroFramework.Controls.MetroTile metroTile_quit;
|
|
773
|
+ private System.Windows.Forms.Label label5;
|
|
774
|
+ private MetroFramework.Controls.MetroTile metroTile_update;
|
|
775
|
+ private System.Windows.Forms.PictureBox pictureBox6;
|
|
776
|
+ private MetroFramework.Controls.MetroTile metroTile_about;
|
|
777
|
+ private MetroFramework.Controls.MetroTile metroTile_terminal;
|
|
778
|
+ private System.Windows.Forms.Label label_Terminal;
|
|
779
|
+ private MetroFramework.Controls.MetroTile metroTile_operate;
|
|
780
|
+ private System.Windows.Forms.Panel panel_BluecellLogo;
|
|
781
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
782
|
+ private System.Windows.Forms.Timer timer1;
|
|
783
|
+ private MetroFramework.Components.MetroStyleManager metroStyleManager1;
|
|
784
|
+ private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
785
|
+ private System.Windows.Forms.PictureBox pictureBox_X;
|
|
786
|
+ private System.Windows.Forms.PictureBox pictureBox_X_RED;
|
|
787
|
+ private System.Windows.Forms.PictureBox pictureBox_min_red;
|
|
788
|
+ private System.Windows.Forms.PictureBox pictureBox_min;
|
|
789
|
+ private MetroFramework.Controls.MetroPanel metroPanel_Content;
|
|
790
|
+ private System.Windows.Forms.GroupBox groupBox9;
|
|
791
|
+ private MetroFramework.Controls.MetroComboBox metroComboBox2;
|
|
792
|
+ private System.Windows.Forms.Label cmCom_Port;
|
|
793
|
+ private System.Windows.Forms.Label cmBaudRate;
|
|
794
|
+ private MetroFramework.Controls.MetroComboBox metroComboBox1;
|
|
795
|
+ private MetroFramework.Controls.MetroTile metroTile_portopen;
|
|
796
|
+ private System.Windows.Forms.Label label1;
|
|
797
|
+ private MetroFramework.Controls.MetroTile metroTile_portclose;
|
|
798
|
+ private System.Windows.Forms.Label label2;
|
|
799
|
+ private MetroFramework.Controls.MetroPanel metroPanel_config;
|
|
800
|
+ public System.Windows.Forms.Label label7;
|
|
801
|
+ public MetroFramework.Controls.MetroPanel metroPanel_Operate;
|
|
802
|
+ public System.Windows.Forms.Label label4;
|
|
803
|
+ public MetroFramework.Controls.MetroPanel metroPanel_about;
|
|
804
|
+ public MetroFramework.Controls.MetroPanel metroPanel_update;
|
|
805
|
+ public System.Windows.Forms.Label label3;
|
|
806
|
+ public System.Windows.Forms.Label Update_label;
|
|
807
|
+ public MetroFramework.Controls.MetroPanel metroPanel_Terminal;
|
|
808
|
+ private MetroFramework.Controls.MetroProgressBar metroProgressBar1;
|
|
809
|
+ private System.Windows.Forms.RichTextBox richTextBox1;
|
|
810
|
+ private System.Windows.Forms.PictureBox pictureBox2;
|
|
811
|
+ }
|
|
812
|
+}
|