namespace PlumbingRepairView { partial class FormImplementer { /// /// 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.textBoxPassword = new System.Windows.Forms.TextBox(); this.labelPassword = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.textBoxName = new System.Windows.Forms.TextBox(); this.labelImplementerFIO = new System.Windows.Forms.Label(); this.textBoxWorkExperience = new System.Windows.Forms.TextBox(); this.labelWorkExperience = new System.Windows.Forms.Label(); this.textBoxQualification = new System.Windows.Forms.TextBox(); this.labelQualification = new System.Windows.Forms.Label(); this.SuspendLayout(); // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(138, 74); this.textBoxPassword.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Size = new System.Drawing.Size(334, 31); this.textBoxPassword.TabIndex = 15; // // labelPassword // this.labelPassword.AutoSize = true; this.labelPassword.Location = new System.Drawing.Point(4, 80); this.labelPassword.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelPassword.Name = "labelPassword"; this.labelPassword.Size = new System.Drawing.Size(78, 25); this.labelPassword.TabIndex = 14; this.labelPassword.Text = "Пароль:"; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(346, 221); this.buttonCancel.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(126, 45); this.buttonCancel.TabIndex = 17; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(210, 221); this.buttonSave.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(126, 45); this.buttonSave.TabIndex = 16; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(138, 26); this.textBoxName.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(334, 31); this.textBoxName.TabIndex = 13; // // labelImplementerFIO // this.labelImplementerFIO.AutoSize = true; this.labelImplementerFIO.Location = new System.Drawing.Point(4, 32); this.labelImplementerFIO.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelImplementerFIO.Name = "labelImplementerFIO"; this.labelImplementerFIO.Size = new System.Drawing.Size(56, 25); this.labelImplementerFIO.TabIndex = 12; this.labelImplementerFIO.Text = "ФИО:"; // // textBoxWorkExperience // this.textBoxWorkExperience.Location = new System.Drawing.Point(138, 124); this.textBoxWorkExperience.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.textBoxWorkExperience.Name = "textBoxWorkExperience"; this.textBoxWorkExperience.Size = new System.Drawing.Size(183, 31); this.textBoxWorkExperience.TabIndex = 19; // // labelWorkExperience // this.labelWorkExperience.AutoSize = true; this.labelWorkExperience.Location = new System.Drawing.Point(4, 130); this.labelWorkExperience.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelWorkExperience.Name = "labelWorkExperience"; this.labelWorkExperience.Size = new System.Drawing.Size(122, 25); this.labelWorkExperience.TabIndex = 18; this.labelWorkExperience.Text = "Стаж работы:"; // // textBoxQualification // this.textBoxQualification.Location = new System.Drawing.Point(138, 171); this.textBoxQualification.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.textBoxQualification.Name = "textBoxQualification"; this.textBoxQualification.Size = new System.Drawing.Size(183, 31); this.textBoxQualification.TabIndex = 21; // // labelQualification // this.labelQualification.AutoSize = true; this.labelQualification.Location = new System.Drawing.Point(4, 171); this.labelQualification.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelQualification.Name = "labelQualification"; this.labelQualification.Size = new System.Drawing.Size(134, 25); this.labelQualification.TabIndex = 20; this.labelQualification.Text = "Квалификация:"; // // FormImplementer // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(485, 281); this.Controls.Add(this.textBoxQualification); this.Controls.Add(this.labelQualification); this.Controls.Add(this.textBoxWorkExperience); this.Controls.Add(this.labelWorkExperience); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.labelPassword); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxName); this.Controls.Add(this.labelImplementerFIO); this.Name = "FormImplementer"; this.Text = "Исполнитель"; this.Load += new System.EventHandler(this.FormImplementer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxPassword; private Label labelPassword; private Button buttonCancel; private Button buttonSave; private TextBox textBoxName; private Label labelImplementerFIO; private TextBox textBoxWorkExperience; private Label labelWorkExperience; private TextBox textBoxQualification; private Label labelQualification; } }