YJ 5 lat temu
rodzic
commit
4c62b60f60

+ 172 - 172
Main.Designer.cs

@@ -61,11 +61,6 @@
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_SnTest = new System.Windows.Forms.Panel();
65
-            this.dataGridView_SnInsert = new System.Windows.Forms.DataGridView();
66
-            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
67
-            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
68
-            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
69 64
             this.panel_SensorTest = new System.Windows.Forms.Panel();
70 65
             this.pictureBox_Check2 = new System.Windows.Forms.PictureBox();
71 66
             this.pictureBox_Check3 = new System.Windows.Forms.PictureBox();
@@ -81,6 +76,22 @@
81 76
             this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
82 77
             this.label2 = new System.Windows.Forms.Label();
83 78
             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();
84 95
             this.panel_MergeMain = new System.Windows.Forms.Panel();
85 96
             this.label7 = new System.Windows.Forms.Label();
86 97
             this.label_Cnt = new System.Windows.Forms.Label();
@@ -117,9 +128,6 @@
117 128
             this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
118 129
             this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
119 130
             this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
120
-            this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
121
-            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
122
-            this.timer1 = new System.Windows.Forms.Timer(this.components);
123 131
             this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
124 132
             this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
125 133
             this.LimitMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -127,22 +135,14 @@
127 135
             this.Sec = new System.Windows.Forms.DataGridViewTextBoxColumn();
128 136
             this.MaxSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
129 137
             this.MinSec = new System.Windows.Forms.DataGridViewTextBoxColumn();
130
-            this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
131
-            this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
132
-            this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
133
-            this.Phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
134
-            this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
135
-            this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
136
-            this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
137
-            this.BattMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
138
-            this.SystemVoltmin = new System.Windows.Forms.DataGridViewTextBoxColumn();
139
-            this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
140
-            this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
141
-            this.TempMax = new System.Windows.Forms.DataGridViewTextBoxColumn();
142
-            this.TempMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
143
-            this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
144
-            this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
145
-            this.BMA_Z = 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
+            this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
144
+            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
145
+            this.timer1 = new System.Windows.Forms.Timer(this.components);
146 146
             this.panel_Main.SuspendLayout();
147 147
             this.panel4.SuspendLayout();
148 148
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
@@ -156,8 +156,6 @@
156 156
             this.panel_SensorMode.SuspendLayout();
157 157
             this.panel_Catm1Mode.SuspendLayout();
158 158
             this.panel_GpsMode.SuspendLayout();
159
-            this.panel_SnTest.SuspendLayout();
160
-            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).BeginInit();
161 159
             this.panel_SensorTest.SuspendLayout();
162 160
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).BeginInit();
163 161
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).BeginInit();
@@ -176,6 +174,8 @@
176 174
             ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
177 175
             this.panel_GpsTest.SuspendLayout();
178 176
             ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
177
+            this.panel_SnTest.SuspendLayout();
178
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).BeginInit();
179 179
             this.SuspendLayout();
180 180
             // 
181 181
             // serialPort
@@ -192,12 +192,12 @@
192 192
             this.panel_Main.Controls.Add(this.panel4);
193 193
             this.panel_Main.Controls.Add(this.label6);
194 194
             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);
195 197
             this.panel_Main.Controls.Add(this.panel_SensorTest);
196 198
             this.panel_Main.Controls.Add(this.panel_MergeMain);
197 199
             this.panel_Main.Controls.Add(this.panel_Catm1Test);
198 200
             this.panel_Main.Controls.Add(this.panel_SnCheckMain);
199
-            this.panel_Main.Controls.Add(this.panel_GpsTest);
200
-            this.panel_Main.Controls.Add(this.panel_SnTest);
201 201
             this.panel_Main.Location = new System.Drawing.Point(0, 0);
202 202
             this.panel_Main.Name = "panel_Main";
203 203
             this.panel_Main.Size = new System.Drawing.Size(1356, 710);
