namespace simple_game { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblTopLeft = new System.Windows.Forms.Label(); this.lblBottomLeft = new System.Windows.Forms.Label(); this.lblBottomRight = new System.Windows.Forms.Label(); this.lblTopRight = new System.Windows.Forms.Label(); this.btnTopLeft = new System.Windows.Forms.Button(); this.btnBottomLeft = new System.Windows.Forms.Button(); this.btnBottomRight = new System.Windows.Forms.Button(); this.btnTopRight = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblTopLeft // this.lblTopLeft.AutoSize = true; this.lblTopLeft.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lblTopLeft.Location = new System.Drawing.Point(238, 76); this.lblTopLeft.Name = "lblTopLeft"; this.lblTopLeft.Size = new System.Drawing.Size(98, 37); this.lblTopLeft.TabIndex = 0; this.lblTopLeft.Text = "Где-то"; this.lblTopLeft.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblBottomLeft // this.lblBottomLeft.AutoSize = true; this.lblBottomLeft.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lblBottomLeft.Location = new System.Drawing.Point(233, 152); this.lblBottomLeft.Name = "lblBottomLeft"; this.lblBottomLeft.Size = new System.Drawing.Size(103, 37); this.lblBottomLeft.TabIndex = 1; this.lblBottomLeft.Text = "Что-то"; this.lblBottomLeft.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblBottomRight // this.lblBottomRight.AutoSize = true; this.lblBottomRight.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lblBottomRight.Location = new System.Drawing.Point(373, 152); this.lblBottomRight.Name = "lblBottomRight"; this.lblBottomRight.Size = new System.Drawing.Size(93, 37); this.lblBottomRight.TabIndex = 3; this.lblBottomRight.Text = "Некто"; this.lblBottomRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblTopRight // this.lblTopRight.AutoSize = true; this.lblTopRight.Font = new System.Drawing.Font("Segoe UI Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lblTopRight.Location = new System.Drawing.Point(373, 76); this.lblTopRight.Name = "lblTopRight"; this.lblTopRight.Size = new System.Drawing.Size(101, 37); this.lblTopRight.TabIndex = 2; this.lblTopRight.Text = "Кто-то"; this.lblTopRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnTopLeft // this.btnTopLeft.Location = new System.Drawing.Point(211, 311); this.btnTopLeft.Name = "btnTopLeft"; this.btnTopLeft.Size = new System.Drawing.Size(125, 52); this.btnTopLeft.TabIndex = 4; this.btnTopLeft.Text = "Сделать что-нибудь"; this.btnTopLeft.UseVisualStyleBackColor = true; this.btnTopLeft.Click += new System.EventHandler(this.btnTopLeft_Click); // // btnBottomLeft // this.btnBottomLeft.Location = new System.Drawing.Point(211, 386); this.btnBottomLeft.Name = "btnBottomLeft"; this.btnBottomLeft.Size = new System.Drawing.Size(125, 52); this.btnBottomLeft.TabIndex = 5; this.btnBottomLeft.Text = "Сделать что-то"; this.btnBottomLeft.UseVisualStyleBackColor = true; this.btnBottomLeft.Click += new System.EventHandler(this.btnBottomLeft_Click); // // btnBottomRight // this.btnBottomRight.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnBottomRight.Location = new System.Drawing.Point(373, 386); this.btnBottomRight.Name = "btnBottomRight"; this.btnBottomRight.Size = new System.Drawing.Size(125, 52); this.btnBottomRight.TabIndex = 7; this.btnBottomRight.Text = "Нибудь что сделать"; this.btnBottomRight.UseVisualStyleBackColor = true; this.btnBottomRight.Click += new System.EventHandler(this.btnBottomRight_Click); // // btnTopRight // this.btnTopRight.Location = new System.Drawing.Point(373, 311); this.btnTopRight.Name = "btnTopRight"; this.btnTopRight.Size = new System.Drawing.Size(125, 52); this.btnTopRight.TabIndex = 6; this.btnTopRight.Text = "Что сделать нибудь"; this.btnTopRight.UseVisualStyleBackColor = true; this.btnTopRight.Click += new System.EventHandler(this.btnTopRight_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.btnBottomRight); this.Controls.Add(this.btnTopRight); this.Controls.Add(this.btnBottomLeft); this.Controls.Add(this.btnTopLeft); this.Controls.Add(this.lblBottomRight); this.Controls.Add(this.lblTopRight); this.Controls.Add(this.lblBottomLeft); this.Controls.Add(this.lblTopLeft); this.Name = "Main"; this.Text = "Игра"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTopLeft; private System.Windows.Forms.Label lblBottomLeft; private System.Windows.Forms.Label lblBottomRight; private System.Windows.Forms.Label lblTopRight; private System.Windows.Forms.Button btnTopLeft; private System.Windows.Forms.Button btnBottomLeft; private System.Windows.Forms.Button btnBottomRight; private System.Windows.Forms.Button btnTopRight; } }