a_game_of_skill/Form1.Designer.cs
2025-01-22 22:57:07 +07:00

216 lines
9.7 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace gameeee
{
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.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.startButton = new System.Windows.Forms.Button();
this.scoreLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.timeLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// startButton
//
this.startButton.Location = new System.Drawing.Point(302, 9);
this.startButton.Name = "startButton";
this.startButton.Size = new System.Drawing.Size(75, 23);
this.startButton.TabIndex = 27;
this.startButton.Text = "Начать";
this.startButton.UseVisualStyleBackColor = true;
//
// scoreLabel
//
this.scoreLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.scoreLabel.Location = new System.Drawing.Point(260, 9);
this.scoreLabel.Name = "scoreLabel";
this.scoreLabel.Size = new System.Drawing.Size(48, 23);
this.scoreLabel.TabIndex = 26;
this.scoreLabel.Text = "0";
this.scoreLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(188, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 25;
this.label3.Text = "Очки";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timeLabel
//
this.timeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.timeLabel.Location = new System.Drawing.Point(95, 9);
this.timeLabel.Name = "timeLabel";
this.timeLabel.Size = new System.Drawing.Size(59, 23);
this.timeLabel.TabIndex = 24;
this.timeLabel.Text = "00:00";
this.timeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 23;
this.label1.Text = "Время";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button7
//
this.button7.Location = new System.Drawing.Point(121, 135);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(43, 40);
this.button7.TabIndex = 22;
this.button7.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Location = new System.Drawing.Point(72, 135);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(43, 40);
this.button8.TabIndex = 21;
this.button8.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.Location = new System.Drawing.Point(23, 135);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(43, 40);
this.button9.TabIndex = 20;
this.button9.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(121, 89);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(43, 40);
this.button4.TabIndex = 19;
this.button4.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(72, 89);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(43, 40);
this.button5.TabIndex = 18;
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Location = new System.Drawing.Point(23, 89);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(43, 40);
this.button6.TabIndex = 17;
this.button6.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(121, 43);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(43, 40);
this.button3.TabIndex = 16;
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(72, 43);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(43, 40);
this.button2.TabIndex = 15;
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(23, 43);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(43, 40);
this.button1.TabIndex = 14;
this.button1.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(389, 211);
this.Controls.Add(this.startButton);
this.Controls.Add(this.scoreLabel);
this.Controls.Add(this.label3);
this.Controls.Add(this.timeLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.button7);
this.Controls.Add(this.button8);
this.Controls.Add(this.button9);
this.Controls.Add(this.button4);
this.Controls.Add(this.button5);
this.Controls.Add(this.button6);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button startButton;
private System.Windows.Forms.Label scoreLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label timeLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Timer timer2;
}
}