namespace WindowsFormsApp4 { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.btnMin1 = new System.Windows.Forms.Button(); this.btnMin2 = new System.Windows.Forms.Button(); this.btnMin3 = new System.Windows.Forms.Button(); this.btnMin4 = new System.Windows.Forms.Button(); this.btnMin5 = new System.Windows.Forms.Button(); this.btnMin6 = new System.Windows.Forms.Button(); this.btnMin7 = new System.Windows.Forms.Button(); this.btnMin8 = new System.Windows.Forms.Button(); this.btnMin9 = new System.Windows.Forms.Button(); this.tb1 = new System.Windows.Forms.TextBox(); this.btnStart = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // btnMin1 // this.btnMin1.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin1.Location = new System.Drawing.Point(12, 66); this.btnMin1.Name = "btnMin1"; this.btnMin1.Size = new System.Drawing.Size(55, 55); this.btnMin1.TabIndex = 0; this.btnMin1.UseVisualStyleBackColor = true; this.btnMin1.Click += new System.EventHandler(this.btn_Click1); // // btnMin2 // this.btnMin2.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin2.Location = new System.Drawing.Point(73, 66); this.btnMin2.Name = "btnMin2"; this.btnMin2.Size = new System.Drawing.Size(55, 55); this.btnMin2.TabIndex = 1; this.btnMin2.UseVisualStyleBackColor = true; this.btnMin2.Click += new System.EventHandler(this.btnMin_Click2); // // btnMin3 // this.btnMin3.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin3.Location = new System.Drawing.Point(134, 66); this.btnMin3.Name = "btnMin3"; this.btnMin3.Size = new System.Drawing.Size(55, 55); this.btnMin3.TabIndex = 2; this.btnMin3.UseVisualStyleBackColor = true; this.btnMin3.Click += new System.EventHandler(this.btn_Click3); // // btnMin4 // this.btnMin4.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin4.Location = new System.Drawing.Point(12, 125); this.btnMin4.Name = "btnMin4"; this.btnMin4.Size = new System.Drawing.Size(55, 55); this.btnMin4.TabIndex = 3; this.btnMin4.UseVisualStyleBackColor = true; this.btnMin4.Click += new System.EventHandler(this.btn_Click4); // // btnMin5 // this.btnMin5.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin5.Location = new System.Drawing.Point(73, 125); this.btnMin5.Name = "btnMin5"; this.btnMin5.Size = new System.Drawing.Size(55, 55); this.btnMin5.TabIndex = 4; this.btnMin5.UseVisualStyleBackColor = true; this.btnMin5.Click += new System.EventHandler(this.btn_Click5); // // btnMin6 // this.btnMin6.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin6.Location = new System.Drawing.Point(134, 125); this.btnMin6.Name = "btnMin6"; this.btnMin6.Size = new System.Drawing.Size(55, 55); this.btnMin6.TabIndex = 5; this.btnMin6.UseVisualStyleBackColor = true; this.btnMin6.Click += new System.EventHandler(this.btn_Click6); // // btnMin7 // this.btnMin7.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin7.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin7.Location = new System.Drawing.Point(12, 184); this.btnMin7.Name = "btnMin7"; this.btnMin7.Size = new System.Drawing.Size(55, 55); this.btnMin7.TabIndex = 6; this.btnMin7.UseVisualStyleBackColor = true; this.btnMin7.Click += new System.EventHandler(this.btn_Click7); // // btnMin8 // this.btnMin8.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin8.Location = new System.Drawing.Point(73, 184); this.btnMin8.Name = "btnMin8"; this.btnMin8.Size = new System.Drawing.Size(55, 55); this.btnMin8.TabIndex = 7; this.btnMin8.UseVisualStyleBackColor = true; this.btnMin8.Click += new System.EventHandler(this.btnMin_Click8); // // btnMin9 // this.btnMin9.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMin9.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMin9.Location = new System.Drawing.Point(134, 184); this.btnMin9.Name = "btnMin9"; this.btnMin9.Size = new System.Drawing.Size(55, 55); this.btnMin9.TabIndex = 8; this.btnMin9.UseVisualStyleBackColor = true; this.btnMin9.Click += new System.EventHandler(this.btn_Click9); // // tb1 // this.tb1.Cursor = System.Windows.Forms.Cursors.No; this.tb1.Enabled = false; this.tb1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tb1.Location = new System.Drawing.Point(12, 245); this.tb1.Name = "tb1"; this.tb1.Size = new System.Drawing.Size(179, 26); this.tb1.TabIndex = 9; this.tb1.TextChanged += new System.EventHandler(this.tb1TextChanged); // // btnStart // this.btnStart.BackColor = System.Drawing.Color.White; this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnStart.ForeColor = System.Drawing.Color.Black; this.btnStart.Location = new System.Drawing.Point(12, 22); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(177, 38); this.btnStart.TabIndex = 10; this.btnStart.Tag = ""; this.btnStart.Text = "Начать играть"; this.btnStart.UseVisualStyleBackColor = false; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Gray; this.panel1.Location = new System.Drawing.Point(-3, -84); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(209, 370); this.panel1.TabIndex = 11; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange; this.ClientSize = new System.Drawing.Size(205, 283); this.Controls.Add(this.btnStart); this.Controls.Add(this.tb1); this.Controls.Add(this.btnMin9); this.Controls.Add(this.btnMin8); this.Controls.Add(this.btnMin7); this.Controls.Add(this.btnMin6); this.Controls.Add(this.btnMin5); this.Controls.Add(this.btnMin4); this.Controls.Add(this.btnMin3); this.Controls.Add(this.btnMin2); this.Controls.Add(this.btnMin1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1000, 1000); this.MinimizeBox = false; this.Name = "Form1"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Сапёр"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnMin1; private System.Windows.Forms.Button btnMin2; private System.Windows.Forms.Button btnMin3; private System.Windows.Forms.Button btnMin4; private System.Windows.Forms.Button btnMin5; private System.Windows.Forms.Button btnMin6; private System.Windows.Forms.Button btnMin7; private System.Windows.Forms.Button btnMin8; private System.Windows.Forms.Button btnMin9; private System.Windows.Forms.TextBox tb1; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Panel panel1; } }