|
@@ -0,0 +1,713 @@
|
|
1
|
+namespace APL_TestCheck
|
|
2
|
+{
|
|
3
|
+ partial class Main
|
|
4
|
+ {
|
|
5
|
+ /// <summary>
|
|
6
|
+ /// 필수 디자이너 변수입니다.
|
|
7
|
+ /// </summary>
|
|
8
|
+ private System.ComponentModel.IContainer components = null;
|
|
9
|
+
|
|
10
|
+ /// <summary>
|
|
11
|
+ /// 사용 중인 모든 리소스를 정리합니다.
|
|
12
|
+ /// </summary>
|
|
13
|
+ /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
|
|
24
|
+
|
|
25
|
+ /// <summary>
|
|
26
|
+ /// 디자이너 지원에 필요한 메서드입니다.
|
|
27
|
+ /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
|
28
|
+ /// </summary>
|
|
29
|
+ private void InitializeComponent()
|
|
30
|
+ {
|
|
31
|
+ this.components = new System.ComponentModel.Container();
|
|
32
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
33
|
+ this.serialPort = new System.IO.Ports.SerialPort(this.components);
|
|
34
|
+ this.panel_Main = new System.Windows.Forms.Panel();
|
|
35
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
|
36
|
+ this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
37
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
38
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
39
|
+ this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
40
|
+ this.panel3 = new System.Windows.Forms.Panel();
|
|
41
|
+ this.label_Port = new System.Windows.Forms.Label();
|
|
42
|
+ this.comboBox_Port = new System.Windows.Forms.ComboBox();
|
|
43
|
+ this.comboBox_bps = new System.Windows.Forms.ComboBox();
|
|
44
|
+ this.cmCom_Port = new System.Windows.Forms.Label();
|
|
45
|
+ this.cmBaudRate = new System.Windows.Forms.Label();
|
|
46
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
47
|
+ this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
48
|
+ this.panel_SensorMode = new System.Windows.Forms.Panel();
|
|
49
|
+ this.label_SensorTest = new System.Windows.Forms.Label();
|
|
50
|
+ this.panel_Catm1Mode = new System.Windows.Forms.Panel();
|
|
51
|
+ this.label_Catm1Test = new System.Windows.Forms.Label();
|
|
52
|
+ this.panel_GpsMode = new System.Windows.Forms.Panel();
|
|
53
|
+ this.label_GPSTest = new System.Windows.Forms.Label();
|
|
54
|
+ this.panel_GpsTest = new System.Windows.Forms.Panel();
|
|
55
|
+ this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
|
56
|
+ this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
57
|
+ this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
58
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
59
|
+ this.panel_SensorTest = new System.Windows.Forms.Panel();
|
|
60
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
61
|
+ this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
62
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
63
|
+ this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
64
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
65
|
+ this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
|
|
66
|
+ this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
67
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
68
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
69
|
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
70
|
+ this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
71
|
+ this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
72
|
+ this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
73
|
+ this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
74
|
+ this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
75
|
+ this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
76
|
+ this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
77
|
+ this.BMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
78
|
+ this.panel_Catm1Test = new System.Windows.Forms.Panel();
|
|
79
|
+ this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
|
80
|
+ this.dataGridView3 = new System.Windows.Forms.DataGridView();
|
|
81
|
+ this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
82
|
+ this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
83
|
+ this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
84
|
+ this.panel_Main.SuspendLayout();
|
|
85
|
+ this.panel4.SuspendLayout();
|
|
86
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
87
|
+ this.panel1.SuspendLayout();
|
|
88
|
+ this.groupBox9.SuspendLayout();
|
|
89
|
+ this.panel3.SuspendLayout();
|
|
90
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
91
|
+ this.panel_SensorMode.SuspendLayout();
|
|
92
|
+ this.panel_Catm1Mode.SuspendLayout();
|
|
93
|
+ this.panel_GpsMode.SuspendLayout();
|
|
94
|
+ this.panel_GpsTest.SuspendLayout();
|
|
95
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
96
|
+ this.panel_SensorTest.SuspendLayout();
|
|
97
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
98
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
99
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
100
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
101
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
102
|
+ this.panel_Catm1Test.SuspendLayout();
|
|
103
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
|
|
104
|
+ this.SuspendLayout();
|
|
105
|
+ //
|
|
106
|
+ // serialPort
|
|
107
|
+ //
|
|
108
|
+ this.serialPort.BaudRate = 115200;
|
|
109
|
+ //
|
|
110
|
+ // panel_Main
|
|
111
|
+ //
|
|
112
|
+ this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
|
|
113
|
+ this.panel_Main.Controls.Add(this.panel4);
|
|
114
|
+ this.panel_Main.Controls.Add(this.label6);
|
|
115
|
+ this.panel_Main.Controls.Add(this.panel1);
|
|
116
|
+ this.panel_Main.Controls.Add(this.panel_SensorTest);
|
|
117
|
+ this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
|
118
|
+ this.panel_Main.Controls.Add(this.panel_GpsTest);
|
|
119
|
+ this.panel_Main.Location = new System.Drawing.Point(0, 0);
|
|
120
|
+ this.panel_Main.Name = "panel_Main";
|
|
121
|
+ this.panel_Main.Size = new System.Drawing.Size(930, 710);
|
|
122
|
+ this.panel_Main.TabIndex = 1;
|
|
123
|
+ this.panel_Main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseDown);
|
|
124
|
+ this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
|
|
125
|
+ this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
|
|
126
|
+ //
|
|
127
|
+ // panel4
|
|
128
|
+ //
|
|
129
|
+ this.panel4.BackColor = System.Drawing.Color.White;
|
|
130
|
+ this.panel4.Controls.Add(this.pictureBox5);
|
|
131
|
+ this.panel4.Location = new System.Drawing.Point(-10, 642);
|
|
132
|
+ this.panel4.Name = "panel4";
|
|
133
|
+ this.panel4.Size = new System.Drawing.Size(940, 68);
|
|
134
|
+ this.panel4.TabIndex = 85;
|
|
135
|
+ //
|
|
136
|
+ // pictureBox5
|
|
137
|
+ //
|
|
138
|
+ this.pictureBox5.Image = global::APL_TestCheck.Properties.Resources.bluecell_logo;
|
|
139
|
+ this.pictureBox5.Location = new System.Drawing.Point(765, 7);
|
|
140
|
+ this.pictureBox5.Name = "pictureBox5";
|
|
141
|
+ this.pictureBox5.Size = new System.Drawing.Size(159, 50);
|
|
142
|
+ this.pictureBox5.TabIndex = 26;
|
|
143
|
+ this.pictureBox5.TabStop = false;
|
|
144
|
+ //
|
|
145
|
+ // label6
|
|
146
|
+ //
|
|
147
|
+ this.label6.AutoSize = true;
|
|
148
|
+ this.label6.BackColor = System.Drawing.Color.Transparent;
|
|
149
|
+ this.label6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
150
|
+ this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
|
|
151
|
+ this.label6.Location = new System.Drawing.Point(48, 339);
|
|
152
|
+ this.label6.Name = "label6";
|
|
153
|
+ this.label6.Size = new System.Drawing.Size(0, 20);
|
|
154
|
+ this.label6.TabIndex = 84;
|
|
155
|
+ //
|
|
156
|
+ // panel1
|
|
157
|
+ //
|
|
158
|
+ this.panel1.Controls.Add(this.groupBox9);
|
|
159
|
+ this.panel1.Controls.Add(this.label1);
|
|
160
|
+ this.panel1.Controls.Add(this.pictureBox6);
|
|
161
|
+ this.panel1.Controls.Add(this.panel_SensorMode);
|
|
162
|
+ this.panel1.Controls.Add(this.panel_Catm1Mode);
|
|
163
|
+ this.panel1.Controls.Add(this.panel_GpsMode);
|
|
164
|
+ this.panel1.Location = new System.Drawing.Point(4, 44);
|
|
165
|
+ this.panel1.Name = "panel1";
|
|
166
|
+ this.panel1.Size = new System.Drawing.Size(159, 599);
|
|
167
|
+ this.panel1.TabIndex = 26;
|
|
168
|
+ //
|
|
169
|
+ // groupBox9
|
|
170
|
+ //
|
|
171
|
+ this.groupBox9.Controls.Add(this.panel3);
|
|
172
|
+ this.groupBox9.Controls.Add(this.comboBox_Port);
|
|
173
|
+ this.groupBox9.Controls.Add(this.comboBox_bps);
|
|
174
|
+ this.groupBox9.Controls.Add(this.cmCom_Port);
|
|
175
|
+ this.groupBox9.Controls.Add(this.cmBaudRate);
|
|
176
|
+ this.groupBox9.Location = new System.Drawing.Point(3, 241);
|
|
177
|
+ this.groupBox9.Name = "groupBox9";
|
|
178
|
+ this.groupBox9.Size = new System.Drawing.Size(129, 281);
|
|
179
|
+ this.groupBox9.TabIndex = 85;
|
|
180
|
+ this.groupBox9.TabStop = false;
|
|
181
|
+ this.groupBox9.Text = "Connection";
|
|
182
|
+ //
|
|
183
|
+ // panel3
|
|
184
|
+ //
|
|
185
|
+ this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
186
|
+ this.panel3.Controls.Add(this.label_Port);
|
|
187
|
+ this.panel3.Location = new System.Drawing.Point(9, 188);
|
|
188
|
+ this.panel3.Name = "panel3";
|
|
189
|
+ this.panel3.Size = new System.Drawing.Size(107, 41);
|
|
190
|
+ this.panel3.TabIndex = 93;
|
|
191
|
+ this.panel3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
|
|
192
|
+ //
|
|
193
|
+ // label_Port
|
|
194
|
+ //
|
|
195
|
+ this.label_Port.AutoSize = true;
|
|
196
|
+ this.label_Port.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
197
|
+ this.label_Port.ForeColor = System.Drawing.Color.Snow;
|
|
198
|
+ this.label_Port.Location = new System.Drawing.Point(14, 10);
|
|
199
|
+ this.label_Port.Name = "label_Port";
|
|
200
|
+ this.label_Port.Size = new System.Drawing.Size(80, 19);
|
|
201
|
+ this.label_Port.TabIndex = 31;
|
|
202
|
+ this.label_Port.Text = "Port Open";
|
|
203
|
+ this.label_Port.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
|
|
204
|
+ //
|
|
205
|
+ // comboBox_Port
|
|
206
|
+ //
|
|
207
|
+ this.comboBox_Port.BackColor = System.Drawing.Color.YellowGreen;
|
|
208
|
+ this.comboBox_Port.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
209
|
+ this.comboBox_Port.ForeColor = System.Drawing.Color.Yellow;
|
|
210
|
+ this.comboBox_Port.FormattingEnabled = true;
|
|
211
|
+ this.comboBox_Port.Location = new System.Drawing.Point(7, 54);
|
|
212
|
+ this.comboBox_Port.Name = "comboBox_Port";
|
|
213
|
+ this.comboBox_Port.Size = new System.Drawing.Size(113, 27);
|
|
214
|
+ this.comboBox_Port.TabIndex = 92;
|
|
215
|
+ //
|
|
216
|
+ // comboBox_bps
|
|
217
|
+ //
|
|
218
|
+ this.comboBox_bps.BackColor = System.Drawing.Color.YellowGreen;
|
|
219
|
+ this.comboBox_bps.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
220
|
+ this.comboBox_bps.ForeColor = System.Drawing.Color.Yellow;
|
|
221
|
+ this.comboBox_bps.FormattingEnabled = true;
|
|
222
|
+ this.comboBox_bps.Items.AddRange(new object[] {
|
|
223
|
+ "9600",
|
|
224
|
+ "115200"});
|
|
225
|
+ this.comboBox_bps.Location = new System.Drawing.Point(7, 138);
|
|
226
|
+ this.comboBox_bps.Name = "comboBox_bps";
|
|
227
|
+ this.comboBox_bps.Size = new System.Drawing.Size(113, 27);
|
|
228
|
+ this.comboBox_bps.TabIndex = 91;
|
|
229
|
+ //
|
|
230
|
+ // cmCom_Port
|
|
231
|
+ //
|
|
232
|
+ this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
233
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
234
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
235
|
+ this.cmCom_Port.AutoSize = true;
|
|
236
|
+ this.cmCom_Port.Location = new System.Drawing.Point(6, 27);
|
|
237
|
+ this.cmCom_Port.Name = "cmCom_Port";
|
|
238
|
+ this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
|
|
239
|
+ this.cmCom_Port.TabIndex = 89;
|
|
240
|
+ this.cmCom_Port.Text = "Com Port";
|
|
241
|
+ //
|
|
242
|
+ // cmBaudRate
|
|
243
|
+ //
|
|
244
|
+ this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
245
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
246
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
247
|
+ this.cmBaudRate.AutoSize = true;
|
|
248
|
+ this.cmBaudRate.Location = new System.Drawing.Point(5, 118);
|
|
249
|
+ this.cmBaudRate.Name = "cmBaudRate";
|
|
250
|
+ this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
|
|
251
|
+ this.cmBaudRate.TabIndex = 90;
|
|
252
|
+ this.cmBaudRate.Text = "Baud Rate(bps)";
|
|
253
|
+ //
|
|
254
|
+ // label1
|
|
255
|
+ //
|
|
256
|
+ this.label1.AutoSize = true;
|
|
257
|
+ this.label1.Font = new System.Drawing.Font("맑은 고딕", 13F);
|
|
258
|
+ this.label1.ForeColor = System.Drawing.Color.Snow;
|
|
259
|
+ this.label1.Location = new System.Drawing.Point(39, 14);
|
|
260
|
+ this.label1.Name = "label1";
|
|
261
|
+ this.label1.Size = new System.Drawing.Size(101, 25);
|
|
262
|
+ this.label1.TabIndex = 30;
|
|
263
|
+ this.label1.Text = "Test Mode";
|
|
264
|
+ //
|
|
265
|
+ // pictureBox6
|
|
266
|
+ //
|
|
267
|
+ this.pictureBox6.Image = global::APL_TestCheck.Properties.Resources.search_32px;
|
|
268
|
+ this.pictureBox6.Location = new System.Drawing.Point(8, 12);
|
|
269
|
+ this.pictureBox6.Name = "pictureBox6";
|
|
270
|
+ this.pictureBox6.Size = new System.Drawing.Size(32, 32);
|
|
271
|
+ this.pictureBox6.TabIndex = 29;
|
|
272
|
+ this.pictureBox6.TabStop = false;
|
|
273
|
+ //
|
|
274
|
+ // panel_SensorMode
|
|
275
|
+ //
|
|
276
|
+ this.panel_SensorMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
277
|
+ this.panel_SensorMode.Controls.Add(this.label_SensorTest);
|
|
278
|
+ this.panel_SensorMode.Location = new System.Drawing.Point(0, 170);
|
|
279
|
+ this.panel_SensorMode.Name = "panel_SensorMode";
|
|
280
|
+ this.panel_SensorMode.Size = new System.Drawing.Size(156, 53);
|
|
281
|
+ this.panel_SensorMode.TabIndex = 2;
|
|
282
|
+ this.panel_SensorMode.Click += new System.EventHandler(this.label_SensorTest_Click);
|
|
283
|
+ this.panel_SensorMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
|
|
284
|
+ this.panel_SensorMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
|
|
285
|
+ //
|
|
286
|
+ // label_SensorTest
|
|
287
|
+ //
|
|
288
|
+ this.label_SensorTest.AutoSize = true;
|
|
289
|
+ this.label_SensorTest.Font = new System.Drawing.Font("맑은 고딕", 13F);
|
|
290
|
+ this.label_SensorTest.ForeColor = System.Drawing.Color.Snow;
|
|
291
|
+ this.label_SensorTest.Location = new System.Drawing.Point(16, 14);
|
|
292
|
+ this.label_SensorTest.Name = "label_SensorTest";
|
|
293
|
+ this.label_SensorTest.Size = new System.Drawing.Size(107, 25);
|
|
294
|
+ this.label_SensorTest.TabIndex = 31;
|
|
295
|
+ this.label_SensorTest.Text = "Sensor Test";
|
|
296
|
+ this.label_SensorTest.Click += new System.EventHandler(this.label_SensorTest_Click);
|
|
297
|
+ this.label_SensorTest.MouseLeave += new System.EventHandler(this.label_SensorTest_MouseLeave);
|
|
298
|
+ this.label_SensorTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SensorTest_MouseMove);
|
|
299
|
+ //
|
|
300
|
+ // panel_Catm1Mode
|
|
301
|
+ //
|
|
302
|
+ this.panel_Catm1Mode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
303
|
+ this.panel_Catm1Mode.Controls.Add(this.label_Catm1Test);
|
|
304
|
+ this.panel_Catm1Mode.Location = new System.Drawing.Point(0, 110);
|
|
305
|
+ this.panel_Catm1Mode.Name = "panel_Catm1Mode";
|
|
306
|
+ this.panel_Catm1Mode.Size = new System.Drawing.Size(156, 53);
|
|
307
|
+ this.panel_Catm1Mode.TabIndex = 1;
|
|
308
|
+ this.panel_Catm1Mode.Click += new System.EventHandler(this.label_Catm1Test_Click);
|
|
309
|
+ this.panel_Catm1Mode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
|
|
310
|
+ this.panel_Catm1Mode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
|
|
311
|
+ //
|
|
312
|
+ // label_Catm1Test
|
|
313
|
+ //
|
|
314
|
+ this.label_Catm1Test.AutoSize = true;
|
|
315
|
+ this.label_Catm1Test.Font = new System.Drawing.Font("맑은 고딕", 13F);
|
|
316
|
+ this.label_Catm1Test.ForeColor = System.Drawing.Color.Snow;
|
|
317
|
+ this.label_Catm1Test.Location = new System.Drawing.Point(14, 14);
|
|
318
|
+ this.label_Catm1Test.Name = "label_Catm1Test";
|
|
319
|
+ this.label_Catm1Test.Size = new System.Drawing.Size(118, 25);
|
|
320
|
+ this.label_Catm1Test.TabIndex = 31;
|
|
321
|
+ this.label_Catm1Test.Text = "CAT M1 Test";
|
|
322
|
+ this.label_Catm1Test.Click += new System.EventHandler(this.label_Catm1Test_Click);
|
|
323
|
+ this.label_Catm1Test.MouseLeave += new System.EventHandler(this.label_Catm1Test_MouseLeave);
|
|
324
|
+ this.label_Catm1Test.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Catm1Test_MouseMove);
|
|
325
|
+ //
|
|
326
|
+ // panel_GpsMode
|
|
327
|
+ //
|
|
328
|
+ this.panel_GpsMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
329
|
+ this.panel_GpsMode.Controls.Add(this.label_GPSTest);
|
|
330
|
+ this.panel_GpsMode.Location = new System.Drawing.Point(0, 50);
|
|
331
|
+ this.panel_GpsMode.Name = "panel_GpsMode";
|
|
332
|
+ this.panel_GpsMode.Size = new System.Drawing.Size(156, 53);
|
|
333
|
+ this.panel_GpsMode.TabIndex = 0;
|
|
334
|
+ this.panel_GpsMode.Click += new System.EventHandler(this.label_GPSTest_Click);
|
|
335
|
+ this.panel_GpsMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
|
|
336
|
+ this.panel_GpsMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
|
|
337
|
+ //
|
|
338
|
+ // label_GPSTest
|
|
339
|
+ //
|
|
340
|
+ this.label_GPSTest.AutoSize = true;
|
|
341
|
+ this.label_GPSTest.Font = new System.Drawing.Font("맑은 고딕", 13F);
|
|
342
|
+ this.label_GPSTest.ForeColor = System.Drawing.Color.Snow;
|
|
343
|
+ this.label_GPSTest.Location = new System.Drawing.Point(25, 14);
|
|
344
|
+ this.label_GPSTest.Name = "label_GPSTest";
|
|
345
|
+ this.label_GPSTest.Size = new System.Drawing.Size(90, 25);
|
|
346
|
+ this.label_GPSTest.TabIndex = 31;
|
|
347
|
+ this.label_GPSTest.Text = "GPS TEST";
|
|
348
|
+ this.label_GPSTest.Click += new System.EventHandler(this.label_GPSTest_Click);
|
|
349
|
+ this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
|
|
350
|
+ this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
|
|
351
|
+ //
|
|
352
|
+ // panel_GpsTest
|
|
353
|
+ //
|
|
354
|
+ this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
|
|
355
|
+ this.panel_GpsTest.Controls.Add(this.dataGridView2);
|
|
356
|
+ this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
|
|
357
|
+ this.panel_GpsTest.Name = "panel_GpsTest";
|
|
358
|
+ this.panel_GpsTest.Size = new System.Drawing.Size(777, 599);
|
|
359
|
+ this.panel_GpsTest.TabIndex = 86;
|
|
360
|
+ //
|
|
361
|
+ // richTextBox_Gps
|
|
362
|
+ //
|
|
363
|
+ this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
364
|
+ this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
365
|
+ this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
|
|
366
|
+ this.richTextBox_Gps.Location = new System.Drawing.Point(276, 3);
|
|
367
|
+ this.richTextBox_Gps.Name = "richTextBox_Gps";
|
|
368
|
+ this.richTextBox_Gps.Size = new System.Drawing.Size(489, 564);
|
|
369
|
+ this.richTextBox_Gps.TabIndex = 26;
|
|
370
|
+ this.richTextBox_Gps.Text = "";
|
|
371
|
+ //
|
|
372
|
+ // dataGridView2
|
|
373
|
+ //
|
|
374
|
+ this.dataGridView2.BackgroundColor = System.Drawing.Color.Gray;
|
|
375
|
+ this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
376
|
+ this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
377
|
+ this.Gps_SerialNumber,
|
|
378
|
+ this.dataGridViewTextBoxColumn8});
|
|
379
|
+ this.dataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
380
|
+ this.dataGridView2.Location = new System.Drawing.Point(21, 3);
|
|
381
|
+ this.dataGridView2.Name = "dataGridView2";
|
|
382
|
+ this.dataGridView2.RowTemplate.Height = 23;
|
|
383
|
+ this.dataGridView2.Size = new System.Drawing.Size(249, 564);
|
|
384
|
+ this.dataGridView2.TabIndex = 15;
|
|
385
|
+ //
|
|
386
|
+ // Gps_SerialNumber
|
|
387
|
+ //
|
|
388
|
+ this.Gps_SerialNumber.HeaderText = "SerialNumber";
|
|
389
|
+ this.Gps_SerialNumber.Name = "Gps_SerialNumber";
|
|
390
|
+ //
|
|
391
|
+ // dataGridViewTextBoxColumn8
|
|
392
|
+ //
|
|
393
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
|
|
394
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
395
|
+ //
|
|
396
|
+ // panel_SensorTest
|
|
397
|
+ //
|
|
398
|
+ this.panel_SensorTest.Controls.Add(this.label5);
|
|
399
|
+ this.panel_SensorTest.Controls.Add(this.pictureBox4);
|
|
400
|
+ this.panel_SensorTest.Controls.Add(this.label4);
|
|
401
|
+ this.panel_SensorTest.Controls.Add(this.pictureBox3);
|
|
402
|
+ this.panel_SensorTest.Controls.Add(this.label3);
|
|
403
|
+ this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
|
|
404
|
+ this.panel_SensorTest.Controls.Add(this.pictureBox2);
|
|
405
|
+ this.panel_SensorTest.Controls.Add(this.pictureBox1);
|
|
406
|
+ this.panel_SensorTest.Controls.Add(this.label2);
|
|
407
|
+ this.panel_SensorTest.Controls.Add(this.dataGridView1);
|
|
408
|
+ this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
|
|
409
|
+ this.panel_SensorTest.Name = "panel_SensorTest";
|
|
410
|
+ this.panel_SensorTest.Size = new System.Drawing.Size(777, 599);
|
|
411
|
+ this.panel_SensorTest.TabIndex = 27;
|
|
412
|
+ //
|
|
413
|
+ // label5
|
|
414
|
+ //
|
|
415
|
+ this.label5.AutoSize = true;
|
|
416
|
+ this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
|
417
|
+ this.label5.ForeColor = System.Drawing.Color.Yellow;
|
|
418
|
+ this.label5.Location = new System.Drawing.Point(21, 427);
|
|
419
|
+ this.label5.Name = "label5";
|
|
420
|
+ this.label5.Size = new System.Drawing.Size(47, 25);
|
|
421
|
+ this.label5.TabIndex = 24;
|
|
422
|
+ this.label5.Text = "2nd";
|
|
423
|
+ //
|
|
424
|
+ // pictureBox4
|
|
425
|
+ //
|
|
426
|
+ this.pictureBox4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
|
427
|
+ this.pictureBox4.Location = new System.Drawing.Point(65, 405);
|
|
428
|
+ this.pictureBox4.Name = "pictureBox4";
|
|
429
|
+ this.pictureBox4.Size = new System.Drawing.Size(50, 50);
|
|
430
|
+ this.pictureBox4.TabIndex = 23;
|
|
431
|
+ this.pictureBox4.TabStop = false;
|
|
432
|
+ //
|
|
433
|
+ // label4
|
|
434
|
+ //
|
|
435
|
+ this.label4.AutoSize = true;
|
|
436
|
+ this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
|
437
|
+ this.label4.ForeColor = System.Drawing.Color.Yellow;
|
|
438
|
+ this.label4.Location = new System.Drawing.Point(21, 483);
|
|
439
|
+ this.label4.Name = "label4";
|
|
440
|
+ this.label4.Size = new System.Drawing.Size(42, 25);
|
|
441
|
+ this.label4.TabIndex = 22;
|
|
442
|
+ this.label4.Text = "3rd";
|
|
443
|
+ //
|
|
444
|
+ // pictureBox3
|
|
445
|
+ //
|
|
446
|
+ this.pictureBox3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
|
447
|
+ this.pictureBox3.Location = new System.Drawing.Point(65, 461);
|
|
448
|
+ this.pictureBox3.Name = "pictureBox3";
|
|
449
|
+ this.pictureBox3.Size = new System.Drawing.Size(50, 50);
|
|
450
|
+ this.pictureBox3.TabIndex = 21;
|
|
451
|
+ this.pictureBox3.TabStop = false;
|
|
452
|
+ //
|
|
453
|
+ // label3
|
|
454
|
+ //
|
|
455
|
+ this.label3.AutoSize = true;
|
|
456
|
+ this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
|
457
|
+ this.label3.ForeColor = System.Drawing.Color.Yellow;
|
|
458
|
+ this.label3.Location = new System.Drawing.Point(21, 539);
|
|
459
|
+ this.label3.Name = "label3";
|
|
460
|
+ this.label3.Size = new System.Drawing.Size(42, 25);
|
|
461
|
+ this.label3.TabIndex = 20;
|
|
462
|
+ this.label3.Text = "4th";
|
|
463
|
+ //
|
|
464
|
+ // richTextBox_Sensor
|
|
465
|
+ //
|
|
466
|
+ this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
467
|
+ this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
468
|
+ this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
|
|
469
|
+ this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 349);
|
|
470
|
+ this.richTextBox_Sensor.Name = "richTextBox_Sensor";
|
|
471
|
+ this.richTextBox_Sensor.Size = new System.Drawing.Size(633, 218);
|
|
472
|
+ this.richTextBox_Sensor.TabIndex = 26;
|
|
473
|
+ this.richTextBox_Sensor.Text = "";
|
|
474
|
+ //
|
|
475
|
+ // pictureBox2
|
|
476
|
+ //
|
|
477
|
+ this.pictureBox2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
|
478
|
+ this.pictureBox2.Location = new System.Drawing.Point(65, 517);
|
|
479
|
+ this.pictureBox2.Name = "pictureBox2";
|
|
480
|
+ this.pictureBox2.Size = new System.Drawing.Size(50, 50);
|
|
481
|
+ this.pictureBox2.TabIndex = 19;
|
|
482
|
+ this.pictureBox2.TabStop = false;
|
|
483
|
+ //
|
|
484
|
+ // pictureBox1
|
|
485
|
+ //
|
|
486
|
+ this.pictureBox1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
|
487
|
+ this.pictureBox1.Location = new System.Drawing.Point(65, 349);
|
|
488
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
489
|
+ this.pictureBox1.Size = new System.Drawing.Size(50, 50);
|
|
490
|
+ this.pictureBox1.TabIndex = 16;
|
|
491
|
+ this.pictureBox1.TabStop = false;
|
|
492
|
+ //
|
|
493
|
+ // label2
|
|
494
|
+ //
|
|
495
|
+ this.label2.AutoSize = true;
|
|
496
|
+ this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
|
497
|
+ this.label2.ForeColor = System.Drawing.Color.Yellow;
|
|
498
|
+ this.label2.Location = new System.Drawing.Point(21, 371);
|
|
499
|
+ this.label2.Name = "label2";
|
|
500
|
+ this.label2.Size = new System.Drawing.Size(39, 25);
|
|
501
|
+ this.label2.TabIndex = 18;
|
|
502
|
+ this.label2.Text = "1st";
|
|
503
|
+ //
|
|
504
|
+ // dataGridView1
|
|
505
|
+ //
|
|
506
|
+ this.dataGridView1.BackgroundColor = System.Drawing.Color.Gray;
|
|
507
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
508
|
+ this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
509
|
+ this.SerialNumber,
|
|
510
|
+ this.Version,
|
|
511
|
+ this.IMEI,
|
|
512
|
+ this.USIM,
|
|
513
|
+ this.BatteryVoltage,
|
|
514
|
+ this.SystemVoltage,
|
|
515
|
+ this.Temp,
|
|
516
|
+ this.BMA});
|
|
517
|
+ this.dataGridView1.GridColor = System.Drawing.Color.Green;
|
|
518
|
+ this.dataGridView1.Location = new System.Drawing.Point(20, 3);
|
|
519
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
520
|
+ this.dataGridView1.RowTemplate.Height = 23;
|
|
521
|
+ this.dataGridView1.Size = new System.Drawing.Size(745, 323);
|
|
522
|
+ this.dataGridView1.TabIndex = 15;
|
|
523
|
+ //
|
|
524
|
+ // SerialNumber
|
|
525
|
+ //
|
|
526
|
+ this.SerialNumber.HeaderText = "SerialNumber";
|
|
527
|
+ this.SerialNumber.Name = "SerialNumber";
|
|
528
|
+ //
|
|
529
|
+ // Version
|
|
530
|
+ //
|
|
531
|
+ this.Version.HeaderText = "Version";
|
|
532
|
+ this.Version.Name = "Version";
|
|
533
|
+ //
|
|
534
|
+ // IMEI
|
|
535
|
+ //
|
|
536
|
+ this.IMEI.HeaderText = "IMEI";
|
|
537
|
+ this.IMEI.Name = "IMEI";
|
|
538
|
+ //
|
|
539
|
+ // USIM
|
|
540
|
+ //
|
|
541
|
+ this.USIM.HeaderText = "USIM";
|
|
542
|
+ this.USIM.Name = "USIM";
|
|
543
|
+ //
|
|
544
|
+ // BatteryVoltage
|
|
545
|
+ //
|
|
546
|
+ this.BatteryVoltage.HeaderText = "BatteryVoltage";
|
|
547
|
+ this.BatteryVoltage.Name = "BatteryVoltage";
|
|
548
|
+ //
|
|
549
|
+ // SystemVoltage
|
|
550
|
+ //
|
|
551
|
+ this.SystemVoltage.HeaderText = "SystemVoltage";
|
|
552
|
+ this.SystemVoltage.Name = "SystemVoltage";
|
|
553
|
+ //
|
|
554
|
+ // Temp
|
|
555
|
+ //
|
|
556
|
+ this.Temp.HeaderText = "Temp";
|
|
557
|
+ this.Temp.Name = "Temp";
|
|
558
|
+ this.Temp.Width = 50;
|
|
559
|
+ //
|
|
560
|
+ // BMA
|
|
561
|
+ //
|
|
562
|
+ this.BMA.HeaderText = "BMA";
|
|
563
|
+ this.BMA.Name = "BMA";
|
|
564
|
+ this.BMA.Width = 50;
|
|
565
|
+ //
|
|
566
|
+ // panel_Catm1Test
|
|
567
|
+ //
|
|
568
|
+ this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
|
|
569
|
+ this.panel_Catm1Test.Controls.Add(this.dataGridView3);
|
|
570
|
+ this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
|
|
571
|
+ this.panel_Catm1Test.Name = "panel_Catm1Test";
|
|
572
|
+ this.panel_Catm1Test.Size = new System.Drawing.Size(777, 599);
|
|
573
|
+ this.panel_Catm1Test.TabIndex = 87;
|
|
574
|
+ //
|
|
575
|
+ // richTextBox_catm1
|
|
576
|
+ //
|
|
577
|
+ this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
578
|
+ this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
579
|
+ this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
|
|
580
|
+ this.richTextBox_catm1.Location = new System.Drawing.Point(384, 3);
|
|
581
|
+ this.richTextBox_catm1.Name = "richTextBox_catm1";
|
|
582
|
+ this.richTextBox_catm1.Size = new System.Drawing.Size(381, 564);
|
|
583
|
+ this.richTextBox_catm1.TabIndex = 26;
|
|
584
|
+ this.richTextBox_catm1.Text = "";
|
|
585
|
+ //
|
|
586
|
+ // dataGridView3
|
|
587
|
+ //
|
|
588
|
+ this.dataGridView3.BackgroundColor = System.Drawing.Color.Gray;
|
|
589
|
+ this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
590
|
+ this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
591
|
+ this.Catm1_SerialNumber,
|
|
592
|
+ this.Modem_Ver,
|
|
593
|
+ this.RSRP});
|
|
594
|
+ this.dataGridView3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
595
|
+ this.dataGridView3.Location = new System.Drawing.Point(17, 3);
|
|
596
|
+ this.dataGridView3.Name = "dataGridView3";
|
|
597
|
+ this.dataGridView3.RowTemplate.Height = 23;
|
|
598
|
+ this.dataGridView3.Size = new System.Drawing.Size(346, 564);
|
|
599
|
+ this.dataGridView3.TabIndex = 15;
|
|
600
|
+ //
|
|
601
|
+ // Catm1_SerialNumber
|
|
602
|
+ //
|
|
603
|
+ this.Catm1_SerialNumber.HeaderText = "SerialNumber";
|
|
604
|
+ this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
|
|
605
|
+ //
|
|
606
|
+ // Modem_Ver
|
|
607
|
+ //
|
|
608
|
+ this.Modem_Ver.HeaderText = "Modem Ver";
|
|
609
|
+ this.Modem_Ver.Name = "Modem_Ver";
|
|
610
|
+ //
|
|
611
|
+ // RSRP
|
|
612
|
+ //
|
|
613
|
+ this.RSRP.HeaderText = "RSRP";
|
|
614
|
+ this.RSRP.Name = "RSRP";
|
|
615
|
+ //
|
|
616
|
+ // Main
|
|
617
|
+ //
|
|
618
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
619
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
620
|
+ this.ClientSize = new System.Drawing.Size(925, 706);
|
|
621
|
+ this.Controls.Add(this.panel_Main);
|
|
622
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
623
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
624
|
+ this.Name = "Main";
|
|
625
|
+ this.Text = "APL Test Check";
|
|
626
|
+ this.Load += new System.EventHandler(this.Main_Load);
|
|
627
|
+ this.panel_Main.ResumeLayout(false);
|
|
628
|
+ this.panel_Main.PerformLayout();
|
|
629
|
+ this.panel4.ResumeLayout(false);
|
|
630
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
631
|
+ this.panel1.ResumeLayout(false);
|
|
632
|
+ this.panel1.PerformLayout();
|
|
633
|
+ this.groupBox9.ResumeLayout(false);
|
|
634
|
+ this.groupBox9.PerformLayout();
|
|
635
|
+ this.panel3.ResumeLayout(false);
|
|
636
|
+ this.panel3.PerformLayout();
|
|
637
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
638
|
+ this.panel_SensorMode.ResumeLayout(false);
|
|
639
|
+ this.panel_SensorMode.PerformLayout();
|
|
640
|
+ this.panel_Catm1Mode.ResumeLayout(false);
|
|
641
|
+ this.panel_Catm1Mode.PerformLayout();
|
|
642
|
+ this.panel_GpsMode.ResumeLayout(false);
|
|
643
|
+ this.panel_GpsMode.PerformLayout();
|
|
644
|
+ this.panel_GpsTest.ResumeLayout(false);
|
|
645
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
646
|
+ this.panel_SensorTest.ResumeLayout(false);
|
|
647
|
+ this.panel_SensorTest.PerformLayout();
|
|
648
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
649
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
650
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
651
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
652
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
653
|
+ this.panel_Catm1Test.ResumeLayout(false);
|
|
654
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
|
|
655
|
+ this.ResumeLayout(false);
|
|
656
|
+
|
|
657
|
+ }
|
|
658
|
+
|
|
659
|
+ #endregion
|
|
660
|
+ private System.IO.Ports.SerialPort serialPort;
|
|
661
|
+ private System.Windows.Forms.Panel panel_Main;
|
|
662
|
+ private System.Windows.Forms.Panel panel_SensorTest;
|
|
663
|
+ private System.Windows.Forms.Label label5;
|
|
664
|
+ private System.Windows.Forms.PictureBox pictureBox4;
|
|
665
|
+ private System.Windows.Forms.Label label4;
|
|
666
|
+ private System.Windows.Forms.PictureBox pictureBox3;
|
|
667
|
+ private System.Windows.Forms.Label label3;
|
|
668
|
+ private System.Windows.Forms.RichTextBox richTextBox_Sensor;
|
|
669
|
+ private System.Windows.Forms.PictureBox pictureBox2;
|
|
670
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
671
|
+ private System.Windows.Forms.Label label2;
|
|
672
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
673
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
|
|
674
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Version;
|
|
675
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
|
|
676
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
|
|
677
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
|
|
678
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
|
|
679
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
|
|
680
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMA;
|
|
681
|
+ private System.Windows.Forms.Panel panel1;
|
|
682
|
+ private System.Windows.Forms.PictureBox pictureBox6;
|
|
683
|
+ private System.Windows.Forms.Panel panel_SensorMode;
|
|
684
|
+ private System.Windows.Forms.Panel panel_Catm1Mode;
|
|
685
|
+ private System.Windows.Forms.Panel panel_GpsMode;
|
|
686
|
+ private System.Windows.Forms.Label label1;
|
|
687
|
+ private System.Windows.Forms.Label label_SensorTest;
|
|
688
|
+ private System.Windows.Forms.Label label_Catm1Test;
|
|
689
|
+ private System.Windows.Forms.Label label_GPSTest;
|
|
690
|
+ private System.Windows.Forms.Label label6;
|
|
691
|
+ private System.Windows.Forms.GroupBox groupBox9;
|
|
692
|
+ private System.Windows.Forms.ComboBox comboBox_Port;
|
|
693
|
+ private System.Windows.Forms.ComboBox comboBox_bps;
|
|
694
|
+ private System.Windows.Forms.Label cmCom_Port;
|
|
695
|
+ private System.Windows.Forms.Label cmBaudRate;
|
|
696
|
+ private System.Windows.Forms.Panel panel3;
|
|
697
|
+ private System.Windows.Forms.Label label_Port;
|
|
698
|
+ private System.Windows.Forms.Panel panel4;
|
|
699
|
+ private System.Windows.Forms.PictureBox pictureBox5;
|
|
700
|
+ private System.Windows.Forms.Panel panel_Catm1Test;
|
|
701
|
+ private System.Windows.Forms.RichTextBox richTextBox_catm1;
|
|
702
|
+ private System.Windows.Forms.DataGridView dataGridView3;
|
|
703
|
+ private System.Windows.Forms.Panel panel_GpsTest;
|
|
704
|
+ private System.Windows.Forms.RichTextBox richTextBox_Gps;
|
|
705
|
+ private System.Windows.Forms.DataGridView dataGridView2;
|
|
706
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
|
|
707
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
708
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
|
|
709
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
|
|
710
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
|
|
711
|
+ }
|
|
712
|
+}
|
|
713
|
+
|