-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm2.Designer.cs
190 lines (185 loc) · 8.87 KB
/
Form2.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
namespace Avito
{
partial class Form2
{
/// <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.components = new System.ComponentModel.Container();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.patternListBox = new System.Windows.Forms.ListBox();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button6 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.textBox19 = new System.Windows.Forms.TextBox();
this.textBox17 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// patternListBox
//
this.patternListBox.FormattingEnabled = true;
this.patternListBox.HorizontalScrollbar = true;
this.patternListBox.Location = new System.Drawing.Point(6, 19);
this.patternListBox.Name = "patternListBox";
this.patternListBox.Size = new System.Drawing.Size(179, 147);
this.patternListBox.TabIndex = 49;
this.toolTip1.SetToolTip(this.patternListBox, "не стоит добавлять сюда запросы, содержащие другие запросы. Если это необходимо, " +
"то нужно сперва удалить старые.В этом случае потеряются все данные");
this.patternListBox.SelectedIndexChanged += new System.EventHandler(this.patternListBox_SelectedIndexChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(6, 170);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(179, 23);
this.button3.TabIndex = 51;
this.button3.Text = "настройки внешнего поиска";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(6, 272);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(179, 24);
this.button1.TabIndex = 73;
this.button1.Text = "открыть все логи";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(6, 302);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(179, 23);
this.button2.TabIndex = 74;
this.button2.Text = "открыть весь лог";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.textBox19);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox17);
this.groupBox1.Controls.Add(this.patternListBox);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(185, 419);
this.groupBox1.TabIndex = 89;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Bнешний поиск";
//
// button6
//
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
this.button6.ForeColor = System.Drawing.Color.LimeGreen;
this.button6.Location = new System.Drawing.Point(6, 360);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(177, 23);
this.button6.TabIndex = 96;
this.button6.Text = "Образец скаченного объявления";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button4
//
this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button4.Location = new System.Drawing.Point(100, 331);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(83, 23);
this.button4.TabIndex = 95;
this.button4.Text = "Критерии";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.ForeColor = System.Drawing.Color.Coral;
this.button5.Location = new System.Drawing.Point(6, 331);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(88, 23);
this.button5.TabIndex = 93;
this.button5.Text = "Объявления";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// textBox19
//
this.textBox19.Location = new System.Drawing.Point(6, 246);
this.textBox19.Name = "textBox19";
this.textBox19.ReadOnly = true;
this.textBox19.Size = new System.Drawing.Size(179, 20);
this.textBox19.TabIndex = 93;
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(6, 199);
this.textBox17.Multiline = true;
this.textBox17.Name = "textBox17";
this.textBox17.ReadOnly = true;
this.textBox17.Size = new System.Drawing.Size(179, 41);
this.textBox17.TabIndex = 92;
this.textBox17.Text = "Один проход занимает";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 419);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(530, 450);
this.Name = "Form2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Allbetter";
this.Load += new System.EventHandler(this.Form2_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ListBox patternListBox;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox17;
private System.Windows.Forms.TextBox textBox19;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button6;
}
}