namespace WindowsFormsApp1 { partial class aaa { /// /// 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.Close = new System.Windows.Forms.Button(); this.Back = new System.Windows.Forms.Button(); this.Delit = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.redact = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Close // this.Close.Location = new System.Drawing.Point(691, 387); this.Close.Name = "Close"; this.Close.Size = new System.Drawing.Size(75, 23); this.Close.TabIndex = 0; this.Close.Text = "Закрыть"; this.Close.UseVisualStyleBackColor = true; this.Close.Click += new System.EventHandler(this.button1_Click); // // Back // this.Back.Location = new System.Drawing.Point(593, 387); this.Back.Name = "Back"; this.Back.Size = new System.Drawing.Size(75, 23); this.Back.TabIndex = 1; this.Back.Text = "Назад"; this.Back.UseVisualStyleBackColor = true; this.Back.Click += new System.EventHandler(this.Back_Click); // // Delit // this.Delit.Location = new System.Drawing.Point(250, 351); this.Delit.Name = "Delit"; this.Delit.Size = new System.Drawing.Size(75, 23); this.Delit.TabIndex = 2; this.Delit.Text = "Удалить"; this.Delit.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(352, 351); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 3; this.button2.Text = "Добавить "; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(456, 351); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 4; this.button3.Text = "Сохранить"; this.button3.UseVisualStyleBackColor = true; // // redact // this.redact.Location = new System.Drawing.Point(555, 351); this.redact.Name = "redact"; this.redact.Size = new System.Drawing.Size(113, 23); this.redact.TabIndex = 5; this.redact.Text = "редактировать"; this.redact.UseVisualStyleBackColor = true; this.redact.Click += new System.EventHandler(this.redact_Click); // // aaa // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.redact); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.Delit); this.Controls.Add(this.Back); this.Controls.Add(this.Close); this.Name = "aaa"; this.Text = "aaa"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button Close; private System.Windows.Forms.Button Back; private System.Windows.Forms.Button Delit; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button redact; } }