|
@@ -32,6 +32,7 @@
|
32
|
32
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
33
|
33
|
this.serialPort = new System.IO.Ports.SerialPort(this.components);
|
34
|
34
|
this.panel_Main = new System.Windows.Forms.Panel();
|
|
35
|
+ this.button_Path = new System.Windows.Forms.Button();
|
35
|
36
|
this.button_Clear = new System.Windows.Forms.Button();
|
36
|
37
|
this.checkBox_Edit = new System.Windows.Forms.CheckBox();
|
37
|
38
|
this.checkBox_TerminalStop = new System.Windows.Forms.CheckBox();
|
|
@@ -39,6 +40,8 @@
|
39
|
40
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
40
|
41
|
this.label6 = new System.Windows.Forms.Label();
|
41
|
42
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
43
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
44
|
+ this.label_Merge = new System.Windows.Forms.Label();
|
42
|
45
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
43
|
46
|
this.panel_Port = new System.Windows.Forms.Panel();
|
44
|
47
|
this.label_Port = new System.Windows.Forms.Label();
|
|
@@ -54,6 +57,13 @@
|
54
|
57
|
this.label_Catm1Test = new System.Windows.Forms.Label();
|
55
|
58
|
this.panel_GpsMode = new System.Windows.Forms.Panel();
|
56
|
59
|
this.label_GPSTest = new System.Windows.Forms.Label();
|
|
60
|
+ this.panel_GpsTest = new System.Windows.Forms.Panel();
|
|
61
|
+ this.button_GpsTestSave = new System.Windows.Forms.Button();
|
|
62
|
+ this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
|
63
|
+ this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
|
|
64
|
+ this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
|
|
65
|
+ this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
66
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
57
|
67
|
this.panel_SensorTest = new System.Windows.Forms.Panel();
|
58
|
68
|
this.pictureBox_Check2 = new System.Windows.Forms.PictureBox();
|
59
|
69
|
this.pictureBox_Check3 = new System.Windows.Forms.PictureBox();
|
|
@@ -69,36 +79,36 @@
|
69
|
79
|
this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
|
70
|
80
|
this.label2 = new System.Windows.Forms.Label();
|
71
|
81
|
this.dataGridView_Sensor = new System.Windows.Forms.DataGridView();
|
|
82
|
+ this.panel_Catm1Test = new System.Windows.Forms.Panel();
|
|
83
|
+ this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
|
84
|
+ this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
|
|
85
|
+ this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
86
|
+ this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
87
|
+ this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
88
|
+ this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
72
|
89
|
this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
73
|
|
- this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
74
|
90
|
this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
75
|
91
|
this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
92
|
+ this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
76
|
93
|
this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
77
|
94
|
this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
78
|
95
|
this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
79
|
96
|
this.BMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
80
|
|
- this.panel_Catm1Test = new System.Windows.Forms.Panel();
|
81
|
|
- this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
82
|
|
- this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
|
83
|
|
- this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
84
|
|
- this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
85
|
|
- this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
86
|
|
- this.panel_GpsTest = new System.Windows.Forms.Panel();
|
87
|
|
- this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
88
|
|
- this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
|
89
|
|
- this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
90
|
|
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
91
|
|
- this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
|
|
97
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
98
|
+ this.panel3 = new System.Windows.Forms.Panel();
|
92
|
99
|
this.panel_Main.SuspendLayout();
|
93
|
100
|
this.panel4.SuspendLayout();
|
94
|
101
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
95
|
102
|
this.panel1.SuspendLayout();
|
|
103
|
+ this.panel2.SuspendLayout();
|
96
|
104
|
this.groupBox9.SuspendLayout();
|
97
|
105
|
this.panel_Port.SuspendLayout();
|
98
|
106
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
99
|
107
|
this.panel_SensorMode.SuspendLayout();
|
100
|
108
|
this.panel_Catm1Mode.SuspendLayout();
|
101
|
109
|
this.panel_GpsMode.SuspendLayout();
|
|
110
|
+ this.panel_GpsTest.SuspendLayout();
|
|
111
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
|
102
|
112
|
this.panel_SensorTest.SuspendLayout();
|
103
|
113
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).BeginInit();
|
104
|
114
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).BeginInit();
|
|
@@ -111,8 +121,7 @@
|
111
|
121
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
|
112
|
122
|
this.panel_Catm1Test.SuspendLayout();
|
113
|
123
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
|
114
|
|
- this.panel_GpsTest.SuspendLayout();
|
115
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
|
|
124
|
+ this.panel3.SuspendLayout();
|
116
|
125
|
this.SuspendLayout();
|
117
|
126
|
//
|
118
|
127
|
// serialPort
|
|
@@ -122,6 +131,7 @@
|
122
|
131
|
// panel_Main
|
123
|
132
|
//
|
124
|
133
|
this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
|
|
134
|
+ this.panel_Main.Controls.Add(this.button_Path);
|
125
|
135
|
this.panel_Main.Controls.Add(this.button_Clear);
|
126
|
136
|
this.panel_Main.Controls.Add(this.checkBox_Edit);
|
127
|
137
|
this.panel_Main.Controls.Add(this.checkBox_TerminalStop);
|
|
@@ -139,6 +149,17 @@
|
139
|
149
|
this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
|
140
|
150
|
this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
|
141
|
151
|
//
|
|
152
|
+ // button_Path
|
|
153
|
+ //
|
|
154
|
+ this.button_Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
155
|
+ this.button_Path.Location = new System.Drawing.Point(4, 4);
|
|
156
|
+ this.button_Path.Name = "button_Path";
|
|
157
|
+ this.button_Path.Size = new System.Drawing.Size(156, 34);
|
|
158
|
+ this.button_Path.TabIndex = 90;
|
|
159
|
+ this.button_Path.Text = "FilePathSet";
|
|
160
|
+ this.button_Path.UseVisualStyleBackColor = false;
|
|
161
|
+ this.button_Path.Click += new System.EventHandler(this.button_Path_Click);
|
|
162
|
+ //
|
142
|
163
|
// button_Clear
|
143
|
164
|
//
|
144
|
165
|
this.button_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
@@ -201,6 +222,8 @@
|
201
|
222
|
//
|
202
|
223
|
// panel1
|
203
|
224
|
//
|
|
225
|
+ this.panel1.Controls.Add(this.panel3);
|
|
226
|
+ this.panel1.Controls.Add(this.panel2);
|
204
|
227
|
this.panel1.Controls.Add(this.groupBox9);
|
205
|
228
|
this.panel1.Controls.Add(this.label1);
|
206
|
229
|
this.panel1.Controls.Add(this.pictureBox6);
|
|
@@ -212,6 +235,27 @@
|
212
|
235
|
this.panel1.Size = new System.Drawing.Size(159, 599);
|
213
|
236
|
this.panel1.TabIndex = 26;
|
214
|
237
|
//
|
|
238
|
+ // panel2
|
|
239
|
+ //
|
|
240
|
+ this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
241
|
+ this.panel2.Controls.Add(this.label_Merge);
|
|
242
|
+ this.panel2.Location = new System.Drawing.Point(0, 230);
|
|
243
|
+ this.panel2.Name = "panel2";
|
|
244
|
+ this.panel2.Size = new System.Drawing.Size(156, 53);
|
|
245
|
+ this.panel2.TabIndex = 32;
|
|
246
|
+ //
|
|
247
|
+ // label_Merge
|
|
248
|
+ //
|
|
249
|
+ this.label_Merge.AutoSize = true;
|
|
250
|
+ this.label_Merge.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
251
|
+ this.label_Merge.ForeColor = System.Drawing.Color.Snow;
|
|
252
|
+ this.label_Merge.Location = new System.Drawing.Point(0, 17);
|
|
253
|
+ this.label_Merge.Name = "label_Merge";
|
|
254
|
+ this.label_Merge.Size = new System.Drawing.Size(160, 19);
|
|
255
|
+ this.label_Merge.TabIndex = 31;
|
|
256
|
+ this.label_Merge.Text = "Merge 서비스 준비중...";
|
|
257
|
+ this.label_Merge.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
258
|
+ //
|
215
|
259
|
// groupBox9
|
216
|
260
|
//
|
217
|
261
|
this.groupBox9.Controls.Add(this.panel_Port);
|
|
@@ -219,7 +263,7 @@
|
219
|
263
|
this.groupBox9.Controls.Add(this.comboBox_bps);
|
220
|
264
|
this.groupBox9.Controls.Add(this.cmCom_Port);
|
221
|
265
|
this.groupBox9.Controls.Add(this.cmBaudRate);
|
222
|
|
- this.groupBox9.Location = new System.Drawing.Point(3, 241);
|
|
266
|
+ this.groupBox9.Location = new System.Drawing.Point(3, 351);
|
223
|
267
|
this.groupBox9.Name = "groupBox9";
|
224
|
268
|
this.groupBox9.Size = new System.Drawing.Size(153, 242);
|
225
|
269
|
this.groupBox9.TabIndex = 85;
|
|
@@ -405,6 +449,77 @@
|
405
|
449
|
this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
|
406
|
450
|
this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
|
407
|
451
|
//
|
|
452
|
+ // panel_GpsTest
|
|
453
|
+ //
|
|
454
|
+ this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
|
|
455
|
+ this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
|
|
456
|
+ this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
|
|
457
|
+ this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
|
|
458
|
+ this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
|
|
459
|
+ this.panel_GpsTest.Name = "panel_GpsTest";
|
|
460
|
+ this.panel_GpsTest.Size = new System.Drawing.Size(777, 599);
|
|
461
|
+ this.panel_GpsTest.TabIndex = 86;
|
|
462
|
+ //
|
|
463
|
+ // button_GpsTestSave
|
|
464
|
+ //
|
|
465
|
+ this.button_GpsTestSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
466
|
+ this.button_GpsTestSave.Font = new System.Drawing.Font("굴림", 16F, System.Drawing.FontStyle.Bold);
|
|
467
|
+ this.button_GpsTestSave.Location = new System.Drawing.Point(497, 3);
|
|
468
|
+ this.button_GpsTestSave.Name = "button_GpsTestSave";
|
|
469
|
+ this.button_GpsTestSave.Size = new System.Drawing.Size(272, 58);
|
|
470
|
+ this.button_GpsTestSave.TabIndex = 89;
|
|
471
|
+ this.button_GpsTestSave.Text = "SAVE";
|
|
472
|
+ this.button_GpsTestSave.UseVisualStyleBackColor = false;
|
|
473
|
+ this.button_GpsTestSave.Click += new System.EventHandler(this.button_GpsTestSave_Click);
|
|
474
|
+ //
|
|
475
|
+ // richTextBox_Gps
|
|
476
|
+ //
|
|
477
|
+ this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
478
|
+ this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
479
|
+ this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
|
|
480
|
+ this.richTextBox_Gps.Location = new System.Drawing.Point(26, 67);
|
|
481
|
+ this.richTextBox_Gps.Name = "richTextBox_Gps";
|
|
482
|
+ this.richTextBox_Gps.Size = new System.Drawing.Size(743, 500);
|
|
483
|
+ this.richTextBox_Gps.TabIndex = 26;
|
|
484
|
+ this.richTextBox_Gps.Text = "";
|
|
485
|
+ //
|
|
486
|
+ // checkBox_GPGSV
|
|
487
|
+ //
|
|
488
|
+ this.checkBox_GPGSV.AutoSize = true;
|
|
489
|
+ this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
|
|
490
|
+ this.checkBox_GPGSV.Name = "checkBox_GPGSV";
|
|
491
|
+ this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
|
|
492
|
+ this.checkBox_GPGSV.TabIndex = 88;
|
|
493
|
+ this.checkBox_GPGSV.Text = "GPGSV Mode";
|
|
494
|
+ this.checkBox_GPGSV.UseVisualStyleBackColor = true;
|
|
495
|
+ //
|
|
496
|
+ // dataGridView_Gps
|
|
497
|
+ //
|
|
498
|
+ this.dataGridView_Gps.AllowUserToAddRows = false;
|
|
499
|
+ this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
|
|
500
|
+ this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
501
|
+ this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
502
|
+ this.Gps_SerialNumber,
|
|
503
|
+ this.dataGridViewTextBoxColumn8});
|
|
504
|
+ this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
505
|
+ this.dataGridView_Gps.Location = new System.Drawing.Point(26, 3);
|
|
506
|
+ this.dataGridView_Gps.Name = "dataGridView_Gps";
|
|
507
|
+ this.dataGridView_Gps.RowTemplate.Height = 23;
|
|
508
|
+ this.dataGridView_Gps.Size = new System.Drawing.Size(465, 56);
|
|
509
|
+ this.dataGridView_Gps.TabIndex = 15;
|
|
510
|
+ this.dataGridView_Gps.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_Gps_CellMouseClick);
|
|
511
|
+ this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
|
|
512
|
+ //
|
|
513
|
+ // Gps_SerialNumber
|
|
514
|
+ //
|
|
515
|
+ this.Gps_SerialNumber.HeaderText = "생산번호";
|
|
516
|
+ this.Gps_SerialNumber.Name = "Gps_SerialNumber";
|
|
517
|
+ //
|
|
518
|
+ // dataGridViewTextBoxColumn8
|
|
519
|
+ //
|
|
520
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
|
|
521
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
522
|
+ //
|
408
|
523
|
// panel_SensorTest
|
409
|
524
|
//
|
410
|
525
|
this.panel_SensorTest.Controls.Add(this.pictureBox_Check2);
|
|
@@ -429,7 +544,7 @@
|
429
|
544
|
// pictureBox_Check2
|
430
|
545
|
//
|
431
|
546
|
this.pictureBox_Check2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check2.Image")));
|
432
|
|
- this.pictureBox_Check2.Location = new System.Drawing.Point(68, 405);
|
|
547
|
+ this.pictureBox_Check2.Location = new System.Drawing.Point(71, 206);
|
433
|
548
|
this.pictureBox_Check2.Name = "pictureBox_Check2";
|
434
|
549
|
this.pictureBox_Check2.Size = new System.Drawing.Size(50, 50);
|
435
|
550
|
this.pictureBox_Check2.TabIndex = 30;
|
|
@@ -438,7 +553,7 @@
|
438
|
553
|
// pictureBox_Check3
|
439
|
554
|
//
|
440
|
555
|
this.pictureBox_Check3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check3.Image")));
|
441
|
|
- this.pictureBox_Check3.Location = new System.Drawing.Point(68, 461);
|
|
556
|
+ this.pictureBox_Check3.Location = new System.Drawing.Point(68, 347);
|
442
|
557
|
this.pictureBox_Check3.Name = "pictureBox_Check3";
|
443
|
558
|
this.pictureBox_Check3.Size = new System.Drawing.Size(50, 50);
|
444
|
559
|
this.pictureBox_Check3.TabIndex = 29;
|
|
@@ -447,7 +562,7 @@
|
447
|
562
|
// pictureBox_Check4
|
448
|
563
|
//
|
449
|
564
|
this.pictureBox_Check4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check4.Image")));
|
450
|
|
- this.pictureBox_Check4.Location = new System.Drawing.Point(68, 517);
|
|
565
|
+ this.pictureBox_Check4.Location = new System.Drawing.Point(68, 490);
|
451
|
566
|
this.pictureBox_Check4.Name = "pictureBox_Check4";
|
452
|
567
|
this.pictureBox_Check4.Size = new System.Drawing.Size(50, 50);
|
453
|
568
|
this.pictureBox_Check4.TabIndex = 28;
|
|
@@ -456,7 +571,7 @@
|
456
|
571
|
// pictureBox_Check1
|
457
|
572
|
//
|
458
|
573
|
this.pictureBox_Check1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check1.Image")));
|
459
|
|
- this.pictureBox_Check1.Location = new System.Drawing.Point(68, 349);
|
|
574
|
+ this.pictureBox_Check1.Location = new System.Drawing.Point(71, 67);
|
460
|
575
|
this.pictureBox_Check1.Name = "pictureBox_Check1";
|
461
|
576
|
this.pictureBox_Check1.Size = new System.Drawing.Size(50, 50);
|
462
|
577
|
this.pictureBox_Check1.TabIndex = 27;
|
|
@@ -467,7 +582,7 @@
|
467
|
582
|
this.label5.AutoSize = true;
|
468
|
583
|
this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
469
|
584
|
this.label5.ForeColor = System.Drawing.Color.Yellow;
|
470
|
|
- this.label5.Location = new System.Drawing.Point(21, 416);
|
|
585
|
+ this.label5.Location = new System.Drawing.Point(24, 217);
|
471
|
586
|
this.label5.Name = "label5";
|
472
|
587
|
this.label5.Size = new System.Drawing.Size(47, 25);
|
473
|
588
|
this.label5.TabIndex = 24;
|
|
@@ -476,7 +591,7 @@
|
476
|
591
|
// pictureBox_UnCheck2
|
477
|
592
|
//
|
478
|
593
|
this.pictureBox_UnCheck2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
479
|
|
- this.pictureBox_UnCheck2.Location = new System.Drawing.Point(68, 405);
|
|
594
|
+ this.pictureBox_UnCheck2.Location = new System.Drawing.Point(71, 206);
|
480
|
595
|
this.pictureBox_UnCheck2.Name = "pictureBox_UnCheck2";
|
481
|
596
|
this.pictureBox_UnCheck2.Size = new System.Drawing.Size(50, 50);
|
482
|
597
|
this.pictureBox_UnCheck2.TabIndex = 23;
|
|
@@ -487,7 +602,7 @@
|
487
|
602
|
this.label4.AutoSize = true;
|
488
|
603
|
this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
489
|
604
|
this.label4.ForeColor = System.Drawing.Color.Yellow;
|
490
|
|
- this.label4.Location = new System.Drawing.Point(21, 473);
|
|
605
|
+ this.label4.Location = new System.Drawing.Point(21, 359);
|
491
|
606
|
this.label4.Name = "label4";
|
492
|
607
|
this.label4.Size = new System.Drawing.Size(42, 25);
|
493
|
608
|
this.label4.TabIndex = 22;
|
|
@@ -496,7 +611,7 @@
|
496
|
611
|
// pictureBox_UnCheck3
|
497
|
612
|
//
|
498
|
613
|
this.pictureBox_UnCheck3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
499
|
|
- this.pictureBox_UnCheck3.Location = new System.Drawing.Point(68, 461);
|
|
614
|
+ this.pictureBox_UnCheck3.Location = new System.Drawing.Point(68, 347);
|
500
|
615
|
this.pictureBox_UnCheck3.Name = "pictureBox_UnCheck3";
|
501
|
616
|
this.pictureBox_UnCheck3.Size = new System.Drawing.Size(50, 50);
|
502
|
617
|
this.pictureBox_UnCheck3.TabIndex = 21;
|
|
@@ -507,7 +622,7 @@
|
507
|
622
|
this.label3.AutoSize = true;
|
508
|
623
|
this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
509
|
624
|
this.label3.ForeColor = System.Drawing.Color.Yellow;
|
510
|
|
- this.label3.Location = new System.Drawing.Point(21, 528);
|
|
625
|
+ this.label3.Location = new System.Drawing.Point(21, 501);
|
511
|
626
|
this.label3.Name = "label3";
|
512
|
627
|
this.label3.Size = new System.Drawing.Size(42, 25);
|
513
|
628
|
this.label3.TabIndex = 20;
|
|
@@ -518,16 +633,16 @@
|
518
|
633
|
this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
519
|
634
|
this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
520
|
635
|
this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
|
521
|
|
- this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 349);
|
|
636
|
+ this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 67);
|
522
|
637
|
this.richTextBox_Sensor.Name = "richTextBox_Sensor";
|
523
|
|
- this.richTextBox_Sensor.Size = new System.Drawing.Size(633, 218);
|
|
638
|
+ this.richTextBox_Sensor.Size = new System.Drawing.Size(633, 500);
|
524
|
639
|
this.richTextBox_Sensor.TabIndex = 26;
|
525
|
640
|
this.richTextBox_Sensor.Text = "";
|
526
|
641
|
//
|
527
|
642
|
// pictureBox_UnCheck4
|
528
|
643
|
//
|
529
|
644
|
this.pictureBox_UnCheck4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
530
|
|
- this.pictureBox_UnCheck4.Location = new System.Drawing.Point(68, 517);
|
|
645
|
+ this.pictureBox_UnCheck4.Location = new System.Drawing.Point(68, 490);
|
531
|
646
|
this.pictureBox_UnCheck4.Name = "pictureBox_UnCheck4";
|
532
|
647
|
this.pictureBox_UnCheck4.Size = new System.Drawing.Size(50, 50);
|
533
|
648
|
this.pictureBox_UnCheck4.TabIndex = 19;
|
|
@@ -536,7 +651,7 @@
|
536
|
651
|
// pictureBox_UnCheck1
|
537
|
652
|
//
|
538
|
653
|
this.pictureBox_UnCheck1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
539
|
|
- this.pictureBox_UnCheck1.Location = new System.Drawing.Point(68, 349);
|
|
654
|
+ this.pictureBox_UnCheck1.Location = new System.Drawing.Point(71, 67);
|
540
|
655
|
this.pictureBox_UnCheck1.Name = "pictureBox_UnCheck1";
|
541
|
656
|
this.pictureBox_UnCheck1.Size = new System.Drawing.Size(50, 50);
|
542
|
657
|
this.pictureBox_UnCheck1.TabIndex = 16;
|
|
@@ -547,7 +662,7 @@
|
547
|
662
|
this.label2.AutoSize = true;
|
548
|
663
|
this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
549
|
664
|
this.label2.ForeColor = System.Drawing.Color.Yellow;
|
550
|
|
- this.label2.Location = new System.Drawing.Point(21, 360);
|
|
665
|
+ this.label2.Location = new System.Drawing.Point(24, 78);
|
551
|
666
|
this.label2.Name = "label2";
|
552
|
667
|
this.label2.Size = new System.Drawing.Size(39, 25);
|
553
|
668
|
this.label2.TabIndex = 18;
|
|
@@ -555,13 +670,14 @@
|
555
|
670
|
//
|
556
|
671
|
// dataGridView_Sensor
|
557
|
672
|
//
|
|
673
|
+ this.dataGridView_Sensor.AllowUserToAddRows = false;
|
558
|
674
|
this.dataGridView_Sensor.BackgroundColor = System.Drawing.Color.Gray;
|
559
|
675
|
this.dataGridView_Sensor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
560
|
676
|
this.dataGridView_Sensor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
561
|
677
|
this.ProductNumber,
|
562
|
|
- this.Version,
|
563
|
678
|
this.IMEI,
|
564
|
679
|
this.USIM,
|
|
680
|
+ this.Version,
|
565
|
681
|
this.BatteryVoltage,
|
566
|
682
|
this.SystemVoltage,
|
567
|
683
|
this.Temp,
|
|
@@ -570,66 +686,10 @@
|
570
|
686
|
this.dataGridView_Sensor.Location = new System.Drawing.Point(20, 3);
|
571
|
687
|
this.dataGridView_Sensor.Name = "dataGridView_Sensor";
|
572
|
688
|
this.dataGridView_Sensor.RowTemplate.Height = 23;
|
573
|
|
- this.dataGridView_Sensor.Size = new System.Drawing.Size(745, 323);
|
|
689
|
+ this.dataGridView_Sensor.Size = new System.Drawing.Size(745, 58);
|
574
|
690
|
this.dataGridView_Sensor.TabIndex = 15;
|
575
|
691
|
this.dataGridView_Sensor.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_Sensor_CellMouseClick);
|
576
|
692
|
//
|
577
|
|
- // ProductNumber
|
578
|
|
- //
|
579
|
|
- this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
580
|
|
- this.ProductNumber.HeaderText = "생산번호";
|
581
|
|
- this.ProductNumber.Name = "ProductNumber";
|
582
|
|
- this.ProductNumber.Width = 78;
|
583
|
|
- //
|
584
|
|
- // Version
|
585
|
|
- //
|
586
|
|
- this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
587
|
|
- this.Version.HeaderText = "버전";
|
588
|
|
- this.Version.Name = "Version";
|
589
|
|
- this.Version.Width = 54;
|
590
|
|
- //
|
591
|
|
- // IMEI
|
592
|
|
- //
|
593
|
|
- this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
594
|
|
- this.IMEI.HeaderText = "IMEI";
|
595
|
|
- this.IMEI.Name = "IMEI";
|
596
|
|
- this.IMEI.Width = 55;
|
597
|
|
- //
|
598
|
|
- // USIM
|
599
|
|
- //
|
600
|
|
- this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
601
|
|
- this.USIM.HeaderText = "USIM";
|
602
|
|
- this.USIM.Name = "USIM";
|
603
|
|
- this.USIM.Width = 60;
|
604
|
|
- //
|
605
|
|
- // BatteryVoltage
|
606
|
|
- //
|
607
|
|
- this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
608
|
|
- this.BatteryVoltage.HeaderText = "BatteryVoltage";
|
609
|
|
- this.BatteryVoltage.Name = "BatteryVoltage";
|
610
|
|
- this.BatteryVoltage.Width = 111;
|
611
|
|
- //
|
612
|
|
- // SystemVoltage
|
613
|
|
- //
|
614
|
|
- this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
615
|
|
- this.SystemVoltage.HeaderText = "SystemVoltage";
|
616
|
|
- this.SystemVoltage.Name = "SystemVoltage";
|
617
|
|
- this.SystemVoltage.Width = 115;
|
618
|
|
- //
|
619
|
|
- // Temp
|
620
|
|
- //
|
621
|
|
- this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
622
|
|
- this.Temp.HeaderText = "온도";
|
623
|
|
- this.Temp.Name = "Temp";
|
624
|
|
- this.Temp.Width = 54;
|
625
|
|
- //
|
626
|
|
- // BMA
|
627
|
|
- //
|
628
|
|
- this.BMA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
629
|
|
- this.BMA.HeaderText = "가속도";
|
630
|
|
- this.BMA.Name = "BMA";
|
631
|
|
- this.BMA.Width = 66;
|
632
|
|
- //
|
633
|
693
|
// panel_Catm1Test
|
634
|
694
|
//
|
635
|
695
|
this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
|
|
@@ -644,14 +704,15 @@
|
644
|
704
|
this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
645
|
705
|
this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
646
|
706
|
this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
|
647
|
|
- this.richTextBox_catm1.Location = new System.Drawing.Point(384, 3);
|
|
707
|
+ this.richTextBox_catm1.Location = new System.Drawing.Point(17, 65);
|
648
|
708
|
this.richTextBox_catm1.Name = "richTextBox_catm1";
|
649
|
|
- this.richTextBox_catm1.Size = new System.Drawing.Size(381, 564);
|
|
709
|
+ this.richTextBox_catm1.Size = new System.Drawing.Size(748, 502);
|
650
|
710
|
this.richTextBox_catm1.TabIndex = 26;
|
651
|
711
|
this.richTextBox_catm1.Text = "";
|
652
|
712
|
//
|
653
|
713
|
// dataGridView_Catm1
|
654
|
714
|
//
|
|
715
|
+ this.dataGridView_Catm1.AllowUserToAddRows = false;
|
655
|
716
|
this.dataGridView_Catm1.BackgroundColor = System.Drawing.Color.Gray;
|
656
|
717
|
this.dataGridView_Catm1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
657
|
718
|
this.dataGridView_Catm1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
@@ -662,7 +723,7 @@
|
662
|
723
|
this.dataGridView_Catm1.Location = new System.Drawing.Point(17, 3);
|
663
|
724
|
this.dataGridView_Catm1.Name = "dataGridView_Catm1";
|
664
|
725
|
this.dataGridView_Catm1.RowTemplate.Height = 23;
|
665
|
|
- this.dataGridView_Catm1.Size = new System.Drawing.Size(346, 564);
|
|
726
|
+ this.dataGridView_Catm1.Size = new System.Drawing.Size(748, 56);
|
666
|
727
|
this.dataGridView_Catm1.TabIndex = 15;
|
667
|
728
|
this.dataGridView_Catm1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_Catm1_CellMouseClick);
|
668
|
729
|
//
|
|
@@ -681,61 +742,82 @@
|
681
|
742
|
this.RSRP.HeaderText = "RSRP";
|
682
|
743
|
this.RSRP.Name = "RSRP";
|
683
|
744
|
//
|
684
|
|
- // panel_GpsTest
|
|
745
|
+ // ProductNumber
|
685
|
746
|
//
|
686
|
|
- this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
|
687
|
|
- this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
|
688
|
|
- this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
|
689
|
|
- this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
|
690
|
|
- this.panel_GpsTest.Name = "panel_GpsTest";
|
691
|
|
- this.panel_GpsTest.Size = new System.Drawing.Size(777, 599);
|
692
|
|
- this.panel_GpsTest.TabIndex = 86;
|
|
747
|
+ this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
748
|
+ this.ProductNumber.HeaderText = "생산번호";
|
|
749
|
+ this.ProductNumber.Name = "ProductNumber";
|
|
750
|
+ this.ProductNumber.Width = 78;
|
693
|
751
|
//
|
694
|
|
- // richTextBox_Gps
|
|
752
|
+ // IMEI
|
695
|
753
|
//
|
696
|
|
- this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
697
|
|
- this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
698
|
|
- this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
|
699
|
|
- this.richTextBox_Gps.Location = new System.Drawing.Point(280, 3);
|
700
|
|
- this.richTextBox_Gps.Name = "richTextBox_Gps";
|
701
|
|
- this.richTextBox_Gps.Size = new System.Drawing.Size(489, 564);
|
702
|
|
- this.richTextBox_Gps.TabIndex = 26;
|
703
|
|
- this.richTextBox_Gps.Text = "";
|
|
754
|
+ this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
755
|
+ this.IMEI.HeaderText = "IMEI";
|
|
756
|
+ this.IMEI.Name = "IMEI";
|
|
757
|
+ this.IMEI.Width = 55;
|
704
|
758
|
//
|
705
|
|
- // dataGridView_Gps
|
|
759
|
+ // USIM
|
706
|
760
|
//
|
707
|
|
- this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
|
708
|
|
- this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
709
|
|
- this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
710
|
|
- this.Gps_SerialNumber,
|
711
|
|
- this.dataGridViewTextBoxColumn8});
|
712
|
|
- this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
713
|
|
- this.dataGridView_Gps.Location = new System.Drawing.Point(21, 3);
|
714
|
|
- this.dataGridView_Gps.Name = "dataGridView_Gps";
|
715
|
|
- this.dataGridView_Gps.RowTemplate.Height = 23;
|
716
|
|
- this.dataGridView_Gps.Size = new System.Drawing.Size(249, 564);
|
717
|
|
- this.dataGridView_Gps.TabIndex = 15;
|
718
|
|
- this.dataGridView_Gps.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_Gps_CellMouseClick);
|
|
761
|
+ this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
762
|
+ this.USIM.HeaderText = "USIM";
|
|
763
|
+ this.USIM.Name = "USIM";
|
|
764
|
+ this.USIM.Width = 60;
|
719
|
765
|
//
|
720
|
|
- // Gps_SerialNumber
|
|
766
|
+ // Version
|
721
|
767
|
//
|
722
|
|
- this.Gps_SerialNumber.HeaderText = "생산번호";
|
723
|
|
- this.Gps_SerialNumber.Name = "Gps_SerialNumber";
|
|
768
|
+ this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
769
|
+ this.Version.HeaderText = "버전";
|
|
770
|
+ this.Version.Name = "Version";
|
|
771
|
+ this.Version.Width = 54;
|
724
|
772
|
//
|
725
|
|
- // dataGridViewTextBoxColumn8
|
|
773
|
+ // BatteryVoltage
|
726
|
774
|
//
|
727
|
|
- this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
|
728
|
|
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
775
|
+ this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
776
|
+ this.BatteryVoltage.HeaderText = "BatteryVoltage";
|
|
777
|
+ this.BatteryVoltage.Name = "BatteryVoltage";
|
|
778
|
+ this.BatteryVoltage.Width = 111;
|
729
|
779
|
//
|
730
|
|
- // checkBox_GPGSV
|
|
780
|
+ // SystemVoltage
|
731
|
781
|
//
|
732
|
|
- this.checkBox_GPGSV.AutoSize = true;
|
733
|
|
- this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
|
734
|
|
- this.checkBox_GPGSV.Name = "checkBox_GPGSV";
|
735
|
|
- this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
|
736
|
|
- this.checkBox_GPGSV.TabIndex = 88;
|
737
|
|
- this.checkBox_GPGSV.Text = "GPGSV Mode";
|
738
|
|
- this.checkBox_GPGSV.UseVisualStyleBackColor = true;
|
|
782
|
+ this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
783
|
+ this.SystemVoltage.HeaderText = "SystemVoltage";
|
|
784
|
+ this.SystemVoltage.Name = "SystemVoltage";
|
|
785
|
+ this.SystemVoltage.Width = 115;
|
|
786
|
+ //
|
|
787
|
+ // Temp
|
|
788
|
+ //
|
|
789
|
+ this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
790
|
+ this.Temp.HeaderText = "온도";
|
|
791
|
+ this.Temp.Name = "Temp";
|
|
792
|
+ this.Temp.Width = 54;
|
|
793
|
+ //
|
|
794
|
+ // BMA
|
|
795
|
+ //
|
|
796
|
+ this.BMA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
797
|
+ this.BMA.HeaderText = "가속도";
|
|
798
|
+ this.BMA.Name = "BMA";
|
|
799
|
+ this.BMA.Width = 66;
|
|
800
|
+ //
|
|
801
|
+ // label7
|
|
802
|
+ //
|
|
803
|
+ this.label7.AutoSize = true;
|
|
804
|
+ this.label7.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
805
|
+ this.label7.ForeColor = System.Drawing.Color.Snow;
|
|
806
|
+ this.label7.Location = new System.Drawing.Point(40, 17);
|
|
807
|
+ this.label7.Name = "label7";
|
|
808
|
+ this.label7.Size = new System.Drawing.Size(85, 19);
|
|
809
|
+ this.label7.TabIndex = 31;
|
|
810
|
+ this.label7.Text = "S/N CHECK";
|
|
811
|
+ this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
812
|
+ //
|
|
813
|
+ // panel3
|
|
814
|
+ //
|
|
815
|
+ this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
816
|
+ this.panel3.Controls.Add(this.label7);
|
|
817
|
+ this.panel3.Location = new System.Drawing.Point(1, 290);
|
|
818
|
+ this.panel3.Name = "panel3";
|
|
819
|
+ this.panel3.Size = new System.Drawing.Size(156, 53);
|
|
820
|
+ this.panel3.TabIndex = 86;
|
739
|
821
|
//
|
740
|
822
|
// Main
|
741
|
823
|
//
|
|
@@ -754,6 +836,8 @@
|
754
|
836
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
755
|
837
|
this.panel1.ResumeLayout(false);
|
756
|
838
|
this.panel1.PerformLayout();
|
|
839
|
+ this.panel2.ResumeLayout(false);
|
|
840
|
+ this.panel2.PerformLayout();
|
757
|
841
|
this.groupBox9.ResumeLayout(false);
|
758
|
842
|
this.groupBox9.PerformLayout();
|
759
|
843
|
this.panel_Port.ResumeLayout(false);
|
|
@@ -765,6 +849,9 @@
|
765
|
849
|
this.panel_Catm1Mode.PerformLayout();
|
766
|
850
|
this.panel_GpsMode.ResumeLayout(false);
|
767
|
851
|
this.panel_GpsMode.PerformLayout();
|
|
852
|
+ this.panel_GpsTest.ResumeLayout(false);
|
|
853
|
+ this.panel_GpsTest.PerformLayout();
|
|
854
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
|
768
|
855
|
this.panel_SensorTest.ResumeLayout(false);
|
769
|
856
|
this.panel_SensorTest.PerformLayout();
|
770
|
857
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).EndInit();
|
|
@@ -778,9 +865,8 @@
|
778
|
865
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).EndInit();
|
779
|
866
|
this.panel_Catm1Test.ResumeLayout(false);
|
780
|
867
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
|
781
|
|
- this.panel_GpsTest.ResumeLayout(false);
|
782
|
|
- this.panel_GpsTest.PerformLayout();
|
783
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
|
|
868
|
+ this.panel3.ResumeLayout(false);
|
|
869
|
+ this.panel3.PerformLayout();
|
784
|
870
|
this.ResumeLayout(false);
|
785
|
871
|
|
786
|
872
|
}
|
|
@@ -830,14 +916,6 @@
|
830
|
916
|
private System.Windows.Forms.PictureBox pictureBox_Check3;
|
831
|
917
|
private System.Windows.Forms.PictureBox pictureBox_Check4;
|
832
|
918
|
private System.Windows.Forms.PictureBox pictureBox_Check1;
|
833
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductNumber;
|
834
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Version;
|
835
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
|
836
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
|
837
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
|
838
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
|
839
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
|
840
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BMA;
|
841
|
919
|
private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
|
842
|
920
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
843
|
921
|
private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
|
|
@@ -845,6 +923,21 @@
|
845
|
923
|
private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
|
846
|
924
|
private System.Windows.Forms.Button button_Clear;
|
847
|
925
|
private System.Windows.Forms.CheckBox checkBox_GPGSV;
|
|
926
|
+ private System.Windows.Forms.Button button_GpsTestSave;
|
|
927
|
+ private System.Windows.Forms.Button button_Path;
|
|
928
|
+ private System.Windows.Forms.Panel panel2;
|
|
929
|
+ private System.Windows.Forms.Label label_Merge;
|
|
930
|
+ private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog_Mainpath;
|
|
931
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ProductNumber;
|
|
932
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
|
|
933
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
|
|
934
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Version;
|
|
935
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
|
|
936
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
|
|
937
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
|
|
938
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMA;
|
|
939
|
+ private System.Windows.Forms.Panel panel3;
|
|
940
|
+ private System.Windows.Forms.Label label7;
|
848
|
941
|
}
|
849
|
942
|
}
|
850
|
943
|
|