PIbd-21__Kryukov_A.I._Typog.../TypographyView/FormImplementer.Designer.cs

176 lines
6.9 KiB
C#
Raw Normal View History

2024-04-22 06:54:28 +04:00
namespace TypographyView
{
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();
textBoxFIO = new TextBox();
labelFIO = new Label();
textBoxPassword = new TextBox();
numericUpDownQualification = new NumericUpDown();
numericUpDownWorkExpirience = new NumericUpDown();
labelPassword = new Label();
labelQualification = new Label();
labelExpirience = new Label();
((System.ComponentModel.ISupportInitialize)numericUpDownQualification).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDownWorkExpirience).BeginInit();
SuspendLayout();
//
// buttonCancel
//
buttonCancel.Location = new Point(392, 167);
buttonCancel.Margin = new Padding(3, 4, 3, 4);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(86, 31);
buttonCancel.TabIndex = 11;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// buttonSave
//
buttonSave.Location = new Point(299, 167);
buttonSave.Margin = new Padding(3, 4, 3, 4);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(86, 31);
buttonSave.TabIndex = 10;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += buttonSave_Click;
//
// textBoxFIO
//
textBoxFIO.Location = new Point(110, 12);
textBoxFIO.Margin = new Padding(3, 4, 3, 4);
textBoxFIO.Name = "textBoxFIO";
textBoxFIO.Size = new Size(367, 27);
textBoxFIO.TabIndex = 8;
//
// labelFIO
//
labelFIO.AutoSize = true;
labelFIO.Location = new Point(14, 16);
labelFIO.Name = "labelFIO";
labelFIO.Size = new Size(45, 20);
labelFIO.TabIndex = 6;
labelFIO.Text = "ФИО:";
//
// textBoxPassword
//
textBoxPassword.Location = new Point(110, 51);
textBoxPassword.Margin = new Padding(3, 4, 3, 4);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(367, 27);
textBoxPassword.TabIndex = 12;
//
// numericUpDownQualification
//
numericUpDownQualification.Location = new Point(110, 89);
numericUpDownQualification.Margin = new Padding(3, 4, 3, 4);
numericUpDownQualification.Name = "numericUpDownQualification";
numericUpDownQualification.Size = new Size(368, 27);
numericUpDownQualification.TabIndex = 13;
//
// numericUpDownWorkExpirience
//
numericUpDownWorkExpirience.Location = new Point(110, 128);
numericUpDownWorkExpirience.Margin = new Padding(3, 4, 3, 4);
numericUpDownWorkExpirience.Name = "numericUpDownWorkExpirience";
numericUpDownWorkExpirience.Size = new Size(368, 27);
numericUpDownWorkExpirience.TabIndex = 14;
//
// labelPassword
//
labelPassword.AutoSize = true;
labelPassword.Location = new Point(14, 55);
labelPassword.Name = "labelPassword";
labelPassword.Size = new Size(65, 20);
labelPassword.TabIndex = 15;
labelPassword.Text = "Пароль:";
//
// labelQualification
//
labelQualification.AutoSize = true;
labelQualification.Location = new Point(14, 92);
labelQualification.Name = "labelQualification";
labelQualification.Size = new Size(114, 20);
labelQualification.TabIndex = 16;
labelQualification.Text = "Квалификация:";
labelQualification.TextAlign = ContentAlignment.TopRight;
//
// labelExpirience
//
labelExpirience.AutoSize = true;
labelExpirience.Location = new Point(14, 131);
labelExpirience.Name = "labelExpirience";
labelExpirience.Size = new Size(46, 20);
labelExpirience.TabIndex = 17;
labelExpirience.Text = "Стаж:";
//
// FormImplementer
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(486, 208);
Controls.Add(labelExpirience);
Controls.Add(labelQualification);
Controls.Add(labelPassword);
Controls.Add(numericUpDownWorkExpirience);
Controls.Add(numericUpDownQualification);
Controls.Add(textBoxPassword);
Controls.Add(buttonCancel);
Controls.Add(buttonSave);
Controls.Add(textBoxFIO);
Controls.Add(labelFIO);
Margin = new Padding(3, 4, 3, 4);
Name = "FormImplementer";
Text = "Implementer";
Load += FormImplementer_Load;
((System.ComponentModel.ISupportInitialize)numericUpDownQualification).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDownWorkExpirience).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button buttonCancel;
private Button buttonSave;
private TextBox textBoxCost;
private TextBox textBoxFIO;
private Label labelCost;
private Label labelFIO;
private TextBox textBoxPassword;
private NumericUpDown numericUpDownQualification;
private NumericUpDown numericUpDownWorkExpirience;
private Label labelPassword;
private Label labelQualification;
private Label labelExpirience;
}
}