173 lines
7.6 KiB
C#
173 lines
7.6 KiB
C#
namespace PlumbingRepairView
|
|
{
|
|
partial class FormImplementer
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.labelCost = 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.labelName = new System.Windows.Forms.Label();
|
|
this.textBoxWorkExperience = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxQualification = new System.Windows.Forms.TextBox();
|
|
this.label2 = 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;
|
|
//
|
|
// labelCost
|
|
//
|
|
this.labelCost.AutoSize = true;
|
|
this.labelCost.Location = new System.Drawing.Point(4, 80);
|
|
this.labelCost.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labelCost.Name = "labelCost";
|
|
this.labelCost.Size = new System.Drawing.Size(78, 25);
|
|
this.labelCost.TabIndex = 14;
|
|
this.labelCost.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;
|
|
//
|
|
// labelName
|
|
//
|
|
this.labelName.AutoSize = true;
|
|
this.labelName.Location = new System.Drawing.Point(4, 32);
|
|
this.labelName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labelName.Name = "labelName";
|
|
this.labelName.Size = new System.Drawing.Size(56, 25);
|
|
this.labelName.TabIndex = 12;
|
|
this.labelName.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;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(4, 130);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(122, 25);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.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;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(4, 171);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(134, 25);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.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.label2);
|
|
this.Controls.Add(this.textBoxWorkExperience);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBoxPassword);
|
|
this.Controls.Add(this.labelCost);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.textBoxName);
|
|
this.Controls.Add(this.labelName);
|
|
this.Name = "FormImplementer";
|
|
this.Text = "Исполнитель";
|
|
this.Load += new System.EventHandler(this.FormImplementer_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox textBoxPassword;
|
|
private Label labelCost;
|
|
private Button buttonCancel;
|
|
private Button buttonSave;
|
|
private TextBox textBoxName;
|
|
private Label labelName;
|
|
private TextBox textBoxWorkExperience;
|
|
private Label label1;
|
|
private TextBox textBoxQualification;
|
|
private Label label2;
|
|
}
|
|
} |