|
@@ -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
|
}
|