173 lines
6.3 KiB
C#
173 lines
6.3 KiB
C#
namespace LawFirmView
|
||
{
|
||
partial class Исполнитель
|
||
{
|
||
/// <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()
|
||
{
|
||
textBoxFIO = new TextBox();
|
||
textBoxPasswd = new TextBox();
|
||
numericUpDownQualif = new NumericUpDown();
|
||
numericUpDownWorkExp = new NumericUpDown();
|
||
buttonSave = new Button();
|
||
buttonCancel = new Button();
|
||
label1 = new Label();
|
||
label2 = new Label();
|
||
label3 = new Label();
|
||
label4 = new Label();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownQualif).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWorkExp).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// textBoxFIO
|
||
//
|
||
textBoxFIO.Location = new Point(177, 33);
|
||
textBoxFIO.Margin = new Padding(3, 4, 3, 4);
|
||
textBoxFIO.Name = "textBoxFIO";
|
||
textBoxFIO.Size = new Size(263, 27);
|
||
textBoxFIO.TabIndex = 0;
|
||
//
|
||
// textBoxPasswd
|
||
//
|
||
textBoxPasswd.Location = new Point(177, 87);
|
||
textBoxPasswd.Margin = new Padding(3, 4, 3, 4);
|
||
textBoxPasswd.Name = "textBoxPasswd";
|
||
textBoxPasswd.Size = new Size(263, 27);
|
||
textBoxPasswd.TabIndex = 1;
|
||
//
|
||
// numericUpDownQualif
|
||
//
|
||
numericUpDownQualif.Location = new Point(177, 140);
|
||
numericUpDownQualif.Margin = new Padding(3, 4, 3, 4);
|
||
numericUpDownQualif.Name = "numericUpDownQualif";
|
||
numericUpDownQualif.Size = new Size(137, 27);
|
||
numericUpDownQualif.TabIndex = 2;
|
||
//
|
||
// numericUpDownWorkExp
|
||
//
|
||
numericUpDownWorkExp.Location = new Point(177, 191);
|
||
numericUpDownWorkExp.Margin = new Padding(3, 4, 3, 4);
|
||
numericUpDownWorkExp.Name = "numericUpDownWorkExp";
|
||
numericUpDownWorkExp.Size = new Size(137, 27);
|
||
numericUpDownWorkExp.TabIndex = 3;
|
||
//
|
||
// buttonSave
|
||
//
|
||
buttonSave.Location = new Point(69, 269);
|
||
buttonSave.Margin = new Padding(3, 4, 3, 4);
|
||
buttonSave.Name = "buttonSave";
|
||
buttonSave.Size = new Size(86, 31);
|
||
buttonSave.TabIndex = 4;
|
||
buttonSave.Text = "Сохранить";
|
||
buttonSave.UseVisualStyleBackColor = true;
|
||
buttonSave.Click += buttonSave_Click;
|
||
//
|
||
// buttonCancel
|
||
//
|
||
buttonCancel.Location = new Point(406, 269);
|
||
buttonCancel.Margin = new Padding(3, 4, 3, 4);
|
||
buttonCancel.Name = "buttonCancel";
|
||
buttonCancel.Size = new Size(86, 31);
|
||
buttonCancel.TabIndex = 5;
|
||
buttonCancel.Text = "Отмена";
|
||
buttonCancel.UseVisualStyleBackColor = true;
|
||
buttonCancel.Click += buttonCancel_Click;
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.Location = new Point(91, 33);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(45, 20);
|
||
label1.TabIndex = 6;
|
||
label1.Text = "ФИО:";
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.Location = new Point(91, 87);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(65, 20);
|
||
label2.TabIndex = 7;
|
||
label2.Text = "Пароль:";
|
||
//
|
||
// label3
|
||
//
|
||
label3.AutoSize = true;
|
||
label3.Location = new Point(47, 143);
|
||
label3.Name = "label3";
|
||
label3.Size = new Size(114, 20);
|
||
label3.TabIndex = 8;
|
||
label3.Text = "Квалификация:";
|
||
//
|
||
// label4
|
||
//
|
||
label4.AutoSize = true;
|
||
label4.Location = new Point(55, 201);
|
||
label4.Name = "label4";
|
||
label4.Size = new Size(105, 20);
|
||
label4.TabIndex = 9;
|
||
label4.Text = "Опыт работы:";
|
||
//
|
||
// Исполнитель
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(586, 316);
|
||
Controls.Add(label4);
|
||
Controls.Add(label3);
|
||
Controls.Add(label2);
|
||
Controls.Add(label1);
|
||
Controls.Add(buttonCancel);
|
||
Controls.Add(buttonSave);
|
||
Controls.Add(numericUpDownWorkExp);
|
||
Controls.Add(numericUpDownQualif);
|
||
Controls.Add(textBoxPasswd);
|
||
Controls.Add(textBoxFIO);
|
||
Margin = new Padding(3, 4, 3, 4);
|
||
Name = "Исполнитель";
|
||
Text = "FormImplementer";
|
||
Load += FormImplementer_Load;
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownQualif).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWorkExp).EndInit();
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private TextBox textBoxFIO;
|
||
private TextBox textBoxPasswd;
|
||
private NumericUpDown numericUpDownQualif;
|
||
private NumericUpDown numericUpDownWorkExp;
|
||
private Button buttonSave;
|
||
private Button buttonCancel;
|
||
private Label label1;
|
||
private Label label2;
|
||
private Label label3;
|
||
private Label label4;
|
||
}
|
||
} |