namespace WindowsFormsApp1 { partial class RedactorProfile { /// /// 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.button3 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // button3 // this.button3.BackColor = System.Drawing.Color.BurlyWood; this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(382, 275); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(130, 42); this.button3.TabIndex = 41; this.button3.Text = "Назад"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(77, 212); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(150, 24); this.label3.TabIndex = 37; this.label3.Text = "Дата рождения"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Wheat; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.ForeColor = System.Drawing.SystemColors.ControlText; this.label4.Location = new System.Drawing.Point(77, 157); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 24); this.label4.TabIndex = 36; this.label4.Text = "Отчество"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox3.Location = new System.Drawing.Point(255, 154); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(272, 29); this.textBox3.TabIndex = 35; // // button1 // this.button1.BackColor = System.Drawing.Color.BurlyWood; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(85, 275); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(140, 42); this.button1.TabIndex = 34; this.button1.Text = "Сохранить"; this.button1.UseVisualStyleBackColor = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(77, 104); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 24); this.label2.TabIndex = 33; this.label2.Text = "Фамилия"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Wheat; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Location = new System.Drawing.Point(77, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 24); this.label1.TabIndex = 32; this.label1.Text = "Имя"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox2.Location = new System.Drawing.Point(255, 101); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(272, 29); this.textBox2.TabIndex = 31; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox1.Location = new System.Drawing.Point(255, 48); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(272, 29); this.textBox1.TabIndex = 30; // // textBox4 // this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox4.Location = new System.Drawing.Point(255, 209); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(272, 29); this.textBox4.TabIndex = 42; // // RedactorProfile // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Wheat; this.ClientSize = new System.Drawing.Size(604, 361); this.Controls.Add(this.textBox4); this.Controls.Add(this.button3); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.textBox3); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Name = "RedactorProfile"; this.Text = "Редактировать профиль"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox4; } }