2024-05-04 20:44:03 +04:00
|
|
|
|
namespace LawFirmView
|
|
|
|
|
{
|
2024-05-06 20:38:44 +04:00
|
|
|
|
partial class FormImplementer
|
2024-05-04 20:44:03 +04:00
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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();
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxFIO
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxPasswd
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// numericUpDownQualif
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// numericUpDownWorkExp
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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;
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Location = new Point(91, 33);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(45, 20);
|
|
|
|
|
label1.TabIndex = 6;
|
|
|
|
|
label1.Text = "ФИО:";
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
label2.AutoSize = true;
|
|
|
|
|
label2.Location = new Point(91, 87);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(65, 20);
|
|
|
|
|
label2.TabIndex = 7;
|
|
|
|
|
label2.Text = "Пароль:";
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
label3.AutoSize = true;
|
|
|
|
|
label3.Location = new Point(47, 143);
|
|
|
|
|
label3.Name = "label3";
|
|
|
|
|
label3.Size = new Size(114, 20);
|
|
|
|
|
label3.TabIndex = 8;
|
|
|
|
|
label3.Text = "Квалификация:";
|
2024-05-05 10:58:53 +04:00
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
2024-05-05 15:38:08 +04:00
|
|
|
|
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();
|
2024-05-04 20:44:03 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-05-05 10:58:53 +04:00
|
|
|
|
|
|
|
|
|
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;
|
2024-05-04 20:44:03 +04:00
|
|
|
|
}
|
|
|
|
|
}
|