-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormTestDesign.Designer.cs
More file actions
358 lines (352 loc) · 17.2 KB
/
Copy pathFormTestDesign.Designer.cs
File metadata and controls
358 lines (352 loc) · 17.2 KB
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
namespace WindowsFormsApp1
{
partial class FormTestDesign
{
/// <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.panel4 = new System.Windows.Forms.Panel();
this.radioButton10 = new System.Windows.Forms.RadioButton();
this.radioButton9 = new System.Windows.Forms.RadioButton();
this.radioButtonTrue4 = new System.Windows.Forms.RadioButton();
this.panel3 = new System.Windows.Forms.Panel();
this.radioButton8 = new System.Windows.Forms.RadioButton();
this.radioButton7 = new System.Windows.Forms.RadioButton();
this.radioButtonTrue3 = new System.Windows.Forms.RadioButton();
this.panel2 = new System.Windows.Forms.Panel();
this.radioButtonTrue2 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButtonTrue1 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.buttonEndTest = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
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.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel4
//
this.panel4.Controls.Add(this.radioButton10);
this.panel4.Controls.Add(this.radioButton9);
this.panel4.Controls.Add(this.radioButtonTrue4);
this.panel4.Location = new System.Drawing.Point(10, 417);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(317, 83);
this.panel4.TabIndex = 64;
//
// radioButton10
//
this.radioButton10.AutoSize = true;
this.radioButton10.Location = new System.Drawing.Point(3, 52);
this.radioButton10.Name = "radioButton10";
this.radioButton10.Size = new System.Drawing.Size(117, 17);
this.radioButton10.TabIndex = 2;
this.radioButton10.TabStop = true;
this.radioButton10.Text = "Мисс Ван дер Роэ";
this.radioButton10.UseVisualStyleBackColor = true;
//
// radioButton9
//
this.radioButton9.AutoSize = true;
this.radioButton9.Location = new System.Drawing.Point(4, 29);
this.radioButton9.Name = "radioButton9";
this.radioButton9.Size = new System.Drawing.Size(98, 17);
this.radioButton9.TabIndex = 1;
this.radioButton9.TabStop = true;
this.radioButton9.Text = "Ханнес Мейер";
this.radioButton9.UseVisualStyleBackColor = true;
//
// radioButtonTrue4
//
this.radioButtonTrue4.AutoSize = true;
this.radioButtonTrue4.Location = new System.Drawing.Point(4, 6);
this.radioButtonTrue4.Name = "radioButtonTrue4";
this.radioButtonTrue4.Size = new System.Drawing.Size(111, 17);
this.radioButtonTrue4.TabIndex = 0;
this.radioButtonTrue4.TabStop = true;
this.radioButtonTrue4.Text = "Вальтер Гропиус";
this.radioButtonTrue4.UseVisualStyleBackColor = true;
this.radioButtonTrue4.CheckedChanged += new System.EventHandler(this.radioButtonTrue4_CheckedChanged);
//
// panel3
//
this.panel3.Controls.Add(this.radioButton8);
this.panel3.Controls.Add(this.radioButton7);
this.panel3.Controls.Add(this.radioButtonTrue3);
this.panel3.Location = new System.Drawing.Point(10, 325);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(316, 69);
this.panel3.TabIndex = 63;
//
// radioButton8
//
this.radioButton8.AutoSize = true;
this.radioButton8.Location = new System.Drawing.Point(3, 43);
this.radioButton8.Name = "radioButton8";
this.radioButton8.Size = new System.Drawing.Size(227, 17);
this.radioButton8.TabIndex = 2;
this.radioButton8.TabStop = true;
this.radioButton8.Text = "монументальной декоративности форм";
this.radioButton8.UseVisualStyleBackColor = true;
//
// radioButton7
//
this.radioButton7.AutoSize = true;
this.radioButton7.Location = new System.Drawing.Point(4, 23);
this.radioButton7.Name = "radioButton7";
this.radioButton7.Size = new System.Drawing.Size(237, 17);
this.radioButton7.TabIndex = 1;
this.radioButton7.TabStop = true;
this.radioButton7.Text = "симметричности построения композиции";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButtonTrue3
//
this.radioButtonTrue3.AutoSize = true;
this.radioButtonTrue3.Location = new System.Drawing.Point(4, 4);
this.radioButtonTrue3.Name = "radioButtonTrue3";
this.radioButtonTrue3.Size = new System.Drawing.Size(243, 17);
this.radioButtonTrue3.TabIndex = 0;
this.radioButtonTrue3.TabStop = true;
this.radioButtonTrue3.Text = "слиянии формы, орнамента и конструкции";
this.radioButtonTrue3.UseVisualStyleBackColor = true;
this.radioButtonTrue3.CheckedChanged += new System.EventHandler(this.radioButtonTrue3_CheckedChanged);
//
// panel2
//
this.panel2.Controls.Add(this.radioButtonTrue2);
this.panel2.Controls.Add(this.radioButton5);
this.panel2.Controls.Add(this.radioButton2);
this.panel2.Location = new System.Drawing.Point(10, 221);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(317, 74);
this.panel2.TabIndex = 62;
//
// radioButtonTrue2
//
this.radioButtonTrue2.AutoSize = true;
this.radioButtonTrue2.Location = new System.Drawing.Point(8, 49);
this.radioButtonTrue2.Name = "radioButtonTrue2";
this.radioButtonTrue2.Size = new System.Drawing.Size(124, 17);
this.radioButtonTrue2.TabIndex = 2;
this.radioButtonTrue2.TabStop = true;
this.radioButtonTrue2.Text = "Томас Мальдонадо";
this.radioButtonTrue2.UseVisualStyleBackColor = true;
this.radioButtonTrue2.CheckedChanged += new System.EventHandler(this.radioButtonTrue2_CheckedChanged);
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(8, 26);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(107, 17);
this.radioButton5.TabIndex = 1;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "Уильям Моррис";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(8, 3);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(96, 17);
this.radioButton2.TabIndex = 0;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Петер Беренс";
this.radioButton2.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.radioButton4);
this.panel1.Controls.Add(this.radioButton3);
this.panel1.Controls.Add(this.radioButtonTrue1);
this.panel1.Controls.Add(this.radioButton1);
this.panel1.Location = new System.Drawing.Point(10, 89);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(317, 100);
this.panel1.TabIndex = 61;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(4, 73);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(120, 17);
this.radioButton4.TabIndex = 3;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "целесообразность";
this.radioButton4.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(4, 50);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(154, 17);
this.radioButton3.TabIndex = 2;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "функциональная сторона";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButtonTrue1
//
this.radioButtonTrue1.AutoSize = true;
this.radioButtonTrue1.Location = new System.Drawing.Point(3, 27);
this.radioButtonTrue1.Name = "radioButtonTrue1";
this.radioButtonTrue1.Size = new System.Drawing.Size(154, 17);
this.radioButtonTrue1.TabIndex = 1;
this.radioButtonTrue1.TabStop = true;
this.radioButtonTrue1.Text = "синтез образа и функции";
this.radioButtonTrue1.UseVisualStyleBackColor = true;
this.radioButtonTrue1.CheckedChanged += new System.EventHandler(this.radioButtonTrue1_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(4, 4);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(157, 17);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "художественное качество";
this.radioButton1.UseVisualStyleBackColor = true;
//
// buttonEndTest
//
this.buttonEndTest.Location = new System.Drawing.Point(99, 530);
this.buttonEndTest.Name = "buttonEndTest";
this.buttonEndTest.Size = new System.Drawing.Size(113, 49);
this.buttonEndTest.TabIndex = 60;
this.buttonEndTest.Text = "Завершить тест";
this.buttonEndTest.UseVisualStyleBackColor = true;
this.buttonEndTest.Click += new System.EventHandler(this.buttonEndTest_Click);
//
// label5
//
this.label5.Location = new System.Drawing.Point(7, 397);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(327, 36);
this.label5.TabIndex = 59;
this.label5.Text = "Назовите имя основателя и первого директора БАУХАУЗа";
//
// label4
//
this.label4.Location = new System.Drawing.Point(7, 301);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(327, 36);
this.label4.TabIndex = 58;
this.label4.Text = "Стиль модерн выражается в …";
//
// label3
//
this.label3.Location = new System.Drawing.Point(7, 192);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(327, 36);
this.label3.TabIndex = 57;
this.label3.Text = "Кто из теоретиков дизайна дал развернутую характеристику понятию «дизайн»?";
//
// label2
//
this.label2.Location = new System.Drawing.Point(7, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(327, 36);
this.label2.TabIndex = 56;
this.label2.Text = "Что является методологической основой дизайна?";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(10, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(268, 31);
this.label1.TabIndex = 55;
this.label1.Text = "Тест на дизайнера";
//
// FormTestDesign
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(341, 608);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.buttonEndTest);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FormTestDesign";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Дизайнер тест";
this.Load += new System.EventHandler(this.FormTestDesign_Load);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.RadioButton radioButton10;
private System.Windows.Forms.RadioButton radioButton9;
private System.Windows.Forms.RadioButton radioButtonTrue4;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.RadioButton radioButton8;
private System.Windows.Forms.RadioButton radioButton7;
private System.Windows.Forms.RadioButton radioButtonTrue3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.RadioButton radioButtonTrue2;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButtonTrue1;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Button buttonEndTest;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}