|
@@ -61,37 +61,26 @@
|
61
|
61
|
this.label_Catm1Test = new System.Windows.Forms.Label();
|
62
|
62
|
this.panel_GpsMode = new System.Windows.Forms.Panel();
|
63
|
63
|
this.label_GPSTest = new System.Windows.Forms.Label();
|
|
64
|
+ this.panel_GpsTest = new System.Windows.Forms.Panel();
|
|
65
|
+ this.button_GpsTestSave = new System.Windows.Forms.Button();
|
|
66
|
+ this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
|
67
|
+ this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
|
|
68
|
+ this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
|
|
69
|
+ this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
70
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
71
|
+ this.LimitMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
72
|
+ this.LimitMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
73
|
+ this.Sec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
74
|
+ this.MaxSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
75
|
+ this.MinSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
76
|
+ this.panel_SnTest = new System.Windows.Forms.Panel();
|
|
77
|
+ this.dataGridView_SnInsert = new System.Windows.Forms.DataGridView();
|
|
78
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
79
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
80
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
64
|
81
|
this.panel_SensorTest = new System.Windows.Forms.Panel();
|
65
|
|
- this.pictureBox_Check2 = new System.Windows.Forms.PictureBox();
|
66
|
|
- this.pictureBox_Check3 = new System.Windows.Forms.PictureBox();
|
67
|
|
- this.pictureBox_Check4 = new System.Windows.Forms.PictureBox();
|
68
|
|
- this.pictureBox_Check1 = new System.Windows.Forms.PictureBox();
|
69
|
|
- this.label5 = new System.Windows.Forms.Label();
|
70
|
|
- this.pictureBox_UnCheck2 = new System.Windows.Forms.PictureBox();
|
71
|
|
- this.label4 = new System.Windows.Forms.Label();
|
72
|
|
- this.pictureBox_UnCheck3 = new System.Windows.Forms.PictureBox();
|
73
|
|
- this.label3 = new System.Windows.Forms.Label();
|
74
|
82
|
this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
|
75
|
|
- this.pictureBox_UnCheck4 = new System.Windows.Forms.PictureBox();
|
76
|
|
- this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
|
77
|
|
- this.label2 = new System.Windows.Forms.Label();
|
78
|
83
|
this.dataGridView_Sensor = new System.Windows.Forms.DataGridView();
|
79
|
|
- this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
80
|
|
- this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
81
|
|
- this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
82
|
|
- this.Phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
83
|
|
- this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
84
|
|
- this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
85
|
|
- this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
86
|
|
- this.BattMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
87
|
|
- this.SystemVoltmin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
88
|
|
- this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
89
|
|
- this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
90
|
|
- this.TempMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
91
|
|
- this.TempMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
92
|
|
- this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
93
|
|
- this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
94
|
|
- this.BMA_Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
95
|
84
|
this.panel_MergeMain = new System.Windows.Forms.Panel();
|
96
|
85
|
this.label7 = new System.Windows.Forms.Label();
|
97
|
86
|
this.label_Cnt = new System.Windows.Forms.Label();
|
|
@@ -123,26 +112,31 @@
|
123
|
112
|
this.dataGridView_Chk = new System.Windows.Forms.DataGridView();
|
124
|
113
|
this.button_FileFindLoad = new System.Windows.Forms.Button();
|
125
|
114
|
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
126
|
|
- this.panel_GpsTest = new System.Windows.Forms.Panel();
|
127
|
|
- this.button_GpsTestSave = new System.Windows.Forms.Button();
|
128
|
|
- this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
129
|
|
- this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
|
130
|
|
- this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
|
131
|
|
- this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
132
|
|
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
133
|
|
- this.LimitMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
134
|
|
- this.LimitMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
135
|
|
- this.Sec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
136
|
|
- this.MaxSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
137
|
|
- this.MinSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
138
|
|
- this.panel_SnTest = new System.Windows.Forms.Panel();
|
139
|
|
- this.dataGridView_SnInsert = new System.Windows.Forms.DataGridView();
|
140
|
|
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
141
|
|
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
142
|
|
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
143
|
115
|
this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
144
|
116
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
145
|
117
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
118
|
+ this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
119
|
+ this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
120
|
+ this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
121
|
+ this.Phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
122
|
+ this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
123
|
+ this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
124
|
+ this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
125
|
+ this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
126
|
+ this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
127
|
+ this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
128
|
+ this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
129
|
+ this.BMA_Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
130
|
+ this.BattMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
131
|
+ this.SystemVoltmin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
132
|
+ this.TempMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
133
|
+ this.TempMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
134
|
+ this.BMAX_Max = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
135
|
+ this.BMAX_Min = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
136
|
+ this.BMAY_Max = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
137
|
+ this.BMAY_Min = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
138
|
+ this.BMAZ_Max = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
139
|
+ this.BMAZ_Min = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
146
|
140
|
this.panel_Main.SuspendLayout();
|
147
|
141
|
this.panel4.SuspendLayout();
|
148
|
142
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
@@ -156,15 +150,11 @@
|
156
|
150
|
this.panel_SensorMode.SuspendLayout();
|
157
|
151
|
this.panel_Catm1Mode.SuspendLayout();
|
158
|
152
|
this.panel_GpsMode.SuspendLayout();
|
|
153
|
+ this.panel_GpsTest.SuspendLayout();
|
|
154
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
|
|
155
|
+ this.panel_SnTest.SuspendLayout();
|
|
156
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).BeginInit();
|
159
|
157
|
this.panel_SensorTest.SuspendLayout();
|
160
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).BeginInit();
|
161
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).BeginInit();
|
162
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).BeginInit();
|
163
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).BeginInit();
|
164
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).BeginInit();
|
165
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).BeginInit();
|
166
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).BeginInit();
|
167
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).BeginInit();
|
168
|
158
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
|
169
|
159
|
this.panel_MergeMain.SuspendLayout();
|
170
|
160
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
@@ -172,10 +162,6 @@
|
172
|
162
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
|
173
|
163
|
this.panel_SnCheckMain.SuspendLayout();
|
174
|
164
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
|
175
|
|
- this.panel_GpsTest.SuspendLayout();
|
176
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
|
177
|
|
- this.panel_SnTest.SuspendLayout();
|
178
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).BeginInit();
|
179
|
165
|
this.SuspendLayout();
|
180
|
166
|
//
|
181
|
167
|
// serialPort
|
|
@@ -192,12 +178,12 @@
|
192
|
178
|
this.panel_Main.Controls.Add(this.panel4);
|
193
|
179
|
this.panel_Main.Controls.Add(this.label6);
|
194
|
180
|
this.panel_Main.Controls.Add(this.panel1);
|
195
|
|
- this.panel_Main.Controls.Add(this.panel_GpsTest);
|
196
|
|
- this.panel_Main.Controls.Add(this.panel_SnTest);
|
197
|
181
|
this.panel_Main.Controls.Add(this.panel_SensorTest);
|
198
|
182
|
this.panel_Main.Controls.Add(this.panel_MergeMain);
|
199
|
183
|
this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
200
|
184
|
this.panel_Main.Controls.Add(this.panel_SnCheckMain);
|
|
185
|
+ this.panel_Main.Controls.Add(this.panel_GpsTest);
|
|
186
|
+ this.panel_Main.Controls.Add(this.panel_SnTest);
|
201
|
187
|
this.panel_Main.Location = new System.Drawing.Point(0, 0);
|
202
|
188
|
this.panel_Main.Name = "panel_Main";
|
203
|
189
|
this.panel_Main.Size = new System.Drawing.Size(1356, 710);
|
|
@@ -567,285 +553,212 @@
|
567
|
553
|
this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_Check_MouseLeave);
|
568
|
554
|
this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
|
569
|
555
|
//
|
570
|
|
- // panel_SensorTest
|
571
|
|
- //
|
572
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check2);
|
573
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check3);
|
574
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check4);
|
575
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check1);
|
576
|
|
- this.panel_SensorTest.Controls.Add(this.label5);
|
577
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck2);
|
578
|
|
- this.panel_SensorTest.Controls.Add(this.label4);
|
579
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck3);
|
580
|
|
- this.panel_SensorTest.Controls.Add(this.label3);
|
581
|
|
- this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
|
582
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck4);
|
583
|
|
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck1);
|
584
|
|
- this.panel_SensorTest.Controls.Add(this.label2);
|
585
|
|
- this.panel_SensorTest.Controls.Add(this.dataGridView_Sensor);
|
586
|
|
- this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
|
587
|
|
- this.panel_SensorTest.Name = "panel_SensorTest";
|
588
|
|
- this.panel_SensorTest.Size = new System.Drawing.Size(1207, 599);
|
589
|
|
- this.panel_SensorTest.TabIndex = 27;
|
590
|
|
- //
|
591
|
|
- // pictureBox_Check2
|
592
|
|
- //
|
593
|
|
- this.pictureBox_Check2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check2.Image")));
|
594
|
|
- this.pictureBox_Check2.Location = new System.Drawing.Point(71, 206);
|
595
|
|
- this.pictureBox_Check2.Name = "pictureBox_Check2";
|
596
|
|
- this.pictureBox_Check2.Size = new System.Drawing.Size(50, 50);
|
597
|
|
- this.pictureBox_Check2.TabIndex = 30;
|
598
|
|
- this.pictureBox_Check2.TabStop = false;
|
599
|
|
- //
|
600
|
|
- // pictureBox_Check3
|
601
|
|
- //
|
602
|
|
- this.pictureBox_Check3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check3.Image")));
|
603
|
|
- this.pictureBox_Check3.Location = new System.Drawing.Point(68, 347);
|
604
|
|
- this.pictureBox_Check3.Name = "pictureBox_Check3";
|
605
|
|
- this.pictureBox_Check3.Size = new System.Drawing.Size(50, 50);
|
606
|
|
- this.pictureBox_Check3.TabIndex = 29;
|
607
|
|
- this.pictureBox_Check3.TabStop = false;
|
608
|
|
- //
|
609
|
|
- // pictureBox_Check4
|
610
|
|
- //
|
611
|
|
- this.pictureBox_Check4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check4.Image")));
|
612
|
|
- this.pictureBox_Check4.Location = new System.Drawing.Point(68, 490);
|
613
|
|
- this.pictureBox_Check4.Name = "pictureBox_Check4";
|
614
|
|
- this.pictureBox_Check4.Size = new System.Drawing.Size(50, 50);
|
615
|
|
- this.pictureBox_Check4.TabIndex = 28;
|
616
|
|
- this.pictureBox_Check4.TabStop = false;
|
617
|
|
- //
|
618
|
|
- // pictureBox_Check1
|
619
|
|
- //
|
620
|
|
- this.pictureBox_Check1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check1.Image")));
|
621
|
|
- this.pictureBox_Check1.Location = new System.Drawing.Point(71, 67);
|
622
|
|
- this.pictureBox_Check1.Name = "pictureBox_Check1";
|
623
|
|
- this.pictureBox_Check1.Size = new System.Drawing.Size(50, 50);
|
624
|
|
- this.pictureBox_Check1.TabIndex = 27;
|
625
|
|
- this.pictureBox_Check1.TabStop = false;
|
626
|
|
- //
|
627
|
|
- // label5
|
628
|
|
- //
|
629
|
|
- this.label5.AutoSize = true;
|
630
|
|
- this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
631
|
|
- this.label5.ForeColor = System.Drawing.Color.Yellow;
|
632
|
|
- this.label5.Location = new System.Drawing.Point(24, 217);
|
633
|
|
- this.label5.Name = "label5";
|
634
|
|
- this.label5.Size = new System.Drawing.Size(47, 25);
|
635
|
|
- this.label5.TabIndex = 24;
|
636
|
|
- this.label5.Text = "2nd";
|
637
|
|
- //
|
638
|
|
- // pictureBox_UnCheck2
|
639
|
|
- //
|
640
|
|
- this.pictureBox_UnCheck2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
641
|
|
- this.pictureBox_UnCheck2.Location = new System.Drawing.Point(71, 206);
|
642
|
|
- this.pictureBox_UnCheck2.Name = "pictureBox_UnCheck2";
|
643
|
|
- this.pictureBox_UnCheck2.Size = new System.Drawing.Size(50, 50);
|
644
|
|
- this.pictureBox_UnCheck2.TabIndex = 23;
|
645
|
|
- this.pictureBox_UnCheck2.TabStop = false;
|
646
|
|
- //
|
647
|
|
- // label4
|
648
|
|
- //
|
649
|
|
- this.label4.AutoSize = true;
|
650
|
|
- this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
651
|
|
- this.label4.ForeColor = System.Drawing.Color.Yellow;
|
652
|
|
- this.label4.Location = new System.Drawing.Point(21, 359);
|
653
|
|
- this.label4.Name = "label4";
|
654
|
|
- this.label4.Size = new System.Drawing.Size(42, 25);
|
655
|
|
- this.label4.TabIndex = 22;
|
656
|
|
- this.label4.Text = "3rd";
|
657
|
|
- //
|
658
|
|
- // pictureBox_UnCheck3
|
659
|
|
- //
|
660
|
|
- this.pictureBox_UnCheck3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
661
|
|
- this.pictureBox_UnCheck3.Location = new System.Drawing.Point(68, 347);
|
662
|
|
- this.pictureBox_UnCheck3.Name = "pictureBox_UnCheck3";
|
663
|
|
- this.pictureBox_UnCheck3.Size = new System.Drawing.Size(50, 50);
|
664
|
|
- this.pictureBox_UnCheck3.TabIndex = 21;
|
665
|
|
- this.pictureBox_UnCheck3.TabStop = false;
|
666
|
|
- //
|
667
|
|
- // label3
|
668
|
|
- //
|
669
|
|
- this.label3.AutoSize = true;
|
670
|
|
- this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
671
|
|
- this.label3.ForeColor = System.Drawing.Color.Yellow;
|
672
|
|
- this.label3.Location = new System.Drawing.Point(21, 501);
|
673
|
|
- this.label3.Name = "label3";
|
674
|
|
- this.label3.Size = new System.Drawing.Size(42, 25);
|
675
|
|
- this.label3.TabIndex = 20;
|
676
|
|
- this.label3.Text = "4th";
|
677
|
|
- //
|
678
|
|
- // richTextBox_Sensor
|
679
|
|
- //
|
680
|
|
- this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
681
|
|
- this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
682
|
|
- this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
|
683
|
|
- this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 67);
|
684
|
|
- this.richTextBox_Sensor.Name = "richTextBox_Sensor";
|
685
|
|
- this.richTextBox_Sensor.Size = new System.Drawing.Size(1067, 500);
|
686
|
|
- this.richTextBox_Sensor.TabIndex = 26;
|
687
|
|
- this.richTextBox_Sensor.Text = "";
|
688
|
|
- //
|
689
|
|
- // pictureBox_UnCheck4
|
|
556
|
+ // panel_GpsTest
|
690
|
557
|
//
|
691
|
|
- this.pictureBox_UnCheck4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
692
|
|
- this.pictureBox_UnCheck4.Location = new System.Drawing.Point(68, 490);
|
693
|
|
- this.pictureBox_UnCheck4.Name = "pictureBox_UnCheck4";
|
694
|
|
- this.pictureBox_UnCheck4.Size = new System.Drawing.Size(50, 50);
|
695
|
|
- this.pictureBox_UnCheck4.TabIndex = 19;
|
696
|
|
- this.pictureBox_UnCheck4.TabStop = false;
|
|
558
|
+ this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
|
|
559
|
+ this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
|
|
560
|
+ this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
|
|
561
|
+ this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
|
|
562
|
+ this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
|
|
563
|
+ this.panel_GpsTest.Name = "panel_GpsTest";
|
|
564
|
+ this.panel_GpsTest.Size = new System.Drawing.Size(1202, 599);
|
|
565
|
+ this.panel_GpsTest.TabIndex = 86;
|
697
|
566
|
//
|
698
|
|
- // pictureBox_UnCheck1
|
|
567
|
+ // button_GpsTestSave
|
699
|
568
|
//
|
700
|
|
- this.pictureBox_UnCheck1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
|
701
|
|
- this.pictureBox_UnCheck1.Location = new System.Drawing.Point(71, 67);
|
702
|
|
- this.pictureBox_UnCheck1.Name = "pictureBox_UnCheck1";
|
703
|
|
- this.pictureBox_UnCheck1.Size = new System.Drawing.Size(50, 50);
|
704
|
|
- this.pictureBox_UnCheck1.TabIndex = 16;
|
705
|
|
- this.pictureBox_UnCheck1.TabStop = false;
|
|
569
|
+ this.button_GpsTestSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
570
|
+ this.button_GpsTestSave.Font = new System.Drawing.Font("굴림", 16F, System.Drawing.FontStyle.Bold);
|
|
571
|
+ this.button_GpsTestSave.Location = new System.Drawing.Point(921, 1);
|
|
572
|
+ this.button_GpsTestSave.Name = "button_GpsTestSave";
|
|
573
|
+ this.button_GpsTestSave.Size = new System.Drawing.Size(272, 58);
|
|
574
|
+ this.button_GpsTestSave.TabIndex = 89;
|
|
575
|
+ this.button_GpsTestSave.Text = "SAVE";
|
|
576
|
+ this.button_GpsTestSave.UseVisualStyleBackColor = false;
|
|
577
|
+ this.button_GpsTestSave.Click += new System.EventHandler(this.button_GpsTestSave_Click);
|
706
|
578
|
//
|
707
|
|
- // label2
|
|
579
|
+ // richTextBox_Gps
|
708
|
580
|
//
|
709
|
|
- this.label2.AutoSize = true;
|
710
|
|
- this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
|
711
|
|
- this.label2.ForeColor = System.Drawing.Color.Yellow;
|
712
|
|
- this.label2.Location = new System.Drawing.Point(24, 78);
|
713
|
|
- this.label2.Name = "label2";
|
714
|
|
- this.label2.Size = new System.Drawing.Size(39, 25);
|
715
|
|
- this.label2.TabIndex = 18;
|
716
|
|
- this.label2.Text = "1st";
|
|
581
|
+ this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
582
|
+ this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
583
|
+ this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
|
|
584
|
+ this.richTextBox_Gps.Location = new System.Drawing.Point(26, 67);
|
|
585
|
+ this.richTextBox_Gps.Name = "richTextBox_Gps";
|
|
586
|
+ this.richTextBox_Gps.Size = new System.Drawing.Size(1167, 500);
|
|
587
|
+ this.richTextBox_Gps.TabIndex = 26;
|
|
588
|
+ this.richTextBox_Gps.Text = "";
|
717
|
589
|
//
|
718
|
|
- // dataGridView_Sensor
|
|
590
|
+ // checkBox_GPGSV
|
719
|
591
|
//
|
720
|
|
- this.dataGridView_Sensor.AllowUserToAddRows = false;
|
721
|
|
- this.dataGridView_Sensor.BackgroundColor = System.Drawing.Color.Gray;
|
722
|
|
- this.dataGridView_Sensor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
723
|
|
- this.dataGridView_Sensor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
724
|
|
- this.ProductNumber,
|
725
|
|
- this.SN,
|
726
|
|
- this.IMEI,
|
727
|
|
- this.Phone,
|
728
|
|
- this.USIM,
|
729
|
|
- this.Version,
|
730
|
|
- this.BatteryVoltage,
|
731
|
|
- this.BattMin,
|
732
|
|
- this.SystemVoltmin,
|
733
|
|
- this.SystemVoltage,
|
734
|
|
- this.Temp,
|
735
|
|
- this.TempMax,
|
736
|
|
- this.TempMin,
|
737
|
|
- this.BMA_X,
|
738
|
|
- this.BMA_Y,
|
739
|
|
- this.BMA_Z});
|
740
|
|
- this.dataGridView_Sensor.GridColor = System.Drawing.Color.Green;
|
741
|
|
- this.dataGridView_Sensor.Location = new System.Drawing.Point(20, 3);
|
742
|
|
- this.dataGridView_Sensor.Name = "dataGridView_Sensor";
|
743
|
|
- this.dataGridView_Sensor.RowTemplate.Height = 23;
|
744
|
|
- this.dataGridView_Sensor.Size = new System.Drawing.Size(1182, 58);
|
745
|
|
- this.dataGridView_Sensor.TabIndex = 15;
|
746
|
|
- this.dataGridView_Sensor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Sensor_CellClick);
|
|
592
|
+ this.checkBox_GPGSV.AutoSize = true;
|
|
593
|
+ this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
|
|
594
|
+ this.checkBox_GPGSV.Name = "checkBox_GPGSV";
|
|
595
|
+ this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
|
|
596
|
+ this.checkBox_GPGSV.TabIndex = 88;
|
|
597
|
+ this.checkBox_GPGSV.Text = "GPGSV Mode";
|
|
598
|
+ this.checkBox_GPGSV.UseVisualStyleBackColor = true;
|
747
|
599
|
//
|
748
|
|
- // ProductNumber
|
|
600
|
+ // dataGridView_Gps
|
749
|
601
|
//
|
750
|
|
- this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
751
|
|
- this.ProductNumber.HeaderText = "생산번호";
|
752
|
|
- this.ProductNumber.Name = "ProductNumber";
|
753
|
|
- this.ProductNumber.Width = 78;
|
|
602
|
+ this.dataGridView_Gps.AllowUserToAddRows = false;
|
|
603
|
+ this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
|
|
604
|
+ this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
605
|
+ this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
606
|
+ this.Gps_SerialNumber,
|
|
607
|
+ this.dataGridViewTextBoxColumn8,
|
|
608
|
+ this.LimitMax,
|
|
609
|
+ this.LimitMin,
|
|
610
|
+ this.Sec,
|
|
611
|
+ this.MaxSec,
|
|
612
|
+ this.MinSec});
|
|
613
|
+ this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
614
|
+ this.dataGridView_Gps.Location = new System.Drawing.Point(26, 3);
|
|
615
|
+ this.dataGridView_Gps.Name = "dataGridView_Gps";
|
|
616
|
+ this.dataGridView_Gps.RowTemplate.Height = 23;
|
|
617
|
+ this.dataGridView_Gps.Size = new System.Drawing.Size(889, 56);
|
|
618
|
+ this.dataGridView_Gps.TabIndex = 15;
|
|
619
|
+ this.dataGridView_Gps.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Gps_CellClick);
|
|
620
|
+ this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
|
754
|
621
|
//
|
755
|
|
- // SN
|
|
622
|
+ // Gps_SerialNumber
|
756
|
623
|
//
|
757
|
|
- this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
758
|
|
- this.SN.HeaderText = "일련번호";
|
759
|
|
- this.SN.Name = "SN";
|
760
|
|
- this.SN.Width = 78;
|
|
624
|
+ this.Gps_SerialNumber.HeaderText = "생산번호";
|
|
625
|
+ this.Gps_SerialNumber.Name = "Gps_SerialNumber";
|
761
|
626
|
//
|
762
|
|
- // IMEI
|
|
627
|
+ // dataGridViewTextBoxColumn8
|
763
|
628
|
//
|
764
|
|
- this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
765
|
|
- this.IMEI.HeaderText = "IMEI";
|
766
|
|
- this.IMEI.Name = "IMEI";
|
767
|
|
- this.IMEI.Width = 55;
|
|
629
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
|
|
630
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
768
|
631
|
//
|
769
|
|
- // Phone
|
|
632
|
+ // LimitMax
|
770
|
633
|
//
|
771
|
|
- this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
772
|
|
- this.Phone.HeaderText = "Phone";
|
773
|
|
- this.Phone.Name = "Phone";
|
774
|
|
- this.Phone.Width = 66;
|
|
634
|
+ this.LimitMax.HeaderText = "Maximum";
|
|
635
|
+ this.LimitMax.Name = "LimitMax";
|
775
|
636
|
//
|
776
|
|
- // USIM
|
|
637
|
+ // LimitMin
|
777
|
638
|
//
|
778
|
|
- this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
779
|
|
- this.USIM.HeaderText = "USIM";
|
780
|
|
- this.USIM.Name = "USIM";
|
781
|
|
- this.USIM.Width = 60;
|
|
639
|
+ this.LimitMin.HeaderText = "Minimum";
|
|
640
|
+ this.LimitMin.Name = "LimitMin";
|
782
|
641
|
//
|
783
|
|
- // Version
|
|
642
|
+ // Sec
|
784
|
643
|
//
|
785
|
|
- this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
786
|
|
- this.Version.HeaderText = "버전";
|
787
|
|
- this.Version.Name = "Version";
|
788
|
|
- this.Version.Width = 54;
|
|
644
|
+ this.Sec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
645
|
+ this.Sec.HeaderText = "Sec";
|
|
646
|
+ this.Sec.Name = "Sec";
|
|
647
|
+ this.Sec.Width = 52;
|
789
|
648
|
//
|
790
|
|
- // BatteryVoltage
|
|
649
|
+ // MaxSec
|
791
|
650
|
//
|
792
|
|
- this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
793
|
|
- this.BatteryVoltage.HeaderText = "BatteryVoltage";
|
794
|
|
- this.BatteryVoltage.Name = "BatteryVoltage";
|
795
|
|
- this.BatteryVoltage.Width = 111;
|
|
651
|
+ this.MaxSec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
652
|
+ this.MaxSec.HeaderText = "MaxSec";
|
|
653
|
+ this.MaxSec.Name = "MaxSec";
|
|
654
|
+ this.MaxSec.Width = 77;
|
796
|
655
|
//
|
797
|
|
- // BattMin
|
|
656
|
+ // MinSec
|
798
|
657
|
//
|
799
|
|
- this.BattMin.HeaderText = "BattMin";
|
800
|
|
- this.BattMin.Name = "BattMin";
|
|
658
|
+ this.MinSec.HeaderText = "MinSec";
|
|
659
|
+ this.MinSec.Name = "MinSec";
|
801
|
660
|
//
|
802
|
|
- // SystemVoltmin
|
|
661
|
+ // panel_SnTest
|
803
|
662
|
//
|
804
|
|
- this.SystemVoltmin.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
805
|
|
- this.SystemVoltmin.HeaderText = "SystemVolt";
|
806
|
|
- this.SystemVoltmin.Name = "SystemVoltmin";
|
807
|
|
- this.SystemVoltmin.Width = 94;
|
|
663
|
+ this.panel_SnTest.Controls.Add(this.dataGridView_SnInsert);
|
|
664
|
+ this.panel_SnTest.Location = new System.Drawing.Point(163, 44);
|
|
665
|
+ this.panel_SnTest.Name = "panel_SnTest";
|
|
666
|
+ this.panel_SnTest.Size = new System.Drawing.Size(1207, 599);
|
|
667
|
+ this.panel_SnTest.TabIndex = 31;
|
808
|
668
|
//
|
809
|
|
- // SystemVoltage
|
|
669
|
+ // dataGridView_SnInsert
|
810
|
670
|
//
|
811
|
|
- this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
812
|
|
- this.SystemVoltage.HeaderText = "SystemVoltage";
|
813
|
|
- this.SystemVoltage.Name = "SystemVoltage";
|
814
|
|
- this.SystemVoltage.Width = 115;
|
|
671
|
+ this.dataGridView_SnInsert.AllowUserToAddRows = false;
|
|
672
|
+ this.dataGridView_SnInsert.BackgroundColor = System.Drawing.Color.Gray;
|
|
673
|
+ this.dataGridView_SnInsert.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
674
|
+ this.dataGridView_SnInsert.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
675
|
+ this.dataGridViewTextBoxColumn1,
|
|
676
|
+ this.dataGridViewTextBoxColumn2,
|
|
677
|
+ this.dataGridViewTextBoxColumn3});
|
|
678
|
+ this.dataGridView_SnInsert.GridColor = System.Drawing.Color.Green;
|
|
679
|
+ this.dataGridView_SnInsert.Location = new System.Drawing.Point(20, 3);
|
|
680
|
+ this.dataGridView_SnInsert.Name = "dataGridView_SnInsert";
|
|
681
|
+ this.dataGridView_SnInsert.RowTemplate.Height = 23;
|
|
682
|
+ this.dataGridView_SnInsert.Size = new System.Drawing.Size(1170, 564);
|
|
683
|
+ this.dataGridView_SnInsert.TabIndex = 15;
|
|
684
|
+ this.dataGridView_SnInsert.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SnInsert_CellClick);
|
815
|
685
|
//
|
816
|
|
- // Temp
|
|
686
|
+ // dataGridViewTextBoxColumn1
|
817
|
687
|
//
|
818
|
|
- this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
819
|
|
- this.Temp.HeaderText = "온도";
|
820
|
|
- this.Temp.Name = "Temp";
|
821
|
|
- this.Temp.Width = 54;
|
|
688
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
689
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "생산번호";
|
|
690
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
691
|
+ this.dataGridViewTextBoxColumn1.Width = 78;
|
822
|
692
|
//
|
823
|
|
- // TempMax
|
|
693
|
+ // dataGridViewTextBoxColumn2
|
824
|
694
|
//
|
825
|
|
- this.TempMax.HeaderText = "TempMax";
|
826
|
|
- this.TempMax.Name = "TempMax";
|
|
695
|
+ this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
696
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "일련번호";
|
|
697
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
698
|
+ this.dataGridViewTextBoxColumn2.Width = 78;
|
827
|
699
|
//
|
828
|
|
- // TempMin
|
|
700
|
+ // dataGridViewTextBoxColumn3
|
829
|
701
|
//
|
830
|
|
- this.TempMin.HeaderText = "TempMin";
|
831
|
|
- this.TempMin.Name = "TempMin";
|
|
702
|
+ this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
703
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "IMEI";
|
|
704
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
705
|
+ this.dataGridViewTextBoxColumn3.Width = 55;
|
832
|
706
|
//
|
833
|
|
- // BMA_X
|
|
707
|
+ // panel_SensorTest
|
834
|
708
|
//
|
835
|
|
- this.BMA_X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
836
|
|
- this.BMA_X.HeaderText = "가속도 X";
|
837
|
|
- this.BMA_X.Name = "BMA_X";
|
838
|
|
- this.BMA_X.Width = 78;
|
|
709
|
+ this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
|
|
710
|
+ this.panel_SensorTest.Controls.Add(this.dataGridView_Sensor);
|
|
711
|
+ this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
|
|
712
|
+ this.panel_SensorTest.Name = "panel_SensorTest";
|
|
713
|
+ this.panel_SensorTest.Size = new System.Drawing.Size(1207, 599);
|
|
714
|
+ this.panel_SensorTest.TabIndex = 27;
|
839
|
715
|
//
|
840
|
|
- // BMA_Y
|
|
716
|
+ // richTextBox_Sensor
|
841
|
717
|
//
|
842
|
|
- this.BMA_Y.HeaderText = "가속도 Y";
|
843
|
|
- this.BMA_Y.Name = "BMA_Y";
|
|
718
|
+ this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
719
|
+ this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
720
|
+ this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
|
|
721
|
+ this.richTextBox_Sensor.Location = new System.Drawing.Point(21, 67);
|
|
722
|
+ this.richTextBox_Sensor.Name = "richTextBox_Sensor";
|
|
723
|
+ this.richTextBox_Sensor.Size = new System.Drawing.Size(1178, 500);
|
|
724
|
+ this.richTextBox_Sensor.TabIndex = 26;
|
|
725
|
+ this.richTextBox_Sensor.Text = "";
|
844
|
726
|
//
|
845
|
|
- // BMA_Z
|
|
727
|
+ // dataGridView_Sensor
|
846
|
728
|
//
|
847
|
|
- this.BMA_Z.HeaderText = "가속도 Z";
|
848
|
|
- this.BMA_Z.Name = "BMA_Z";
|
|
729
|
+ this.dataGridView_Sensor.AllowUserToAddRows = false;
|
|
730
|
+ this.dataGridView_Sensor.BackgroundColor = System.Drawing.Color.Gray;
|
|
731
|
+ this.dataGridView_Sensor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
732
|
+ this.dataGridView_Sensor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
733
|
+ this.ProductNumber,
|
|
734
|
+ this.SN,
|
|
735
|
+ this.IMEI,
|
|
736
|
+ this.Phone,
|
|
737
|
+ this.USIM,
|
|
738
|
+ this.Version,
|
|
739
|
+ this.BatteryVoltage,
|
|
740
|
+ this.SystemVoltage,
|
|
741
|
+ this.Temp,
|
|
742
|
+ this.BMA_X,
|
|
743
|
+ this.BMA_Y,
|
|
744
|
+ this.BMA_Z,
|
|
745
|
+ this.BattMin,
|
|
746
|
+ this.SystemVoltmin,
|
|
747
|
+ this.TempMax,
|
|
748
|
+ this.TempMin,
|
|
749
|
+ this.BMAX_Max,
|
|
750
|
+ this.BMAX_Min,
|
|
751
|
+ this.BMAY_Max,
|
|
752
|
+ this.BMAY_Min,
|
|
753
|
+ this.BMAZ_Max,
|
|
754
|
+ this.BMAZ_Min});
|
|
755
|
+ this.dataGridView_Sensor.GridColor = System.Drawing.Color.Green;
|
|
756
|
+ this.dataGridView_Sensor.Location = new System.Drawing.Point(20, 3);
|
|
757
|
+ this.dataGridView_Sensor.Name = "dataGridView_Sensor";
|
|
758
|
+ this.dataGridView_Sensor.RowTemplate.Height = 23;
|
|
759
|
+ this.dataGridView_Sensor.Size = new System.Drawing.Size(1182, 58);
|
|
760
|
+ this.dataGridView_Sensor.TabIndex = 15;
|
|
761
|
+ this.dataGridView_Sensor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Sensor_CellClick);
|
849
|
762
|
//
|
850
|
763
|
// panel_MergeMain
|
851
|
764
|
//
|
|
@@ -1160,164 +1073,145 @@
|
1160
|
1073
|
this.progressBar2.Size = new System.Drawing.Size(1159, 40);
|
1161
|
1074
|
this.progressBar2.TabIndex = 0;
|
1162
|
1075
|
//
|
1163
|
|
- // panel_GpsTest
|
|
1076
|
+ // openFileDialog
|
1164
|
1077
|
//
|
1165
|
|
- this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
|
1166
|
|
- this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
|
1167
|
|
- this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
|
1168
|
|
- this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
|
1169
|
|
- this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
|
1170
|
|
- this.panel_GpsTest.Name = "panel_GpsTest";
|
1171
|
|
- this.panel_GpsTest.Size = new System.Drawing.Size(1202, 599);
|
1172
|
|
- this.panel_GpsTest.TabIndex = 86;
|
|
1078
|
+ this.openFileDialog.Multiselect = true;
|
1173
|
1079
|
//
|
1174
|
|
- // button_GpsTestSave
|
|
1080
|
+ // timer1
|
1175
|
1081
|
//
|
1176
|
|
- this.button_GpsTestSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
1177
|
|
- this.button_GpsTestSave.Font = new System.Drawing.Font("굴림", 16F, System.Drawing.FontStyle.Bold);
|
1178
|
|
- this.button_GpsTestSave.Location = new System.Drawing.Point(921, 1);
|
1179
|
|
- this.button_GpsTestSave.Name = "button_GpsTestSave";
|
1180
|
|
- this.button_GpsTestSave.Size = new System.Drawing.Size(272, 58);
|
1181
|
|
- this.button_GpsTestSave.TabIndex = 89;
|
1182
|
|
- this.button_GpsTestSave.Text = "SAVE";
|
1183
|
|
- this.button_GpsTestSave.UseVisualStyleBackColor = false;
|
1184
|
|
- this.button_GpsTestSave.Click += new System.EventHandler(this.button_GpsTestSave_Click);
|
|
1082
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
1185
|
1083
|
//
|
1186
|
|
- // richTextBox_Gps
|
|
1084
|
+ // ProductNumber
|
1187
|
1085
|
//
|
1188
|
|
- this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
1189
|
|
- this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
1190
|
|
- this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
|
1191
|
|
- this.richTextBox_Gps.Location = new System.Drawing.Point(26, 67);
|
1192
|
|
- this.richTextBox_Gps.Name = "richTextBox_Gps";
|
1193
|
|
- this.richTextBox_Gps.Size = new System.Drawing.Size(1167, 500);
|
1194
|
|
- this.richTextBox_Gps.TabIndex = 26;
|
1195
|
|
- this.richTextBox_Gps.Text = "";
|
|
1086
|
+ this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1087
|
+ this.ProductNumber.HeaderText = "생산번호";
|
|
1088
|
+ this.ProductNumber.Name = "ProductNumber";
|
|
1089
|
+ this.ProductNumber.Width = 78;
|
1196
|
1090
|
//
|
1197
|
|
- // checkBox_GPGSV
|
|
1091
|
+ // SN
|
1198
|
1092
|
//
|
1199
|
|
- this.checkBox_GPGSV.AutoSize = true;
|
1200
|
|
- this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
|
1201
|
|
- this.checkBox_GPGSV.Name = "checkBox_GPGSV";
|
1202
|
|
- this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
|
1203
|
|
- this.checkBox_GPGSV.TabIndex = 88;
|
1204
|
|
- this.checkBox_GPGSV.Text = "GPGSV Mode";
|
1205
|
|
- this.checkBox_GPGSV.UseVisualStyleBackColor = true;
|
|
1093
|
+ this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1094
|
+ this.SN.HeaderText = "일련번호";
|
|
1095
|
+ this.SN.Name = "SN";
|
|
1096
|
+ this.SN.Width = 78;
|
1206
|
1097
|
//
|
1207
|
|
- // dataGridView_Gps
|
|
1098
|
+ // IMEI
|
1208
|
1099
|
//
|
1209
|
|
- this.dataGridView_Gps.AllowUserToAddRows = false;
|
1210
|
|
- this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
|
1211
|
|
- this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
1212
|
|
- this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
1213
|
|
- this.Gps_SerialNumber,
|
1214
|
|
- this.dataGridViewTextBoxColumn8,
|
1215
|
|
- this.LimitMax,
|
1216
|
|
- this.LimitMin,
|
1217
|
|
- this.Sec,
|
1218
|
|
- this.MaxSec,
|
1219
|
|
- this.MinSec});
|
1220
|
|
- this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
1221
|
|
- this.dataGridView_Gps.Location = new System.Drawing.Point(26, 3);
|
1222
|
|
- this.dataGridView_Gps.Name = "dataGridView_Gps";
|
1223
|
|
- this.dataGridView_Gps.RowTemplate.Height = 23;
|
1224
|
|
- this.dataGridView_Gps.Size = new System.Drawing.Size(889, 56);
|
1225
|
|
- this.dataGridView_Gps.TabIndex = 15;
|
1226
|
|
- this.dataGridView_Gps.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Gps_CellClick);
|
1227
|
|
- this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
|
|
1100
|
+ this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1101
|
+ this.IMEI.HeaderText = "IMEI";
|
|
1102
|
+ this.IMEI.Name = "IMEI";
|
|
1103
|
+ this.IMEI.Width = 55;
|
1228
|
1104
|
//
|
1229
|
|
- // Gps_SerialNumber
|
|
1105
|
+ // Phone
|
1230
|
1106
|
//
|
1231
|
|
- this.Gps_SerialNumber.HeaderText = "생산번호";
|
1232
|
|
- this.Gps_SerialNumber.Name = "Gps_SerialNumber";
|
|
1107
|
+ this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1108
|
+ this.Phone.HeaderText = "Phone";
|
|
1109
|
+ this.Phone.Name = "Phone";
|
|
1110
|
+ this.Phone.Width = 66;
|
1233
|
1111
|
//
|
1234
|
|
- // dataGridViewTextBoxColumn8
|
|
1112
|
+ // USIM
|
1235
|
1113
|
//
|
1236
|
|
- this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
|
1237
|
|
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
1114
|
+ this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1115
|
+ this.USIM.HeaderText = "USIM";
|
|
1116
|
+ this.USIM.Name = "USIM";
|
|
1117
|
+ this.USIM.Width = 60;
|
1238
|
1118
|
//
|
1239
|
|
- // LimitMax
|
|
1119
|
+ // Version
|
1240
|
1120
|
//
|
1241
|
|
- this.LimitMax.HeaderText = "Maximum";
|
1242
|
|
- this.LimitMax.Name = "LimitMax";
|
|
1121
|
+ this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1122
|
+ this.Version.HeaderText = "버전";
|
|
1123
|
+ this.Version.Name = "Version";
|
|
1124
|
+ this.Version.Width = 54;
|
1243
|
1125
|
//
|
1244
|
|
- // LimitMin
|
|
1126
|
+ // BatteryVoltage
|
1245
|
1127
|
//
|
1246
|
|
- this.LimitMin.HeaderText = "Minimum";
|
1247
|
|
- this.LimitMin.Name = "LimitMin";
|
|
1128
|
+ this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1129
|
+ this.BatteryVoltage.HeaderText = "BatteryVoltage";
|
|
1130
|
+ this.BatteryVoltage.Name = "BatteryVoltage";
|
|
1131
|
+ this.BatteryVoltage.Width = 111;
|
1248
|
1132
|
//
|
1249
|
|
- // Sec
|
|
1133
|
+ // SystemVoltage
|
1250
|
1134
|
//
|
1251
|
|
- this.Sec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
1252
|
|
- this.Sec.HeaderText = "Sec";
|
1253
|
|
- this.Sec.Name = "Sec";
|
1254
|
|
- this.Sec.Width = 52;
|
|
1135
|
+ this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1136
|
+ this.SystemVoltage.HeaderText = "SystemVoltage";
|
|
1137
|
+ this.SystemVoltage.Name = "SystemVoltage";
|
|
1138
|
+ this.SystemVoltage.Width = 115;
|
1255
|
1139
|
//
|
1256
|
|
- // MaxSec
|
|
1140
|
+ // Temp
|
1257
|
1141
|
//
|
1258
|
|
- this.MaxSec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
1259
|
|
- this.MaxSec.HeaderText = "MaxSec";
|
1260
|
|
- this.MaxSec.Name = "MaxSec";
|
1261
|
|
- this.MaxSec.Width = 77;
|
|
1142
|
+ this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1143
|
+ this.Temp.HeaderText = "온도";
|
|
1144
|
+ this.Temp.Name = "Temp";
|
|
1145
|
+ this.Temp.Width = 54;
|
1262
|
1146
|
//
|
1263
|
|
- // MinSec
|
|
1147
|
+ // BMA_X
|
1264
|
1148
|
//
|
1265
|
|
- this.MinSec.HeaderText = "MinSec";
|
1266
|
|
- this.MinSec.Name = "MinSec";
|
|
1149
|
+ this.BMA_X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1150
|
+ this.BMA_X.HeaderText = "가속도 X";
|
|
1151
|
+ this.BMA_X.Name = "BMA_X";
|
|
1152
|
+ this.BMA_X.Width = 78;
|
1267
|
1153
|
//
|
1268
|
|
- // panel_SnTest
|
|
1154
|
+ // BMA_Y
|
1269
|
1155
|
//
|
1270
|
|
- this.panel_SnTest.Controls.Add(this.dataGridView_SnInsert);
|
1271
|
|
- this.panel_SnTest.Location = new System.Drawing.Point(163, 44);
|
1272
|
|
- this.panel_SnTest.Name = "panel_SnTest";
|
1273
|
|
- this.panel_SnTest.Size = new System.Drawing.Size(1207, 599);
|
1274
|
|
- this.panel_SnTest.TabIndex = 31;
|
|
1156
|
+ this.BMA_Y.HeaderText = "가속도 Y";
|
|
1157
|
+ this.BMA_Y.Name = "BMA_Y";
|
1275
|
1158
|
//
|
1276
|
|
- // dataGridView_SnInsert
|
|
1159
|
+ // BMA_Z
|
1277
|
1160
|
//
|
1278
|
|
- this.dataGridView_SnInsert.AllowUserToAddRows = false;
|
1279
|
|
- this.dataGridView_SnInsert.BackgroundColor = System.Drawing.Color.Gray;
|
1280
|
|
- this.dataGridView_SnInsert.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
1281
|
|
- this.dataGridView_SnInsert.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
1282
|
|
- this.dataGridViewTextBoxColumn1,
|
1283
|
|
- this.dataGridViewTextBoxColumn2,
|
1284
|
|
- this.dataGridViewTextBoxColumn3});
|
1285
|
|
- this.dataGridView_SnInsert.GridColor = System.Drawing.Color.Green;
|
1286
|
|
- this.dataGridView_SnInsert.Location = new System.Drawing.Point(20, 3);
|
1287
|
|
- this.dataGridView_SnInsert.Name = "dataGridView_SnInsert";
|
1288
|
|
- this.dataGridView_SnInsert.RowTemplate.Height = 23;
|
1289
|
|
- this.dataGridView_SnInsert.Size = new System.Drawing.Size(1170, 564);
|
1290
|
|
- this.dataGridView_SnInsert.TabIndex = 15;
|
1291
|
|
- this.dataGridView_SnInsert.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SnInsert_CellClick);
|
|
1161
|
+ this.BMA_Z.HeaderText = "가속도 Z";
|
|
1162
|
+ this.BMA_Z.Name = "BMA_Z";
|
1292
|
1163
|
//
|
1293
|
|
- // dataGridViewTextBoxColumn1
|
|
1164
|
+ // BattMin
|
1294
|
1165
|
//
|
1295
|
|
- this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
1296
|
|
- this.dataGridViewTextBoxColumn1.HeaderText = "생산번호";
|
1297
|
|
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
1298
|
|
- this.dataGridViewTextBoxColumn1.Width = 78;
|
|
1166
|
+ this.BattMin.HeaderText = "BattMin";
|
|
1167
|
+ this.BattMin.Name = "BattMin";
|
1299
|
1168
|
//
|
1300
|
|
- // dataGridViewTextBoxColumn2
|
|
1169
|
+ // SystemVoltmin
|
1301
|
1170
|
//
|
1302
|
|
- this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
1303
|
|
- this.dataGridViewTextBoxColumn2.HeaderText = "일련번호";
|
1304
|
|
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
1305
|
|
- this.dataGridViewTextBoxColumn2.Width = 78;
|
|
1171
|
+ this.SystemVoltmin.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
1172
|
+ this.SystemVoltmin.HeaderText = "SystemVoltmin";
|
|
1173
|
+ this.SystemVoltmin.Name = "SystemVoltmin";
|
|
1174
|
+ this.SystemVoltmin.Width = 115;
|
1306
|
1175
|
//
|
1307
|
|
- // dataGridViewTextBoxColumn3
|
|
1176
|
+ // TempMax
|
1308
|
1177
|
//
|
1309
|
|
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
1310
|
|
- this.dataGridViewTextBoxColumn3.HeaderText = "IMEI";
|
1311
|
|
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
1312
|
|
- this.dataGridViewTextBoxColumn3.Width = 55;
|
|
1178
|
+ this.TempMax.HeaderText = "TempMax";
|
|
1179
|
+ this.TempMax.Name = "TempMax";
|
1313
|
1180
|
//
|
1314
|
|
- // openFileDialog
|
|
1181
|
+ // TempMin
|
1315
|
1182
|
//
|
1316
|
|
- this.openFileDialog.Multiselect = true;
|
|
1183
|
+ this.TempMin.HeaderText = "TempMin";
|
|
1184
|
+ this.TempMin.Name = "TempMin";
|
1317
|
1185
|
//
|
1318
|
|
- // timer1
|
|
1186
|
+ // BMAX_Max
|
1319
|
1187
|
//
|
1320
|
|
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
1188
|
+ this.BMAX_Max.HeaderText = "BMAX_Max";
|
|
1189
|
+ this.BMAX_Max.Name = "BMAX_Max";
|
|
1190
|
+ //
|
|
1191
|
+ // BMAX_Min
|
|
1192
|
+ //
|
|
1193
|
+ this.BMAX_Min.HeaderText = "BMAX_Min";
|
|
1194
|
+ this.BMAX_Min.Name = "BMAX_Min";
|
|
1195
|
+ //
|
|
1196
|
+ // BMAY_Max
|
|
1197
|
+ //
|
|
1198
|
+ this.BMAY_Max.HeaderText = "BMAY_Max";
|
|
1199
|
+ this.BMAY_Max.Name = "BMAY_Max";
|
|
1200
|
+ //
|
|
1201
|
+ // BMAY_Min
|
|
1202
|
+ //
|
|
1203
|
+ this.BMAY_Min.HeaderText = "BMAY_Min";
|
|
1204
|
+ this.BMAY_Min.Name = "BMAY_Min";
|
|
1205
|
+ //
|
|
1206
|
+ // BMAZ_Max
|
|
1207
|
+ //
|
|
1208
|
+ this.BMAZ_Max.HeaderText = "BMAZ_Max";
|
|
1209
|
+ this.BMAZ_Max.Name = "BMAZ_Max";
|
|
1210
|
+ //
|
|
1211
|
+ // BMAZ_Min
|
|
1212
|
+ //
|
|
1213
|
+ this.BMAZ_Min.HeaderText = "BMAZ_Min";
|
|
1214
|
+ this.BMAZ_Min.Name = "BMAZ_Min";
|
1321
|
1215
|
//
|
1322
|
1216
|
// Main
|
1323
|
1217
|
//
|
|
@@ -1353,16 +1247,12 @@
|
1353
|
1247
|
this.panel_Catm1Mode.PerformLayout();
|
1354
|
1248
|
this.panel_GpsMode.ResumeLayout(false);
|
1355
|
1249
|
this.panel_GpsMode.PerformLayout();
|
|
1250
|
+ this.panel_GpsTest.ResumeLayout(false);
|
|
1251
|
+ this.panel_GpsTest.PerformLayout();
|
|
1252
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
|
|
1253
|
+ this.panel_SnTest.ResumeLayout(false);
|
|
1254
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).EndInit();
|
1356
|
1255
|
this.panel_SensorTest.ResumeLayout(false);
|
1357
|
|
- this.panel_SensorTest.PerformLayout();
|
1358
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).EndInit();
|
1359
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).EndInit();
|
1360
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).EndInit();
|
1361
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).EndInit();
|
1362
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).EndInit();
|
1363
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).EndInit();
|
1364
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).EndInit();
|
1365
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).EndInit();
|
1366
|
1256
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).EndInit();
|
1367
|
1257
|
this.panel_MergeMain.ResumeLayout(false);
|
1368
|
1258
|
this.panel_MergeMain.PerformLayout();
|
|
@@ -1372,11 +1262,6 @@
|
1372
|
1262
|
this.panel_SnCheckMain.ResumeLayout(false);
|
1373
|
1263
|
this.panel_SnCheckMain.PerformLayout();
|
1374
|
1264
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).EndInit();
|
1375
|
|
- this.panel_GpsTest.ResumeLayout(false);
|
1376
|
|
- this.panel_GpsTest.PerformLayout();
|
1377
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
|
1378
|
|
- this.panel_SnTest.ResumeLayout(false);
|
1379
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).EndInit();
|
1380
|
1265
|
this.ResumeLayout(false);
|
1381
|
1266
|
|
1382
|
1267
|
}
|
|
@@ -1385,15 +1270,7 @@
|
1385
|
1270
|
private System.IO.Ports.SerialPort serialPort;
|
1386
|
1271
|
private System.Windows.Forms.Panel panel_Main;
|
1387
|
1272
|
private System.Windows.Forms.Panel panel_SensorTest;
|
1388
|
|
- private System.Windows.Forms.Label label5;
|
1389
|
|
- private System.Windows.Forms.PictureBox pictureBox_UnCheck2;
|
1390
|
|
- private System.Windows.Forms.Label label4;
|
1391
|
|
- private System.Windows.Forms.PictureBox pictureBox_UnCheck3;
|
1392
|
|
- private System.Windows.Forms.Label label3;
|
1393
|
1273
|
private System.Windows.Forms.RichTextBox richTextBox_Sensor;
|
1394
|
|
- private System.Windows.Forms.PictureBox pictureBox_UnCheck4;
|
1395
|
|
- private System.Windows.Forms.PictureBox pictureBox_UnCheck1;
|
1396
|
|
- private System.Windows.Forms.Label label2;
|
1397
|
1274
|
private System.Windows.Forms.DataGridView dataGridView_Sensor;
|
1398
|
1275
|
private System.Windows.Forms.Panel panel1;
|
1399
|
1276
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
@@ -1422,10 +1299,6 @@
|
1422
|
1299
|
private System.Windows.Forms.DataGridView dataGridView_Gps;
|
1423
|
1300
|
private System.Windows.Forms.CheckBox checkBox_TerminalStop;
|
1424
|
1301
|
private System.Windows.Forms.CheckBox checkBox_Edit;
|
1425
|
|
- private System.Windows.Forms.PictureBox pictureBox_Check2;
|
1426
|
|
- private System.Windows.Forms.PictureBox pictureBox_Check3;
|
1427
|
|
- private System.Windows.Forms.PictureBox pictureBox_Check4;
|
1428
|
|
- private System.Windows.Forms.PictureBox pictureBox_Check1;
|
1429
|
1302
|
private System.Windows.Forms.Button button_Clear;
|
1430
|
1303
|
private System.Windows.Forms.CheckBox checkBox_GPGSV;
|
1431
|
1304
|
private System.Windows.Forms.Button button_GpsTestSave;
|
|
@@ -1486,15 +1359,21 @@
|
1486
|
1359
|
private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
|
1487
|
1360
|
private System.Windows.Forms.DataGridViewTextBoxColumn Version;
|
1488
|
1361
|
private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
|
1489
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BattMin;
|
1490
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltmin;
|
1491
|
1362
|
private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
|
1492
|
1363
|
private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
|
1493
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn TempMax;
|
1494
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn TempMin;
|
1495
|
1364
|
private System.Windows.Forms.DataGridViewTextBoxColumn BMA_X;
|
1496
|
1365
|
private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Y;
|
1497
|
1366
|
private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Z;
|
|
1367
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BattMin;
|
|
1368
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltmin;
|
|
1369
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn TempMax;
|
|
1370
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn TempMin;
|
|
1371
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAX_Max;
|
|
1372
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAX_Min;
|
|
1373
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAY_Max;
|
|
1374
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAY_Min;
|
|
1375
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAZ_Max;
|
|
1376
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BMAZ_Min;
|
1498
|
1377
|
}
|
1499
|
1378
|
}
|
1500
|
1379
|
|