-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
508 lines (501 loc) · 23.6 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
namespace DcCrawler.WF
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.dataToText = new System.Windows.Forms.TabPage();
this.SaveButton = new System.Windows.Forms.Button();
this.cancelAllCheck = new System.Windows.Forms.Button();
this.userListView = new System.Windows.Forms.ListView();
this.index = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.count = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.user = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.searchTextBox = new System.Windows.Forms.TextBox();
this.callFileListBtn = new System.Windows.Forms.Button();
this.userMergeBtn = new System.Windows.Forms.Button();
this.serachBtn = new System.Windows.Forms.Button();
this.autoManagerBtn = new System.Windows.Forms.Button();
this.gcrkCrawler = new System.Windows.Forms.TabPage();
this.updateShowLabel = new System.Windows.Forms.Label();
this.updateLinkLabel = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.endPageText = new System.Windows.Forms.TextBox();
this.initPageText = new System.Windows.Forms.TextBox();
this.textConsole = new System.Windows.Forms.TextBox();
this.gallIdTextBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.endDate = new System.Windows.Forms.DateTimePicker();
this.initDate = new System.Windows.Forms.DateTimePicker();
this.isRangeDate = new System.Windows.Forms.CheckBox();
this.gcrkStart = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.gallCheckBtn = new System.Windows.Forms.Button();
this.isMinor = new System.Windows.Forms.CheckBox();
this.pageProgressBar = new System.Windows.Forms.ProgressBar();
this.tabPages = new System.Windows.Forms.TabControl();
this.dataToText.SuspendLayout();
this.gcrkCrawler.SuspendLayout();
this.tabPages.SuspendLayout();
this.SuspendLayout();
//
// dataToText
//
this.dataToText.Controls.Add(this.SaveButton);
this.dataToText.Controls.Add(this.cancelAllCheck);
this.dataToText.Controls.Add(this.userListView);
this.dataToText.Controls.Add(this.searchTextBox);
this.dataToText.Controls.Add(this.callFileListBtn);
this.dataToText.Controls.Add(this.userMergeBtn);
this.dataToText.Controls.Add(this.serachBtn);
this.dataToText.Controls.Add(this.autoManagerBtn);
this.dataToText.Location = new System.Drawing.Point(4, 25);
this.dataToText.Name = "dataToText";
this.dataToText.Padding = new System.Windows.Forms.Padding(3);
this.dataToText.Size = new System.Drawing.Size(790, 477);
this.dataToText.TabIndex = 1;
this.dataToText.Text = "동일닉 처리 및 텍스트 파일로 저장";
this.dataToText.UseVisualStyleBackColor = true;
//
// SaveButton
//
this.SaveButton.Location = new System.Drawing.Point(676, 405);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(107, 52);
this.SaveButton.TabIndex = 13;
this.SaveButton.Text = "파일 저장";
this.SaveButton.UseVisualStyleBackColor = true;
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
//
// cancelAllCheck
//
this.cancelAllCheck.Location = new System.Drawing.Point(701, 216);
this.cancelAllCheck.Name = "cancelAllCheck";
this.cancelAllCheck.Size = new System.Drawing.Size(82, 55);
this.cancelAllCheck.TabIndex = 9;
this.cancelAllCheck.Text = "모두 선택해제";
this.cancelAllCheck.UseVisualStyleBackColor = true;
this.cancelAllCheck.Click += new System.EventHandler(this.cancelAllCheck_Click);
//
// userListView
//
this.userListView.CheckBoxes = true;
this.userListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.index,
this.count,
this.user});
this.userListView.FullRowSelect = true;
this.userListView.Location = new System.Drawing.Point(64, 3);
this.userListView.Name = "userListView";
this.userListView.Size = new System.Drawing.Size(593, 454);
this.userListView.TabIndex = 8;
this.userListView.UseCompatibleStateImageBehavior = false;
this.userListView.View = System.Windows.Forms.View.Details;
//
// index
//
this.index.Tag = "랭킹";
this.index.Text = "랭킹";
this.index.Width = 70;
//
// count
//
this.count.Tag = "글 수";
this.count.Text = "글 수";
this.count.Width = 79;
//
// user
//
this.user.Tag = "갤러";
this.user.Text = "갤러";
this.user.Width = 432;
//
// searchTextBox
//
this.searchTextBox.Location = new System.Drawing.Point(663, 127);
this.searchTextBox.Name = "searchTextBox";
this.searchTextBox.Size = new System.Drawing.Size(120, 25);
this.searchTextBox.TabIndex = 7;
//
// callFileListBtn
//
this.callFileListBtn.Location = new System.Drawing.Point(7, 6);
this.callFileListBtn.Name = "callFileListBtn";
this.callFileListBtn.Size = new System.Drawing.Size(51, 107);
this.callFileListBtn.TabIndex = 6;
this.callFileListBtn.Text = "데이터 목록 불러오기";
this.callFileListBtn.UseVisualStyleBackColor = true;
this.callFileListBtn.Click += new System.EventHandler(this.callFileListBtn_Click);
//
// userMergeBtn
//
this.userMergeBtn.Location = new System.Drawing.Point(701, 277);
this.userMergeBtn.Name = "userMergeBtn";
this.userMergeBtn.Size = new System.Drawing.Size(82, 72);
this.userMergeBtn.TabIndex = 5;
this.userMergeBtn.Text = "동일 갤러 합치기";
this.userMergeBtn.UseVisualStyleBackColor = true;
this.userMergeBtn.Click += new System.EventHandler(this.userMergeBtn_Click);
//
// serachBtn
//
this.serachBtn.Location = new System.Drawing.Point(708, 158);
this.serachBtn.Name = "serachBtn";
this.serachBtn.Size = new System.Drawing.Size(75, 42);
this.serachBtn.TabIndex = 4;
this.serachBtn.Text = "검색";
this.serachBtn.UseVisualStyleBackColor = true;
this.serachBtn.Click += new System.EventHandler(this.serachBtn_Click);
//
// autoManagerBtn
//
this.autoManagerBtn.Location = new System.Drawing.Point(701, 9);
this.autoManagerBtn.Name = "autoManagerBtn";
this.autoManagerBtn.Size = new System.Drawing.Size(82, 99);
this.autoManagerBtn.TabIndex = 3;
this.autoManagerBtn.Text = "동일 갤러 자동 처리";
this.autoManagerBtn.UseVisualStyleBackColor = true;
this.autoManagerBtn.Click += new System.EventHandler(this.autoManagerBtn_Click);
//
// gcrkCrawler
//
this.gcrkCrawler.Controls.Add(this.updateShowLabel);
this.gcrkCrawler.Controls.Add(this.updateLinkLabel);
this.gcrkCrawler.Controls.Add(this.linkLabel2);
this.gcrkCrawler.Controls.Add(this.linkLabel1);
this.gcrkCrawler.Controls.Add(this.endPageText);
this.gcrkCrawler.Controls.Add(this.initPageText);
this.gcrkCrawler.Controls.Add(this.textConsole);
this.gcrkCrawler.Controls.Add(this.gallIdTextBox);
this.gcrkCrawler.Controls.Add(this.label9);
this.gcrkCrawler.Controls.Add(this.label8);
this.gcrkCrawler.Controls.Add(this.label7);
this.gcrkCrawler.Controls.Add(this.label6);
this.gcrkCrawler.Controls.Add(this.label5);
this.gcrkCrawler.Controls.Add(this.endDate);
this.gcrkCrawler.Controls.Add(this.initDate);
this.gcrkCrawler.Controls.Add(this.isRangeDate);
this.gcrkCrawler.Controls.Add(this.gcrkStart);
this.gcrkCrawler.Controls.Add(this.label4);
this.gcrkCrawler.Controls.Add(this.label3);
this.gcrkCrawler.Controls.Add(this.label2);
this.gcrkCrawler.Controls.Add(this.label1);
this.gcrkCrawler.Controls.Add(this.gallCheckBtn);
this.gcrkCrawler.Controls.Add(this.isMinor);
this.gcrkCrawler.Controls.Add(this.pageProgressBar);
this.gcrkCrawler.Location = new System.Drawing.Point(4, 25);
this.gcrkCrawler.Name = "gcrkCrawler";
this.gcrkCrawler.Padding = new System.Windows.Forms.Padding(3);
this.gcrkCrawler.Size = new System.Drawing.Size(790, 477);
this.gcrkCrawler.TabIndex = 0;
this.gcrkCrawler.Text = "갤창랭킹";
this.gcrkCrawler.UseVisualStyleBackColor = true;
//
// updateShowLabel
//
this.updateShowLabel.AutoSize = true;
this.updateShowLabel.Location = new System.Drawing.Point(10, 62);
this.updateShowLabel.Name = "updateShowLabel";
this.updateShowLabel.Size = new System.Drawing.Size(0, 15);
this.updateShowLabel.TabIndex = 27;
//
// updateLinkLabel
//
this.updateLinkLabel.AutoSize = true;
this.updateLinkLabel.Location = new System.Drawing.Point(5, 35);
this.updateLinkLabel.Name = "updateLinkLabel";
this.updateLinkLabel.Size = new System.Drawing.Size(77, 15);
this.updateLinkLabel.TabIndex = 26;
this.updateLinkLabel.TabStop = true;
this.updateLinkLabel.Text = "현재 버전:";
this.updateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.updateLinkLabel_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(5, 451);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(167, 15);
this.linkLabel2.TabIndex = 25;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "문의는 리터칭 갤러리로";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(384, 3);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(107, 15);
this.linkLabel1.TabIndex = 24;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "사용 방법 안내";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// endPageText
//
this.endPageText.Location = new System.Drawing.Point(161, 205);
this.endPageText.Name = "endPageText";
this.endPageText.Size = new System.Drawing.Size(100, 25);
this.endPageText.TabIndex = 23;
//
// initPageText
//
this.initPageText.Location = new System.Drawing.Point(161, 164);
this.initPageText.Name = "initPageText";
this.initPageText.Size = new System.Drawing.Size(100, 25);
this.initPageText.TabIndex = 22;
this.initPageText.Text = "1";
//
// textConsole
//
this.textConsole.Location = new System.Drawing.Point(387, 35);
this.textConsole.Multiline = true;
this.textConsole.Name = "textConsole";
this.textConsole.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textConsole.Size = new System.Drawing.Size(397, 436);
this.textConsole.TabIndex = 21;
//
// gallIdTextBox
//
this.gallIdTextBox.Location = new System.Drawing.Point(8, 117);
this.gallIdTextBox.Name = "gallIdTextBox";
this.gallIdTextBox.Size = new System.Drawing.Size(136, 25);
this.gallIdTextBox.TabIndex = 2;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 353);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(57, 15);
this.label9.TabIndex = 20;
this.label9.Text = "끝 날짜";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 303);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 15);
this.label8.TabIndex = 19;
this.label8.Text = "시작 날짜";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(5, 205);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 15);
this.label7.TabIndex = 18;
this.label7.Text = "끝 페이지";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 164);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(129, 15);
this.label6.TabIndex = 17;
this.label6.Text = "시작 페이지(필수)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(226, 15);
this.label5.TabIndex = 16;
this.label5.Text = "갤창랭킹 2.0 made by hanel2527";
//
// endDate
//
this.endDate.Location = new System.Drawing.Point(161, 353);
this.endDate.Name = "endDate";
this.endDate.Size = new System.Drawing.Size(200, 25);
this.endDate.TabIndex = 15;
//
// initDate
//
this.initDate.Location = new System.Drawing.Point(161, 303);
this.initDate.Name = "initDate";
this.initDate.Size = new System.Drawing.Size(200, 25);
this.initDate.TabIndex = 14;
//
// isRangeDate
//
this.isRangeDate.AutoSize = true;
this.isRangeDate.Checked = true;
this.isRangeDate.CheckState = System.Windows.Forms.CheckState.Checked;
this.isRangeDate.Location = new System.Drawing.Point(8, 259);
this.isRangeDate.Name = "isRangeDate";
this.isRangeDate.Size = new System.Drawing.Size(336, 19);
this.isRangeDate.TabIndex = 13;
this.isRangeDate.Text = "범위를 날짜 기준으로(시작 페이지 입력 필수)";
this.isRangeDate.UseVisualStyleBackColor = true;
//
// gcrkStart
//
this.gcrkStart.Location = new System.Drawing.Point(7, 397);
this.gcrkStart.Name = "gcrkStart";
this.gcrkStart.Size = new System.Drawing.Size(114, 39);
this.gcrkStart.TabIndex = 12;
this.gcrkStart.Text = "갤창랭킹 시작";
this.gcrkStart.UseVisualStyleBackColor = true;
this.gcrkStart.Click += new System.EventHandler(this.gcrkStart_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 259);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 15);
this.label4.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 220);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 15);
this.label3.TabIndex = 8;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 138);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(0, 15);
this.label2.TabIndex = 6;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 98);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 15);
this.label1.TabIndex = 5;
//
// gallCheckBtn
//
this.gallCheckBtn.Location = new System.Drawing.Point(161, 117);
this.gallCheckBtn.Name = "gallCheckBtn";
this.gallCheckBtn.Size = new System.Drawing.Size(91, 28);
this.gallCheckBtn.TabIndex = 3;
this.gallCheckBtn.Text = "갤 ID 확인";
this.gallCheckBtn.UseVisualStyleBackColor = true;
this.gallCheckBtn.Click += new System.EventHandler(this.gallCheckBtn_Click);
//
// isMinor
//
this.isMinor.AutoSize = true;
this.isMinor.Location = new System.Drawing.Point(9, 80);
this.isMinor.Name = "isMinor";
this.isMinor.Size = new System.Drawing.Size(124, 19);
this.isMinor.TabIndex = 1;
this.isMinor.Text = "마이너 갤러리";
this.isMinor.UseVisualStyleBackColor = true;
//
// pageProgressBar
//
this.pageProgressBar.Location = new System.Drawing.Point(161, 397);
this.pageProgressBar.Name = "pageProgressBar";
this.pageProgressBar.Size = new System.Drawing.Size(123, 23);
this.pageProgressBar.TabIndex = 0;
//
// tabPages
//
this.tabPages.Controls.Add(this.gcrkCrawler);
this.tabPages.Controls.Add(this.dataToText);
this.tabPages.Location = new System.Drawing.Point(1, 1);
this.tabPages.Name = "tabPages";
this.tabPages.SelectedIndex = 0;
this.tabPages.Size = new System.Drawing.Size(798, 506);
this.tabPages.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 501);
this.Controls.Add(this.tabPages);
this.Name = "Form1";
this.Text = "갤창랭킹.v2.0.9.3";
this.Load += new System.EventHandler(this.Form1_Load);
this.dataToText.ResumeLayout(false);
this.dataToText.PerformLayout();
this.gcrkCrawler.ResumeLayout(false);
this.gcrkCrawler.PerformLayout();
this.tabPages.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabPage dataToText;
private System.Windows.Forms.Button cancelAllCheck;
private System.Windows.Forms.ListView userListView;
private System.Windows.Forms.ColumnHeader index;
private System.Windows.Forms.ColumnHeader count;
private System.Windows.Forms.ColumnHeader user;
private System.Windows.Forms.TextBox searchTextBox;
private System.Windows.Forms.Button callFileListBtn;
private System.Windows.Forms.Button userMergeBtn;
private System.Windows.Forms.Button serachBtn;
private System.Windows.Forms.Button autoManagerBtn;
private System.Windows.Forms.TabPage gcrkCrawler;
private System.Windows.Forms.TextBox endPageText;
private System.Windows.Forms.TextBox initPageText;
private System.Windows.Forms.TextBox textConsole;
private System.Windows.Forms.TextBox gallIdTextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker endDate;
private System.Windows.Forms.DateTimePicker initDate;
private System.Windows.Forms.CheckBox isRangeDate;
private System.Windows.Forms.Button gcrkStart;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button gallCheckBtn;
private System.Windows.Forms.CheckBox isMinor;
private System.Windows.Forms.ProgressBar pageProgressBar;
private System.Windows.Forms.TabControl tabPages;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel updateLinkLabel;
private System.Windows.Forms.Label updateShowLabel;
private System.Windows.Forms.Button SaveButton;
}
}