PIbd-21_Putincev_D.M._FoodO.../FoodOrders/FoodOrdersView/FormImplementer.Designer.cs

173 lines
6.6 KiB
C#

namespace FoodOrdersView
{
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()
{
textBoxPassword = new TextBox();
labelPassword = new Label();
buttonCancel = new Button();
buttonSave = new Button();
textBoxFIO = new TextBox();
labelFIO = new Label();
textBoxWorkExperience = new TextBox();
labelWorkExperience = new Label();
textBoxQualification = new TextBox();
labelQualification = new Label();
SuspendLayout();
//
// textBoxPassword
//
textBoxPassword.Location = new Point(102, 44);
textBoxPassword.Margin = new Padding(4, 3, 4, 3);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(235, 23);
textBoxPassword.TabIndex = 15;
//
// labelPassword
//
labelPassword.AutoSize = true;
labelPassword.Location = new Point(3, 48);
labelPassword.Margin = new Padding(4, 0, 4, 0);
labelPassword.Name = "labelPassword";
labelPassword.Size = new Size(55, 15);
labelPassword.TabIndex = 14;
labelPassword.Text = "Пароль :";
//
// buttonCancel
//
buttonCancel.Location = new Point(242, 140);
buttonCancel.Margin = new Padding(4, 3, 4, 3);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(88, 27);
buttonCancel.TabIndex = 17;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += ButtonCancel_Click;
//
// buttonSave
//
buttonSave.Location = new Point(147, 140);
buttonSave.Margin = new Padding(4, 3, 4, 3);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(88, 27);
buttonSave.TabIndex = 16;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += ButtonSave_Click;
//
// textBoxFIO
//
textBoxFIO.Location = new Point(102, 16);
textBoxFIO.Margin = new Padding(4, 3, 4, 3);
textBoxFIO.Name = "textBoxFIO";
textBoxFIO.Size = new Size(235, 23);
textBoxFIO.TabIndex = 13;
//
// labelFIO
//
labelFIO.AutoSize = true;
labelFIO.Location = new Point(3, 19);
labelFIO.Margin = new Padding(4, 0, 4, 0);
labelFIO.Name = "labelFIO";
labelFIO.Size = new Size(40, 15);
labelFIO.TabIndex = 12;
labelFIO.Text = "ФИО :";
//
// textBoxWorkExperience
//
textBoxWorkExperience.Location = new Point(102, 74);
textBoxWorkExperience.Margin = new Padding(4, 3, 4, 3);
textBoxWorkExperience.Name = "textBoxWorkExperience";
textBoxWorkExperience.Size = new Size(235, 23);
textBoxWorkExperience.TabIndex = 19;
//
// labelWorkExperience
//
labelWorkExperience.AutoSize = true;
labelWorkExperience.Location = new Point(3, 78);
labelWorkExperience.Margin = new Padding(4, 0, 4, 0);
labelWorkExperience.Name = "labelWorkExperience";
labelWorkExperience.Size = new Size(85, 15);
labelWorkExperience.TabIndex = 18;
labelWorkExperience.Text = "Стаж работы :";
//
// textBoxQualification
//
textBoxQualification.Location = new Point(102, 103);
textBoxQualification.Margin = new Padding(4, 3, 4, 3);
textBoxQualification.Name = "textBoxQualification";
textBoxQualification.Size = new Size(235, 23);
textBoxQualification.TabIndex = 21;
//
// labelQualification
//
labelQualification.AutoSize = true;
labelQualification.Location = new Point(3, 106);
labelQualification.Margin = new Padding(4, 0, 4, 0);
labelQualification.Name = "labelQualification";
labelQualification.Size = new Size(94, 15);
labelQualification.TabIndex = 20;
labelQualification.Text = "Квалификация :";
//
// FormImplementer
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(350, 178);
Controls.Add(textBoxQualification);
Controls.Add(labelQualification);
Controls.Add(textBoxWorkExperience);
Controls.Add(labelWorkExperience);
Controls.Add(textBoxPassword);
Controls.Add(labelPassword);
Controls.Add(buttonCancel);
Controls.Add(buttonSave);
Controls.Add(textBoxFIO);
Controls.Add(labelFIO);
Margin = new Padding(2, 2, 2, 2);
Name = "FormImplementer";
Text = "Исполнитель";
Load += FormImplementer_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBoxPassword;
private Label labelPassword;
private Button buttonCancel;
private Button buttonSave;
private TextBox textBoxFIO;
private Label labelFIO;
private TextBox textBoxWorkExperience;
private Label labelWorkExperience;
private TextBox textBoxQualification;
private Label labelQualification;
}
}