доделан тест
This commit is contained in:
parent
d969a5e91d
commit
026fe08f79
|
|
@ -19,7 +19,7 @@ namespace тест.Properties {
|
||||||
// с помощью такого средства, как ResGen или Visual Studio.
|
// с помощью такого средства, как ResGen или Visual Studio.
|
||||||
// Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
|
// Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
|
||||||
// с параметром /str или перестройте свой проект VS.
|
// с параметром /str или перестройте свой проект VS.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Resources {
|
internal class Resources {
|
||||||
|
|
@ -60,6 +60,16 @@ namespace тест.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap _8c21347c_06f9_4af8_9b9e_dda9f1eb187d {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("8c21347c-06f9-4af8-9b9e-dda9f1eb187d", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -124,10 +124,13 @@
|
||||||
<data name="Снимок экрана 2026-03-23 121511" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Снимок экрана 2026-03-23 121511" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Снимок экрана 2026-03-23 121511.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Снимок экрана 2026-03-23 121511.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Снимок экрана 2026-03-23 115753" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\Снимок экрана 2026-03-23 115753.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Снимок экрана 2026-03-23 121937" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Снимок экрана 2026-03-23 121937" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Снимок экрана 2026-03-23 121937.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Снимок экрана 2026-03-23 121937.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Снимок экрана 2026-03-23 115753" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Снимок экрана 2026-03-23 115753.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="8c21347c-06f9-4af8-9b9e-dda9f1eb187d" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\8c21347c-06f9-4af8-9b9e-dda9f1eb187d.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 648 KiB |
|
|
@ -31,41 +31,48 @@
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(testirovanie));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(testirovanie));
|
||||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
||||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
||||||
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
||||||
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
|
||||||
this.button2 = new System.Windows.Forms.Button();
|
|
||||||
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
||||||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
||||||
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||||
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton5 = new System.Windows.Forms.RadioButton();
|
this.radioButton5 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton6 = new System.Windows.Forms.RadioButton();
|
this.radioButton6 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||||
this.radioButton7 = new System.Windows.Forms.RadioButton();
|
this.radioButton7 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton8 = new System.Windows.Forms.RadioButton();
|
this.radioButton8 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton9 = new System.Windows.Forms.RadioButton();
|
this.radioButton9 = new System.Windows.Forms.RadioButton();
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
||||||
this.radioButton10 = new System.Windows.Forms.RadioButton();
|
this.radioButton10 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton11 = new System.Windows.Forms.RadioButton();
|
this.radioButton11 = new System.Windows.Forms.RadioButton();
|
||||||
this.radioButton12 = new System.Windows.Forms.RadioButton();
|
this.radioButton12 = new System.Windows.Forms.RadioButton();
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.button2 = new System.Windows.Forms.Button();
|
||||||
|
this.radioButton13 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.radioButton14 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.radioButton15 = new System.Windows.Forms.RadioButton();
|
||||||
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
||||||
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||||
this.tabControl1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
||||||
this.tabPage1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
||||||
this.tabPage2.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
||||||
this.tabPage3.SuspendLayout();
|
this.tabPage3.SuspendLayout();
|
||||||
this.tabPage4.SuspendLayout();
|
this.tabPage4.SuspendLayout();
|
||||||
|
this.tabPage5.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// tabControl1
|
// tabControl1
|
||||||
|
|
@ -96,6 +103,50 @@
|
||||||
this.tabPage1.Text = "Вопрос 1";
|
this.tabPage1.Text = "Вопрос 1";
|
||||||
this.tabPage1.UseVisualStyleBackColor = true;
|
this.tabPage1.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
// radioButton3
|
||||||
|
//
|
||||||
|
this.radioButton3.AutoSize = true;
|
||||||
|
this.radioButton3.Location = new System.Drawing.Point(10, 324);
|
||||||
|
this.radioButton3.Name = "radioButton3";
|
||||||
|
this.radioButton3.Size = new System.Drawing.Size(98, 17);
|
||||||
|
this.radioButton3.TabIndex = 4;
|
||||||
|
this.radioButton3.TabStop = true;
|
||||||
|
this.radioButton3.Text = "Волга и Серов";
|
||||||
|
this.radioButton3.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
|
||||||
|
//
|
||||||
|
// radioButton2
|
||||||
|
//
|
||||||
|
this.radioButton2.AutoSize = true;
|
||||||
|
this.radioButton2.Location = new System.Drawing.Point(10, 301);
|
||||||
|
this.radioButton2.Name = "radioButton2";
|
||||||
|
this.radioButton2.Size = new System.Drawing.Size(98, 17);
|
||||||
|
this.radioButton2.TabIndex = 3;
|
||||||
|
this.radioButton2.TabStop = true;
|
||||||
|
this.radioButton2.Text = "Волга и Репин";
|
||||||
|
this.radioButton2.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
||||||
|
//
|
||||||
|
// radioButton1
|
||||||
|
//
|
||||||
|
this.radioButton1.AutoSize = true;
|
||||||
|
this.radioButton1.Location = new System.Drawing.Point(10, 278);
|
||||||
|
this.radioButton1.Name = "radioButton1";
|
||||||
|
this.radioButton1.Size = new System.Drawing.Size(134, 17);
|
||||||
|
this.radioButton1.TabIndex = 2;
|
||||||
|
this.radioButton1.TabStop = true;
|
||||||
|
this.radioButton1.Text = "Волга и Айвазовский";
|
||||||
|
this.radioButton1.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.Location = new System.Drawing.Point(7, 7);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(383, 58);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = resources.GetString("label1.Text");
|
||||||
|
//
|
||||||
// tabPage2
|
// tabPage2
|
||||||
//
|
//
|
||||||
this.tabPage2.Controls.Add(this.radioButton4);
|
this.tabPage2.Controls.Add(this.radioButton4);
|
||||||
|
|
@ -110,118 +161,6 @@
|
||||||
this.tabPage2.TabIndex = 1;
|
this.tabPage2.TabIndex = 1;
|
||||||
this.tabPage2.Text = "Вопрос 2";
|
this.tabPage2.Text = "Вопрос 2";
|
||||||
this.tabPage2.UseVisualStyleBackColor = true;
|
this.tabPage2.UseVisualStyleBackColor = true;
|
||||||
//
|
|
||||||
// tabPage3
|
|
||||||
//
|
|
||||||
this.tabPage3.Controls.Add(this.radioButton7);
|
|
||||||
this.tabPage3.Controls.Add(this.radioButton8);
|
|
||||||
this.tabPage3.Controls.Add(this.radioButton9);
|
|
||||||
this.tabPage3.Controls.Add(this.label3);
|
|
||||||
this.tabPage3.Controls.Add(this.pictureBox3);
|
|
||||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
||||||
this.tabPage3.Name = "tabPage3";
|
|
||||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
||||||
this.tabPage3.Size = new System.Drawing.Size(396, 370);
|
|
||||||
this.tabPage3.TabIndex = 2;
|
|
||||||
this.tabPage3.Text = "Вопрос 3";
|
|
||||||
this.tabPage3.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// tabPage4
|
|
||||||
//
|
|
||||||
this.tabPage4.Controls.Add(this.radioButton10);
|
|
||||||
this.tabPage4.Controls.Add(this.radioButton11);
|
|
||||||
this.tabPage4.Controls.Add(this.radioButton12);
|
|
||||||
this.tabPage4.Controls.Add(this.pictureBox4);
|
|
||||||
this.tabPage4.Controls.Add(this.label4);
|
|
||||||
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
||||||
this.tabPage4.Name = "tabPage4";
|
|
||||||
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
||||||
this.tabPage4.Size = new System.Drawing.Size(396, 370);
|
|
||||||
this.tabPage4.TabIndex = 3;
|
|
||||||
this.tabPage4.Text = "Вопрос 4";
|
|
||||||
this.tabPage4.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// tabPage5
|
|
||||||
//
|
|
||||||
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
||||||
this.tabPage5.Name = "tabPage5";
|
|
||||||
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
||||||
this.tabPage5.Size = new System.Drawing.Size(396, 370);
|
|
||||||
this.tabPage5.TabIndex = 4;
|
|
||||||
this.tabPage5.Text = "Вопрос 5";
|
|
||||||
this.tabPage5.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// button1
|
|
||||||
//
|
|
||||||
this.button1.Location = new System.Drawing.Point(252, 468);
|
|
||||||
this.button1.Name = "button1";
|
|
||||||
this.button1.Size = new System.Drawing.Size(155, 23);
|
|
||||||
this.button1.TabIndex = 1;
|
|
||||||
this.button1.Text = "Завершить тестирование";
|
|
||||||
this.button1.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label1
|
|
||||||
//
|
|
||||||
this.label1.Location = new System.Drawing.Point(7, 7);
|
|
||||||
this.label1.Name = "label1";
|
|
||||||
this.label1.Size = new System.Drawing.Size(383, 58);
|
|
||||||
this.label1.TabIndex = 0;
|
|
||||||
this.label1.Text = resources.GetString("label1.Text");
|
|
||||||
//
|
|
||||||
// button2
|
|
||||||
//
|
|
||||||
this.button2.Location = new System.Drawing.Point(252, 411);
|
|
||||||
this.button2.Name = "button2";
|
|
||||||
this.button2.Size = new System.Drawing.Size(155, 23);
|
|
||||||
this.button2.TabIndex = 2;
|
|
||||||
this.button2.Text = "Следующий вопрос";
|
|
||||||
this.button2.UseVisualStyleBackColor = true;
|
|
||||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
||||||
//
|
|
||||||
// radioButton1
|
|
||||||
//
|
|
||||||
this.radioButton1.AutoSize = true;
|
|
||||||
this.radioButton1.Location = new System.Drawing.Point(10, 278);
|
|
||||||
this.radioButton1.Name = "radioButton1";
|
|
||||||
this.radioButton1.Size = new System.Drawing.Size(134, 17);
|
|
||||||
this.radioButton1.TabIndex = 2;
|
|
||||||
this.radioButton1.TabStop = true;
|
|
||||||
this.radioButton1.Text = "Волга и Айвазовский";
|
|
||||||
this.radioButton1.UseVisualStyleBackColor = true;
|
|
||||||
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
|
||||||
//
|
|
||||||
// radioButton2
|
|
||||||
//
|
|
||||||
this.radioButton2.AutoSize = true;
|
|
||||||
this.radioButton2.Location = new System.Drawing.Point(10, 301);
|
|
||||||
this.radioButton2.Name = "radioButton2";
|
|
||||||
this.radioButton2.Size = new System.Drawing.Size(98, 17);
|
|
||||||
this.radioButton2.TabIndex = 3;
|
|
||||||
this.radioButton2.TabStop = true;
|
|
||||||
this.radioButton2.Text = "Волга и Репин";
|
|
||||||
this.radioButton2.UseVisualStyleBackColor = true;
|
|
||||||
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
|
||||||
//
|
|
||||||
// radioButton3
|
|
||||||
//
|
|
||||||
this.radioButton3.AutoSize = true;
|
|
||||||
this.radioButton3.Location = new System.Drawing.Point(10, 324);
|
|
||||||
this.radioButton3.Name = "radioButton3";
|
|
||||||
this.radioButton3.Size = new System.Drawing.Size(98, 17);
|
|
||||||
this.radioButton3.TabIndex = 4;
|
|
||||||
this.radioButton3.TabStop = true;
|
|
||||||
this.radioButton3.Text = "Волга и Серов";
|
|
||||||
this.radioButton3.UseVisualStyleBackColor = true;
|
|
||||||
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
|
|
||||||
//
|
|
||||||
// label2
|
|
||||||
//
|
|
||||||
this.label2.Location = new System.Drawing.Point(7, 7);
|
|
||||||
this.label2.Name = "label2";
|
|
||||||
this.label2.Size = new System.Drawing.Size(383, 59);
|
|
||||||
this.label2.TabIndex = 0;
|
|
||||||
this.label2.Text = "Илья Занковский в 1886 году изобразил восхитительный пик в закатном свете. Что эт" +
|
|
||||||
"о за гора? Немного подскажем: это стратовулкан на Кавказе высотой 5642 метра.";
|
|
||||||
//
|
//
|
||||||
// radioButton4
|
// radioButton4
|
||||||
//
|
//
|
||||||
|
|
@ -259,6 +198,30 @@
|
||||||
this.radioButton6.UseVisualStyleBackColor = true;
|
this.radioButton6.UseVisualStyleBackColor = true;
|
||||||
this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged);
|
this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged);
|
||||||
//
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
this.label2.Location = new System.Drawing.Point(7, 7);
|
||||||
|
this.label2.Name = "label2";
|
||||||
|
this.label2.Size = new System.Drawing.Size(383, 59);
|
||||||
|
this.label2.TabIndex = 0;
|
||||||
|
this.label2.Text = "Илья Занковский в 1886 году изобразил восхитительный пик в закатном свете. Что эт" +
|
||||||
|
"о за гора? Немного подскажем: это стратовулкан на Кавказе высотой 5642 метра.";
|
||||||
|
//
|
||||||
|
// tabPage3
|
||||||
|
//
|
||||||
|
this.tabPage3.Controls.Add(this.radioButton7);
|
||||||
|
this.tabPage3.Controls.Add(this.radioButton8);
|
||||||
|
this.tabPage3.Controls.Add(this.radioButton9);
|
||||||
|
this.tabPage3.Controls.Add(this.label3);
|
||||||
|
this.tabPage3.Controls.Add(this.pictureBox3);
|
||||||
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||||
|
this.tabPage3.Name = "tabPage3";
|
||||||
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||||
|
this.tabPage3.Size = new System.Drawing.Size(396, 370);
|
||||||
|
this.tabPage3.TabIndex = 2;
|
||||||
|
this.tabPage3.Text = "Вопрос 3";
|
||||||
|
this.tabPage3.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
// radioButton7
|
// radioButton7
|
||||||
//
|
//
|
||||||
this.radioButton7.AutoSize = true;
|
this.radioButton7.AutoSize = true;
|
||||||
|
|
@ -303,6 +266,21 @@
|
||||||
this.label3.Text = resources.GetString("label3.Text");
|
this.label3.Text = resources.GetString("label3.Text");
|
||||||
this.label3.Click += new System.EventHandler(this.label3_Click);
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
||||||
//
|
//
|
||||||
|
// tabPage4
|
||||||
|
//
|
||||||
|
this.tabPage4.Controls.Add(this.radioButton10);
|
||||||
|
this.tabPage4.Controls.Add(this.radioButton11);
|
||||||
|
this.tabPage4.Controls.Add(this.radioButton12);
|
||||||
|
this.tabPage4.Controls.Add(this.label4);
|
||||||
|
this.tabPage4.Controls.Add(this.pictureBox4);
|
||||||
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
||||||
|
this.tabPage4.Name = "tabPage4";
|
||||||
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
||||||
|
this.tabPage4.Size = new System.Drawing.Size(396, 370);
|
||||||
|
this.tabPage4.TabIndex = 3;
|
||||||
|
this.tabPage4.Text = "Вопрос 4";
|
||||||
|
this.tabPage4.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
// radioButton10
|
// radioButton10
|
||||||
//
|
//
|
||||||
this.radioButton10.AutoSize = true;
|
this.radioButton10.AutoSize = true;
|
||||||
|
|
@ -312,6 +290,7 @@
|
||||||
this.radioButton10.TabIndex = 17;
|
this.radioButton10.TabIndex = 17;
|
||||||
this.radioButton10.Text = "Эффект заката";
|
this.radioButton10.Text = "Эффект заката";
|
||||||
this.radioButton10.UseVisualStyleBackColor = true;
|
this.radioButton10.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton10.CheckedChanged += new System.EventHandler(this.radioButton10_CheckedChanged);
|
||||||
//
|
//
|
||||||
// radioButton11
|
// radioButton11
|
||||||
//
|
//
|
||||||
|
|
@ -322,6 +301,7 @@
|
||||||
this.radioButton11.TabIndex = 16;
|
this.radioButton11.TabIndex = 16;
|
||||||
this.radioButton11.Text = "Эффект горы";
|
this.radioButton11.Text = "Эффект горы";
|
||||||
this.radioButton11.UseVisualStyleBackColor = true;
|
this.radioButton11.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton11.CheckedChanged += new System.EventHandler(this.radioButton11_CheckedChanged);
|
||||||
//
|
//
|
||||||
// radioButton12
|
// radioButton12
|
||||||
//
|
//
|
||||||
|
|
@ -334,6 +314,7 @@
|
||||||
this.radioButton12.TabStop = true;
|
this.radioButton12.TabStop = true;
|
||||||
this.radioButton12.Text = "Эффект бабочки";
|
this.radioButton12.Text = "Эффект бабочки";
|
||||||
this.radioButton12.UseVisualStyleBackColor = true;
|
this.radioButton12.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton12.CheckedChanged += new System.EventHandler(this.radioButton12_CheckedChanged);
|
||||||
//
|
//
|
||||||
// label4
|
// label4
|
||||||
//
|
//
|
||||||
|
|
@ -343,6 +324,84 @@
|
||||||
this.label4.TabIndex = 13;
|
this.label4.TabIndex = 13;
|
||||||
this.label4.Text = "А вот еще одна работа Архипа Куинджи. И тоже 1900–1910 года создания. Попробуйте " +
|
this.label4.Text = "А вот еще одна работа Архипа Куинджи. И тоже 1900–1910 года создания. Попробуйте " +
|
||||||
"по одному взгляду на нее угадать название. Это «Эффект…»";
|
"по одному взгляду на нее угадать название. Это «Эффект…»";
|
||||||
|
//
|
||||||
|
// tabPage5
|
||||||
|
//
|
||||||
|
this.tabPage5.Controls.Add(this.radioButton13);
|
||||||
|
this.tabPage5.Controls.Add(this.radioButton14);
|
||||||
|
this.tabPage5.Controls.Add(this.radioButton15);
|
||||||
|
this.tabPage5.Controls.Add(this.pictureBox5);
|
||||||
|
this.tabPage5.Controls.Add(this.label5);
|
||||||
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
||||||
|
this.tabPage5.Name = "tabPage5";
|
||||||
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
||||||
|
this.tabPage5.Size = new System.Drawing.Size(396, 370);
|
||||||
|
this.tabPage5.TabIndex = 4;
|
||||||
|
this.tabPage5.Text = "Вопрос 5";
|
||||||
|
this.tabPage5.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.Location = new System.Drawing.Point(252, 468);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(155, 23);
|
||||||
|
this.button1.TabIndex = 1;
|
||||||
|
this.button1.Text = "Завершить тестирование";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// button2
|
||||||
|
//
|
||||||
|
this.button2.Location = new System.Drawing.Point(252, 411);
|
||||||
|
this.button2.Name = "button2";
|
||||||
|
this.button2.Size = new System.Drawing.Size(155, 23);
|
||||||
|
this.button2.TabIndex = 2;
|
||||||
|
this.button2.Text = "Следующий вопрос";
|
||||||
|
this.button2.UseVisualStyleBackColor = true;
|
||||||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||||
|
//
|
||||||
|
// radioButton13
|
||||||
|
//
|
||||||
|
this.radioButton13.AutoSize = true;
|
||||||
|
this.radioButton13.Location = new System.Drawing.Point(10, 335);
|
||||||
|
this.radioButton13.Name = "radioButton13";
|
||||||
|
this.radioButton13.Size = new System.Drawing.Size(167, 17);
|
||||||
|
this.radioButton13.TabIndex = 9;
|
||||||
|
this.radioButton13.Text = "На Звенигородском посаде";
|
||||||
|
this.radioButton13.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton13.CheckedChanged += new System.EventHandler(this.radioButton13_CheckedChanged);
|
||||||
|
//
|
||||||
|
// radioButton14
|
||||||
|
//
|
||||||
|
this.radioButton14.AutoSize = true;
|
||||||
|
this.radioButton14.Location = new System.Drawing.Point(10, 312);
|
||||||
|
this.radioButton14.Name = "radioButton14";
|
||||||
|
this.radioButton14.Size = new System.Drawing.Size(158, 17);
|
||||||
|
this.radioButton14.TabIndex = 8;
|
||||||
|
this.radioButton14.Text = "На монастырском посаде";
|
||||||
|
this.radioButton14.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton14.CheckedChanged += new System.EventHandler(this.radioButton14_CheckedChanged);
|
||||||
|
//
|
||||||
|
// radioButton15
|
||||||
|
//
|
||||||
|
this.radioButton15.AutoSize = true;
|
||||||
|
this.radioButton15.Checked = true;
|
||||||
|
this.radioButton15.Location = new System.Drawing.Point(10, 289);
|
||||||
|
this.radioButton15.Name = "radioButton15";
|
||||||
|
this.radioButton15.Size = new System.Drawing.Size(152, 17);
|
||||||
|
this.radioButton15.TabIndex = 7;
|
||||||
|
this.radioButton15.TabStop = true;
|
||||||
|
this.radioButton15.Text = "На Кремлевском посаде";
|
||||||
|
this.radioButton15.UseVisualStyleBackColor = true;
|
||||||
|
this.radioButton15.CheckedChanged += new System.EventHandler(this.radioButton15_CheckedChanged);
|
||||||
|
//
|
||||||
|
// label5
|
||||||
|
//
|
||||||
|
this.label5.Location = new System.Drawing.Point(7, 3);
|
||||||
|
this.label5.Name = "label5";
|
||||||
|
this.label5.Size = new System.Drawing.Size(383, 108);
|
||||||
|
this.label5.TabIndex = 5;
|
||||||
|
this.label5.Text = resources.GetString("label5.Text");
|
||||||
|
this.label5.Click += new System.EventHandler(this.label5_Click);
|
||||||
//
|
//
|
||||||
// pictureBox1
|
// pictureBox1
|
||||||
//
|
//
|
||||||
|
|
@ -384,6 +443,17 @@
|
||||||
this.pictureBox4.TabIndex = 14;
|
this.pictureBox4.TabIndex = 14;
|
||||||
this.pictureBox4.TabStop = false;
|
this.pictureBox4.TabStop = false;
|
||||||
//
|
//
|
||||||
|
// pictureBox5
|
||||||
|
//
|
||||||
|
this.pictureBox5.Image = global::тест.Properties.Resources._8c21347c_06f9_4af8_9b9e_dda9f1eb187d;
|
||||||
|
this.pictureBox5.Location = new System.Drawing.Point(81, 100);
|
||||||
|
this.pictureBox5.Name = "pictureBox5";
|
||||||
|
this.pictureBox5.Size = new System.Drawing.Size(250, 174);
|
||||||
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||||
|
this.pictureBox5.TabIndex = 6;
|
||||||
|
this.pictureBox5.TabStop = false;
|
||||||
|
this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
|
||||||
|
//
|
||||||
// testirovanie
|
// testirovanie
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
@ -407,10 +477,13 @@
|
||||||
this.tabPage3.PerformLayout();
|
this.tabPage3.PerformLayout();
|
||||||
this.tabPage4.ResumeLayout(false);
|
this.tabPage4.ResumeLayout(false);
|
||||||
this.tabPage4.PerformLayout();
|
this.tabPage4.PerformLayout();
|
||||||
|
this.tabPage5.ResumeLayout(false);
|
||||||
|
this.tabPage5.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -445,5 +518,10 @@
|
||||||
private System.Windows.Forms.RadioButton radioButton12;
|
private System.Windows.Forms.RadioButton radioButton12;
|
||||||
private System.Windows.Forms.PictureBox pictureBox4;
|
private System.Windows.Forms.PictureBox pictureBox4;
|
||||||
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label4;
|
||||||
|
private System.Windows.Forms.RadioButton radioButton13;
|
||||||
|
private System.Windows.Forms.RadioButton radioButton14;
|
||||||
|
private System.Windows.Forms.RadioButton radioButton15;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBox5;
|
||||||
|
private System.Windows.Forms.Label label5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
118
testirovanie.cs
118
testirovanie.cs
|
|
@ -202,6 +202,124 @@ namespace тест
|
||||||
}
|
}
|
||||||
else { v3 = 0; }
|
else { v3 = 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void label5_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton14_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton15.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton13.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton14.Checked == false)
|
||||||
|
{
|
||||||
|
v5 = 1;
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton15_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton15.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton13.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton14.Checked == false)
|
||||||
|
{
|
||||||
|
v5 = 1;
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private void pictureBox5_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton13_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton15.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton13.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton14.Checked == false)
|
||||||
|
{
|
||||||
|
v5 = 1;
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v5 = 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton12_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton11.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton13.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton14.Checked == false)
|
||||||
|
{
|
||||||
|
v4 = 1;
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton10_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton11.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton10.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton12.Checked == false)
|
||||||
|
{
|
||||||
|
v4 = 1;
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
private void radioButton11_CheckedChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (radioButton11.Checked == false)
|
||||||
|
{
|
||||||
|
if (radioButton10.Checked == true)
|
||||||
|
{
|
||||||
|
if (radioButton12.Checked == false)
|
||||||
|
{
|
||||||
|
v4 = 1;
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
|
||||||
|
}
|
||||||
|
else { v4 = 0; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -123,4 +123,7 @@
|
||||||
<data name="label3.Text" xml:space="preserve">
|
<data name="label3.Text" xml:space="preserve">
|
||||||
<value>Это произведение 1900–1910 годов называется «Пятна лунного света в лесу. Зима». Художник — автор полотна много путешествовал, обожал Валаам, любил Крым, много писал в горах, но ездил не только по России. Например, неоднократно бывал во Франции. Назовите этого художника-путешественника, автора картины и лидера русской школы люминизма.</value>
|
<value>Это произведение 1900–1910 годов называется «Пятна лунного света в лесу. Зима». Художник — автор полотна много путешествовал, обожал Валаам, любил Крым, много писал в горах, но ездил не только по России. Например, неоднократно бывал во Франции. Назовите этого художника-путешественника, автора картины и лидера русской школы люминизма.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="label5.Text" xml:space="preserve">
|
||||||
|
<value>Антонина Софронова прошла путь от сезаннизма «Бубнового валета» через конструктивизм к авторскому стилю лирической живописи в русле французского постимпрессионизма. В названии ее работы есть слово «посад». Посадом называли населенные территории за пределами «города», то есть укрепленного княжеского, боярского или церковного поселения — кремля, монастыря. Как называется картина? Подсказкой будет место проведения выставки «Преображенная природа».</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
@ -107,5 +107,8 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\Снимок экрана 2026-03-23 121937.png" />
|
<None Include="Resources\Снимок экрана 2026-03-23 121937.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\8c21347c-06f9-4af8-9b9e-dda9f1eb187d.jpg" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in New Issue