namespace Practic_rab_1 { partial class FormForButtonClick { /// /// Обязательная переменная конструктора. /// 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.RedBtn = new System.Windows.Forms.Button(); this.YellowBtn = new System.Windows.Forms.Button(); this.BlueBtn = new System.Windows.Forms.Button(); this.PurpleBtn = new System.Windows.Forms.Button(); this.Metkalbl = new System.Windows.Forms.Label(); this.SuspendLayout(); // // RedBtn // this.RedBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.RedBtn.Location = new System.Drawing.Point(59, 333); this.RedBtn.Name = "RedBtn"; this.RedBtn.Size = new System.Drawing.Size(204, 72); this.RedBtn.TabIndex = 0; this.RedBtn.Text = "Красный"; this.RedBtn.UseVisualStyleBackColor = true; this.RedBtn.Click += new System.EventHandler(this.RedBtn_Click); // // YellowBtn // this.YellowBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.YellowBtn.Location = new System.Drawing.Point(225, 231); this.YellowBtn.Name = "YellowBtn"; this.YellowBtn.Size = new System.Drawing.Size(204, 72); this.YellowBtn.TabIndex = 0; this.YellowBtn.Text = "Желтый"; this.YellowBtn.UseVisualStyleBackColor = true; this.YellowBtn.Click += new System.EventHandler(this.YellowBtn_Click); // // BlueBtn // this.BlueBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.BlueBtn.Location = new System.Drawing.Point(412, 347); this.BlueBtn.Name = "BlueBtn"; this.BlueBtn.Size = new System.Drawing.Size(204, 72); this.BlueBtn.TabIndex = 0; this.BlueBtn.Text = "Синий"; this.BlueBtn.UseVisualStyleBackColor = true; this.BlueBtn.Click += new System.EventHandler(this.BlueBtn_Click); // // PurpleBtn // this.PurpleBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.PurpleBtn.Location = new System.Drawing.Point(519, 231); this.PurpleBtn.Name = "PurpleBtn"; this.PurpleBtn.Size = new System.Drawing.Size(204, 72); this.PurpleBtn.TabIndex = 0; this.PurpleBtn.Text = "Фиолетовый"; this.PurpleBtn.UseVisualStyleBackColor = true; this.PurpleBtn.Click += new System.EventHandler(this.PurpleBtn_Click); // // Metkalbl // this.Metkalbl.AutoSize = true; this.Metkalbl.Font = new System.Drawing.Font("Neue Machina", 22.15384F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Metkalbl.ForeColor = System.Drawing.SystemColors.ButtonFace; this.Metkalbl.Location = new System.Drawing.Point(168, 71); this.Metkalbl.Name = "Metkalbl"; this.Metkalbl.Size = new System.Drawing.Size(463, 58); this.Metkalbl.TabIndex = 1; this.Metkalbl.Text = "Нажимай на кнопки"; // // FormForButtonClick // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.Metkalbl); this.Controls.Add(this.PurpleBtn); this.Controls.Add(this.BlueBtn); this.Controls.Add(this.YellowBtn); this.Controls.Add(this.RedBtn); this.Name = "FormForButtonClick"; this.Text = "Khasanov_sr"; this.Load += new System.EventHandler(this.FormForButtonClick_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button RedBtn; private System.Windows.Forms.Button YellowBtn; private System.Windows.Forms.Button BlueBtn; private System.Windows.Forms.Button PurpleBtn; private System.Windows.Forms.Label Metkalbl; } }