157 lines
4.6 KiB
C#
157 lines
4.6 KiB
C#
namespace DinerView {
|
|
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() {
|
|
labelFIO = new Label();
|
|
labelPassword = new Label();
|
|
labelWorkExperience = new Label();
|
|
labelQualification = new Label();
|
|
textBoxFIO = new TextBox();
|
|
textBoxPaassword = new TextBox();
|
|
textBoxWorkExperience = new TextBox();
|
|
textBoxQualification = new TextBox();
|
|
buttonSave = new Button();
|
|
buttonCancel = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// labelFIO
|
|
//
|
|
labelFIO.AutoSize = true;
|
|
labelFIO.Location = new Point(12, 19);
|
|
labelFIO.Name = "labelFIO";
|
|
labelFIO.Size = new Size(37, 15);
|
|
labelFIO.TabIndex = 1;
|
|
labelFIO.Text = "ФИО:";
|
|
//
|
|
// labelPassword
|
|
//
|
|
labelPassword.AutoSize = true;
|
|
labelPassword.Location = new Point(12, 50);
|
|
labelPassword.Name = "labelPassword";
|
|
labelPassword.Size = new Size(49, 15);
|
|
labelPassword.TabIndex = 2;
|
|
labelPassword.Text = "Пароль";
|
|
//
|
|
// labelWorkExperience
|
|
//
|
|
labelWorkExperience.AutoSize = true;
|
|
labelWorkExperience.Location = new Point(12, 88);
|
|
labelWorkExperience.Name = "labelWorkExperience";
|
|
labelWorkExperience.Size = new Size(82, 15);
|
|
labelWorkExperience.TabIndex = 3;
|
|
labelWorkExperience.Text = "Стаж работы:";
|
|
//
|
|
// labelQualification
|
|
//
|
|
labelQualification.AutoSize = true;
|
|
labelQualification.Location = new Point(180, 88);
|
|
labelQualification.Name = "labelQualification";
|
|
labelQualification.Size = new Size(88, 15);
|
|
labelQualification.TabIndex = 4;
|
|
labelQualification.Text = "Квалификация";
|
|
//
|
|
// textBoxFIO
|
|
//
|
|
textBoxFIO.Location = new Point(67, 16);
|
|
textBoxFIO.Name = "textBoxFIO";
|
|
textBoxFIO.Size = new Size(305, 23);
|
|
textBoxFIO.TabIndex = 5;
|
|
//
|
|
// textBoxPaassword
|
|
//
|
|
textBoxPaassword.Location = new Point(67, 47);
|
|
textBoxPaassword.Name = "textBoxPaassword";
|
|
textBoxPaassword.Size = new Size(305, 23);
|
|
textBoxPaassword.TabIndex = 6;
|
|
//
|
|
// textBoxWorkExperience
|
|
//
|
|
textBoxWorkExperience.Location = new Point(100, 85);
|
|
textBoxWorkExperience.Name = "textBoxWorkExperience";
|
|
textBoxWorkExperience.Size = new Size(69, 23);
|
|
textBoxWorkExperience.TabIndex = 7;
|
|
//
|
|
// textBoxQualification
|
|
//
|
|
textBoxQualification.Location = new Point(274, 85);
|
|
textBoxQualification.Name = "textBoxQualification";
|
|
textBoxQualification.Size = new Size(98, 23);
|
|
textBoxQualification.TabIndex = 8;
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Location = new Point(216, 124);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(75, 23);
|
|
buttonSave.TabIndex = 10;
|
|
buttonSave.Text = "Сохранить";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += buttonSave_Click;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
buttonCancel.Location = new Point(297, 124);
|
|
buttonCancel.Name = "buttonCancel";
|
|
buttonCancel.Size = new Size(75, 23);
|
|
buttonCancel.TabIndex = 9;
|
|
buttonCancel.Text = "Отмена";
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
buttonCancel.Click += buttonCancel_Click;
|
|
//
|
|
// FormImplementer
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(394, 159);
|
|
Controls.Add(buttonSave);
|
|
Controls.Add(buttonCancel);
|
|
Controls.Add(textBoxQualification);
|
|
Controls.Add(textBoxWorkExperience);
|
|
Controls.Add(textBoxPaassword);
|
|
Controls.Add(textBoxFIO);
|
|
Controls.Add(labelQualification);
|
|
Controls.Add(labelWorkExperience);
|
|
Controls.Add(labelPassword);
|
|
Controls.Add(labelFIO);
|
|
Name = "FormImplementer";
|
|
Text = "Implementer";
|
|
Load += FormImplementer_Load;
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label labelFIO;
|
|
private Label labelPassword;
|
|
private Label labelWorkExperience;
|
|
private Label labelQualification;
|
|
private TextBox textBoxFIO;
|
|
private TextBox textBoxPaassword;
|
|
private TextBox textBoxWorkExperience;
|
|
private TextBox textBoxQualification;
|
|
private Button buttonSave;
|
|
private Button buttonCancel;
|
|
}
|
|
} |