|
@@ -32,6 +32,7 @@
|
32
|
32
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
33
|
33
|
this.serialPort = new System.IO.Ports.SerialPort(this.components);
|
34
|
34
|
this.panel_Main = new System.Windows.Forms.Panel();
|
|
35
|
+ this.label_SerialWrite = new System.Windows.Forms.Label();
|
35
|
36
|
this.button_Path = new System.Windows.Forms.Button();
|
36
|
37
|
this.button_Clear = new System.Windows.Forms.Button();
|
37
|
38
|
this.checkBox_Edit = new System.Windows.Forms.CheckBox();
|
|
@@ -63,8 +64,10 @@
|
63
|
64
|
this.label_GPSTest = new System.Windows.Forms.Label();
|
64
|
65
|
this.panel_SensorTest = new System.Windows.Forms.Panel();
|
65
|
66
|
this.checkBox_Usim_Imei_Phone_Num = new System.Windows.Forms.CheckBox();
|
|
67
|
+ this.button_Write = new System.Windows.Forms.Button();
|
66
|
68
|
this.button_Rewrite = new System.Windows.Forms.Button();
|
67
|
69
|
this.textBox_PrevNum = new System.Windows.Forms.TextBox();
|
|
70
|
+ this.textBox_Write = new System.Windows.Forms.TextBox();
|
68
|
71
|
this.textBox_AfterNum = new System.Windows.Forms.TextBox();
|
69
|
72
|
this.button_SnRead = new System.Windows.Forms.Button();
|
70
|
73
|
this.numericUpDown_ExcelOpenDelay = new System.Windows.Forms.NumericUpDown();
|
|
@@ -148,9 +151,7 @@
|
148
|
151
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
149
|
152
|
this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
|
150
|
153
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
151
|
|
- this.textBox_Write = new System.Windows.Forms.TextBox();
|
152
|
|
- this.button_Write = new System.Windows.Forms.Button();
|
153
|
|
- this.label_SerialWrite = new System.Windows.Forms.Label();
|
|
154
|
+ this.label_Version = new System.Windows.Forms.Label();
|
154
|
155
|
this.panel_Main.SuspendLayout();
|
155
|
156
|
this.panel4.SuspendLayout();
|
156
|
157
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
@@ -208,6 +209,15 @@
|
208
|
209
|
this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
|
209
|
210
|
this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
|
210
|
211
|
//
|
|
212
|
+ // label_SerialWrite
|
|
213
|
+ //
|
|
214
|
+ this.label_SerialWrite.AutoSize = true;
|
|
215
|
+ this.label_SerialWrite.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
|
|
216
|
+ this.label_SerialWrite.Location = new System.Drawing.Point(366, 17);
|
|
217
|
+ this.label_SerialWrite.Name = "label_SerialWrite";
|
|
218
|
+ this.label_SerialWrite.Size = new System.Drawing.Size(0, 14);
|
|
219
|
+ this.label_SerialWrite.TabIndex = 93;
|
|
220
|
+ //
|
211
|
221
|
// button_Path
|
212
|
222
|
//
|
213
|
223
|
this.button_Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
@@ -253,6 +263,7 @@
|
253
|
263
|
// panel4
|
254
|
264
|
//
|
255
|
265
|
this.panel4.BackColor = System.Drawing.Color.White;
|
|
266
|
+ this.panel4.Controls.Add(this.label_Version);
|
256
|
267
|
this.panel4.Controls.Add(this.pictureBox5);
|
257
|
268
|
this.panel4.Location = new System.Drawing.Point(-10, 642);
|
258
|
269
|
this.panel4.Name = "panel4";
|
|
@@ -600,6 +611,17 @@
|
600
|
611
|
this.checkBox_Usim_Imei_Phone_Num.Text = "USIM Default Number";
|
601
|
612
|
this.checkBox_Usim_Imei_Phone_Num.UseVisualStyleBackColor = true;
|
602
|
613
|
//
|
|
614
|
+ // button_Write
|
|
615
|
+ //
|
|
616
|
+ this.button_Write.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
617
|
+ this.button_Write.Location = new System.Drawing.Point(402, 571);
|
|
618
|
+ this.button_Write.Name = "button_Write";
|
|
619
|
+ this.button_Write.Size = new System.Drawing.Size(75, 23);
|
|
620
|
+ this.button_Write.TabIndex = 98;
|
|
621
|
+ this.button_Write.Text = "Write";
|
|
622
|
+ this.button_Write.UseVisualStyleBackColor = false;
|
|
623
|
+ this.button_Write.Click += new System.EventHandler(this.button_Write_Click);
|
|
624
|
+ //
|
603
|
625
|
// button_Rewrite
|
604
|
626
|
//
|
605
|
627
|
this.button_Rewrite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
|
@@ -618,6 +640,13 @@
|
618
|
640
|
this.textBox_PrevNum.Size = new System.Drawing.Size(100, 21);
|
619
|
641
|
this.textBox_PrevNum.TabIndex = 97;
|
620
|
642
|
//
|
|
643
|
+ // textBox_Write
|
|
644
|
+ //
|
|
645
|
+ this.textBox_Write.Location = new System.Drawing.Point(316, 571);
|
|
646
|
+ this.textBox_Write.Name = "textBox_Write";
|
|
647
|
+ this.textBox_Write.Size = new System.Drawing.Size(80, 21);
|
|
648
|
+ this.textBox_Write.TabIndex = 97;
|
|
649
|
+ //
|
621
|
650
|
// textBox_AfterNum
|
622
|
651
|
//
|
623
|
652
|
this.textBox_AfterNum.Location = new System.Drawing.Point(132, 571);
|
|
@@ -1366,32 +1395,14 @@
|
1366
|
1395
|
//
|
1367
|
1396
|
this.openFileDialog.Multiselect = true;
|
1368
|
1397
|
//
|
1369
|
|
- // textBox_Write
|
|
1398
|
+ // label_Version
|
1370
|
1399
|
//
|
1371
|
|
- this.textBox_Write.Location = new System.Drawing.Point(316, 571);
|
1372
|
|
- this.textBox_Write.Name = "textBox_Write";
|
1373
|
|
- this.textBox_Write.Size = new System.Drawing.Size(80, 21);
|
1374
|
|
- this.textBox_Write.TabIndex = 97;
|
1375
|
|
- //
|
1376
|
|
- // button_Write
|
1377
|
|
- //
|
1378
|
|
- this.button_Write.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
|
1379
|
|
- this.button_Write.Location = new System.Drawing.Point(402, 571);
|
1380
|
|
- this.button_Write.Name = "button_Write";
|
1381
|
|
- this.button_Write.Size = new System.Drawing.Size(75, 23);
|
1382
|
|
- this.button_Write.TabIndex = 98;
|
1383
|
|
- this.button_Write.Text = "Write";
|
1384
|
|
- this.button_Write.UseVisualStyleBackColor = false;
|
1385
|
|
- this.button_Write.Click += new System.EventHandler(this.button_Write_Click);
|
1386
|
|
- //
|
1387
|
|
- // label_SerialWrite
|
1388
|
|
- //
|
1389
|
|
- this.label_SerialWrite.AutoSize = true;
|
1390
|
|
- this.label_SerialWrite.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
|
1391
|
|
- this.label_SerialWrite.Location = new System.Drawing.Point(366, 17);
|
1392
|
|
- this.label_SerialWrite.Name = "label_SerialWrite";
|
1393
|
|
- this.label_SerialWrite.Size = new System.Drawing.Size(0, 14);
|
1394
|
|
- this.label_SerialWrite.TabIndex = 93;
|
|
1400
|
+ this.label_Version.AutoSize = true;
|
|
1401
|
+ this.label_Version.Location = new System.Drawing.Point(20, 43);
|
|
1402
|
+ this.label_Version.Name = "label_Version";
|
|
1403
|
+ this.label_Version.Size = new System.Drawing.Size(38, 12);
|
|
1404
|
+ this.label_Version.TabIndex = 27;
|
|
1405
|
+ this.label_Version.Text = "label2";
|
1395
|
1406
|
//
|
1396
|
1407
|
// Main
|
1397
|
1408
|
//
|
|
@@ -1407,6 +1418,7 @@
|
1407
|
1418
|
this.panel_Main.ResumeLayout(false);
|
1408
|
1419
|
this.panel_Main.PerformLayout();
|
1409
|
1420
|
this.panel4.ResumeLayout(false);
|
|
1421
|
+ this.panel4.PerformLayout();
|
1410
|
1422
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
1411
|
1423
|
this.panel1.ResumeLayout(false);
|
1412
|
1424
|
this.panel1.PerformLayout();
|
|
@@ -1571,6 +1583,7 @@
|
1571
|
1583
|
private System.Windows.Forms.Button button_Write;
|
1572
|
1584
|
private System.Windows.Forms.TextBox textBox_Write;
|
1573
|
1585
|
private System.Windows.Forms.Label label_SerialWrite;
|
|
1586
|
+ private System.Windows.Forms.Label label_Version;
|
1574
|
1587
|
}
|
1575
|
1588
|
}
|
1576
|
1589
|
|