172 lines
5.5 KiB
C#
172 lines
5.5 KiB
C#
namespace FlowerShopView
|
|
{
|
|
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();
|
|
FioLabel = new Label();
|
|
PasswordTextBox = new TextBox();
|
|
PasswordLabel = new Label();
|
|
WorkExperienceLabel = new Label();
|
|
WorkExperienceNumericUpDown = new NumericUpDown();
|
|
QualificationNumericUpDown = new NumericUpDown();
|
|
QualificationLabel = new Label();
|
|
CancelButton = new Button();
|
|
SaveButton = new Button();
|
|
((System.ComponentModel.ISupportInitialize)WorkExperienceNumericUpDown).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)QualificationNumericUpDown).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// FioTextBox
|
|
//
|
|
FioTextBox.Location = new Point(137, 9);
|
|
FioTextBox.Margin = new Padding(3, 2, 3, 2);
|
|
FioTextBox.Name = "FioTextBox";
|
|
FioTextBox.Size = new Size(335, 23);
|
|
FioTextBox.TabIndex = 3;
|
|
//
|
|
// FioLabel
|
|
//
|
|
FioLabel.AutoSize = true;
|
|
FioLabel.Location = new Point(10, 12);
|
|
FioLabel.Name = "FioLabel";
|
|
FioLabel.Size = new Size(112, 15);
|
|
FioLabel.TabIndex = 2;
|
|
FioLabel.Text = "ФИО исполнителя:";
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
PasswordTextBox.Location = new Point(137, 40);
|
|
PasswordTextBox.Margin = new Padding(3, 2, 3, 2);
|
|
PasswordTextBox.Name = "PasswordTextBox";
|
|
PasswordTextBox.Size = new Size(335, 23);
|
|
PasswordTextBox.TabIndex = 5;
|
|
//
|
|
// PasswordLabel
|
|
//
|
|
PasswordLabel.AutoSize = true;
|
|
PasswordLabel.Location = new Point(10, 43);
|
|
PasswordLabel.Name = "PasswordLabel";
|
|
PasswordLabel.Size = new Size(52, 15);
|
|
PasswordLabel.TabIndex = 4;
|
|
PasswordLabel.Text = "Пароль:";
|
|
//
|
|
// WorkExperienceLabel
|
|
//
|
|
WorkExperienceLabel.AutoSize = true;
|
|
WorkExperienceLabel.Location = new Point(10, 75);
|
|
WorkExperienceLabel.Name = "WorkExperienceLabel";
|
|
WorkExperienceLabel.Size = new Size(84, 15);
|
|
WorkExperienceLabel.TabIndex = 6;
|
|
WorkExperienceLabel.Text = "Опыт работы:";
|
|
//
|
|
// WorkExperienceNumericUpDown
|
|
//
|
|
WorkExperienceNumericUpDown.Location = new Point(137, 73);
|
|
WorkExperienceNumericUpDown.Margin = new Padding(3, 2, 3, 2);
|
|
WorkExperienceNumericUpDown.Name = "WorkExperienceNumericUpDown";
|
|
WorkExperienceNumericUpDown.Size = new Size(108, 23);
|
|
WorkExperienceNumericUpDown.TabIndex = 8;
|
|
//
|
|
// QualificationNumericUpDown
|
|
//
|
|
QualificationNumericUpDown.Location = new Point(137, 106);
|
|
QualificationNumericUpDown.Margin = new Padding(3, 2, 3, 2);
|
|
QualificationNumericUpDown.Name = "QualificationNumericUpDown";
|
|
QualificationNumericUpDown.Size = new Size(108, 23);
|
|
QualificationNumericUpDown.TabIndex = 10;
|
|
//
|
|
// QualificationLabel
|
|
//
|
|
QualificationLabel.AutoSize = true;
|
|
QualificationLabel.Location = new Point(10, 108);
|
|
QualificationLabel.Name = "QualificationLabel";
|
|
QualificationLabel.Size = new Size(91, 15);
|
|
QualificationLabel.TabIndex = 9;
|
|
QualificationLabel.Text = "Квалификация:";
|
|
//
|
|
// CancelButton
|
|
//
|
|
CancelButton.Location = new Point(353, 142);
|
|
CancelButton.Margin = new Padding(3, 2, 3, 2);
|
|
CancelButton.Name = "CancelButton";
|
|
CancelButton.Size = new Size(119, 30);
|
|
CancelButton.TabIndex = 12;
|
|
CancelButton.Text = "Отмена";
|
|
CancelButton.UseVisualStyleBackColor = true;
|
|
CancelButton.Click += CancelButton_Click;
|
|
//
|
|
// SaveButton
|
|
//
|
|
SaveButton.Location = new Point(233, 142);
|
|
SaveButton.Margin = new Padding(3, 2, 3, 2);
|
|
SaveButton.Name = "SaveButton";
|
|
SaveButton.Size = new Size(114, 30);
|
|
SaveButton.TabIndex = 11;
|
|
SaveButton.Text = "Сохранить";
|
|
SaveButton.UseVisualStyleBackColor = true;
|
|
SaveButton.Click += SaveButton_Click;
|
|
//
|
|
// FormImplementer
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(482, 183);
|
|
Controls.Add(CancelButton);
|
|
Controls.Add(SaveButton);
|
|
Controls.Add(QualificationNumericUpDown);
|
|
Controls.Add(QualificationLabel);
|
|
Controls.Add(WorkExperienceNumericUpDown);
|
|
Controls.Add(WorkExperienceLabel);
|
|
Controls.Add(PasswordTextBox);
|
|
Controls.Add(PasswordLabel);
|
|
Controls.Add(FioTextBox);
|
|
Controls.Add(FioLabel);
|
|
Margin = new Padding(3, 2, 3, 2);
|
|
Name = "FormImplementer";
|
|
Text = "Исполнитель";
|
|
Load += FormImplementer_Load;
|
|
((System.ComponentModel.ISupportInitialize)WorkExperienceNumericUpDown).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)QualificationNumericUpDown).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox FioTextBox;
|
|
private Label FioLabel;
|
|
private TextBox PasswordTextBox;
|
|
private Label PasswordLabel;
|
|
private Label WorkExperienceLabel;
|
|
private NumericUpDown WorkExperienceNumericUpDown;
|
|
private NumericUpDown QualificationNumericUpDown;
|
|
private Label QualificationLabel;
|
|
private Button CancelButton;
|
|
private Button SaveButton;
|
|
}
|
|
} |