@@ -567,52 +567,6 @@
567 567
             this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_Check_MouseLeave);
568 568
             this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
569 569
             // 
570
-            // panel_SnTest
571
-            // 
572
-            this.panel_SnTest.Controls.Add(this.dataGridView_SnInsert);
573
-            this.panel_SnTest.Location = new System.Drawing.Point(163, 44);
574
-            this.panel_SnTest.Name = "panel_SnTest";
575
-            this.panel_SnTest.Size = new System.Drawing.Size(1207, 599);
576
-            this.panel_SnTest.TabIndex = 31;
577
-            // 
578
-            // dataGridView_SnInsert
579
-            // 
580
-            this.dataGridView_SnInsert.AllowUserToAddRows = false;
581
-            this.dataGridView_SnInsert.BackgroundColor = System.Drawing.Color.Gray;
582
-            this.dataGridView_SnInsert.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
583
-            this.dataGridView_SnInsert.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
584
-            this.dataGridViewTextBoxColumn1,
585
-            this.dataGridViewTextBoxColumn2,
586
-            this.dataGridViewTextBoxColumn3});
587
-            this.dataGridView_SnInsert.GridColor = System.Drawing.Color.Green;
588
-            this.dataGridView_SnInsert.Location = new System.Drawing.Point(20, 3);
589
-            this.dataGridView_SnInsert.Name = "dataGridView_SnInsert";
590
-            this.dataGridView_SnInsert.RowTemplate.Height = 23;
591
-            this.dataGridView_SnInsert.Size = new System.Drawing.Size(1170, 564);
592
-            this.dataGridView_SnInsert.TabIndex = 15;
593
-            this.dataGridView_SnInsert.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SnInsert_CellClick);
594
-            // 
595
-            // dataGridViewTextBoxColumn1
596
-            // 
597
-            this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
598
-            this.dataGridViewTextBoxColumn1.HeaderText = "생산번호";
599
-            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
600
-            this.dataGridViewTextBoxColumn1.Width = 78;
601
-            // 
602
-            // dataGridViewTextBoxColumn2
603
-            // 
604
-            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
605
-            this.dataGridViewTextBoxColumn2.HeaderText = "일련번호";
606
-            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
607
-            this.dataGridViewTextBoxColumn2.Width = 78;
608
-            // 
609
-            // dataGridViewTextBoxColumn3
610
-            // 
611
-            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
612
-            this.dataGridViewTextBoxColumn3.HeaderText = "IMEI";
613
-            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
614
-            this.dataGridViewTextBoxColumn3.Width = 55;
615
-            // 
616 570
             // panel_SensorTest
617 571
             // 
618 572
             this.panel_SensorTest.Controls.Add(this.pictureBox_Check2);
@@ -791,6 +745,108 @@
791 745
             this.dataGridView_Sensor.TabIndex = 15;
792 746
             this.dataGridView_Sensor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Sensor_CellClick);
793 747
             // 
