|
@@ -36,14 +36,25 @@
|
36
|
36
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
37
|
37
|
this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
|
38
|
38
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
39
|
+ this.numericUpDown_IMEI = new System.Windows.Forms.NumericUpDown();
|
|
40
|
+ this.numericUpDown_USIM = new System.Windows.Forms.NumericUpDown();
|
|
41
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
42
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
43
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
44
|
+ this.label_Cnt = new System.Windows.Forms.Label();
|
|
45
|
+ this.Start_Clear = new System.Windows.Forms.Button();
|
|
46
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
47
|
+ this.label4 = new System.Windows.Forms.Label();
|
39
|
48
|
((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
|
|
49
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).BeginInit();
|
|
50
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).BeginInit();
|
40
|
51
|
this.SuspendLayout();
|
41
|
52
|
//
|
42
|
53
|
// Button_Start
|
43
|
54
|
//
|
44
|
|
- this.Button_Start.Location = new System.Drawing.Point(26, 35);
|
|
55
|
+ this.Button_Start.Location = new System.Drawing.Point(29, 33);
|
45
|
56
|
this.Button_Start.Name = "Button_Start";
|
46
|
|
- this.Button_Start.Size = new System.Drawing.Size(108, 89);
|
|
57
|
+ this.Button_Start.Size = new System.Drawing.Size(122, 89);
|
47
|
58
|
this.Button_Start.TabIndex = 0;
|
48
|
59
|
this.Button_Start.Text = "시작";
|
49
|
60
|
this.Button_Start.UseVisualStyleBackColor = true;
|
|
@@ -51,27 +62,28 @@
|
51
|
62
|
//
|
52
|
63
|
// Button_Stop
|
53
|
64
|
//
|
54
|
|
- this.Button_Stop.Location = new System.Drawing.Point(140, 35);
|
|
65
|
+ this.Button_Stop.Location = new System.Drawing.Point(158, 35);
|
55
|
66
|
this.Button_Stop.Name = "Button_Stop";
|
56
|
|
- this.Button_Stop.Size = new System.Drawing.Size(108, 89);
|
|
67
|
+ this.Button_Stop.Size = new System.Drawing.Size(122, 89);
|
57
|
68
|
this.Button_Stop.TabIndex = 0;
|
58
|
69
|
this.Button_Stop.Text = "중지";
|
59
|
70
|
this.Button_Stop.UseVisualStyleBackColor = true;
|
|
71
|
+ this.Button_Stop.Click += new System.EventHandler(this.Button_Stop_Click);
|
60
|
72
|
//
|
61
|
73
|
// dgvList
|
62
|
74
|
//
|
63
|
75
|
this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
64
|
|
- this.dgvList.Location = new System.Drawing.Point(26, 183);
|
|
76
|
+ this.dgvList.Location = new System.Drawing.Point(29, 183);
|
65
|
77
|
this.dgvList.Name = "dgvList";
|
66
|
78
|
this.dgvList.RowTemplate.Height = 27;
|
67
|
|
- this.dgvList.Size = new System.Drawing.Size(830, 804);
|
|
79
|
+ this.dgvList.Size = new System.Drawing.Size(408, 804);
|
68
|
80
|
this.dgvList.TabIndex = 2;
|
69
|
81
|
//
|
70
|
82
|
// button_ExcelOpen
|
71
|
83
|
//
|
72
|
|
- this.button_ExcelOpen.Location = new System.Drawing.Point(265, 33);
|
|
84
|
+ this.button_ExcelOpen.Location = new System.Drawing.Point(282, 35);
|
73
|
85
|
this.button_ExcelOpen.Name = "button_ExcelOpen";
|
74
|
|
- this.button_ExcelOpen.Size = new System.Drawing.Size(108, 93);
|
|
86
|
+ this.button_ExcelOpen.Size = new System.Drawing.Size(116, 89);
|
75
|
87
|
this.button_ExcelOpen.TabIndex = 3;
|
76
|
88
|
this.button_ExcelOpen.Text = "ExcelOpen";
|
77
|
89
|
this.button_ExcelOpen.UseVisualStyleBackColor = true;
|
|
@@ -80,19 +92,20 @@
|
80
|
92
|
// comboBox1
|
81
|
93
|
//
|
82
|
94
|
this.comboBox1.FormattingEnabled = true;
|
83
|
|
- this.comboBox1.Location = new System.Drawing.Point(26, 139);
|
|
95
|
+ this.comboBox1.Location = new System.Drawing.Point(29, 139);
|
84
|
96
|
this.comboBox1.Name = "comboBox1";
|
85
|
|
- this.comboBox1.Size = new System.Drawing.Size(121, 23);
|
|
97
|
+ this.comboBox1.Size = new System.Drawing.Size(408, 23);
|
86
|
98
|
this.comboBox1.TabIndex = 4;
|
|
99
|
+ this.comboBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseClick);
|
87
|
100
|
//
|
88
|
101
|
// comboBox2
|
89
|
102
|
//
|
90
|
103
|
this.comboBox2.FormattingEnabled = true;
|
91
|
104
|
this.comboBox2.Items.AddRange(new object[] {
|
92
|
105
|
"115200"});
|
93
|
|
- this.comboBox2.Location = new System.Drawing.Point(180, 139);
|
|
106
|
+ this.comboBox2.Location = new System.Drawing.Point(444, 139);
|
94
|
107
|
this.comboBox2.Name = "comboBox2";
|
95
|
|
- this.comboBox2.Size = new System.Drawing.Size(121, 23);
|
|
108
|
+ this.comboBox2.Size = new System.Drawing.Size(136, 23);
|
96
|
109
|
this.comboBox2.TabIndex = 4;
|
97
|
110
|
this.comboBox2.Text = "115200";
|
98
|
111
|
//
|
|
@@ -102,39 +115,161 @@
|
102
|
115
|
| System.Windows.Forms.AnchorStyles.Left)
|
103
|
116
|
| System.Windows.Forms.AnchorStyles.Right)));
|
104
|
117
|
this.Ascii_checkBox.AutoSize = true;
|
105
|
|
- this.Ascii_checkBox.Location = new System.Drawing.Point(309, 143);
|
|
118
|
+ this.Ascii_checkBox.Checked = true;
|
|
119
|
+ this.Ascii_checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
120
|
+ this.Ascii_checkBox.Location = new System.Drawing.Point(596, 143);
|
106
|
121
|
this.Ascii_checkBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
107
|
122
|
this.Ascii_checkBox.Name = "Ascii_checkBox";
|
108
|
|
- this.Ascii_checkBox.Size = new System.Drawing.Size(64, 19);
|
|
123
|
+ this.Ascii_checkBox.Size = new System.Drawing.Size(69, 19);
|
109
|
124
|
this.Ascii_checkBox.TabIndex = 73;
|
110
|
125
|
this.Ascii_checkBox.Text = "ASCII";
|
111
|
126
|
this.Ascii_checkBox.UseVisualStyleBackColor = true;
|
112
|
127
|
//
|
113
|
128
|
// richTextBox1
|
114
|
129
|
//
|
115
|
|
- this.richTextBox1.Location = new System.Drawing.Point(391, 35);
|
|
130
|
+ this.richTextBox1.Location = new System.Drawing.Point(440, 183);
|
116
|
131
|
this.richTextBox1.Name = "richTextBox1";
|
117
|
|
- this.richTextBox1.Size = new System.Drawing.Size(465, 127);
|
|
132
|
+ this.richTextBox1.Size = new System.Drawing.Size(523, 804);
|
118
|
133
|
this.richTextBox1.TabIndex = 74;
|
119
|
134
|
this.richTextBox1.Text = "";
|
120
|
135
|
//
|
|
136
|
+ // numericUpDown_IMEI
|
|
137
|
+ //
|
|
138
|
+ this.numericUpDown_IMEI.Location = new System.Drawing.Point(533, 70);
|
|
139
|
+ this.numericUpDown_IMEI.Maximum = new decimal(new int[] {
|
|
140
|
+ 30,
|
|
141
|
+ 0,
|
|
142
|
+ 0,
|
|
143
|
+ 0});
|
|
144
|
+ this.numericUpDown_IMEI.Name = "numericUpDown_IMEI";
|
|
145
|
+ this.numericUpDown_IMEI.ReadOnly = true;
|
|
146
|
+ this.numericUpDown_IMEI.Size = new System.Drawing.Size(135, 25);
|
|
147
|
+ this.numericUpDown_IMEI.TabIndex = 75;
|
|
148
|
+ this.numericUpDown_IMEI.Value = new decimal(new int[] {
|
|
149
|
+ 15,
|
|
150
|
+ 0,
|
|
151
|
+ 0,
|
|
152
|
+ 0});
|
|
153
|
+ //
|
|
154
|
+ // numericUpDown_USIM
|
|
155
|
+ //
|
|
156
|
+ this.numericUpDown_USIM.Location = new System.Drawing.Point(688, 70);
|
|
157
|
+ this.numericUpDown_USIM.Maximum = new decimal(new int[] {
|
|
158
|
+ 30,
|
|
159
|
+ 0,
|
|
160
|
+ 0,
|
|
161
|
+ 0});
|
|
162
|
+ this.numericUpDown_USIM.Name = "numericUpDown_USIM";
|
|
163
|
+ this.numericUpDown_USIM.ReadOnly = true;
|
|
164
|
+ this.numericUpDown_USIM.Size = new System.Drawing.Size(135, 25);
|
|
165
|
+ this.numericUpDown_USIM.TabIndex = 75;
|
|
166
|
+ this.numericUpDown_USIM.Value = new decimal(new int[] {
|
|
167
|
+ 15,
|
|
168
|
+ 0,
|
|
169
|
+ 0,
|
|
170
|
+ 0});
|
|
171
|
+ //
|
|
172
|
+ // label1
|
|
173
|
+ //
|
|
174
|
+ this.label1.AutoSize = true;
|
|
175
|
+ this.label1.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
176
|
+ this.label1.Location = new System.Drawing.Point(530, 35);
|
|
177
|
+ this.label1.Name = "label1";
|
|
178
|
+ this.label1.Size = new System.Drawing.Size(106, 24);
|
|
179
|
+ this.label1.TabIndex = 76;
|
|
180
|
+ this.label1.Text = "IMEI 숫자";
|
|
181
|
+ //
|
|
182
|
+ // label2
|
|
183
|
+ //
|
|
184
|
+ this.label2.AutoSize = true;
|
|
185
|
+ this.label2.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
186
|
+ this.label2.Location = new System.Drawing.Point(685, 33);
|
|
187
|
+ this.label2.Name = "label2";
|
|
188
|
+ this.label2.Size = new System.Drawing.Size(118, 24);
|
|
189
|
+ this.label2.TabIndex = 76;
|
|
190
|
+ this.label2.Text = "USIM 숫자";
|
|
191
|
+ //
|
|
192
|
+ // label3
|
|
193
|
+ //
|
|
194
|
+ this.label3.AutoSize = true;
|
|
195
|
+ this.label3.Font = new System.Drawing.Font("굴림", 14F);
|
|
196
|
+ this.label3.Location = new System.Drawing.Point(844, 65);
|
|
197
|
+ this.label3.Name = "label3";
|
|
198
|
+ this.label3.Size = new System.Drawing.Size(77, 24);
|
|
199
|
+ this.label3.TabIndex = 77;
|
|
200
|
+ this.label3.Text = "CNT : ";
|
|
201
|
+ //
|
|
202
|
+ // label_Cnt
|
|
203
|
+ //
|
|
204
|
+ this.label_Cnt.AutoSize = true;
|
|
205
|
+ this.label_Cnt.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
|
|
206
|
+ this.label_Cnt.Location = new System.Drawing.Point(929, 59);
|
|
207
|
+ this.label_Cnt.Name = "label_Cnt";
|
|
208
|
+ this.label_Cnt.Size = new System.Drawing.Size(31, 30);
|
|
209
|
+ this.label_Cnt.TabIndex = 78;
|
|
210
|
+ this.label_Cnt.Text = "0";
|
|
211
|
+ //
|
|
212
|
+ // Start_Clear
|
|
213
|
+ //
|
|
214
|
+ this.Start_Clear.Location = new System.Drawing.Point(705, 139);
|
|
215
|
+ this.Start_Clear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
216
|
+ this.Start_Clear.Name = "Start_Clear";
|
|
217
|
+ this.Start_Clear.Size = new System.Drawing.Size(258, 35);
|
|
218
|
+ this.Start_Clear.TabIndex = 79;
|
|
219
|
+ this.Start_Clear.Text = "Clear";
|
|
220
|
+ this.Start_Clear.UseVisualStyleBackColor = true;
|
|
221
|
+ this.Start_Clear.Click += new System.EventHandler(this.Start_Clear_Click);
|
|
222
|
+ //
|
|
223
|
+ // button1
|
|
224
|
+ //
|
|
225
|
+ this.button1.Location = new System.Drawing.Point(405, 35);
|
|
226
|
+ this.button1.Name = "button1";
|
|
227
|
+ this.button1.Size = new System.Drawing.Size(116, 89);
|
|
228
|
+ this.button1.TabIndex = 3;
|
|
229
|
+ this.button1.Text = "새로 고침";
|
|
230
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
231
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
232
|
+ //
|
|
233
|
+ // label4
|
|
234
|
+ //
|
|
235
|
+ this.label4.AutoSize = true;
|
|
236
|
+ this.label4.Location = new System.Drawing.Point(898, 990);
|
|
237
|
+ this.label4.Name = "label4";
|
|
238
|
+ this.label4.Size = new System.Drawing.Size(64, 15);
|
|
239
|
+ this.label4.TabIndex = 80;
|
|
240
|
+ this.label4.Text = "출처 : J";
|
|
241
|
+ //
|
121
|
242
|
// Form1
|
122
|
243
|
//
|
123
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
124
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
125
|
|
- this.ClientSize = new System.Drawing.Size(868, 1011);
|
|
244
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
|
|
245
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
246
|
+ this.AutoScroll = true;
|
|
247
|
+ this.AutoSize = true;
|
|
248
|
+ this.ClientSize = new System.Drawing.Size(989, 1017);
|
|
249
|
+ this.Controls.Add(this.label4);
|
|
250
|
+ this.Controls.Add(this.Start_Clear);
|
|
251
|
+ this.Controls.Add(this.label_Cnt);
|
|
252
|
+ this.Controls.Add(this.label3);
|
|
253
|
+ this.Controls.Add(this.label2);
|
|
254
|
+ this.Controls.Add(this.label1);
|
|
255
|
+ this.Controls.Add(this.numericUpDown_USIM);
|
|
256
|
+ this.Controls.Add(this.numericUpDown_IMEI);
|
126
|
257
|
this.Controls.Add(this.richTextBox1);
|
127
|
258
|
this.Controls.Add(this.Ascii_checkBox);
|
128
|
259
|
this.Controls.Add(this.comboBox2);
|
129
|
260
|
this.Controls.Add(this.comboBox1);
|
|
261
|
+ this.Controls.Add(this.button1);
|
130
|
262
|
this.Controls.Add(this.button_ExcelOpen);
|
131
|
263
|
this.Controls.Add(this.dgvList);
|
132
|
264
|
this.Controls.Add(this.Button_Stop);
|
133
|
265
|
this.Controls.Add(this.Button_Start);
|
|
266
|
+ this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
134
|
267
|
this.Name = "Form1";
|
135
|
|
- this.Text = "Form1";
|
|
268
|
+ this.Text = "IMEI 추출기";
|
136
|
269
|
this.Load += new System.EventHandler(this.Form1_Load);
|
137
|
270
|
((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
|
|
271
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).EndInit();
|
|
272
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).EndInit();
|
138
|
273
|
this.ResumeLayout(false);
|
139
|
274
|
this.PerformLayout();
|
140
|
275
|
|
|
@@ -150,6 +285,15 @@
|
150
|
285
|
private System.Windows.Forms.ComboBox comboBox2;
|
151
|
286
|
private System.Windows.Forms.CheckBox Ascii_checkBox;
|
152
|
287
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
288
|
+ private System.Windows.Forms.NumericUpDown numericUpDown_IMEI;
|
|
289
|
+ private System.Windows.Forms.NumericUpDown numericUpDown_USIM;
|
|
290
|
+ private System.Windows.Forms.Label label1;
|
|
291
|
+ private System.Windows.Forms.Label label2;
|
|
292
|
+ private System.Windows.Forms.Label label3;
|
|
293
|
+ private System.Windows.Forms.Label label_Cnt;
|
|
294
|
+ private System.Windows.Forms.Button Start_Clear;
|
|
295
|
+ private System.Windows.Forms.Button button1;
|
|
296
|
+ private System.Windows.Forms.Label label4;
|
153
|
297
|
}
|
154
|
298
|
}
|
155
|
299
|
|