namespace View { partial class FormAuthor { /// /// 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() { textBox1 = new TextBox(); textBox2 = new TextBox(); textBox3 = new TextBox(); label1 = new Label(); label2 = new Label(); label3 = new Label(); button1 = new Button(); button2 = new Button(); SuspendLayout(); // // textBox1 // textBox1.Location = new Point(204, 24); textBox1.Name = "textBox1"; textBox1.Size = new Size(251, 27); textBox1.TabIndex = 0; // // textBox2 // textBox2.Location = new Point(204, 75); textBox2.Name = "textBox2"; textBox2.Size = new Size(251, 27); textBox2.TabIndex = 1; // // textBox3 // textBox3.Location = new Point(204, 126); textBox3.Name = "textBox3"; textBox3.Size = new Size(251, 27); textBox3.TabIndex = 2; // // label1 // label1.AutoSize = true; label1.Location = new Point(36, 27); label1.Name = "label1"; label1.Size = new Size(39, 20); label1.TabIndex = 3; label1.Text = "Имя"; // // label2 // label2.AutoSize = true; label2.Location = new Point(36, 78); label2.Name = "label2"; label2.Size = new Size(127, 20); label2.TabIndex = 4; label2.Text = "Номер телефона"; // // label3 // label3.AutoSize = true; label3.Location = new Point(36, 129); label3.Name = "label3"; label3.Size = new Size(93, 20); label3.TabIndex = 5; label3.Text = "Email почты"; // // button1 // button1.Location = new Point(69, 197); button1.Name = "button1"; button1.Size = new Size(94, 29); button1.TabIndex = 6; button1.Text = "Сохранить"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Location = new Point(294, 197); button2.Name = "button2"; button2.Size = new Size(94, 29); button2.TabIndex = 7; button2.Text = "Отмена"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // FormAuthor // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(467, 251); Controls.Add(button2); Controls.Add(button1); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Controls.Add(textBox3); Controls.Add(textBox2); Controls.Add(textBox1); Name = "FormAuthor"; Text = "FormAuthor"; Load += FormAuthor_Load; ResumeLayout(false); PerformLayout(); } #endregion private TextBox textBox1; private TextBox textBox2; private TextBox textBox3; private Label label1; private Label label2; private Label label3; private Button button1; private Button button2; } }