748
+            // ProductNumber
749
+            // 
750
+            this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
751
+            this.ProductNumber.HeaderText = "생산번호";
752
+            this.ProductNumber.Name = "ProductNumber";
753
+            this.ProductNumber.Width = 78;
754
+            // 
755
+            // SN
756
+            // 
757
+            this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
758
+            this.SN.HeaderText = "일련번호";
759
+            this.SN.Name = "SN";
760
+            this.SN.Width = 78;
761
+            // 
762
+            // IMEI
763
+            // 
764
+            this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
765
+            this.IMEI.HeaderText = "IMEI";
766
+            this.IMEI.Name = "IMEI";
767
+            this.IMEI.Width = 55;
768
+            // 
769
+            // Phone
770
+            // 
771
+            this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
772
+            this.Phone.HeaderText = "Phone";
773
+            this.Phone.Name = "Phone";
774
+            this.Phone.Width = 66;
775
+            // 
776
+            // USIM
777
+            // 
778
+            this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
779
+            this.USIM.HeaderText = "USIM";
780
+            this.USIM.Name = "USIM";
781
+            this.USIM.Width = 60;
782
+            // 
783
+            // Version
784
+            // 
785
+            this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
786
+            this.Version.HeaderText = "버전";
787
+            this.Version.Name = "Version";
788
+            this.Version.Width = 54;
789
+            // 
790
+            // BatteryVoltage
791
+            // 
792
+            this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
793
+            this.BatteryVoltage.HeaderText = "BatteryVoltage";
794
+            this.BatteryVoltage.Name = "BatteryVoltage";
795
+            this.BatteryVoltage.Width = 111;
796
+            // 
797
+            // BattMin
798
+            // 
799
+            this.BattMin.HeaderText = "BattMin";
800
+            this.BattMin.Name = "BattMin";
801
+            // 
802
+            // SystemVoltmin
803
+            // 
804
+            this.SystemVoltmin.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
805
+            this.SystemVoltmin.HeaderText = "SystemVolt";
806
+            this.SystemVoltmin.Name = "SystemVoltmin";
807
+            this.SystemVoltmin.Width = 94;
808
+            // 
809
+            // SystemVoltage
810
+            // 
811
+            this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
812
+            this.SystemVoltage.HeaderText = "SystemVoltage";
813
+            this.SystemVoltage.Name = "SystemVoltage";
814
+            this.SystemVoltage.Width = 115;
815
+            // 
816
+            // Temp
817
+            // 
818
+            this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
819
+            this.Temp.HeaderText = "온도";
820
+            this.Temp.Name = "Temp";
821
+            this.Temp.Width = 54;
822
+            // 
823
+            // TempMax
824
+            // 
825
+            this.TempMax.HeaderText = "TempMax";
826
+            this.TempMax.Name = "TempMax";
827
+            // 
828
+            // TempMin
829
+            // 
830
+            this.TempMin.HeaderText = "TempMin";
831
+            this.TempMin.Name = "TempMin";
832
+            // 
833
+            // BMA_X
834
+            // 
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;
839
+            // 
840
+            // BMA_Y
841
+            // 
842
+            this.BMA_Y.HeaderText = "가속도 Y";
843
+            this.BMA_Y.Name = "BMA_Y";
844
+            // 
845
+            // BMA_Z
846
+            // 
847
+            this.BMA_Z.HeaderText = "가속도 Z";
848
+            this.BMA_Z.Name = "BMA_Z";
849
+            // 
794 850
             // panel_MergeMain
795 851
             // 
796 852
             this.panel_MergeMain.Controls.Add(this.label7);
@@ -1170,14 +1226,6 @@
1170 1226
             this.dataGridView_Gps.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Gps_CellClick);
1171 1227
             this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
1172 1228
             // 
1173
-            // openFileDialog
1174
-            // 
1175
-            this.openFileDialog.Multiselect = true;
1176
-            // 
1177
-            // timer1
1178
-            // 
1179
-            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
1180
-            // 
1181 1229
             // Gps_SerialNumber
1182 1230
             // 
1183 1231
             this.Gps_SerialNumber.HeaderText = "생산번호";
@@ -1217,107 +1265,59 @@
1217 1265
             this.MinSec.HeaderText = "MinSec";
1218 1266
             this.MinSec.Name = "MinSec";
1219 1267
             // 
