-
Notifications
You must be signed in to change notification settings - Fork 1
/
轿车详情(精英版).Designer.cs
439 lines (433 loc) · 24.6 KB
/
轿车详情(精英版).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
namespace i_car1
{
partial class Form5
{
/// <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(Form5));
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label24 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label8 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.uiGroupBox1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// uiGroupBox1
//
this.uiGroupBox1.BackColor = System.Drawing.SystemColors.Control;
this.uiGroupBox1.Controls.Add(this.tableLayoutPanel3);
this.uiGroupBox1.Controls.Add(this.tableLayoutPanel1);
this.uiGroupBox1.Controls.Add(this.tableLayoutPanel2);
this.uiGroupBox1.Controls.Add(this.label5);
this.uiGroupBox1.Controls.Add(this.label4);
this.uiGroupBox1.Controls.Add(this.label3);
this.uiGroupBox1.Controls.Add(this.label1);
this.uiGroupBox1.FillColor = System.Drawing.Color.White;
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGroupBox1.Location = new System.Drawing.Point(13, 14);
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox1.RectColor = System.Drawing.Color.Black;
this.uiGroupBox1.Size = new System.Drawing.Size(931, 600);
this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox1.TabIndex = 0;
this.uiGroupBox1.Text = "精英版";
this.uiGroupBox1.Click += new System.EventHandler(this.uiGroupBox1_Click);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel3.AutoSize = true;
this.tableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.label24, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.label21, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.label20, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.label23, 1, 0);
this.tableLayoutPanel3.Location = new System.Drawing.Point(27, 511);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(863, 77);
this.tableLayoutPanel3.TabIndex = 36;
this.tableLayoutPanel3.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel3_Paint);
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(435, 39);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(83, 21);
this.label24.TabIndex = 24;
this.label24.Text = "7速双离合";
this.label24.Click += new System.EventHandler(this.label24_Click);
//
// label21
//
this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(5, 46);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(74, 21);
this.label21.TabIndex = 16;
this.label21.Text = "变速器:";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label21.Click += new System.EventHandler(this.label21_Click);
//
// label20
//
this.label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.Location = new System.Drawing.Point(5, 9);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(128, 21);
this.label20.TabIndex = 15;
this.label20.Text = "悬架系统 (前/后)";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label20.Click += new System.EventHandler(this.label20_Click);
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(435, 2);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(283, 21);
this.label23.TabIndex = 23;
this.label23.Text = "麦弗逊式独立悬架 / 多连杆式独立悬架";
this.label23.Click += new System.EventHandler(this.label23_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(27, 136);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(863, 46);
this.tableLayoutPanel1.TabIndex = 35;
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(435, 2);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(143, 21);
this.label8.TabIndex = 14;
this.label8.Text = "涡轮增压 缸内直喷";
this.label8.Click += new System.EventHandler(this.label8_Click);
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(5, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(106, 21);
this.label2.TabIndex = 14;
this.label2.Text = "发动机型式:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.label14, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.label13, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label11, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.label9, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.label16, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.label17, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.label18, 1, 3);
this.tableLayoutPanel2.Controls.Add(this.label15, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.label19, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.label10, 0, 4);
this.tableLayoutPanel2.Location = new System.Drawing.Point(27, 254);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 5;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(863, 205);
this.tableLayoutPanel2.TabIndex = 34;
this.tableLayoutPanel2.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel2_Paint);
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(5, 130);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(90, 21);
this.label14.TabIndex = 12;
this.label14.Text = "最高车速:";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label14.Click += new System.EventHandler(this.label14_Click);
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(5, 90);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(122, 21);
this.label13.TabIndex = 11;
this.label13.Text = "最大输出扭矩:";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label13.Click += new System.EventHandler(this.label13_Click);
//
// label11
//
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(5, 50);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(122, 21);
this.label11.TabIndex = 10;
this.label11.Text = "最大输出功率:";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label11.Click += new System.EventHandler(this.label11_Click);
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(5, 10);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(58, 21);
this.label9.TabIndex = 0;
this.label9.Text = "排量:";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label9.Click += new System.EventHandler(this.label9_Click);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(435, 42);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(147, 21);
this.label16.TabIndex = 15;
this.label16.Text = "125/5,500kW/rpm";
this.label16.Click += new System.EventHandler(this.label16_Click);
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(435, 82);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(216, 21);
this.label17.TabIndex = 16;
this.label17.Text = "253 / 1,500~4,000N·m/rpm";
this.label17.Click += new System.EventHandler(this.label17_Click);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(435, 122);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(78, 21);
this.label18.TabIndex = 17;
this.label18.Text = "210km/h";
this.label18.Click += new System.EventHandler(this.label18_Click);
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(435, 10);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(69, 21);
this.label15.TabIndex = 13;
this.label15.Text = "1,497ml";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label15.Click += new System.EventHandler(this.label15_Click);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(435, 162);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(98, 21);
this.label19.TabIndex = 11;
this.label19.Text = "5.6L/100km";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(5, 172);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(106, 21);
this.label10.TabIndex = 2;
this.label10.Text = "综合工况油耗";
this.label10.Click += new System.EventHandler(this.label10_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(21, 475);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(106, 22);
this.label5.TabIndex = 33;
this.label5.Text = "动力悬挂系统";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(21, 205);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(106, 22);
this.label4.TabIndex = 32;
this.label4.Text = "整车性能参数";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(21, 100);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(58, 22);
this.label3.TabIndex = 31;
this.label3.Text = "发动机";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 21);
this.label1.TabIndex = 30;
this.label1.Text = "技术参数";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// Form5
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(958, 629);
this.Controls.Add(this.uiGroupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form5";
this.Text = "配置详情";
this.uiGroupBox1.ResumeLayout(false);
this.uiGroupBox1.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIGroupBox uiGroupBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
}
}