-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSetting.Designer.cs
315 lines (309 loc) · 14.4 KB
/
Setting.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
namespace Looking4Images
{
partial class Setting
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Setting));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox_Password = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox_Username = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox_Port = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox_IP = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox_Format = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.button_OK = new System.Windows.Forms.Button();
this.checkBox_Html = new System.Windows.Forms.CheckBox();
this.checkBox_Images = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textBox_Password);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox_Username);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.textBox_Port);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox_IP);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(470, 101);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "代理(请保证填写正确)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(7, 78);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(329, 12);
this.label5.TabIndex = 8;
this.label5.Text = "如果不用代理,留空就行;不需要用户名和密码的话也要留空";
//
// textBox_Password
//
this.textBox_Password.Location = new System.Drawing.Point(247, 44);
this.textBox_Password.Name = "textBox_Password";
this.textBox_Password.Size = new System.Drawing.Size(143, 21);
this.textBox_Password.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(215, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 6;
this.label4.Text = "密码";
//
// textBox_Username
//
this.textBox_Username.Location = new System.Drawing.Point(247, 17);
this.textBox_Username.Name = "textBox_Username";
this.textBox_Username.Size = new System.Drawing.Size(143, 21);
this.textBox_Username.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(203, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "用户名";
//
// textBox_Port
//
this.textBox_Port.Location = new System.Drawing.Point(42, 44);
this.textBox_Port.Name = "textBox_Port";
this.textBox_Port.Size = new System.Drawing.Size(52, 21);
this.textBox_Port.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 2;
this.label2.Text = "端口";
//
// textBox_IP
//
this.textBox_IP.Location = new System.Drawing.Point(42, 17);
this.textBox_IP.Name = "textBox_IP";
this.textBox_IP.Size = new System.Drawing.Size(143, 21);
this.textBox_IP.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 0;
this.label1.Text = "IP";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.textBox_Format);
this.groupBox2.Location = new System.Drawing.Point(13, 121);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(282, 77);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "下载图片格式(留空则全部下载)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(7, 45);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 1;
this.label6.Text = "以空格分隔";
//
// textBox_Format
//
this.textBox_Format.Location = new System.Drawing.Point(7, 21);
this.textBox_Format.Name = "textBox_Format";
this.textBox_Format.Size = new System.Drawing.Size(259, 21);
this.textBox_Format.TabIndex = 0;
this.textBox_Format.Text = "jpg png gif";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.richTextBox1);
this.groupBox3.Location = new System.Drawing.Point(13, 204);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(470, 77);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Cookie";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(7, 21);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(457, 50);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// button_OK
//
this.button_OK.Location = new System.Drawing.Point(407, 290);
this.button_OK.Name = "button_OK";
this.button_OK.Size = new System.Drawing.Size(75, 23);
this.button_OK.TabIndex = 3;
this.button_OK.Text = "确定";
this.button_OK.UseVisualStyleBackColor = true;
this.button_OK.Click += new System.EventHandler(this.Button_OK_Click);
//
// checkBox_Html
//
this.checkBox_Html.AutoSize = true;
this.checkBox_Html.Location = new System.Drawing.Point(13, 290);
this.checkBox_Html.Name = "checkBox_Html";
this.checkBox_Html.Size = new System.Drawing.Size(108, 16);
this.checkBox_Html.TabIndex = 4;
this.checkBox_Html.Text = "输出子页面链接";
this.checkBox_Html.UseVisualStyleBackColor = true;
//
// checkBox_Images
//
this.checkBox_Images.AutoSize = true;
this.checkBox_Images.Location = new System.Drawing.Point(146, 290);
this.checkBox_Images.Name = "checkBox_Images";
this.checkBox_Images.Size = new System.Drawing.Size(96, 16);
this.checkBox_Images.TabIndex = 5;
this.checkBox_Images.Text = "输出图片链接";
this.checkBox_Images.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.radioButton2);
this.groupBox4.Controls.Add(this.radioButton1);
this.groupBox4.Location = new System.Drawing.Point(302, 121);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(180, 77);
this.groupBox4.TabIndex = 6;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "图片下载方式";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(7, 21);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(83, 16);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "HttpHelper";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(7, 44);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(77, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "WebClient";
this.radioButton2.UseVisualStyleBackColor = true;
//
// Setting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(497, 325);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.checkBox_Images);
this.Controls.Add(this.checkBox_Html);
this.Controls.Add(this.button_OK);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Setting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "其他设置";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox_IP;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox_Port;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_Password;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox_Username;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox_Format;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button button_OK;
private System.Windows.Forms.CheckBox checkBox_Html;
private System.Windows.Forms.CheckBox checkBox_Images;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
}
}