1220
-            // ProductNumber
1221
-            // 
1222
-            this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1223
-            this.ProductNumber.HeaderText = "생산번호";
1224
-            this.ProductNumber.Name = "ProductNumber";
1225
-            this.ProductNumber.Width = 78;
1226
-            // 
1227
-            // SN
1228
-            // 
1229
-            this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1230
-            this.SN.HeaderText = "일련번호";
1231
-            this.SN.Name = "SN";
1232
-            this.SN.Width = 78;
1233
-            // 
1234
-            // IMEI
1235
-            // 
1236
-            this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1237
-            this.IMEI.HeaderText = "IMEI";
1238
-            this.IMEI.Name = "IMEI";
1239
-            this.IMEI.Width = 55;
1240
-            // 
1241
-            // Phone
1242
-            // 
1243
-            this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1244
-            this.Phone.HeaderText = "Phone";
1245
-            this.Phone.Name = "Phone";
1246
-            this.Phone.Width = 66;
1247
-            // 
1248
-            // USIM
1249
-            // 
1250
-            this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1251
-            this.USIM.HeaderText = "USIM";
1252
-            this.USIM.Name = "USIM";
1253
-            this.USIM.Width = 60;
1254
-            // 
1255
-            // Version
1256
-            // 
1257
-            this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1258
-            this.Version.HeaderText = "버전";
1259
-            this.Version.Name = "Version";
1260
-            this.Version.Width = 54;
1261
-            // 
1262
-            // BatteryVoltage
1263
-            // 
1264
-            this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1265
-            this.BatteryVoltage.HeaderText = "BatteryVoltage";
1266
-            this.BatteryVoltage.Name = "BatteryVoltage";
1267
-            this.BatteryVoltage.Width = 111;
1268
-            // 
1269
-            // BattMin
1270
-            // 
1271
-            this.BattMin.HeaderText = "BattMin";
1272
-            this.BattMin.Name = "BattMin";
1273
-            // 
1274
-            // SystemVoltmin
1275
-            // 
1276
-            this.SystemVoltmin.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1277
-            this.SystemVoltmin.HeaderText = "SystemVolt";
1278
-            this.SystemVoltmin.Name = "SystemVoltmin";
1279
-            this.SystemVoltmin.Width = 94;
1280
-            // 
1281
-            // SystemVoltage
1268
+            // panel_SnTest
1282 1269
             // 
1283
-            this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1284
-            this.SystemVoltage.HeaderText = "SystemVoltage";
1285
-            this.SystemVoltage.Name = "SystemVoltage";
1286
-            this.SystemVoltage.Width = 115;
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;
1287 1275
             // 
1288
-            // Temp
1276
+            // dataGridView_SnInsert
1289 1277
             // 
1290
-            this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1291
-            this.Temp.HeaderText = "온도";
1292
-            this.Temp.Name = "Temp";
1293
-            this.Temp.Width = 54;
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);
1294 1292
             // 
1295
-            // TempMax
1293
+            // dataGridViewTextBoxColumn1
1296 1294
             // 
1297
-            this.TempMax.HeaderText = "TempMax";
1298
-            this.TempMax.Name = "TempMax";
1295
+            this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1296
+            this.dataGridViewTextBoxColumn1.HeaderText = "생산번호";
1297
+            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
1298
+            this.dataGridViewTextBoxColumn1.Width = 78;
1299 1299
             // 
1300
-            // TempMin
1300
+            // dataGridViewTextBoxColumn2
1301 1301
             // 
1302
-            this.TempMin.HeaderText = "TempMin";
1303
-            this.TempMin.Name = "TempMin";
1302
+            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1303
+            this.dataGridViewTextBoxColumn2.HeaderText = "일련번호";
1304
+            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
1305
+            this.dataGridViewTextBoxColumn2.Width = 78;
1304 1306
             // 
1305
-            // BMA_X
1307
+            // dataGridViewTextBoxColumn3
1306 1308
             // 
1307
-            this.BMA_X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1308
-            this.BMA_X.HeaderText = "가속도 X";
1309
-            this.BMA_X.Name = "BMA_X";
1310
-            this.BMA_X.Width = 78;
1309
+            this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
1310
+            this.dataGridViewTextBoxColumn3.HeaderText = "IMEI";
1311
+            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
1312
+            this.dataGridViewTextBoxColumn3.Width = 55;
1311 1313
             // 
1312
-            // BMA_Y
1314
+            // openFileDialog
1313 1315
             // 
