PIbd-21_RazubaevSM_Plumbing.../PlumbingRepair/PlumbingRepairView/FormImplementer.Designer.cs

173 lines
8.0 KiB
C#
Raw Normal View History

2024-04-19 18:02:08 +04:00
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();
2024-04-21 21:39:42 +04:00
this.labelPassword = new System.Windows.Forms.Label();
2024-04-19 18:02:08 +04:00
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.textBoxName = new System.Windows.Forms.TextBox();
2024-04-21 21:39:42 +04:00
this.labelImplementerFIO = new System.Windows.Forms.Label();
2024-04-19 18:02:08 +04:00
this.textBoxWorkExperience = new System.Windows.Forms.TextBox();
2024-04-21 21:39:42 +04:00
this.labelWorkExperience = new System.Windows.Forms.Label();
2024-04-19 18:02:08 +04:00
this.textBoxQualification = new System.Windows.Forms.TextBox();
2024-04-21 21:39:42 +04:00
this.labelQualification = new System.Windows.Forms.Label();
2024-04-19 18:02:08 +04:00
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;
//
2024-04-21 21:39:42 +04:00
// labelPassword
2024-04-19 18:02:08 +04:00
//
2024-04-21 21:39:42 +04:00
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 = "Пароль:";
2024-04-19 18:02:08 +04:00
//
// 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;
//
2024-04-21 21:39:42 +04:00
// labelImplementerFIO
2024-04-19 18:02:08 +04:00
//
2024-04-21 21:39:42 +04:00
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 = "ФИО:";
2024-04-19 18:02:08 +04:00
//
// 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;
//
2024-04-21 21:39:42 +04:00
// labelWorkExperience
2024-04-19 18:02:08 +04:00
//
2024-04-21 21:39:42 +04:00
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 = "Стаж работы:";
2024-04-19 18:02:08 +04:00
//
// 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;
//
2024-04-21 21:39:42 +04:00
// labelQualification
2024-04-19 18:02:08 +04:00
//
2024-04-21 21:39:42 +04:00
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 = "Квалификация:";
2024-04-19 18:02:08 +04:00
//
// 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);
2024-04-21 21:39:42 +04:00
this.Controls.Add(this.labelQualification);
2024-04-19 18:02:08 +04:00
this.Controls.Add(this.textBoxWorkExperience);
2024-04-21 21:39:42 +04:00
this.Controls.Add(this.labelWorkExperience);
2024-04-19 18:02:08 +04:00
this.Controls.Add(this.textBoxPassword);
2024-04-21 21:39:42 +04:00
this.Controls.Add(this.labelPassword);
2024-04-19 18:02:08 +04:00
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxName);
2024-04-21 21:39:42 +04:00
this.Controls.Add(this.labelImplementerFIO);
2024-04-19 18:02:08 +04:00
this.Name = "FormImplementer";
this.Text = "Исполнитель";
this.Load += new System.EventHandler(this.FormImplementer_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox textBoxPassword;
2024-04-21 21:39:42 +04:00
private Label labelPassword;
2024-04-19 18:02:08 +04:00
private Button buttonCancel;
private Button buttonSave;
private TextBox textBoxName;
2024-04-21 21:39:42 +04:00
private Label labelImplementerFIO;
2024-04-19 18:02:08 +04:00
private TextBox textBoxWorkExperience;
2024-04-21 21:39:42 +04:00
private Label labelWorkExperience;
2024-04-19 18:02:08 +04:00
private TextBox textBoxQualification;
2024-04-21 21:39:42 +04:00
private Label labelQualification;
2024-04-19 18:02:08 +04:00
}
}