|
@@ -30,36 +30,36 @@
|
30
|
30
|
{
|
31
|
31
|
this.components = new System.ComponentModel.Container();
|
32
|
32
|
this.panel1 = new System.Windows.Forms.Panel();
|
33
|
|
- this.panel4 = new System.Windows.Forms.Panel();
|
34
|
|
- this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
|
35
|
|
- this.comboBox_Port = new System.Windows.Forms.ComboBox();
|
36
|
|
- this.panel3 = new System.Windows.Forms.Panel();
|
37
|
|
- this.panel2 = new System.Windows.Forms.Panel();
|
38
|
|
- this.panel_ChildForm = new System.Windows.Forms.Panel();
|
39
|
|
- this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
40
|
|
- this.timer1 = new System.Windows.Forms.Timer(this.components);
|
41
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
33
|
+ this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
34
|
+ this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
42
|
35
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
43
|
36
|
this.pictureBox_Tx = new System.Windows.Forms.PictureBox();
|
|
37
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
44
|
38
|
this.button_SerialConnect = new System.Windows.Forms.Button();
|
|
39
|
+ this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
|
|
40
|
+ this.comboBox_Port = new System.Windows.Forms.ComboBox();
|
45
|
41
|
this.button_Serial = new System.Windows.Forms.Button();
|
46
|
42
|
this.button_Table = new System.Windows.Forms.Button();
|
47
|
43
|
this.button_Console = new System.Windows.Forms.Button();
|
48
|
44
|
this.button_Main = new System.Windows.Forms.Button();
|
|
45
|
+ this.panel3 = new System.Windows.Forms.Panel();
|
49
|
46
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
50
|
|
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
51
|
|
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
47
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
48
|
+ this.panel_ChildForm = new System.Windows.Forms.Panel();
|
|
49
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
50
|
+ this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
|
51
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
52
|
52
|
this.panel1.SuspendLayout();
|
|
53
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
54
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
55
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
56
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Tx)).BeginInit();
|
53
|
57
|
this.panel4.SuspendLayout();
|
54
|
58
|
this.panel3.SuspendLayout();
|
|
59
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
55
|
60
|
this.panel2.SuspendLayout();
|
56
|
61
|
this.panel_ChildForm.SuspendLayout();
|
57
|
62
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
58
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
59
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Tx)).BeginInit();
|
60
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
61
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
62
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
63
|
63
|
this.SuspendLayout();
|
64
|
64
|
//
|
65
|
65
|
// panel1
|
|
@@ -83,6 +83,42 @@
|
83
|
83
|
this.panel1.Size = new System.Drawing.Size(200, 541);
|
84
|
84
|
this.panel1.TabIndex = 0;
|
85
|
85
|
//
|
|
86
|
+ // pictureBox3
|
|
87
|
+ //
|
|
88
|
+ this.pictureBox3.Image = global::DataRequest.Properties.Resources.green_s;
|
|
89
|
+ this.pictureBox3.Location = new System.Drawing.Point(137, 498);
|
|
90
|
+ this.pictureBox3.Name = "pictureBox3";
|
|
91
|
+ this.pictureBox3.Size = new System.Drawing.Size(25, 20);
|
|
92
|
+ this.pictureBox3.TabIndex = 12;
|
|
93
|
+ this.pictureBox3.TabStop = false;
|
|
94
|
+ //
|
|
95
|
+ // pictureBox5
|
|
96
|
+ //
|
|
97
|
+ this.pictureBox5.Image = global::DataRequest.Properties.Resources.red_s;
|
|
98
|
+ this.pictureBox5.Location = new System.Drawing.Point(106, 498);
|
|
99
|
+ this.pictureBox5.Name = "pictureBox5";
|
|
100
|
+ this.pictureBox5.Size = new System.Drawing.Size(25, 20);
|
|
101
|
+ this.pictureBox5.TabIndex = 11;
|
|
102
|
+ this.pictureBox5.TabStop = false;
|
|
103
|
+ //
|
|
104
|
+ // pictureBox4
|
|
105
|
+ //
|
|
106
|
+ this.pictureBox4.Image = global::DataRequest.Properties.Resources.green_s;
|
|
107
|
+ this.pictureBox4.Location = new System.Drawing.Point(55, 498);
|
|
108
|
+ this.pictureBox4.Name = "pictureBox4";
|
|
109
|
+ this.pictureBox4.Size = new System.Drawing.Size(25, 20);
|
|
110
|
+ this.pictureBox4.TabIndex = 10;
|
|
111
|
+ this.pictureBox4.TabStop = false;
|
|
112
|
+ //
|
|
113
|
+ // pictureBox_Tx
|
|
114
|
+ //
|
|
115
|
+ this.pictureBox_Tx.Image = global::DataRequest.Properties.Resources.red_s;
|
|
116
|
+ this.pictureBox_Tx.Location = new System.Drawing.Point(24, 498);
|
|
117
|
+ this.pictureBox_Tx.Name = "pictureBox_Tx";
|
|
118
|
+ this.pictureBox_Tx.Size = new System.Drawing.Size(25, 20);
|
|
119
|
+ this.pictureBox_Tx.TabIndex = 9;
|
|
120
|
+ this.pictureBox_Tx.TabStop = false;
|
|
121
|
+ //
|
86
|
122
|
// panel4
|
87
|
123
|
//
|
88
|
124
|
this.panel4.Controls.Add(this.button_SerialConnect);
|
|
@@ -94,6 +130,22 @@
|
94
|
130
|
this.panel4.Size = new System.Drawing.Size(198, 145);
|
95
|
131
|
this.panel4.TabIndex = 5;
|
96
|
132
|
//
|
|
133
|
+ // button_SerialConnect
|
|
134
|
+ //
|
|
135
|
+ this.button_SerialConnect.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
136
|
+ this.button_SerialConnect.FlatAppearance.BorderSize = 0;
|
|
137
|
+ this.button_SerialConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
138
|
+ this.button_SerialConnect.Font = new System.Drawing.Font("나눔고딕 ExtraBold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
139
|
+ this.button_SerialConnect.Image = global::DataRequest.Properties.Resources.connected_50px;
|
|
140
|
+ this.button_SerialConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
141
|
+ this.button_SerialConnect.Location = new System.Drawing.Point(0, 102);
|
|
142
|
+ this.button_SerialConnect.Name = "button_SerialConnect";
|
|
143
|
+ this.button_SerialConnect.Size = new System.Drawing.Size(198, 43);
|
|
144
|
+ this.button_SerialConnect.TabIndex = 2;
|
|
145
|
+ this.button_SerialConnect.Text = "Connect";
|
|
146
|
+ this.button_SerialConnect.UseVisualStyleBackColor = true;
|
|
147
|
+ this.button_SerialConnect.Click += new System.EventHandler(this.button_SerialConnect_Click);
|
|
148
|
+ //
|
97
|
149
|
// comboBox_Baudrate
|
98
|
150
|
//
|
99
|
151
|
this.comboBox_Baudrate.Dock = System.Windows.Forms.DockStyle.Top;
|
|
@@ -112,7 +164,7 @@
|
112
|
164
|
this.comboBox_Baudrate.Name = "comboBox_Baudrate";
|
113
|
165
|
this.comboBox_Baudrate.Size = new System.Drawing.Size(198, 22);
|
114
|
166
|
this.comboBox_Baudrate.TabIndex = 1;
|
115
|
|
- this.comboBox_Baudrate.Text = "57600";
|
|
167
|
+ this.comboBox_Baudrate.Text = "115200";
|
116
|
168
|
//
|
117
|
169
|
// comboBox_Port
|
118
|
170
|
//
|
|
@@ -124,84 +176,6 @@
|
124
|
176
|
this.comboBox_Port.Size = new System.Drawing.Size(198, 22);
|
125
|
177
|
this.comboBox_Port.TabIndex = 0;
|
126
|
178
|
//
|
127
|
|
- // panel3
|
128
|
|
- //
|
129
|
|
- this.panel3.Controls.Add(this.pictureBox2);
|
130
|
|
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
131
|
|
- this.panel3.Location = new System.Drawing.Point(0, 0);
|
132
|
|
- this.panel3.Name = "panel3";
|
133
|
|
- this.panel3.Size = new System.Drawing.Size(198, 100);
|
134
|
|
- this.panel3.TabIndex = 0;
|
135
|
|
- //
|
136
|
|
- // panel2
|
137
|
|
- //
|
138
|
|
- this.panel2.BackColor = System.Drawing.Color.White;
|
139
|
|
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
140
|
|
- this.panel2.Controls.Add(this.panel_ChildForm);
|
141
|
|
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
142
|
|
- this.panel2.Location = new System.Drawing.Point(200, 0);
|
143
|
|
- this.panel2.Name = "panel2";
|
144
|
|
- this.panel2.Size = new System.Drawing.Size(802, 541);
|
145
|
|
- this.panel2.TabIndex = 1;
|
146
|
|
- //
|
147
|
|
- // panel_ChildForm
|
148
|
|
- //
|
149
|
|
- this.panel_ChildForm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(30)))), ((int)(((byte)(45)))));
|
150
|
|
- this.panel_ChildForm.Controls.Add(this.pictureBox1);
|
151
|
|
- this.panel_ChildForm.Dock = System.Windows.Forms.DockStyle.Fill;
|
152
|
|
- this.panel_ChildForm.Location = new System.Drawing.Point(0, 0);
|
153
|
|
- this.panel_ChildForm.Name = "panel_ChildForm";
|
154
|
|
- this.panel_ChildForm.Size = new System.Drawing.Size(800, 539);
|
155
|
|
- this.panel_ChildForm.TabIndex = 1;
|
156
|
|
- //
|
157
|
|
- // timer1
|
158
|
|
- //
|
159
|
|
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
160
|
|
- //
|
161
|
|
- // pictureBox1
|
162
|
|
- //
|
163
|
|
- this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
164
|
|
- this.pictureBox1.Image = global::DataRequest.Properties.Resources.bluecell_logo;
|
165
|
|
- this.pictureBox1.Location = new System.Drawing.Point(348, 211);
|
166
|
|
- this.pictureBox1.Name = "pictureBox1";
|
167
|
|
- this.pictureBox1.Size = new System.Drawing.Size(150, 42);
|
168
|
|
- this.pictureBox1.TabIndex = 0;
|
169
|
|
- this.pictureBox1.TabStop = false;
|
170
|
|
- //
|
171
|
|
- // pictureBox4
|
172
|
|
- //
|
173
|
|
- this.pictureBox4.Image = global::DataRequest.Properties.Resources.green_s;
|
174
|
|
- this.pictureBox4.Location = new System.Drawing.Point(55, 498);
|
175
|
|
- this.pictureBox4.Name = "pictureBox4";
|
176
|
|
- this.pictureBox4.Size = new System.Drawing.Size(25, 20);
|
177
|
|
- this.pictureBox4.TabIndex = 10;
|
178
|
|
- this.pictureBox4.TabStop = false;
|
179
|
|
- //
|
180
|
|
- // pictureBox_Tx
|
181
|
|
- //
|
182
|
|
- this.pictureBox_Tx.Image = global::DataRequest.Properties.Resources.red_s;
|
183
|
|
- this.pictureBox_Tx.Location = new System.Drawing.Point(24, 498);
|
184
|
|
- this.pictureBox_Tx.Name = "pictureBox_Tx";
|
185
|
|
- this.pictureBox_Tx.Size = new System.Drawing.Size(25, 20);
|
186
|
|
- this.pictureBox_Tx.TabIndex = 9;
|
187
|
|
- this.pictureBox_Tx.TabStop = false;
|
188
|
|
- //
|
189
|
|
- // button_SerialConnect
|
190
|
|
- //
|
191
|
|
- this.button_SerialConnect.Dock = System.Windows.Forms.DockStyle.Bottom;
|
192
|
|
- this.button_SerialConnect.FlatAppearance.BorderSize = 0;
|
193
|
|
- this.button_SerialConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
194
|
|
- this.button_SerialConnect.Font = new System.Drawing.Font("나눔고딕 ExtraBold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
195
|
|
- this.button_SerialConnect.Image = global::DataRequest.Properties.Resources.connected_50px;
|
196
|
|
- this.button_SerialConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
197
|
|
- this.button_SerialConnect.Location = new System.Drawing.Point(0, 102);
|
198
|
|
- this.button_SerialConnect.Name = "button_SerialConnect";
|
199
|
|
- this.button_SerialConnect.Size = new System.Drawing.Size(198, 43);
|
200
|
|
- this.button_SerialConnect.TabIndex = 2;
|
201
|
|
- this.button_SerialConnect.Text = "Connect";
|
202
|
|
- this.button_SerialConnect.UseVisualStyleBackColor = true;
|
203
|
|
- this.button_SerialConnect.Click += new System.EventHandler(this.button_SerialConnect_Click);
|
204
|
|
- //
|
205
|
179
|
// button_Serial
|
206
|
180
|
//
|
207
|
181
|
this.button_Serial.Dock = System.Windows.Forms.DockStyle.Top;
|
|
@@ -266,6 +240,15 @@
|
266
|
240
|
this.button_Main.UseVisualStyleBackColor = true;
|
267
|
241
|
this.button_Main.Click += new System.EventHandler(this.button_Main_Click);
|
268
|
242
|
//
|
|
243
|
+ // panel3
|
|
244
|
+ //
|
|
245
|
+ this.panel3.Controls.Add(this.pictureBox2);
|
|
246
|
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
247
|
+ this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
248
|
+ this.panel3.Name = "panel3";
|
|
249
|
+ this.panel3.Size = new System.Drawing.Size(198, 100);
|
|
250
|
+ this.panel3.TabIndex = 0;
|
|
251
|
+ //
|
269
|
252
|
// pictureBox2
|
270
|
253
|
//
|
271
|
254
|
this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
@@ -276,23 +259,40 @@
|
276
|
259
|
this.pictureBox2.TabIndex = 1;
|
277
|
260
|
this.pictureBox2.TabStop = false;
|
278
|
261
|
//
|
279
|
|
- // pictureBox3
|
|
262
|
+ // panel2
|
280
|
263
|
//
|
281
|
|
- this.pictureBox3.Image = global::DataRequest.Properties.Resources.green_s;
|
282
|
|
- this.pictureBox3.Location = new System.Drawing.Point(137, 498);
|
283
|
|
- this.pictureBox3.Name = "pictureBox3";
|
284
|
|
- this.pictureBox3.Size = new System.Drawing.Size(25, 20);
|
285
|
|
- this.pictureBox3.TabIndex = 12;
|
286
|
|
- this.pictureBox3.TabStop = false;
|
|
264
|
+ this.panel2.BackColor = System.Drawing.Color.White;
|
|
265
|
+ this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
266
|
+ this.panel2.Controls.Add(this.panel_ChildForm);
|
|
267
|
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
268
|
+ this.panel2.Location = new System.Drawing.Point(200, 0);
|
|
269
|
+ this.panel2.Name = "panel2";
|
|
270
|
+ this.panel2.Size = new System.Drawing.Size(802, 541);
|
|
271
|
+ this.panel2.TabIndex = 1;
|
287
|
272
|
//
|
288
|
|
- // pictureBox5
|
|
273
|
+ // panel_ChildForm
|
289
|
274
|
//
|
290
|
|
- this.pictureBox5.Image = global::DataRequest.Properties.Resources.red_s;
|
291
|
|
- this.pictureBox5.Location = new System.Drawing.Point(106, 498);
|
292
|
|
- this.pictureBox5.Name = "pictureBox5";
|
293
|
|
- this.pictureBox5.Size = new System.Drawing.Size(25, 20);
|
294
|
|
- this.pictureBox5.TabIndex = 11;
|
295
|
|
- this.pictureBox5.TabStop = false;
|
|
275
|
+ this.panel_ChildForm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(30)))), ((int)(((byte)(45)))));
|
|
276
|
+ this.panel_ChildForm.Controls.Add(this.pictureBox1);
|
|
277
|
+ this.panel_ChildForm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
278
|
+ this.panel_ChildForm.Location = new System.Drawing.Point(0, 0);
|
|
279
|
+ this.panel_ChildForm.Name = "panel_ChildForm";
|
|
280
|
+ this.panel_ChildForm.Size = new System.Drawing.Size(800, 539);
|
|
281
|
+ this.panel_ChildForm.TabIndex = 1;
|
|
282
|
+ //
|
|
283
|
+ // pictureBox1
|
|
284
|
+ //
|
|
285
|
+ this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
286
|
+ this.pictureBox1.Image = global::DataRequest.Properties.Resources.bluecell_logo;
|
|
287
|
+ this.pictureBox1.Location = new System.Drawing.Point(348, 211);
|
|
288
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
289
|
+ this.pictureBox1.Size = new System.Drawing.Size(150, 42);
|
|
290
|
+ this.pictureBox1.TabIndex = 0;
|
|
291
|
+ this.pictureBox1.TabStop = false;
|
|
292
|
+ //
|
|
293
|
+ // timer1
|
|
294
|
+ //
|
|
295
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
296
|
296
|
//
|
297
|
297
|
// Main
|
298
|
298
|
//
|
|
@@ -306,16 +306,16 @@
|
306
|
306
|
this.Text = "Form1";
|
307
|
307
|
this.Load += new System.EventHandler(this.Main_Load);
|
308
|
308
|
this.panel1.ResumeLayout(false);
|
|
309
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
310
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
311
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
312
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Tx)).EndInit();
|
309
|
313
|
this.panel4.ResumeLayout(false);
|
310
|
314
|
this.panel3.ResumeLayout(false);
|
|
315
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
311
|
316
|
this.panel2.ResumeLayout(false);
|
312
|
317
|
this.panel_ChildForm.ResumeLayout(false);
|
313
|
318
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
314
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
315
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Tx)).EndInit();
|
316
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
317
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
318
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
319
|
319
|
this.ResumeLayout(false);
|
320
|
320
|
|
321
|
321
|
}
|