1314
-            this.BMA_Y.HeaderText = "가속도 Y";
1315
-            this.BMA_Y.Name = "BMA_Y";
1316
+            this.openFileDialog.Multiselect = true;
1316 1317
             // 
1317
-            // BMA_Z
1318
+            // timer1
1318 1319
             // 
1319
-            this.BMA_Z.HeaderText = "가속도 Z";
1320
-            this.BMA_Z.Name = "BMA_Z";
1320
+            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
1321 1321
             // 
1322 1322
             // Main
1323 1323
             // 
@@ -1353,8 +1353,6 @@
1353 1353
             this.panel_Catm1Mode.PerformLayout();
1354 1354
             this.panel_GpsMode.ResumeLayout(false);
1355 1355
             this.panel_GpsMode.PerformLayout();
1356
-            this.panel_SnTest.ResumeLayout(false);
1357
-            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).EndInit();
1358 1356
             this.panel_SensorTest.ResumeLayout(false);
1359 1357
             this.panel_SensorTest.PerformLayout();
1360 1358
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).EndInit();
@@ -1377,6 +1375,8 @@
1377 1375
             this.panel_GpsTest.ResumeLayout(false);
1378 1376
             this.panel_GpsTest.PerformLayout();
1379 1377
             ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
1378
+            this.panel_SnTest.ResumeLayout(false);
1379
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SnInsert)).EndInit();
1380 1380
             this.ResumeLayout(false);
1381 1381
 
1382 1382
         }

+ 5 - 3
Main.cs

@@ -1064,6 +1064,7 @@ namespace APL_TestCheck
1064 1064
             Gps_ThreadRun(Dst_Xls_File, dataGridView_Gps.Rows[0].Cells[0].Value, dataGridView_Gps.Rows[0].Cells[1].Value);
1065 1065
             dataGridView_Gps.Rows[0].Cells[0].Value = null;
1066 1066
             dataGridView_Gps.Rows[0].Cells[1].Value = null;
1067
+            dataGridView_Gps.Rows[0].Cells[4].Value = null;
1067 1068
             dataGridView_Gps.Refresh();
1068 1069
             //   if (!di.Exists) { di.Create(); }
1069 1070
             //string tmppath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
@@ -2037,7 +2038,7 @@ namespace APL_TestCheck
2037 2038
         {
2038 2039
             if (e.KeyCode == Keys.Enter)
2039 2040
             {
2040
-                button_GpsTestSave_Click(null, null);
2041
+                //button_GpsTestSave_Click(null, null);
2041 2042
                 //to do
2042 2043
             }
2043 2044
             else
@@ -2513,11 +2514,12 @@ namespace APL_TestCheck
2513 2514
                         return;
2514 2515
                     }
2515 2516
                     button_GpsTestSave_Click(null, null);
2517
+                    dataGridView_Gps_CellClick(null, null);
2516 2518
                     gps_arrangecnt = 0;
2517 2519
                     ColdCnt = 0;
2520
+                    GPGGA_Cnt = 0;
2518 2521
                     dataGridView_Gps.Rows[0].Cells[0].Value = Name = value;
2519
-                    button_GpsTestSave_Click(null, null);
2520
-                    dataGridView_Gps_CellClick(null, null);
2522
+                   // button_GpsTestSave_Click(null, null);
2521 2523
                 }
2522 2524
 
2523 2525
             }

+ 30 - 72
Main.resx

@@ -120,6 +120,36 @@
120 120
   <metadata name="serialPort.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121 121
     <value>17, 17</value>
122 122
   </metadata>
