174 lines
5.4 KiB
C#
174 lines
5.4 KiB
C#
namespace GiftShopView
|
|
{
|
|
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()
|
|
{
|
|
FIOTextBox = new TextBox();
|
|
PasswordTextBox = new TextBox();
|
|
LabelFIO = new Label();
|
|
LabelPassword = new Label();
|
|
QualificationNumericUpDown = new NumericUpDown();
|
|
WorkExpNumericUpDown = new NumericUpDown();
|
|
LabelWorkExperience = new Label();
|
|
LabelQualification = new Label();
|
|
ButtonCancel = new Button();
|
|
ButtonSave = new Button();
|
|
((System.ComponentModel.ISupportInitialize)QualificationNumericUpDown).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)WorkExpNumericUpDown).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// FIOTextBox
|
|
//
|
|
FIOTextBox.Location = new Point(144, 13);
|
|
FIOTextBox.Margin = new Padding(3, 4, 3, 4);
|
|
FIOTextBox.Name = "FIOTextBox";
|
|
FIOTextBox.Size = new Size(194, 27);
|
|
FIOTextBox.TabIndex = 0;
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
PasswordTextBox.Location = new Point(144, 66);
|
|
PasswordTextBox.Margin = new Padding(3, 4, 3, 4);
|
|
PasswordTextBox.Name = "PasswordTextBox";
|
|
PasswordTextBox.Size = new Size(194, 27);
|
|
PasswordTextBox.TabIndex = 1;
|
|
//
|
|
// LabelFIO
|
|
//
|
|
LabelFIO.AutoSize = true;
|
|
LabelFIO.Location = new Point(14, 20);
|
|
LabelFIO.Name = "LabelFIO";
|
|
LabelFIO.Size = new Size(49, 20);
|
|
LabelFIO.TabIndex = 2;
|
|
LabelFIO.Text = "ФИО: ";
|
|
//
|
|
// LabelPassword
|
|
//
|
|
LabelPassword.AutoSize = true;
|
|
LabelPassword.Location = new Point(14, 69);
|
|
LabelPassword.Name = "LabelPassword";
|
|
LabelPassword.Size = new Size(69, 20);
|
|
LabelPassword.TabIndex = 3;
|
|
LabelPassword.Text = "Пароль: ";
|
|
//
|
|
// QualificationNumericUpDown
|
|
//
|
|
QualificationNumericUpDown.Location = new Point(144, 175);
|
|
QualificationNumericUpDown.Margin = new Padding(3, 4, 3, 4);
|
|
QualificationNumericUpDown.Name = "QualificationNumericUpDown";
|
|
QualificationNumericUpDown.Size = new Size(194, 27);
|
|
QualificationNumericUpDown.TabIndex = 4;
|
|
//
|
|
// WorkExpNumericUpDown
|
|
//
|
|
WorkExpNumericUpDown.Location = new Point(144, 123);
|
|
WorkExpNumericUpDown.Margin = new Padding(3, 4, 3, 4);
|
|
WorkExpNumericUpDown.Name = "WorkExpNumericUpDown";
|
|
WorkExpNumericUpDown.Size = new Size(194, 27);
|
|
WorkExpNumericUpDown.TabIndex = 5;
|
|
//
|
|
// LabelWorkExperience
|
|
//
|
|
LabelWorkExperience.AutoSize = true;
|
|
LabelWorkExperience.Location = new Point(14, 123);
|
|
LabelWorkExperience.Name = "LabelWorkExperience";
|
|
LabelWorkExperience.Size = new Size(109, 20);
|
|
LabelWorkExperience.TabIndex = 6;
|
|
LabelWorkExperience.Text = "Опыт работы: ";
|
|
//
|
|
// LabelQualification
|
|
//
|
|
LabelQualification.AutoSize = true;
|
|
LabelQualification.Location = new Point(14, 177);
|
|
LabelQualification.Name = "LabelQualification";
|
|
LabelQualification.Size = new Size(118, 20);
|
|
LabelQualification.TabIndex = 7;
|
|
LabelQualification.Text = "Квалификация: ";
|
|
//
|
|
// ButtonCancel
|
|
//
|
|
ButtonCancel.Location = new Point(211, 225);
|
|
ButtonCancel.Margin = new Padding(3, 4, 3, 4);
|
|
ButtonCancel.Name = "ButtonCancel";
|
|
ButtonCancel.Size = new Size(111, 39);
|
|
ButtonCancel.TabIndex = 8;
|
|
ButtonCancel.Text = "Отмена";
|
|
ButtonCancel.UseVisualStyleBackColor = true;
|
|
ButtonCancel.Click += ButtonCancel_Click;
|
|
//
|
|
// ButtonSave
|
|
//
|
|
ButtonSave.Location = new Point(94, 225);
|
|
ButtonSave.Margin = new Padding(3, 4, 3, 4);
|
|
ButtonSave.Name = "ButtonSave";
|
|
ButtonSave.Size = new Size(111, 39);
|
|
ButtonSave.TabIndex = 9;
|
|
ButtonSave.Text = "Сохранить";
|
|
ButtonSave.UseVisualStyleBackColor = true;
|
|
ButtonSave.Click += ButtonSave_Click;
|
|
//
|
|
// FormImplementer
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(350, 285);
|
|
Controls.Add(ButtonSave);
|
|
Controls.Add(ButtonCancel);
|
|
Controls.Add(LabelQualification);
|
|
Controls.Add(LabelWorkExperience);
|
|
Controls.Add(WorkExpNumericUpDown);
|
|
Controls.Add(QualificationNumericUpDown);
|
|
Controls.Add(LabelPassword);
|
|
Controls.Add(LabelFIO);
|
|
Controls.Add(PasswordTextBox);
|
|
Controls.Add(FIOTextBox);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormImplementer";
|
|
Text = "Исполнитель";
|
|
Load += FormImplementer_Load;
|
|
((System.ComponentModel.ISupportInitialize)QualificationNumericUpDown).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)WorkExpNumericUpDown).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox FIOTextBox;
|
|
private TextBox PasswordTextBox;
|
|
private Label LabelFIO;
|
|
private Label LabelPassword;
|
|
private NumericUpDown QualificationNumericUpDown;
|
|
private NumericUpDown WorkExpNumericUpDown;
|
|
private Label LabelWorkExperience;
|
|
private Label LabelQualification;
|
|
private Button ButtonCancel;
|
|
private Button ButtonSave;
|
|
|
|
}
|
|
} |