|
@@ -59,12 +59,20 @@
|
59
|
59
|
this.label_Catm1Test = new System.Windows.Forms.Label();
|
60
|
60
|
this.panel_GpsMode = new System.Windows.Forms.Panel();
|
61
|
61
|
this.label_GPSTest = new System.Windows.Forms.Label();
|
|
62
|
+ this.panel_SnCheckMain = new System.Windows.Forms.Panel();
|
|
63
|
+ this.dataGridView_Chk = new System.Windows.Forms.DataGridView();
|
|
64
|
+ this.button_FileFindLoad = new System.Windows.Forms.Button();
|
|
65
|
+ this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
62
|
66
|
this.panel_MergeMain = new System.Windows.Forms.Panel();
|
|
67
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
68
|
+ this.label_Cnt = new System.Windows.Forms.Label();
|
|
69
|
+ this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
70
|
+ this.button_Merge = new System.Windows.Forms.Button();
|
63
|
71
|
this.button_PrevFile = new System.Windows.Forms.Button();
|
64
|
72
|
this.button_AfterFile = new System.Windows.Forms.Button();
|
65
|
73
|
this.listBox_AfterFile = new System.Windows.Forms.ListBox();
|
66
|
74
|
this.listBox_PreviousFile = new System.Windows.Forms.ListBox();
|
67
|
|
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
75
|
+ this.progressBar_Merge = new System.Windows.Forms.ProgressBar();
|
68
|
76
|
this.panel_Catm1Test = new System.Windows.Forms.Panel();
|
69
|
77
|
this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
70
|
78
|
this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
|
|
@@ -93,12 +101,6 @@
|
93
|
101
|
this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
|
94
|
102
|
this.label2 = new System.Windows.Forms.Label();
|
95
|
103
|
this.dataGridView_Sensor = new System.Windows.Forms.DataGridView();
|
96
|
|
- this.panel_SnCheckMain = new System.Windows.Forms.Panel();
|
97
|
|
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
98
|
|
- this.button_FileFindLoad = new System.Windows.Forms.Button();
|
99
|
|
- this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
100
|
|
- this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
101
|
|
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
102
|
104
|
this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
103
|
105
|
this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
104
|
106
|
this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -111,10 +113,18 @@
|
111
|
113
|
this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
112
|
114
|
this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
113
|
115
|
this.BMA_Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
114
|
|
- this.button_Merge = new System.Windows.Forms.Button();
|
115
|
|
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
116
|
|
- this.label_Cnt = new System.Windows.Forms.Label();
|
117
|
|
- this.label7 = new System.Windows.Forms.Label();
|
|
116
|
+ this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
|
117
|
+ this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
118
|
+ this.listBox_SNDuplicate = new System.Windows.Forms.ListBox();
|
|
119
|
+ this.label_Duplicate = new System.Windows.Forms.Label();
|
|
120
|
+ this.listBox_Diff = new System.Windows.Forms.ListBox();
|
|
121
|
+ this.label_Diff = new System.Windows.Forms.Label();
|
|
122
|
+ this.button_ChkStart = new System.Windows.Forms.Button();
|
|
123
|
+ this.listBox_ProductDuplicate = new System.Windows.Forms.ListBox();
|
|
124
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
125
|
+ this.button_SNClear = new System.Windows.Forms.Button();
|
|
126
|
+ this.button_DuplicateClear = new System.Windows.Forms.Button();
|
|
127
|
+ this.button_DiffClear = new System.Windows.Forms.Button();
|
118
|
128
|
this.panel_Main.SuspendLayout();
|
119
|
129
|
this.panel4.SuspendLayout();
|
120
|
130
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
@@ -127,7 +137,10 @@
|
127
|
137
|
this.panel_SensorMode.SuspendLayout();
|
128
|
138
|
this.panel_Catm1Mode.SuspendLayout();
|
129
|
139
|
this.panel_GpsMode.SuspendLayout();
|
|
140
|
+ this.panel_SnCheckMain.SuspendLayout();
|
|
141
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
|
130
|
142
|
this.panel_MergeMain.SuspendLayout();
|
|
143
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
131
|
144
|
this.panel_Catm1Test.SuspendLayout();
|
132
|
145
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
|
133
|
146
|
this.panel_GpsTest.SuspendLayout();
|
|
@@ -142,9 +155,6 @@
|
142
|
155
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).BeginInit();
|
143
|
156
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).BeginInit();
|
144
|
157
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
|
145
|
|
- this.panel_SnCheckMain.SuspendLayout();
|
146
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
147
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
148
|
158
|
this.SuspendLayout();
|
149
|
159
|
//
|
150
|
160
|
// serialPort
|
|
@@ -161,11 +171,11 @@
|
161
|
171
|
this.panel_Main.Controls.Add(this.panel4);
|
162
|
172
|
this.panel_Main.Controls.Add(this.label6);
|
163
|
173
|
this.panel_Main.Controls.Add(this.panel1);
|
164
|
|
- this.panel_Main.Controls.Add(this.panel_MergeMain);
|
165
|
|
- this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
|
174
|
+ this.panel_Main.Controls.Add(this.panel_SnCheckMain);
|
166
|
175
|
this.panel_Main.Controls.Add(this.panel_GpsTest);
|
167
|
176
|
this.panel_Main.Controls.Add(this.panel_SensorTest);
|
168
|
|
- this.panel_Main.Controls.Add(this.panel_SnCheckMain);
|
|
177
|
+ this.panel_Main.Controls.Add(this.panel_MergeMain);
|
|
178
|
+ this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
169
|
179
|
this.panel_Main.Location = new System.Drawing.Point(0, 0);
|
170
|
180
|
this.panel_Main.Name = "panel_Main";
|
171
|
181
|
this.panel_Main.Size = new System.Drawing.Size(1356, 710);
|
|
@@ -507,6 +517,54 @@
|
507
|
517
|
this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
|
508
|
518
|
this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
|
509
|
519
|
//
|
|
520
|
+ // panel_SnCheckMain
|
|
521
|
+ //
|
|
522
|
+ this.panel_SnCheckMain.Controls.Add(this.button_DiffClear);
|
|
523
|
+ this.panel_SnCheckMain.Controls.Add(this.button_DuplicateClear);
|
|
524
|
+ this.panel_SnCheckMain.Controls.Add(this.button_SNClear);
|
|
525
|
+ this.panel_SnCheckMain.Controls.Add(this.button_ChkStart);
|
|
526
|
+ this.panel_SnCheckMain.Controls.Add(this.label_Diff);
|
|
527
|
+ this.panel_SnCheckMain.Controls.Add(this.label8);
|
|
528
|
+ this.panel_SnCheckMain.Controls.Add(this.label_Duplicate);
|
|
529
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_Diff);
|
|
530
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_ProductDuplicate);
|
|
531
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_SNDuplicate);
|
|
532
|
+ this.panel_SnCheckMain.Controls.Add(this.dataGridView_Chk);
|
|
533
|
+ this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
|
|
534
|
+ this.panel_SnCheckMain.Controls.Add(this.progressBar2);
|
|
535
|
+ this.panel_SnCheckMain.Location = new System.Drawing.Point(163, 44);
|
|
536
|
+ this.panel_SnCheckMain.Name = "panel_SnCheckMain";
|
|
537
|
+ this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
|
|
538
|
+ this.panel_SnCheckMain.TabIndex = 90;
|
|
539
|
+ //
|
|
540
|
+ // dataGridView_Chk
|
|
541
|
+ //
|
|
542
|
+ this.dataGridView_Chk.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
543
|
+ this.dataGridView_Chk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
544
|
+ this.dataGridView_Chk.Location = new System.Drawing.Point(102, 65);
|
|
545
|
+ this.dataGridView_Chk.Name = "dataGridView_Chk";
|
|
546
|
+ this.dataGridView_Chk.RowTemplate.Height = 23;
|
|
547
|
+ this.dataGridView_Chk.Size = new System.Drawing.Size(372, 524);
|
|
548
|
+ this.dataGridView_Chk.TabIndex = 4;
|
|
549
|
+ //
|
|
550
|
+ // button_FileFindLoad
|
|
551
|
+ //
|
|
552
|
+ this.button_FileFindLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
553
|
+ this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
|
|
554
|
+ this.button_FileFindLoad.Name = "button_FileFindLoad";
|
|
555
|
+ this.button_FileFindLoad.Size = new System.Drawing.Size(75, 519);
|
|
556
|
+ this.button_FileFindLoad.TabIndex = 3;
|
|
557
|
+ this.button_FileFindLoad.Text = "Load";
|
|
558
|
+ this.button_FileFindLoad.UseVisualStyleBackColor = false;
|
|
559
|
+ this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
|
|
560
|
+ //
|
|
561
|
+ // progressBar2
|
|
562
|
+ //
|
|
563
|
+ this.progressBar2.Location = new System.Drawing.Point(21, 21);
|
|
564
|
+ this.progressBar2.Name = "progressBar2";
|
|
565
|
+ this.progressBar2.Size = new System.Drawing.Size(1159, 40);
|
|
566
|
+ this.progressBar2.TabIndex = 0;
|
|
567
|
+ //
|
510
|
568
|
// panel_MergeMain
|
511
|
569
|
//
|
512
|
570
|
this.panel_MergeMain.Controls.Add(this.label7);
|
|
@@ -517,12 +575,50 @@
|
517
|
575
|
this.panel_MergeMain.Controls.Add(this.button_AfterFile);
|
518
|
576
|
this.panel_MergeMain.Controls.Add(this.listBox_AfterFile);
|
519
|
577
|
this.panel_MergeMain.Controls.Add(this.listBox_PreviousFile);
|
520
|
|
- this.panel_MergeMain.Controls.Add(this.progressBar1);
|
|
578
|
+ this.panel_MergeMain.Controls.Add(this.progressBar_Merge);
|
521
|
579
|
this.panel_MergeMain.Location = new System.Drawing.Point(160, 44);
|
522
|
580
|
this.panel_MergeMain.Name = "panel_MergeMain";
|
523
|
581
|
this.panel_MergeMain.Size = new System.Drawing.Size(1202, 599);
|
524
|
582
|
this.panel_MergeMain.TabIndex = 88;
|
525
|
583
|
//
|
|
584
|
+ // label7
|
|
585
|
+ //
|
|
586
|
+ this.label7.AutoSize = true;
|
|
587
|
+ this.label7.Location = new System.Drawing.Point(119, 31);
|
|
588
|
+ this.label7.Name = "label7";
|
|
589
|
+ this.label7.Size = new System.Drawing.Size(29, 12);
|
|
590
|
+ this.label7.TabIndex = 7;
|
|
591
|
+ this.label7.Text = "Line";
|
|
592
|
+ //
|
|
593
|
+ // label_Cnt
|
|
594
|
+ //
|
|
595
|
+ this.label_Cnt.AutoSize = true;
|
|
596
|
+ this.label_Cnt.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
597
|
+ this.label_Cnt.Location = new System.Drawing.Point(357, 25);
|
|
598
|
+ this.label_Cnt.Name = "label_Cnt";
|
|
599
|
+ this.label_Cnt.Size = new System.Drawing.Size(94, 19);
|
|
600
|
+ this.label_Cnt.TabIndex = 6;
|
|
601
|
+ this.label_Cnt.Text = "Count : 0";
|
|
602
|
+ //
|
|
603
|
+ // numericUpDown1
|
|
604
|
+ //
|
|
605
|
+ this.numericUpDown1.Location = new System.Drawing.Point(160, 26);
|
|
606
|
+ this.numericUpDown1.Name = "numericUpDown1";
|
|
607
|
+ this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
|
|
608
|
+ this.numericUpDown1.TabIndex = 5;
|
|
609
|
+ //
|
|
610
|
+ // button_Merge
|
|
611
|
+ //
|
|
612
|
+ this.button_Merge.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
613
|
+ this.button_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
614
|
+ this.button_Merge.Location = new System.Drawing.Point(23, 21);
|
|
615
|
+ this.button_Merge.Name = "button_Merge";
|
|
616
|
+ this.button_Merge.Size = new System.Drawing.Size(75, 38);
|
|
617
|
+ this.button_Merge.TabIndex = 4;
|
|
618
|
+ this.button_Merge.Text = "Merge";
|
|
619
|
+ this.button_Merge.UseVisualStyleBackColor = false;
|
|
620
|
+ this.button_Merge.Click += new System.EventHandler(this.button_Merge_Click);
|
|
621
|
+ //
|
526
|
622
|
// button_PrevFile
|
527
|
623
|
//
|
528
|
624
|
this.button_PrevFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
@@ -563,12 +659,12 @@
|
563
|
659
|
this.listBox_PreviousFile.Size = new System.Drawing.Size(511, 520);
|
564
|
660
|
this.listBox_PreviousFile.TabIndex = 2;
|
565
|
661
|
//
|
566
|
|
- // progressBar1
|
|
662
|
+ // progressBar_Merge
|
567
|
663
|
//
|
568
|
|
- this.progressBar1.Location = new System.Drawing.Point(621, 21);
|
569
|
|
- this.progressBar1.Name = "progressBar1";
|
570
|
|
- this.progressBar1.Size = new System.Drawing.Size(567, 40);
|
571
|
|
- this.progressBar1.TabIndex = 0;
|
|
664
|
+ this.progressBar_Merge.Location = new System.Drawing.Point(621, 21);
|
|
665
|
+ this.progressBar_Merge.Name = "progressBar_Merge";
|
|
666
|
+ this.progressBar_Merge.Size = new System.Drawing.Size(567, 40);
|
|
667
|
+ this.progressBar_Merge.TabIndex = 0;
|
572
|
668
|
//
|
573
|
669
|
// panel_Catm1Test
|
574
|
670
|
//
|
|
@@ -864,46 +960,6 @@
|
864
|
960
|
this.dataGridView_Sensor.Size = new System.Drawing.Size(1182, 58);
|
865
|
961
|
this.dataGridView_Sensor.TabIndex = 15;
|
866
|
962
|
//
|
867
|
|
- // panel_SnCheckMain
|
868
|
|
- //
|
869
|
|
- this.panel_SnCheckMain.Controls.Add(this.dataGridView1);
|
870
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
|
871
|
|
- this.panel_SnCheckMain.Controls.Add(this.progressBar2);
|
872
|
|
- this.panel_SnCheckMain.Location = new System.Drawing.Point(162, 44);
|
873
|
|
- this.panel_SnCheckMain.Name = "panel_SnCheckMain";
|
874
|
|
- this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
|
875
|
|
- this.panel_SnCheckMain.TabIndex = 90;
|
876
|
|
- //
|
877
|
|
- // dataGridView1
|
878
|
|
- //
|
879
|
|
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
880
|
|
- this.dataGridView1.Location = new System.Drawing.Point(102, 65);
|
881
|
|
- this.dataGridView1.Name = "dataGridView1";
|
882
|
|
- this.dataGridView1.RowTemplate.Height = 23;
|
883
|
|
- this.dataGridView1.Size = new System.Drawing.Size(1078, 524);
|
884
|
|
- this.dataGridView1.TabIndex = 4;
|
885
|
|
- //
|
886
|
|
- // button_FileFindLoad
|
887
|
|
- //
|
888
|
|
- this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
|
889
|
|
- this.button_FileFindLoad.Name = "button_FileFindLoad";
|
890
|
|
- this.button_FileFindLoad.Size = new System.Drawing.Size(75, 23);
|
891
|
|
- this.button_FileFindLoad.TabIndex = 3;
|
892
|
|
- this.button_FileFindLoad.Text = "Load";
|
893
|
|
- this.button_FileFindLoad.UseVisualStyleBackColor = true;
|
894
|
|
- this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
|
895
|
|
- //
|
896
|
|
- // progressBar2
|
897
|
|
- //
|
898
|
|
- this.progressBar2.Location = new System.Drawing.Point(21, 21);
|
899
|
|
- this.progressBar2.Name = "progressBar2";
|
900
|
|
- this.progressBar2.Size = new System.Drawing.Size(1159, 40);
|
901
|
|
- this.progressBar2.TabIndex = 0;
|
902
|
|
- //
|
903
|
|
- // openFileDialog
|
904
|
|
- //
|
905
|
|
- this.openFileDialog.Multiselect = true;
|
906
|
|
- //
|
907
|
963
|
// ProductNumber
|
908
|
964
|
//
|
909
|
965
|
this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
@@ -984,43 +1040,107 @@
|
984
|
1040
|
this.BMA_Z.HeaderText = "가속도 Z";
|
985
|
1041
|
this.BMA_Z.Name = "BMA_Z";
|
986
|
1042
|
//
|
987
|
|
- // button_Merge
|
988
|
|
- //
|
989
|
|
- this.button_Merge.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
990
|
|
- this.button_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
991
|
|
- this.button_Merge.Location = new System.Drawing.Point(23, 21);
|
992
|
|
- this.button_Merge.Name = "button_Merge";
|
993
|
|
- this.button_Merge.Size = new System.Drawing.Size(75, 38);
|
994
|
|
- this.button_Merge.TabIndex = 4;
|
995
|
|
- this.button_Merge.Text = "Merge";
|
996
|
|
- this.button_Merge.UseVisualStyleBackColor = false;
|
997
|
|
- this.button_Merge.Click += new System.EventHandler(this.button_Merge_Click);
|
998
|
|
- //
|
999
|
|
- // numericUpDown1
|
1000
|
|
- //
|
1001
|
|
- this.numericUpDown1.Location = new System.Drawing.Point(160, 26);
|
1002
|
|
- this.numericUpDown1.Name = "numericUpDown1";
|
1003
|
|
- this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
|
1004
|
|
- this.numericUpDown1.TabIndex = 5;
|
1005
|
|
- //
|
1006
|
|
- // label_Cnt
|
1007
|
|
- //
|
1008
|
|
- this.label_Cnt.AutoSize = true;
|
1009
|
|
- this.label_Cnt.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
|
1010
|
|
- this.label_Cnt.Location = new System.Drawing.Point(357, 25);
|
1011
|
|
- this.label_Cnt.Name = "label_Cnt";
|
1012
|
|
- this.label_Cnt.Size = new System.Drawing.Size(94, 19);
|
1013
|
|
- this.label_Cnt.TabIndex = 6;
|
1014
|
|
- this.label_Cnt.Text = "Count : 0";
|
|
1043
|
+ // openFileDialog
|
1015
|
1044
|
//
|
1016
|
|
- // label7
|
|
1045
|
+ this.openFileDialog.Multiselect = true;
|
1017
|
1046
|
//
|
1018
|
|
- this.label7.AutoSize = true;
|
1019
|
|
- this.label7.Location = new System.Drawing.Point(119, 31);
|
1020
|
|
- this.label7.Name = "label7";
|
1021
|
|
- this.label7.Size = new System.Drawing.Size(29, 12);
|
1022
|
|
- this.label7.TabIndex = 7;
|
1023
|
|
- this.label7.Text = "Line";
|
|
1047
|
+ // listBox_SNDuplicate
|
|
1048
|
+ //
|
|
1049
|
+ this.listBox_SNDuplicate.FormattingEnabled = true;
|
|
1050
|
+ this.listBox_SNDuplicate.ItemHeight = 12;
|
|
1051
|
+ this.listBox_SNDuplicate.Location = new System.Drawing.Point(480, 110);
|
|
1052
|
+ this.listBox_SNDuplicate.Name = "listBox_SNDuplicate";
|
|
1053
|
+ this.listBox_SNDuplicate.Size = new System.Drawing.Size(168, 436);
|
|
1054
|
+ this.listBox_SNDuplicate.TabIndex = 5;
|
|
1055
|
+ //
|
|
1056
|
+ // label_Duplicate
|
|
1057
|
+ //
|
|
1058
|
+ this.label_Duplicate.AutoSize = true;
|
|
1059
|
+ this.label_Duplicate.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
1060
|
+ this.label_Duplicate.Location = new System.Drawing.Point(499, 78);
|
|
1061
|
+ this.label_Duplicate.Name = "label_Duplicate";
|
|
1062
|
+ this.label_Duplicate.Size = new System.Drawing.Size(137, 19);
|
|
1063
|
+ this.label_Duplicate.TabIndex = 6;
|
|
1064
|
+ this.label_Duplicate.Text = "S/N 중복 항목";
|
|
1065
|
+ //
|
|
1066
|
+ // listBox_Diff
|
|
1067
|
+ //
|
|
1068
|
+ this.listBox_Diff.FormattingEnabled = true;
|
|
1069
|
+ this.listBox_Diff.ItemHeight = 12;
|
|
1070
|
+ this.listBox_Diff.Location = new System.Drawing.Point(828, 110);
|
|
1071
|
+ this.listBox_Diff.Name = "listBox_Diff";
|
|
1072
|
+ this.listBox_Diff.Size = new System.Drawing.Size(168, 436);
|
|
1073
|
+ this.listBox_Diff.TabIndex = 5;
|
|
1074
|
+ //
|
|
1075
|
+ // label_Diff
|
|
1076
|
+ //
|
|
1077
|
+ this.label_Diff.AutoSize = true;
|
|
1078
|
+ this.label_Diff.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
1079
|
+ this.label_Diff.Location = new System.Drawing.Point(843, 78);
|
|
1080
|
+ this.label_Diff.Name = "label_Diff";
|
|
1081
|
+ this.label_Diff.Size = new System.Drawing.Size(143, 19);
|
|
1082
|
+ this.label_Diff.TabIndex = 6;
|
|
1083
|
+ this.label_Diff.Text = "짝이 틀린 항목";
|
|
1084
|
+ //
|
|
1085
|
+ // button_ChkStart
|
|
1086
|
+ //
|
|
1087
|
+ this.button_ChkStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
1088
|
+ this.button_ChkStart.Location = new System.Drawing.Point(1007, 68);
|
|
1089
|
+ this.button_ChkStart.Name = "button_ChkStart";
|
|
1090
|
+ this.button_ChkStart.Size = new System.Drawing.Size(75, 519);
|
|
1091
|
+ this.button_ChkStart.TabIndex = 7;
|
|
1092
|
+ this.button_ChkStart.Text = "Start";
|
|
1093
|
+ this.button_ChkStart.UseVisualStyleBackColor = false;
|
|
1094
|
+ this.button_ChkStart.Click += new System.EventHandler(this.button_ChkStart_Click);
|
|
1095
|
+ //
|
|
1096
|
+ // listBox_ProductDuplicate
|
|
1097
|
+ //
|
|
1098
|
+ this.listBox_ProductDuplicate.FormattingEnabled = true;
|
|
1099
|
+ this.listBox_ProductDuplicate.ItemHeight = 12;
|
|
1100
|
+ this.listBox_ProductDuplicate.Location = new System.Drawing.Point(654, 110);
|
|
1101
|
+ this.listBox_ProductDuplicate.Name = "listBox_ProductDuplicate";
|
|
1102
|
+ this.listBox_ProductDuplicate.Size = new System.Drawing.Size(168, 436);
|
|
1103
|
+ this.listBox_ProductDuplicate.TabIndex = 5;
|
|
1104
|
+ //
|
|
1105
|
+ // label8
|
|
1106
|
+ //
|
|
1107
|
+ this.label8.AutoSize = true;
|
|
1108
|
+ this.label8.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
1109
|
+ this.label8.Location = new System.Drawing.Point(649, 76);
|
|
1110
|
+ this.label8.Name = "label8";
|
|
1111
|
+ this.label8.Size = new System.Drawing.Size(190, 19);
|
|
1112
|
+ this.label8.TabIndex = 6;
|
|
1113
|
+ this.label8.Text = "생산 번호 중복 항목";
|
|
1114
|
+ //
|
|
1115
|
+ // button_SNClear
|
|
1116
|
+ //
|
|
1117
|
+ this.button_SNClear.Location = new System.Drawing.Point(481, 549);
|
|
1118
|
+ this.button_SNClear.Name = "button_SNClear";
|
|
1119
|
+ this.button_SNClear.Size = new System.Drawing.Size(167, 40);
|
|
1120
|
+ this.button_SNClear.TabIndex = 8;
|
|
1121
|
+ this.button_SNClear.Text = "Clear";
|
|
1122
|
+ this.button_SNClear.UseVisualStyleBackColor = true;
|
|
1123
|
+ this.button_SNClear.Click += new System.EventHandler(this.button_SNClear_Click);
|
|
1124
|
+ //
|
|
1125
|
+ // button_DuplicateClear
|
|
1126
|
+ //
|
|
1127
|
+ this.button_DuplicateClear.Location = new System.Drawing.Point(653, 549);
|
|
1128
|
+ this.button_DuplicateClear.Name = "button_DuplicateClear";
|
|
1129
|
+ this.button_DuplicateClear.Size = new System.Drawing.Size(167, 40);
|
|
1130
|
+ this.button_DuplicateClear.TabIndex = 8;
|
|
1131
|
+ this.button_DuplicateClear.Text = "Clear";
|
|
1132
|
+ this.button_DuplicateClear.UseVisualStyleBackColor = true;
|
|
1133
|
+ this.button_DuplicateClear.Click += new System.EventHandler(this.button_DuplicateClear_Click);
|
|
1134
|
+ //
|
|
1135
|
+ // button_DiffClear
|
|
1136
|
+ //
|
|
1137
|
+ this.button_DiffClear.Location = new System.Drawing.Point(826, 549);
|
|
1138
|
+ this.button_DiffClear.Name = "button_DiffClear";
|
|
1139
|
+ this.button_DiffClear.Size = new System.Drawing.Size(167, 40);
|
|
1140
|
+ this.button_DiffClear.TabIndex = 8;
|
|
1141
|
+ this.button_DiffClear.Text = "Clear";
|
|
1142
|
+ this.button_DiffClear.UseVisualStyleBackColor = true;
|
|
1143
|
+ this.button_DiffClear.Click += new System.EventHandler(this.button_DiffClear_Click);
|
1024
|
1144
|
//
|
1025
|
1145
|
// Main
|
1026
|
1146
|
//
|
|
@@ -1054,8 +1174,12 @@
|
1054
|
1174
|
this.panel_Catm1Mode.PerformLayout();
|
1055
|
1175
|
this.panel_GpsMode.ResumeLayout(false);
|
1056
|
1176
|
this.panel_GpsMode.PerformLayout();
|
|
1177
|
+ this.panel_SnCheckMain.ResumeLayout(false);
|
|
1178
|
+ this.panel_SnCheckMain.PerformLayout();
|
|
1179
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).EndInit();
|
1057
|
1180
|
this.panel_MergeMain.ResumeLayout(false);
|
1058
|
1181
|
this.panel_MergeMain.PerformLayout();
|
|
1182
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
1059
|
1183
|
this.panel_Catm1Test.ResumeLayout(false);
|
1060
|
1184
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
|
1061
|
1185
|
this.panel_GpsTest.ResumeLayout(false);
|
|
@@ -1072,9 +1196,6 @@
|
1072
|
1196
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).EndInit();
|
1073
|
1197
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).EndInit();
|
1074
|
1198
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).EndInit();
|
1075
|
|
- this.panel_SnCheckMain.ResumeLayout(false);
|
1076
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
1077
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
1078
|
1199
|
this.ResumeLayout(false);
|
1079
|
1200
|
|
1080
|
1201
|
}
|
|
@@ -1139,14 +1260,14 @@
|
1139
|
1260
|
private System.Windows.Forms.Panel panel_SnCheck;
|
1140
|
1261
|
private System.Windows.Forms.Label label_SnCheck;
|
1141
|
1262
|
private System.Windows.Forms.Panel panel_MergeMain;
|
1142
|
|
- private System.Windows.Forms.ProgressBar progressBar1;
|
|
1263
|
+ private System.Windows.Forms.ProgressBar progressBar_Merge;
|
1143
|
1264
|
private System.Windows.Forms.Button button_PrevFile;
|
1144
|
1265
|
private System.Windows.Forms.Button button_AfterFile;
|
1145
|
1266
|
private System.Windows.Forms.ListBox listBox_AfterFile;
|
1146
|
1267
|
private System.Windows.Forms.ListBox listBox_PreviousFile;
|
1147
|
1268
|
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
1148
|
1269
|
private System.Windows.Forms.Panel panel_SnCheckMain;
|
1149
|
|
- private System.Windows.Forms.DataGridView dataGridView1;
|
|
1270
|
+ private System.Windows.Forms.DataGridView dataGridView_Chk;
|
1150
|
1271
|
private System.Windows.Forms.Button button_FileFindLoad;
|
1151
|
1272
|
private System.Windows.Forms.ProgressBar progressBar2;
|
1152
|
1273
|
private System.Windows.Forms.DataGridViewTextBoxColumn ProductNumber;
|
|
@@ -1165,6 +1286,16 @@
|
1165
|
1286
|
private System.Windows.Forms.Label label_Cnt;
|
1166
|
1287
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
1167
|
1288
|
private System.Windows.Forms.Label label7;
|
|
1289
|
+ private System.Windows.Forms.Button button_ChkStart;
|
|
1290
|
+ private System.Windows.Forms.Label label_Diff;
|
|
1291
|
+ private System.Windows.Forms.Label label_Duplicate;
|
|
1292
|
+ private System.Windows.Forms.ListBox listBox_Diff;
|
|
1293
|
+ private System.Windows.Forms.ListBox listBox_SNDuplicate;
|
|
1294
|
+ private System.Windows.Forms.Label label8;
|
|
1295
|
+ private System.Windows.Forms.ListBox listBox_ProductDuplicate;
|
|
1296
|
+ private System.Windows.Forms.Button button_DiffClear;
|
|
1297
|
+ private System.Windows.Forms.Button button_DuplicateClear;
|
|
1298
|
+ private System.Windows.Forms.Button button_SNClear;
|
1168
|
1299
|
}
|
1169
|
1300
|
}
|
1170
|
1301
|
|