ISEbd-22_Baygulov_A.A._Sush.../SushiBar/SushiBarView/FormImplementer.Designer.cs

166 lines
4.9 KiB
C#

namespace SushiBarView
{
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()
{
buttonCancel = new Button();
buttonSave = new Button();
labelFIO = new Label();
labelPassword = new Label();
labelExp = new Label();
labelQualification = new Label();
textBoxFIO = new TextBox();
textBoxPassword = new TextBox();
numericUpDownExp = new NumericUpDown();
numericUpDownQualification = new NumericUpDown();
((System.ComponentModel.ISupportInitialize)numericUpDownExp).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDownQualification).BeginInit();
SuspendLayout();
//
// buttonCancel
//
buttonCancel.Location = new Point(68, 220);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(124, 46);
buttonCancel.TabIndex = 0;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// buttonSave
//
buttonSave.Location = new Point(287, 220);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(124, 46);
buttonSave.TabIndex = 1;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += buttonSave_Click;
//
// labelFIO
//
labelFIO.AutoSize = true;
labelFIO.Location = new Point(21, 27);
labelFIO.Name = "labelFIO";
labelFIO.Size = new Size(119, 15);
labelFIO.TabIndex = 2;
labelFIO.Text = "Исполнитель(ФИО):";
//
// labelPassword
//
labelPassword.AutoSize = true;
labelPassword.Location = new Point(21, 63);
labelPassword.Name = "labelPassword";
labelPassword.Size = new Size(52, 15);
labelPassword.TabIndex = 3;
labelPassword.Text = "Пароль:";
//
// labelExp
//
labelExp.AutoSize = true;
labelExp.Location = new Point(21, 102);
labelExp.Name = "labelExp";
labelExp.Size = new Size(82, 15);
labelExp.TabIndex = 4;
labelExp.Text = "Стаж работы:";
//
// labelQualification
//
labelQualification.AutoSize = true;
labelQualification.Location = new Point(21, 143);
labelQualification.Name = "labelQualification";
labelQualification.Size = new Size(91, 15);
labelQualification.TabIndex = 5;
labelQualification.Text = "Квалификация:";
//
// textBoxFIO
//
textBoxFIO.Location = new Point(158, 24);
textBoxFIO.Name = "textBoxFIO";
textBoxFIO.Size = new Size(306, 23);
textBoxFIO.TabIndex = 6;
//
// textBoxPassword
//
textBoxPassword.Location = new Point(158, 63);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(306, 23);
textBoxPassword.TabIndex = 7;
//
// numericUpDownExp
//
numericUpDownExp.Location = new Point(158, 100);
numericUpDownExp.Name = "numericUpDownExp";
numericUpDownExp.Size = new Size(48, 23);
numericUpDownExp.TabIndex = 8;
//
// numericUpDownQualification
//
numericUpDownQualification.Location = new Point(158, 141);
numericUpDownQualification.Name = "numericUpDownQualification";
numericUpDownQualification.Size = new Size(48, 23);
numericUpDownQualification.TabIndex = 9;
//
// FormImplementer
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(496, 278);
Controls.Add(numericUpDownQualification);
Controls.Add(numericUpDownExp);
Controls.Add(textBoxPassword);
Controls.Add(textBoxFIO);
Controls.Add(labelQualification);
Controls.Add(labelExp);
Controls.Add(labelPassword);
Controls.Add(labelFIO);
Controls.Add(buttonSave);
Controls.Add(buttonCancel);
Name = "FormImplementer";
Text = "Исполнитель";
Load += FormImplementer_Load;
((System.ComponentModel.ISupportInitialize)numericUpDownExp).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDownQualification).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button buttonCancel;
private Button buttonSave;
private Label labelFIO;
private Label labelPassword;
private Label labelExp;
private Label labelQualification;
private TextBox textBoxFIO;
private TextBox textBoxPassword;
private NumericUpDown numericUpDownExp;
private NumericUpDown numericUpDownQualification;
}
}