PIbd-22_Kaznacheeva.E.K._So.../SoftwareInstallation/SoftwareInstallationView/FormImplementer.Designer.cs

165 lines
6.3 KiB
C#

namespace SoftwareInstallationView
{
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();
textBoxFio = new TextBox();
buttonSave = new Button();
buttonCancel = new Button();
labelQualification = new Label();
labelWorkExperience = new Label();
workExpNumericUpDown = new NumericUpDown();
qualificationNumericUpDown = new NumericUpDown();
labelPassword = new Label();
textBoxPassword = new TextBox();
((System.ComponentModel.ISupportInitialize)workExpNumericUpDown).BeginInit();
((System.ComponentModel.ISupportInitialize)qualificationNumericUpDown).BeginInit();
SuspendLayout();
//
// labelFIO
//
labelFIO.AutoSize = true;
labelFIO.Location = new Point(22, 28);
labelFIO.Name = "labelFIO";
labelFIO.Size = new Size(40, 15);
labelFIO.TabIndex = 3;
labelFIO.Text = "ФИО: ";
//
// textBoxFio
//
textBoxFio.Location = new Point(105, 20);
textBoxFio.Name = "textBoxFio";
textBoxFio.Size = new Size(200, 23);
textBoxFio.TabIndex = 4;
//
// buttonSave
//
buttonSave.Location = new Point(117, 194);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(97, 29);
buttonSave.TabIndex = 17;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += buttonSave_Click;
//
// buttonCancel
//
buttonCancel.Location = new Point(234, 194);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(97, 29);
buttonCancel.TabIndex = 16;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// labelQualification
//
labelQualification.AutoSize = true;
labelQualification.Location = new Point(22, 142);
labelQualification.Name = "labelQualification";
labelQualification.Size = new Size(94, 15);
labelQualification.TabIndex = 15;
labelQualification.Text = "Квалификация: ";
//
// labelWorkExperience
//
labelWorkExperience.AutoSize = true;
labelWorkExperience.Location = new Point(22, 101);
labelWorkExperience.Name = "labelWorkExperience";
labelWorkExperience.Size = new Size(87, 15);
labelWorkExperience.TabIndex = 14;
labelWorkExperience.Text = "Опыт работы: ";
//
// workExpNumericUpDown
//
workExpNumericUpDown.Location = new Point(126, 99);
workExpNumericUpDown.Name = "workExpNumericUpDown";
workExpNumericUpDown.Size = new Size(170, 23);
workExpNumericUpDown.TabIndex = 13;
//
// qualificationNumericUpDown
//
qualificationNumericUpDown.Location = new Point(126, 140);
qualificationNumericUpDown.Name = "qualificationNumericUpDown";
qualificationNumericUpDown.Size = new Size(170, 23);
qualificationNumericUpDown.TabIndex = 12;
//
// labelPassword
//
labelPassword.AutoSize = true;
labelPassword.Location = new Point(22, 61);
labelPassword.Name = "labelPassword";
labelPassword.Size = new Size(55, 15);
labelPassword.TabIndex = 11;
labelPassword.Text = "Пароль: ";
//
// textBoxPassword
//
textBoxPassword.Location = new Point(105, 58);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(200, 23);
textBoxPassword.TabIndex = 10;
//
// FormImplementer
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(343, 244);
Controls.Add(buttonSave);
Controls.Add(buttonCancel);
Controls.Add(labelQualification);
Controls.Add(labelWorkExperience);
Controls.Add(workExpNumericUpDown);
Controls.Add(qualificationNumericUpDown);
Controls.Add(labelPassword);
Controls.Add(textBoxPassword);
Controls.Add(textBoxFio);
Controls.Add(labelFIO);
Name = "FormImplementer";
Text = "Исполнитель";
((System.ComponentModel.ISupportInitialize)workExpNumericUpDown).EndInit();
((System.ComponentModel.ISupportInitialize)qualificationNumericUpDown).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label labelFIO;
private TextBox textBoxFio;
private Button buttonSave;
private Button buttonCancel;
private Label labelQualification;
private Label labelWorkExperience;
private NumericUpDown workExpNumericUpDown;
private NumericUpDown qualificationNumericUpDown;
private Label labelPassword;
private TextBox textBoxPassword;
}
}