|
@@ -59,6 +59,27 @@
|
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_Catm1Test = new System.Windows.Forms.Panel();
|
|
63
|
+ this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
|
64
|
+ this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
|
|
65
|
+ this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
66
|
+ this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
67
|
+ this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
68
|
+ this.RSRQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
69
|
+ this.panel_SnCheckMain = new System.Windows.Forms.Panel();
|
|
70
|
+ this.button_DiffClear = new System.Windows.Forms.Button();
|
|
71
|
+ this.button_DuplicateClear = new System.Windows.Forms.Button();
|
|
72
|
+ this.button_SNClear = new System.Windows.Forms.Button();
|
|
73
|
+ this.button_ChkStart = new System.Windows.Forms.Button();
|
|
74
|
+ this.label_Diff = new System.Windows.Forms.Label();
|
|
75
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
76
|
+ this.label_Duplicate = new System.Windows.Forms.Label();
|
|
77
|
+ this.listBox_Diff = new System.Windows.Forms.ListBox();
|
|
78
|
+ this.listBox_ProductDuplicate = new System.Windows.Forms.ListBox();
|
|
79
|
+ this.listBox_SNDuplicate = new System.Windows.Forms.ListBox();
|
|
80
|
+ this.dataGridView_Chk = new System.Windows.Forms.DataGridView();
|
|
81
|
+ this.button_FileFindLoad = new System.Windows.Forms.Button();
|
|
82
|
+ this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
62
|
83
|
this.panel_GpsTest = new System.Windows.Forms.Panel();
|
63
|
84
|
this.button_GpsTestSave = new System.Windows.Forms.Button();
|
64
|
85
|
this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
|
|
@@ -105,26 +126,6 @@
|
105
|
126
|
this.listBox_AfterFile = new System.Windows.Forms.ListBox();
|
106
|
127
|
this.listBox_PreviousFile = new System.Windows.Forms.ListBox();
|
107
|
128
|
this.progressBar_Merge = new System.Windows.Forms.ProgressBar();
|
108
|
|
- this.panel_Catm1Test = new System.Windows.Forms.Panel();
|
109
|
|
- this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
|
110
|
|
- this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
|
111
|
|
- this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
112
|
|
- this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
113
|
|
- this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
114
|
|
- this.panel_SnCheckMain = new System.Windows.Forms.Panel();
|
115
|
|
- this.button_DiffClear = new System.Windows.Forms.Button();
|
116
|
|
- this.button_DuplicateClear = new System.Windows.Forms.Button();
|
117
|
|
- this.button_SNClear = new System.Windows.Forms.Button();
|
118
|
|
- this.button_ChkStart = new System.Windows.Forms.Button();
|
119
|
|
- this.label_Diff = new System.Windows.Forms.Label();
|
120
|
|
- this.label8 = new System.Windows.Forms.Label();
|
121
|
|
- this.label_Duplicate = new System.Windows.Forms.Label();
|
122
|
|
- this.listBox_Diff = new System.Windows.Forms.ListBox();
|
123
|
|
- this.listBox_ProductDuplicate = new System.Windows.Forms.ListBox();
|
124
|
|
- this.listBox_SNDuplicate = new System.Windows.Forms.ListBox();
|
125
|
|
- this.dataGridView_Chk = new System.Windows.Forms.DataGridView();
|
126
|
|
- this.button_FileFindLoad = new System.Windows.Forms.Button();
|
127
|
|
- this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
128
|
129
|
this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
129
|
130
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
130
|
131
|
this.panel_Main.SuspendLayout();
|
|
@@ -139,6 +140,10 @@
|
139
|
140
|
this.panel_SensorMode.SuspendLayout();
|
140
|
141
|
this.panel_Catm1Mode.SuspendLayout();
|
141
|
142
|
this.panel_GpsMode.SuspendLayout();
|
|
143
|
+ this.panel_Catm1Test.SuspendLayout();
|
|
144
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
|
|
145
|
+ this.panel_SnCheckMain.SuspendLayout();
|
|
146
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
|
142
|
147
|
this.panel_GpsTest.SuspendLayout();
|
143
|
148
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
|
144
|
149
|
this.panel_SensorTest.SuspendLayout();
|
|
@@ -153,10 +158,6 @@
|
153
|
158
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
|
154
|
159
|
this.panel_MergeMain.SuspendLayout();
|
155
|
160
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
156
|
|
- this.panel_Catm1Test.SuspendLayout();
|
157
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
|
158
|
|
- this.panel_SnCheckMain.SuspendLayout();
|
159
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
|
160
|
161
|
this.SuspendLayout();
|
161
|
162
|
//
|
162
|
163
|
// serialPort
|
|
@@ -173,11 +174,11 @@
|
173
|
174
|
this.panel_Main.Controls.Add(this.panel4);
|
174
|
175
|
this.panel_Main.Controls.Add(this.label6);
|
175
|
176
|
this.panel_Main.Controls.Add(this.panel1);
|
|
177
|
+ this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
|
178
|
+ this.panel_Main.Controls.Add(this.panel_SnCheckMain);
|
176
|
179
|
this.panel_Main.Controls.Add(this.panel_GpsTest);
|
177
|
180
|
this.panel_Main.Controls.Add(this.panel_SensorTest);
|
178
|
181
|
this.panel_Main.Controls.Add(this.panel_MergeMain);
|
179
|
|
- this.panel_Main.Controls.Add(this.panel_Catm1Test);
|
180
|
|
- this.panel_Main.Controls.Add(this.panel_SnCheckMain);
|
181
|
182
|
this.panel_Main.Location = new System.Drawing.Point(0, 0);
|
182
|
183
|
this.panel_Main.Name = "panel_Main";
|
183
|
184
|
this.panel_Main.Size = new System.Drawing.Size(1356, 710);
|
|
@@ -519,6 +520,218 @@
|
519
|
520
|
this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
|
520
|
521
|
this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
|
521
|
522
|
//
|
|
523
|
+ // panel_Catm1Test
|
|
524
|
+ //
|
|
525
|
+ this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
|
|
526
|
+ this.panel_Catm1Test.Controls.Add(this.dataGridView_Catm1);
|
|
527
|
+ this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
|
|
528
|
+ this.panel_Catm1Test.Name = "panel_Catm1Test";
|
|
529
|
+ this.panel_Catm1Test.Size = new System.Drawing.Size(1202, 599);
|
|
530
|
+ this.panel_Catm1Test.TabIndex = 87;
|
|
531
|
+ //
|
|
532
|
+ // richTextBox_catm1
|
|
533
|
+ //
|
|
534
|
+ this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
535
|
+ this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
536
|
+ this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
|
|
537
|
+ this.richTextBox_catm1.Location = new System.Drawing.Point(17, 65);
|
|
538
|
+ this.richTextBox_catm1.Name = "richTextBox_catm1";
|
|
539
|
+ this.richTextBox_catm1.Size = new System.Drawing.Size(1176, 502);
|
|
540
|
+ this.richTextBox_catm1.TabIndex = 26;
|
|
541
|
+ this.richTextBox_catm1.Text = "";
|
|
542
|
+ //
|
|
543
|
+ // dataGridView_Catm1
|
|
544
|
+ //
|
|
545
|
+ this.dataGridView_Catm1.AllowUserToAddRows = false;
|
|
546
|
+ this.dataGridView_Catm1.BackgroundColor = System.Drawing.Color.Gray;
|
|
547
|
+ this.dataGridView_Catm1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
548
|
+ this.dataGridView_Catm1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
549
|
+ this.Catm1_SerialNumber,
|
|
550
|
+ this.Modem_Ver,
|
|
551
|
+ this.RSRP,
|
|
552
|
+ this.RSRQ});
|
|
553
|
+ this.dataGridView_Catm1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
|
554
|
+ this.dataGridView_Catm1.Location = new System.Drawing.Point(17, 3);
|
|
555
|
+ this.dataGridView_Catm1.Name = "dataGridView_Catm1";
|
|
556
|
+ this.dataGridView_Catm1.RowTemplate.Height = 23;
|
|
557
|
+ this.dataGridView_Catm1.Size = new System.Drawing.Size(1176, 56);
|
|
558
|
+ this.dataGridView_Catm1.TabIndex = 15;
|
|
559
|
+ this.dataGridView_Catm1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Catm1_CellClick);
|
|
560
|
+ //
|
|
561
|
+ // Catm1_SerialNumber
|
|
562
|
+ //
|
|
563
|
+ this.Catm1_SerialNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
564
|
+ this.Catm1_SerialNumber.HeaderText = "생산번호";
|
|
565
|
+ this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
|
|
566
|
+ this.Catm1_SerialNumber.Width = 78;
|
|
567
|
+ //
|
|
568
|
+ // Modem_Ver
|
|
569
|
+ //
|
|
570
|
+ this.Modem_Ver.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
571
|
+ this.Modem_Ver.HeaderText = "Modem Ver";
|
|
572
|
+ this.Modem_Ver.Name = "Modem_Ver";
|
|
573
|
+ this.Modem_Ver.Width = 96;
|
|
574
|
+ //
|
|
575
|
+ // RSRP
|
|
576
|
+ //
|
|
577
|
+ this.RSRP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
578
|
+ this.RSRP.HeaderText = "RSRP";
|
|
579
|
+ this.RSRP.Name = "RSRP";
|
|
580
|
+ this.RSRP.Width = 62;
|
|
581
|
+ //
|
|
582
|
+ // RSRQ
|
|
583
|
+ //
|
|
584
|
+ this.RSRQ.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
585
|
+ this.RSRQ.HeaderText = "RSRQ";
|
|
586
|
+ this.RSRQ.Name = "RSRQ";
|
|
587
|
+ this.RSRQ.Width = 63;
|
|
588
|
+ //
|
|
589
|
+ // panel_SnCheckMain
|
|
590
|
+ //
|
|
591
|
+ this.panel_SnCheckMain.Controls.Add(this.button_DiffClear);
|
|
592
|
+ this.panel_SnCheckMain.Controls.Add(this.button_DuplicateClear);
|
|
593
|
+ this.panel_SnCheckMain.Controls.Add(this.button_SNClear);
|
|
594
|
+ this.panel_SnCheckMain.Controls.Add(this.button_ChkStart);
|
|
595
|
+ this.panel_SnCheckMain.Controls.Add(this.label_Diff);
|
|
596
|
+ this.panel_SnCheckMain.Controls.Add(this.label8);
|
|
597
|
+ this.panel_SnCheckMain.Controls.Add(this.label_Duplicate);
|
|
598
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_Diff);
|
|
599
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_ProductDuplicate);
|
|
600
|
+ this.panel_SnCheckMain.Controls.Add(this.listBox_SNDuplicate);
|
|
601
|
+ this.panel_SnCheckMain.Controls.Add(this.dataGridView_Chk);
|
|
602
|
+ this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
|
|
603
|
+ this.panel_SnCheckMain.Controls.Add(this.progressBar2);
|
|
604
|
+ this.panel_SnCheckMain.Location = new System.Drawing.Point(163, 44);
|
|
605
|
+ this.panel_SnCheckMain.Name = "panel_SnCheckMain";
|
|
606
|
+ this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
|
|
607
|
+ this.panel_SnCheckMain.TabIndex = 90;
|
|
608
|
+ //
|
|
609
|
+ // button_DiffClear
|
|
610
|
+ //
|
|
611
|
+ this.button_DiffClear.Location = new System.Drawing.Point(826, 549);
|
|
612
|
+ this.button_DiffClear.Name = "button_DiffClear";
|
|
613
|
+ this.button_DiffClear.Size = new System.Drawing.Size(167, 40);
|
|
614
|
+ this.button_DiffClear.TabIndex = 8;
|
|
615
|
+ this.button_DiffClear.Text = "Clear";
|
|
616
|
+ this.button_DiffClear.UseVisualStyleBackColor = true;
|
|
617
|
+ this.button_DiffClear.Click += new System.EventHandler(this.button_DiffClear_Click);
|
|
618
|
+ //
|
|
619
|
+ // button_DuplicateClear
|
|
620
|
+ //
|
|
621
|
+ this.button_DuplicateClear.Location = new System.Drawing.Point(653, 549);
|
|
622
|
+ this.button_DuplicateClear.Name = "button_DuplicateClear";
|
|
623
|
+ this.button_DuplicateClear.Size = new System.Drawing.Size(167, 40);
|
|
624
|
+ this.button_DuplicateClear.TabIndex = 8;
|
|
625
|
+ this.button_DuplicateClear.Text = "Clear";
|
|
626
|
+ this.button_DuplicateClear.UseVisualStyleBackColor = true;
|
|
627
|
+ this.button_DuplicateClear.Click += new System.EventHandler(this.button_DuplicateClear_Click);
|
|
628
|
+ //
|
|
629
|
+ // button_SNClear
|
|
630
|
+ //
|
|
631
|
+ this.button_SNClear.Location = new System.Drawing.Point(481, 549);
|
|
632
|
+ this.button_SNClear.Name = "button_SNClear";
|
|
633
|
+ this.button_SNClear.Size = new System.Drawing.Size(167, 40);
|
|
634
|
+ this.button_SNClear.TabIndex = 8;
|
|
635
|
+ this.button_SNClear.Text = "Clear";
|
|
636
|
+ this.button_SNClear.UseVisualStyleBackColor = true;
|
|
637
|
+ this.button_SNClear.Click += new System.EventHandler(this.button_SNClear_Click);
|
|
638
|
+ //
|
|
639
|
+ // button_ChkStart
|
|
640
|
+ //
|
|
641
|
+ this.button_ChkStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
642
|
+ this.button_ChkStart.Location = new System.Drawing.Point(1007, 68);
|
|
643
|
+ this.button_ChkStart.Name = "button_ChkStart";
|
|
644
|
+ this.button_ChkStart.Size = new System.Drawing.Size(75, 519);
|
|
645
|
+ this.button_ChkStart.TabIndex = 7;
|
|
646
|
+ this.button_ChkStart.Text = "Start";
|
|
647
|
+ this.button_ChkStart.UseVisualStyleBackColor = false;
|
|
648
|
+ this.button_ChkStart.Click += new System.EventHandler(this.button_ChkStart_Click);
|
|
649
|
+ //
|
|
650
|
+ // label_Diff
|
|
651
|
+ //
|
|
652
|
+ this.label_Diff.AutoSize = true;
|
|
653
|
+ this.label_Diff.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
654
|
+ this.label_Diff.Location = new System.Drawing.Point(843, 78);
|
|
655
|
+ this.label_Diff.Name = "label_Diff";
|
|
656
|
+ this.label_Diff.Size = new System.Drawing.Size(143, 19);
|
|
657
|
+ this.label_Diff.TabIndex = 6;
|
|
658
|
+ this.label_Diff.Text = "짝이 틀린 항목";
|
|
659
|
+ //
|
|
660
|
+ // label8
|
|
661
|
+ //
|
|
662
|
+ this.label8.AutoSize = true;
|
|
663
|
+ this.label8.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
664
|
+ this.label8.Location = new System.Drawing.Point(649, 76);
|
|
665
|
+ this.label8.Name = "label8";
|
|
666
|
+ this.label8.Size = new System.Drawing.Size(190, 19);
|
|
667
|
+ this.label8.TabIndex = 6;
|
|
668
|
+ this.label8.Text = "생산 번호 중복 항목";
|
|
669
|
+ //
|
|
670
|
+ // label_Duplicate
|
|
671
|
+ //
|
|
672
|
+ this.label_Duplicate.AutoSize = true;
|
|
673
|
+ this.label_Duplicate.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
674
|
+ this.label_Duplicate.Location = new System.Drawing.Point(499, 78);
|
|
675
|
+ this.label_Duplicate.Name = "label_Duplicate";
|
|
676
|
+ this.label_Duplicate.Size = new System.Drawing.Size(137, 19);
|
|
677
|
+ this.label_Duplicate.TabIndex = 6;
|
|
678
|
+ this.label_Duplicate.Text = "S/N 중복 항목";
|
|
679
|
+ //
|
|
680
|
+ // listBox_Diff
|
|
681
|
+ //
|
|
682
|
+ this.listBox_Diff.FormattingEnabled = true;
|
|
683
|
+ this.listBox_Diff.ItemHeight = 12;
|
|
684
|
+ this.listBox_Diff.Location = new System.Drawing.Point(828, 110);
|
|
685
|
+ this.listBox_Diff.Name = "listBox_Diff";
|
|
686
|
+ this.listBox_Diff.Size = new System.Drawing.Size(168, 436);
|
|
687
|
+ this.listBox_Diff.TabIndex = 5;
|
|
688
|
+ //
|
|
689
|
+ // listBox_ProductDuplicate
|
|
690
|
+ //
|
|
691
|
+ this.listBox_ProductDuplicate.FormattingEnabled = true;
|
|
692
|
+ this.listBox_ProductDuplicate.ItemHeight = 12;
|
|
693
|
+ this.listBox_ProductDuplicate.Location = new System.Drawing.Point(654, 110);
|
|
694
|
+ this.listBox_ProductDuplicate.Name = "listBox_ProductDuplicate";
|
|
695
|
+ this.listBox_ProductDuplicate.Size = new System.Drawing.Size(168, 436);
|
|
696
|
+ this.listBox_ProductDuplicate.TabIndex = 5;
|
|
697
|
+ //
|
|
698
|
+ // listBox_SNDuplicate
|
|
699
|
+ //
|
|
700
|
+ this.listBox_SNDuplicate.FormattingEnabled = true;
|
|
701
|
+ this.listBox_SNDuplicate.ItemHeight = 12;
|
|
702
|
+ this.listBox_SNDuplicate.Location = new System.Drawing.Point(480, 110);
|
|
703
|
+ this.listBox_SNDuplicate.Name = "listBox_SNDuplicate";
|
|
704
|
+ this.listBox_SNDuplicate.Size = new System.Drawing.Size(168, 436);
|
|
705
|
+ this.listBox_SNDuplicate.TabIndex = 5;
|
|
706
|
+ //
|
|
707
|
+ // dataGridView_Chk
|
|
708
|
+ //
|
|
709
|
+ this.dataGridView_Chk.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
710
|
+ this.dataGridView_Chk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
711
|
+ this.dataGridView_Chk.Location = new System.Drawing.Point(102, 65);
|
|
712
|
+ this.dataGridView_Chk.Name = "dataGridView_Chk";
|
|
713
|
+ this.dataGridView_Chk.RowTemplate.Height = 23;
|
|
714
|
+ this.dataGridView_Chk.Size = new System.Drawing.Size(372, 524);
|
|
715
|
+ this.dataGridView_Chk.TabIndex = 4;
|
|
716
|
+ //
|
|
717
|
+ // button_FileFindLoad
|
|
718
|
+ //
|
|
719
|
+ this.button_FileFindLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
720
|
+ this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
|
|
721
|
+ this.button_FileFindLoad.Name = "button_FileFindLoad";
|
|
722
|
+ this.button_FileFindLoad.Size = new System.Drawing.Size(75, 519);
|
|
723
|
+ this.button_FileFindLoad.TabIndex = 3;
|
|
724
|
+ this.button_FileFindLoad.Text = "Load";
|
|
725
|
+ this.button_FileFindLoad.UseVisualStyleBackColor = false;
|
|
726
|
+ this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
|
|
727
|
+ //
|
|
728
|
+ // progressBar2
|
|
729
|
+ //
|
|
730
|
+ this.progressBar2.Location = new System.Drawing.Point(21, 21);
|
|
731
|
+ this.progressBar2.Name = "progressBar2";
|
|
732
|
+ this.progressBar2.Size = new System.Drawing.Size(1159, 40);
|
|
733
|
+ this.progressBar2.TabIndex = 0;
|
|
734
|
+ //
|
522
|
735
|
// panel_GpsTest
|
523
|
736
|
//
|
524
|
737
|
this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
|
|
@@ -956,203 +1169,6 @@
|
956
|
1169
|
this.progressBar_Merge.Size = new System.Drawing.Size(567, 40);
|
957
|
1170
|
this.progressBar_Merge.TabIndex = 0;
|
958
|
1171
|
//
|
959
|
|
- // panel_Catm1Test
|
960
|
|
- //
|
961
|
|
- this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
|
962
|
|
- this.panel_Catm1Test.Controls.Add(this.dataGridView_Catm1);
|
963
|
|
- this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
|
964
|
|
- this.panel_Catm1Test.Name = "panel_Catm1Test";
|
965
|
|
- this.panel_Catm1Test.Size = new System.Drawing.Size(1202, 599);
|
966
|
|
- this.panel_Catm1Test.TabIndex = 87;
|
967
|
|
- //
|
968
|
|
- // richTextBox_catm1
|
969
|
|
- //
|
970
|
|
- this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
971
|
|
- this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
972
|
|
- this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
|
973
|
|
- this.richTextBox_catm1.Location = new System.Drawing.Point(17, 65);
|
974
|
|
- this.richTextBox_catm1.Name = "richTextBox_catm1";
|
975
|
|
- this.richTextBox_catm1.Size = new System.Drawing.Size(1176, 502);
|
976
|
|
- this.richTextBox_catm1.TabIndex = 26;
|
977
|
|
- this.richTextBox_catm1.Text = "";
|
978
|
|
- //
|
979
|
|
- // dataGridView_Catm1
|
980
|
|
- //
|
981
|
|
- this.dataGridView_Catm1.AllowUserToAddRows = false;
|
982
|
|
- this.dataGridView_Catm1.BackgroundColor = System.Drawing.Color.Gray;
|
983
|
|
- this.dataGridView_Catm1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
984
|
|
- this.dataGridView_Catm1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
985
|
|
- this.Catm1_SerialNumber,
|
986
|
|
- this.Modem_Ver,
|
987
|
|
- this.RSRP});
|
988
|
|
- this.dataGridView_Catm1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
|
989
|
|
- this.dataGridView_Catm1.Location = new System.Drawing.Point(17, 3);
|
990
|
|
- this.dataGridView_Catm1.Name = "dataGridView_Catm1";
|
991
|
|
- this.dataGridView_Catm1.RowTemplate.Height = 23;
|
992
|
|
- this.dataGridView_Catm1.Size = new System.Drawing.Size(1176, 56);
|
993
|
|
- this.dataGridView_Catm1.TabIndex = 15;
|
994
|
|
- //
|
995
|
|
- // Catm1_SerialNumber
|
996
|
|
- //
|
997
|
|
- this.Catm1_SerialNumber.HeaderText = "생산번호";
|
998
|
|
- this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
|
999
|
|
- //
|
1000
|
|
- // Modem_Ver
|
1001
|
|
- //
|
1002
|
|
- this.Modem_Ver.HeaderText = "Modem Ver";
|
1003
|
|
- this.Modem_Ver.Name = "Modem_Ver";
|
1004
|
|
- //
|
1005
|
|
- // RSRP
|
1006
|
|
- //
|
1007
|
|
- this.RSRP.HeaderText = "RSRP";
|
1008
|
|
- this.RSRP.Name = "RSRP";
|
1009
|
|
- //
|
1010
|
|
- // panel_SnCheckMain
|
1011
|
|
- //
|
1012
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_DiffClear);
|
1013
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_DuplicateClear);
|
1014
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_SNClear);
|
1015
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_ChkStart);
|
1016
|
|
- this.panel_SnCheckMain.Controls.Add(this.label_Diff);
|
1017
|
|
- this.panel_SnCheckMain.Controls.Add(this.label8);
|
1018
|
|
- this.panel_SnCheckMain.Controls.Add(this.label_Duplicate);
|
1019
|
|
- this.panel_SnCheckMain.Controls.Add(this.listBox_Diff);
|
1020
|
|
- this.panel_SnCheckMain.Controls.Add(this.listBox_ProductDuplicate);
|
1021
|
|
- this.panel_SnCheckMain.Controls.Add(this.listBox_SNDuplicate);
|
1022
|
|
- this.panel_SnCheckMain.Controls.Add(this.dataGridView_Chk);
|
1023
|
|
- this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
|
1024
|
|
- this.panel_SnCheckMain.Controls.Add(this.progressBar2);
|
1025
|
|
- this.panel_SnCheckMain.Location = new System.Drawing.Point(163, 44);
|
1026
|
|
- this.panel_SnCheckMain.Name = "panel_SnCheckMain";
|
1027
|
|
- this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
|
1028
|
|
- this.panel_SnCheckMain.TabIndex = 90;
|
1029
|
|
- //
|
1030
|
|
- // button_DiffClear
|
1031
|
|
- //
|
1032
|
|
- this.button_DiffClear.Location = new System.Drawing.Point(826, 549);
|
1033
|
|
- this.button_DiffClear.Name = "button_DiffClear";
|
1034
|
|
- this.button_DiffClear.Size = new System.Drawing.Size(167, 40);
|
1035
|
|
- this.button_DiffClear.TabIndex = 8;
|
1036
|
|
- this.button_DiffClear.Text = "Clear";
|
1037
|
|
- this.button_DiffClear.UseVisualStyleBackColor = true;
|
1038
|
|
- this.button_DiffClear.Click += new System.EventHandler(this.button_DiffClear_Click);
|
1039
|
|
- //
|
1040
|
|
- // button_DuplicateClear
|
1041
|
|
- //
|
1042
|
|
- this.button_DuplicateClear.Location = new System.Drawing.Point(653, 549);
|
1043
|
|
- this.button_DuplicateClear.Name = "button_DuplicateClear";
|
1044
|
|
- this.button_DuplicateClear.Size = new System.Drawing.Size(167, 40);
|
1045
|
|
- this.button_DuplicateClear.TabIndex = 8;
|
1046
|
|
- this.button_DuplicateClear.Text = "Clear";
|
1047
|
|
- this.button_DuplicateClear.UseVisualStyleBackColor = true;
|
1048
|
|
- this.button_DuplicateClear.Click += new System.EventHandler(this.button_DuplicateClear_Click);
|
1049
|
|
- //
|
1050
|
|
- // button_SNClear
|
1051
|
|
- //
|
1052
|
|
- this.button_SNClear.Location = new System.Drawing.Point(481, 549);
|
1053
|
|
- this.button_SNClear.Name = "button_SNClear";
|
1054
|
|
- this.button_SNClear.Size = new System.Drawing.Size(167, 40);
|
1055
|
|
- this.button_SNClear.TabIndex = 8;
|
1056
|
|
- this.button_SNClear.Text = "Clear";
|
1057
|
|
- this.button_SNClear.UseVisualStyleBackColor = true;
|
1058
|
|
- this.button_SNClear.Click += new System.EventHandler(this.button_SNClear_Click);
|
1059
|
|
- //
|
1060
|
|
- // button_ChkStart
|
1061
|
|
- //
|
1062
|
|
- this.button_ChkStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
1063
|
|
- this.button_ChkStart.Location = new System.Drawing.Point(1007, 68);
|
1064
|
|
- this.button_ChkStart.Name = "button_ChkStart";
|
1065
|
|
- this.button_ChkStart.Size = new System.Drawing.Size(75, 519);
|
1066
|
|
- this.button_ChkStart.TabIndex = 7;
|
1067
|
|
- this.button_ChkStart.Text = "Start";
|
1068
|
|
- this.button_ChkStart.UseVisualStyleBackColor = false;
|
1069
|
|
- this.button_ChkStart.Click += new System.EventHandler(this.button_ChkStart_Click);
|
1070
|
|
- //
|
1071
|
|
- // label_Diff
|
1072
|
|
- //
|
1073
|
|
- this.label_Diff.AutoSize = true;
|
1074
|
|
- this.label_Diff.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
1075
|
|
- this.label_Diff.Location = new System.Drawing.Point(843, 78);
|
1076
|
|
- this.label_Diff.Name = "label_Diff";
|
1077
|
|
- this.label_Diff.Size = new System.Drawing.Size(143, 19);
|
1078
|
|
- this.label_Diff.TabIndex = 6;
|
1079
|
|
- this.label_Diff.Text = "짝이 틀린 항목";
|
1080
|
|
- //
|
1081
|
|
- // label8
|
1082
|
|
- //
|
1083
|
|
- this.label8.AutoSize = true;
|
1084
|
|
- this.label8.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
1085
|
|
- this.label8.Location = new System.Drawing.Point(649, 76);
|
1086
|
|
- this.label8.Name = "label8";
|
1087
|
|
- this.label8.Size = new System.Drawing.Size(190, 19);
|
1088
|
|
- this.label8.TabIndex = 6;
|
1089
|
|
- this.label8.Text = "생산 번호 중복 항목";
|
1090
|
|
- //
|
1091
|
|
- // label_Duplicate
|
1092
|
|
- //
|
1093
|
|
- this.label_Duplicate.AutoSize = true;
|
1094
|
|
- this.label_Duplicate.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
1095
|
|
- this.label_Duplicate.Location = new System.Drawing.Point(499, 78);
|
1096
|
|
- this.label_Duplicate.Name = "label_Duplicate";
|
1097
|
|
- this.label_Duplicate.Size = new System.Drawing.Size(137, 19);
|
1098
|
|
- this.label_Duplicate.TabIndex = 6;
|
1099
|
|
- this.label_Duplicate.Text = "S/N 중복 항목";
|
1100
|
|
- //
|
1101
|
|
- // listBox_Diff
|
1102
|
|
- //
|
1103
|
|
- this.listBox_Diff.FormattingEnabled = true;
|
1104
|
|
- this.listBox_Diff.ItemHeight = 12;
|
1105
|
|
- this.listBox_Diff.Location = new System.Drawing.Point(828, 110);
|
1106
|
|
- this.listBox_Diff.Name = "listBox_Diff";
|
1107
|
|
- this.listBox_Diff.Size = new System.Drawing.Size(168, 436);
|
1108
|
|
- this.listBox_Diff.TabIndex = 5;
|
1109
|
|
- //
|
1110
|
|
- // listBox_ProductDuplicate
|
1111
|
|
- //
|
1112
|
|
- this.listBox_ProductDuplicate.FormattingEnabled = true;
|
1113
|
|
- this.listBox_ProductDuplicate.ItemHeight = 12;
|
1114
|
|
- this.listBox_ProductDuplicate.Location = new System.Drawing.Point(654, 110);
|
1115
|
|
- this.listBox_ProductDuplicate.Name = "listBox_ProductDuplicate";
|
1116
|
|
- this.listBox_ProductDuplicate.Size = new System.Drawing.Size(168, 436);
|
1117
|
|
- this.listBox_ProductDuplicate.TabIndex = 5;
|
1118
|
|
- //
|
1119
|
|
- // listBox_SNDuplicate
|
1120
|
|
- //
|
1121
|
|
- this.listBox_SNDuplicate.FormattingEnabled = true;
|
1122
|
|
- this.listBox_SNDuplicate.ItemHeight = 12;
|
1123
|
|
- this.listBox_SNDuplicate.Location = new System.Drawing.Point(480, 110);
|
1124
|
|
- this.listBox_SNDuplicate.Name = "listBox_SNDuplicate";
|
1125
|
|
- this.listBox_SNDuplicate.Size = new System.Drawing.Size(168, 436);
|
1126
|
|
- this.listBox_SNDuplicate.TabIndex = 5;
|
1127
|
|
- //
|
1128
|
|
- // dataGridView_Chk
|
1129
|
|
- //
|
1130
|
|
- this.dataGridView_Chk.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
1131
|
|
- this.dataGridView_Chk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
1132
|
|
- this.dataGridView_Chk.Location = new System.Drawing.Point(102, 65);
|
1133
|
|
- this.dataGridView_Chk.Name = "dataGridView_Chk";
|
1134
|
|
- this.dataGridView_Chk.RowTemplate.Height = 23;
|
1135
|
|
- this.dataGridView_Chk.Size = new System.Drawing.Size(372, 524);
|
1136
|
|
- this.dataGridView_Chk.TabIndex = 4;
|
1137
|
|
- //
|
1138
|
|
- // button_FileFindLoad
|
1139
|
|
- //
|
1140
|
|
- this.button_FileFindLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
1141
|
|
- this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
|
1142
|
|
- this.button_FileFindLoad.Name = "button_FileFindLoad";
|
1143
|
|
- this.button_FileFindLoad.Size = new System.Drawing.Size(75, 519);
|
1144
|
|
- this.button_FileFindLoad.TabIndex = 3;
|
1145
|
|
- this.button_FileFindLoad.Text = "Load";
|
1146
|
|
- this.button_FileFindLoad.UseVisualStyleBackColor = false;
|
1147
|
|
- this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
|
1148
|
|
- //
|
1149
|
|
- // progressBar2
|
1150
|
|
- //
|
1151
|
|
- this.progressBar2.Location = new System.Drawing.Point(21, 21);
|
1152
|
|
- this.progressBar2.Name = "progressBar2";
|
1153
|
|
- this.progressBar2.Size = new System.Drawing.Size(1159, 40);
|
1154
|
|
- this.progressBar2.TabIndex = 0;
|
1155
|
|
- //
|
1156
|
1172
|
// openFileDialog
|
1157
|
1173
|
//
|
1158
|
1174
|
this.openFileDialog.Multiselect = true;
|
|
@@ -1189,6 +1205,11 @@
|
1189
|
1205
|
this.panel_Catm1Mode.PerformLayout();
|
1190
|
1206
|
this.panel_GpsMode.ResumeLayout(false);
|
1191
|
1207
|
this.panel_GpsMode.PerformLayout();
|
|
1208
|
+ this.panel_Catm1Test.ResumeLayout(false);
|
|
1209
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
|
|
1210
|
+ this.panel_SnCheckMain.ResumeLayout(false);
|
|
1211
|
+ this.panel_SnCheckMain.PerformLayout();
|
|
1212
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).EndInit();
|
1192
|
1213
|
this.panel_GpsTest.ResumeLayout(false);
|
1193
|
1214
|
this.panel_GpsTest.PerformLayout();
|
1194
|
1215
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
|
|
@@ -1206,11 +1227,6 @@
|
1206
|
1227
|
this.panel_MergeMain.ResumeLayout(false);
|
1207
|
1228
|
this.panel_MergeMain.PerformLayout();
|
1208
|
1229
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
1209
|
|
- this.panel_Catm1Test.ResumeLayout(false);
|
1210
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
|
1211
|
|
- this.panel_SnCheckMain.ResumeLayout(false);
|
1212
|
|
- this.panel_SnCheckMain.PerformLayout();
|
1213
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).EndInit();
|
1214
|
1230
|
this.ResumeLayout(false);
|
1215
|
1231
|
|
1216
|
1232
|
}
|
|
@@ -1260,9 +1276,6 @@
|
1260
|
1276
|
private System.Windows.Forms.PictureBox pictureBox_Check3;
|
1261
|
1277
|
private System.Windows.Forms.PictureBox pictureBox_Check4;
|
1262
|
1278
|
private System.Windows.Forms.PictureBox pictureBox_Check1;
|
1263
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
|
1264
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
|
1265
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
|
1266
|
1279
|
private System.Windows.Forms.Button button_Clear;
|
1267
|
1280
|
private System.Windows.Forms.CheckBox checkBox_GPGSV;
|
1268
|
1281
|
private System.Windows.Forms.Button button_GpsTestSave;
|
|
@@ -1313,6 +1326,10 @@
|
1313
|
1326
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
1314
|
1327
|
private System.Windows.Forms.DataGridViewTextBoxColumn LitmitMinimum;
|
1315
|
1328
|
private System.Windows.Forms.DataGridViewTextBoxColumn LitmitMaximum;
|
|
1329
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
|
|
1330
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
|
|
1331
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
|
|
1332
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn RSRQ;
|
1316
|
1333
|
}
|
1317
|
1334
|
}
|
1318
|
1335
|
|