333 lines
16 KiB
C#
333 lines
16 KiB
C#
![]() |
namespace WindowsFormsApp8
|
|||
|
{
|
|||
|
partial class Form1
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Обязательная переменная конструктора.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Освободить все используемые ресурсы.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Код, автоматически созданный конструктором форм Windows
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
|||
|
/// содержимое этого метода с помощью редактора кода.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.A1 = new System.Windows.Forms.Button();
|
|||
|
this.A2 = new System.Windows.Forms.Button();
|
|||
|
this.A3 = new System.Windows.Forms.Button();
|
|||
|
this.B1 = new System.Windows.Forms.Button();
|
|||
|
this.B2 = new System.Windows.Forms.Button();
|
|||
|
this.B3 = new System.Windows.Forms.Button();
|
|||
|
this.C1 = new System.Windows.Forms.Button();
|
|||
|
this.C2 = new System.Windows.Forms.Button();
|
|||
|
this.C3 = new System.Windows.Forms.Button();
|
|||
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|||
|
this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.новаяИграToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.сброситьОчкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.оПрограммеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.изменитьИгроковToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// A1
|
|||
|
//
|
|||
|
this.A1.Location = new System.Drawing.Point(11, 26);
|
|||
|
this.A1.Name = "A1";
|
|||
|
this.A1.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.A1.TabIndex = 0;
|
|||
|
this.A1.UseVisualStyleBackColor = true;
|
|||
|
this.A1.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.A1.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.A1.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// A2
|
|||
|
//
|
|||
|
this.A2.Location = new System.Drawing.Point(77, 26);
|
|||
|
this.A2.Name = "A2";
|
|||
|
this.A2.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.A2.TabIndex = 1;
|
|||
|
this.A2.UseVisualStyleBackColor = true;
|
|||
|
this.A2.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.A2.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.A2.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// A3
|
|||
|
//
|
|||
|
this.A3.Location = new System.Drawing.Point(143, 26);
|
|||
|
this.A3.Name = "A3";
|
|||
|
this.A3.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.A3.TabIndex = 2;
|
|||
|
this.A3.UseVisualStyleBackColor = true;
|
|||
|
this.A3.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.A3.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.A3.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// B1
|
|||
|
//
|
|||
|
this.B1.Location = new System.Drawing.Point(11, 92);
|
|||
|
this.B1.Name = "B1";
|
|||
|
this.B1.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.B1.TabIndex = 3;
|
|||
|
this.B1.UseVisualStyleBackColor = true;
|
|||
|
this.B1.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.B1.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.B1.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// B2
|
|||
|
//
|
|||
|
this.B2.Location = new System.Drawing.Point(77, 92);
|
|||
|
this.B2.Name = "B2";
|
|||
|
this.B2.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.B2.TabIndex = 4;
|
|||
|
this.B2.UseVisualStyleBackColor = true;
|
|||
|
this.B2.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.B2.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.B2.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// B3
|
|||
|
//
|
|||
|
this.B3.Location = new System.Drawing.Point(143, 92);
|
|||
|
this.B3.Name = "B3";
|
|||
|
this.B3.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.B3.TabIndex = 5;
|
|||
|
this.B3.UseVisualStyleBackColor = true;
|
|||
|
this.B3.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.B3.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.B3.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// C1
|
|||
|
//
|
|||
|
this.C1.Location = new System.Drawing.Point(11, 158);
|
|||
|
this.C1.Name = "C1";
|
|||
|
this.C1.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.C1.TabIndex = 6;
|
|||
|
this.C1.UseVisualStyleBackColor = true;
|
|||
|
this.C1.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.C1.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.C1.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// C2
|
|||
|
//
|
|||
|
this.C2.Location = new System.Drawing.Point(77, 158);
|
|||
|
this.C2.Name = "C2";
|
|||
|
this.C2.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.C2.TabIndex = 7;
|
|||
|
this.C2.UseVisualStyleBackColor = true;
|
|||
|
this.C2.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.C2.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.C2.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// C3
|
|||
|
//
|
|||
|
this.C3.Location = new System.Drawing.Point(143, 158);
|
|||
|
this.C3.Name = "C3";
|
|||
|
this.C3.Size = new System.Drawing.Size(60, 60);
|
|||
|
this.C3.TabIndex = 8;
|
|||
|
this.C3.UseVisualStyleBackColor = true;
|
|||
|
this.C3.Click += new System.EventHandler(this.A1_Click);
|
|||
|
this.C3.MouseEnter += new System.EventHandler(this.A1_MouseEnter);
|
|||
|
this.C3.MouseLeave += new System.EventHandler(this.A1_MouseLeave);
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.файлToolStripMenuItem,
|
|||
|
this.помощьToolStripMenuItem});
|
|||
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip1.Name = "menuStrip1";
|
|||
|
this.menuStrip1.Size = new System.Drawing.Size(215, 24);
|
|||
|
this.menuStrip1.TabIndex = 9;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// файлToolStripMenuItem
|
|||
|
//
|
|||
|
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.новаяИграToolStripMenuItem,
|
|||
|
this.выходToolStripMenuItem,
|
|||
|
this.сброситьОчкиToolStripMenuItem,
|
|||
|
this.изменитьИгроковToolStripMenuItem});
|
|||
|
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
|||
|
this.файлToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
|||
|
this.файлToolStripMenuItem.Text = "Файл";
|
|||
|
//
|
|||
|
// новаяИграToolStripMenuItem
|
|||
|
//
|
|||
|
this.новаяИграToolStripMenuItem.Name = "новаяИграToolStripMenuItem";
|
|||
|
this.новаяИграToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.новаяИграToolStripMenuItem.Text = "Новая игра";
|
|||
|
this.новаяИграToolStripMenuItem.Click += new System.EventHandler(this.новаяИграToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// выходToolStripMenuItem
|
|||
|
//
|
|||
|
this.выходToolStripMenuItem.Name = "выходToolStripMenuItem";
|
|||
|
this.выходToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.выходToolStripMenuItem.Text = "Выход";
|
|||
|
//
|
|||
|
// сброситьОчкиToolStripMenuItem
|
|||
|
//
|
|||
|
this.сброситьОчкиToolStripMenuItem.Name = "сброситьОчкиToolStripMenuItem";
|
|||
|
this.сброситьОчкиToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.сброситьОчкиToolStripMenuItem.Text = "Сбросить очки";
|
|||
|
this.сброситьОчкиToolStripMenuItem.Click += new System.EventHandler(this.сброситьОчкиToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// помощьToolStripMenuItem
|
|||
|
//
|
|||
|
this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.оПрограммеToolStripMenuItem});
|
|||
|
this.помощьToolStripMenuItem.Name = "помощьToolStripMenuItem";
|
|||
|
this.помощьToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
|
|||
|
this.помощьToolStripMenuItem.Text = "Помощь";
|
|||
|
//
|
|||
|
// оПрограммеToolStripMenuItem
|
|||
|
//
|
|||
|
this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem";
|
|||
|
this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
|||
|
this.оПрограммеToolStripMenuItem.Text = "О программе";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(10, 231);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(59, 13);
|
|||
|
this.label1.TabIndex = 10;
|
|||
|
this.label1.Text = "Х победил";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(145, 231);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(60, 13);
|
|||
|
this.label2.TabIndex = 11;
|
|||
|
this.label2.Text = "О победил";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(87, 231);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.label3.TabIndex = 12;
|
|||
|
this.label3.Text = "Ничья";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(34, 250);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label4.TabIndex = 13;
|
|||
|
this.label4.Text = "0";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(100, 250);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label5.TabIndex = 14;
|
|||
|
this.label5.Text = "0";
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(169, 250);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label6.TabIndex = 15;
|
|||
|
this.label6.Text = "0";
|
|||
|
//
|
|||
|
// изменитьИгроковToolStripMenuItem
|
|||
|
//
|
|||
|
this.изменитьИгроковToolStripMenuItem.Name = "изменитьИгроковToolStripMenuItem";
|
|||
|
this.изменитьИгроковToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.изменитьИгроковToolStripMenuItem.Text = "Изменить игроков";
|
|||
|
this.изменитьИгроковToolStripMenuItem.Click += new System.EventHandler(this.изменитьИгроковToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// Form1
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(215, 277);
|
|||
|
this.Controls.Add(this.label6);
|
|||
|
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.Controls.Add(this.C3);
|
|||
|
this.Controls.Add(this.C2);
|
|||
|
this.Controls.Add(this.C1);
|
|||
|
this.Controls.Add(this.B3);
|
|||
|
this.Controls.Add(this.B2);
|
|||
|
this.Controls.Add(this.B1);
|
|||
|
this.Controls.Add(this.A3);
|
|||
|
this.Controls.Add(this.A2);
|
|||
|
this.Controls.Add(this.A1);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Name = "Form1";
|
|||
|
this.Text = "Form1";
|
|||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button A1;
|
|||
|
private System.Windows.Forms.Button A2;
|
|||
|
private System.Windows.Forms.Button A3;
|
|||
|
private System.Windows.Forms.Button B1;
|
|||
|
private System.Windows.Forms.Button B2;
|
|||
|
private System.Windows.Forms.Button B3;
|
|||
|
private System.Windows.Forms.Button C1;
|
|||
|
private System.Windows.Forms.Button C2;
|
|||
|
private System.Windows.Forms.Button C3;
|
|||
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem файлToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem помощьToolStripMenuItem;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem новаяИграToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem сброситьОчкиToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem оПрограммеToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem изменитьИгроковToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|
|||
|
|