-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.Designer.cs
256 lines (250 loc) · 10.7 KB
/
results.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
namespace TrainerSpace
{
partial class Results
{
/// <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.listBox1 = new System.Windows.Forms.ListBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.listBox3 = new System.Windows.Forms.ListBox();
this.listBox4 = new System.Windows.Forms.ListBox();
this.listBox5 = new System.Windows.Forms.ListBox();
this.backBtn = new System.Windows.Forms.Button();
this.PrevBtn = new System.Windows.Forms.Button();
this.NextBtn = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.FullPanel5 = new System.Windows.Forms.Panel();
this.FullPanel4 = new System.Windows.Forms.Panel();
this.FullPanel3 = new System.Windows.Forms.Panel();
this.FullPanel2 = new System.Windows.Forms.Panel();
this.FullPanel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(12, 12);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(142, 121);
this.listBox1.TabIndex = 0;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(160, 12);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(142, 121);
this.listBox2.TabIndex = 1;
//
// listBox3
//
this.listBox3.FormattingEnabled = true;
this.listBox3.Location = new System.Drawing.Point(308, 12);
this.listBox3.Name = "listBox3";
this.listBox3.Size = new System.Drawing.Size(142, 121);
this.listBox3.TabIndex = 2;
//
// listBox4
//
this.listBox4.FormattingEnabled = true;
this.listBox4.Location = new System.Drawing.Point(456, 12);
this.listBox4.Name = "listBox4";
this.listBox4.Size = new System.Drawing.Size(142, 121);
this.listBox4.TabIndex = 3;
//
// listBox5
//
this.listBox5.FormattingEnabled = true;
this.listBox5.Location = new System.Drawing.Point(604, 12);
this.listBox5.Name = "listBox5";
this.listBox5.Size = new System.Drawing.Size(142, 121);
this.listBox5.TabIndex = 4;
//
// backBtn
//
this.backBtn.Location = new System.Drawing.Point(12, 324);
this.backBtn.Name = "backBtn";
this.backBtn.Size = new System.Drawing.Size(171, 69);
this.backBtn.TabIndex = 5;
this.backBtn.Text = "Назад";
this.backBtn.UseVisualStyleBackColor = true;
this.backBtn.Click += new System.EventHandler(this.BackBtn_Click);
//
// PrevBtn
//
this.PrevBtn.Enabled = false;
this.PrevBtn.Location = new System.Drawing.Point(398, 324);
this.PrevBtn.Name = "PrevBtn";
this.PrevBtn.Size = new System.Drawing.Size(171, 69);
this.PrevBtn.TabIndex = 6;
this.PrevBtn.Text = "Предыдущая страница";
this.PrevBtn.UseVisualStyleBackColor = true;
this.PrevBtn.Click += new System.EventHandler(this.PrevBtn_Click);
//
// NextBtn
//
this.NextBtn.Enabled = false;
this.NextBtn.Location = new System.Drawing.Point(575, 324);
this.NextBtn.Name = "NextBtn";
this.NextBtn.Size = new System.Drawing.Size(171, 69);
this.NextBtn.TabIndex = 7;
this.NextBtn.Text = "Следующая страница";
this.NextBtn.UseVisualStyleBackColor = true;
this.NextBtn.Click += new System.EventHandler(this.NextBtn_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Location = new System.Drawing.Point(12, 140);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(142, 79);
this.panel1.TabIndex = 8;
//
// panel2
//
this.panel2.AutoScroll = true;
this.panel2.Location = new System.Drawing.Point(160, 140);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(142, 79);
this.panel2.TabIndex = 9;
//
// panel3
//
this.panel3.AutoScroll = true;
this.panel3.Location = new System.Drawing.Point(308, 140);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(142, 79);
this.panel3.TabIndex = 9;
//
// panel4
//
this.panel4.AutoScroll = true;
this.panel4.Location = new System.Drawing.Point(456, 139);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(142, 80);
this.panel4.TabIndex = 9;
//
// panel5
//
this.panel5.AutoScroll = true;
this.panel5.Location = new System.Drawing.Point(604, 139);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(142, 80);
this.panel5.TabIndex = 9;
//
// FullPanel5
//
this.FullPanel5.AutoScroll = true;
this.FullPanel5.Location = new System.Drawing.Point(604, 224);
this.FullPanel5.Name = "FullPanel5";
this.FullPanel5.Size = new System.Drawing.Size(142, 80);
this.FullPanel5.TabIndex = 11;
//
// FullPanel4
//
this.FullPanel4.AutoScroll = true;
this.FullPanel4.Location = new System.Drawing.Point(456, 224);
this.FullPanel4.Name = "FullPanel4";
this.FullPanel4.Size = new System.Drawing.Size(142, 80);
this.FullPanel4.TabIndex = 12;
//
// FullPanel3
//
this.FullPanel3.AutoScroll = true;
this.FullPanel3.Location = new System.Drawing.Point(308, 225);
this.FullPanel3.Name = "FullPanel3";
this.FullPanel3.Size = new System.Drawing.Size(142, 79);
this.FullPanel3.TabIndex = 13;
//
// FullPanel2
//
this.FullPanel2.AutoScroll = true;
this.FullPanel2.Location = new System.Drawing.Point(160, 225);
this.FullPanel2.Name = "FullPanel2";
this.FullPanel2.Size = new System.Drawing.Size(142, 79);
this.FullPanel2.TabIndex = 14;
//
// FullPanel1
//
this.FullPanel1.AutoScroll = true;
this.FullPanel1.Location = new System.Drawing.Point(12, 225);
this.FullPanel1.Name = "FullPanel1";
this.FullPanel1.Size = new System.Drawing.Size(142, 79);
this.FullPanel1.TabIndex = 10;
//
// Results
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(755, 405);
this.Controls.Add(this.FullPanel5);
this.Controls.Add(this.FullPanel4);
this.Controls.Add(this.FullPanel3);
this.Controls.Add(this.FullPanel2);
this.Controls.Add(this.FullPanel1);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.NextBtn);
this.Controls.Add(this.PrevBtn);
this.Controls.Add(this.backBtn);
this.Controls.Add(this.listBox5);
this.Controls.Add(this.listBox4);
this.Controls.Add(this.listBox3);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.listBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "Results";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Результаты";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.ListBox listBox3;
private System.Windows.Forms.ListBox listBox4;
private System.Windows.Forms.ListBox listBox5;
private System.Windows.Forms.Button backBtn;
private System.Windows.Forms.Button PrevBtn;
private System.Windows.Forms.Button NextBtn;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel FullPanel5;
private System.Windows.Forms.Panel FullPanel4;
private System.Windows.Forms.Panel FullPanel3;
private System.Windows.Forms.Panel FullPanel2;
private System.Windows.Forms.Panel FullPanel1;
}
}