123
+  <metadata name="Gps_SerialNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
124
+    <value>True</value>
125
+  </metadata>
126
+  <metadata name="dataGridViewTextBoxColumn8.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
127
+    <value>True</value>
128
+  </metadata>
129
+  <metadata name="LimitMax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
130
+    <value>True</value>
131
+  </metadata>
132
+  <metadata name="LimitMin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
133
+    <value>True</value>
134
+  </metadata>
135
+  <metadata name="Sec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
136
+    <value>True</value>
137
+  </metadata>
138
+  <metadata name="MaxSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
139
+    <value>True</value>
140
+  </metadata>
141
+  <metadata name="MinSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
142
+    <value>True</value>
143
+  </metadata>
144
+  <metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
145
+    <value>True</value>
146
+  </metadata>
147
+  <metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
148
+    <value>True</value>
149
+  </metadata>
150
+  <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
151
+    <value>True</value>
152
+  </metadata>
123 153
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
124 154
   <data name="pictureBox_Check2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
125 155
     <value>
@@ -269,36 +299,6 @@
269 299
   <metadata name="BMA_Z.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
270 300
     <value>True</value>
271 301
   </metadata>
272
-  <metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
273
-    <value>True</value>
274
-  </metadata>
275
-  <metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
276
-    <value>True</value>
277
-  </metadata>
278
-  <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
279
-    <value>True</value>
280
-  </metadata>
281
-  <metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
282
-    <value>True</value>
283
-  </metadata>
284
-  <metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
285
-    <value>True</value>
286
-  </metadata>
287
-  <metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
288
-    <value>True</value>
289
-  </metadata>
290
-  <metadata name="Catm1_SerialNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
291
-    <value>True</value>
292
-  </metadata>
293
-  <metadata name="Modem_Ver.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
294
-    <value>True</value>
295
-  </metadata>
296
-  <metadata name="RSRP.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
297
-    <value>True</value>
298
-  </metadata>
299
-  <metadata name="RSRQ.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
300
-    <value>True</value>
301
-  </metadata>
302 302
   <metadata name="Catm1_SerialNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
303 303
     <value>True</value>
304 304
   </metadata>
@@ -311,27 +311,6 @@
311 311
   <metadata name="RSRQ.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
312 312
     <value>True</value>
313 313
   </metadata>
314
-  <metadata name="Gps_SerialNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
315
-    <value>True</value>
316
-  </metadata>
317
-  <metadata name="dataGridViewTextBoxColumn8.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
318
-    <value>True</value>
319
-  </metadata>
320
-  <metadata name="LimitMax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
321
-    <value>True</value>
322
-  </metadata>
323
-  <metadata name="LimitMin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
324
-    <value>True</value>
325
-  </metadata>
326
-  <metadata name="Sec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
327
-    <value>True</value>
328
-  </metadata>
329
-  <metadata name="MaxSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
330
-    <value>True</value>
331
-  </metadata>
332
-  <metadata name="MinSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
333
-    <value>True</value>
334
-  </metadata>
335 314
   <metadata name="folderBrowserDialog_Mainpath.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
336 315
     <value>106, 17</value>
337 316
   </metadata>
@@ -341,27 +320,6 @@
341 320
   <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
342 321
     <value>464, 17</value>
343 322
   </metadata>
344
-  <metadata name="Gps_SerialNumber.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
345
-    <value>True</value>
346
-  </metadata>
347
-  <metadata name="dataGridViewTextBoxColumn8.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
348
-    <value>True</value>
349
-  </metadata>
350
-  <metadata name="LimitMax.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
351
-    <value>True</value>
352
-  </metadata>
353
-  <metadata name="LimitMin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
354
-    <value>True</value>
355
-  </metadata>
356
-  <metadata name="Sec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
357
-    <value>True</value>
358
-  </metadata>
359
-  <metadata name="MaxSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
360
-    <value>True</value>
361
-  </metadata>
362
-  <metadata name="MinSec.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
363
-    <value>True</value>
364
-  </metadata>
365 323
   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
366 324
     <value>55</value>
367 325
   </metadata>

BIN
bin/Debug/APL_TestCheck.exe


BIN
bin/Debug/APL_TestCheck.pdb


BIN
obj/Debug/APL_TestCheck.csproj.GenerateResource.cache


BIN
obj/Debug/APL_TestCheck.exe


BIN
obj/Debug/APL_TestCheck.pdb