2021-07-23 16:44:42 +05:00
|
|
|
|
|
|
|
|
|
namespace Diplom_O.SupportForms
|
|
|
|
|
{
|
|
|
|
|
partial class WorkChelForm
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.fNameBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.sNameBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.workButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.canceledButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.tNameBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.addressBox = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
this.pasportBox = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
this.maleBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.birthdayBox = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.snilsBox = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.innBox = new System.Windows.Forms.MaskedTextBox();
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.phoneBox = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// fNameBox
|
|
|
|
|
//
|
|
|
|
|
this.fNameBox.Location = new System.Drawing.Point(104, 12);
|
|
|
|
|
this.fNameBox.Name = "fNameBox";
|
|
|
|
|
this.fNameBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.fNameBox.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// sNameBox
|
|
|
|
|
//
|
|
|
|
|
this.sNameBox.Location = new System.Drawing.Point(104, 38);
|
|
|
|
|
this.sNameBox.Name = "sNameBox";
|
|
|
|
|
this.sNameBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.sNameBox.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// statusStrip1
|
|
|
|
|
//
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2021-07-25 09:43:21 +05:00
|
|
|
|
this.errorLabel});
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 485);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(332, 22);
|
|
|
|
|
this.statusStrip1.TabIndex = 2;
|
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
//
|
|
|
|
|
// errorLabel
|
|
|
|
|
//
|
|
|
|
|
this.errorLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.errorLabel.Name = "errorLabel";
|
|
|
|
|
this.errorLabel.Size = new System.Drawing.Size(57, 17);
|
|
|
|
|
this.errorLabel.Text = "Ошибка.";
|
|
|
|
|
this.errorLabel.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// workButton
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.workButton.Location = new System.Drawing.Point(245, 451);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.workButton.Name = "workButton";
|
|
|
|
|
this.workButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.workButton.TabIndex = 9;
|
|
|
|
|
this.workButton.Text = "Добавить";
|
|
|
|
|
this.workButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.workButton.Click += new System.EventHandler(this.workButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// canceledButton
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.canceledButton.Location = new System.Drawing.Point(164, 451);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.canceledButton.Name = "canceledButton";
|
|
|
|
|
this.canceledButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.canceledButton.TabIndex = 10;
|
|
|
|
|
this.canceledButton.Text = "Отмена";
|
|
|
|
|
this.canceledButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.canceledButton.Click += new System.EventHandler(this.canceledButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// tNameBox
|
|
|
|
|
//
|
|
|
|
|
this.tNameBox.Location = new System.Drawing.Point(104, 64);
|
|
|
|
|
this.tNameBox.Name = "tNameBox";
|
|
|
|
|
this.tNameBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.tNameBox.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(42, 15);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(56, 13);
|
|
|
|
|
this.label1.TabIndex = 29;
|
|
|
|
|
this.label1.Text = "Фамилия";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(69, 41);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(29, 13);
|
|
|
|
|
this.label2.TabIndex = 30;
|
|
|
|
|
this.label2.Text = "Имя";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(44, 67);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
this.label3.TabIndex = 31;
|
|
|
|
|
this.label3.Text = "Отчетсво";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(71, 93);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(27, 13);
|
|
|
|
|
this.label4.TabIndex = 32;
|
|
|
|
|
this.label4.Text = "Пол";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(12, 119);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(86, 13);
|
|
|
|
|
this.label5.TabIndex = 33;
|
|
|
|
|
this.label5.Text = "Дата рождения";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.label6.Location = new System.Drawing.Point(60, 145);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(38, 13);
|
|
|
|
|
this.label6.TabIndex = 34;
|
|
|
|
|
this.label6.Text = "Адрес";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.label7.Location = new System.Drawing.Point(67, 275);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.label7.TabIndex = 35;
|
|
|
|
|
this.label7.Text = "ИНН";
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.label8.Location = new System.Drawing.Point(53, 301);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(45, 13);
|
|
|
|
|
this.label8.TabIndex = 36;
|
|
|
|
|
this.label8.Text = "СНИЛС";
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.label9.Location = new System.Drawing.Point(48, 327);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(50, 13);
|
|
|
|
|
this.label9.TabIndex = 37;
|
|
|
|
|
this.label9.Text = "Паспорт";
|
|
|
|
|
//
|
|
|
|
|
// addressBox
|
|
|
|
|
//
|
|
|
|
|
this.addressBox.Location = new System.Drawing.Point(104, 142);
|
|
|
|
|
this.addressBox.Name = "addressBox";
|
|
|
|
|
this.addressBox.Size = new System.Drawing.Size(216, 98);
|
|
|
|
|
this.addressBox.TabIndex = 5;
|
|
|
|
|
this.addressBox.Text = "";
|
|
|
|
|
//
|
|
|
|
|
// pasportBox
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.pasportBox.Location = new System.Drawing.Point(104, 324);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.pasportBox.Name = "pasportBox";
|
|
|
|
|
this.pasportBox.Size = new System.Drawing.Size(216, 98);
|
|
|
|
|
this.pasportBox.TabIndex = 8;
|
|
|
|
|
this.pasportBox.Text = "";
|
|
|
|
|
//
|
|
|
|
|
// maleBox
|
|
|
|
|
//
|
|
|
|
|
this.maleBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.maleBox.FormattingEnabled = true;
|
|
|
|
|
this.maleBox.Items.AddRange(new object[] {
|
2021-07-25 09:43:21 +05:00
|
|
|
|
"Мужчина",
|
|
|
|
|
"Женщина"});
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.maleBox.Location = new System.Drawing.Point(104, 90);
|
|
|
|
|
this.maleBox.Name = "maleBox";
|
|
|
|
|
this.maleBox.Size = new System.Drawing.Size(216, 21);
|
|
|
|
|
this.maleBox.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// birthdayBox
|
|
|
|
|
//
|
|
|
|
|
this.birthdayBox.CustomFormat = "yyyy.MM.dd";
|
|
|
|
|
this.birthdayBox.Location = new System.Drawing.Point(104, 116);
|
|
|
|
|
this.birthdayBox.Name = "birthdayBox";
|
|
|
|
|
this.birthdayBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.birthdayBox.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// snilsBox
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.snilsBox.Location = new System.Drawing.Point(104, 298);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.snilsBox.Mask = "000-000-000 00";
|
|
|
|
|
this.snilsBox.Name = "snilsBox";
|
|
|
|
|
this.snilsBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.snilsBox.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// innBox
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.innBox.Location = new System.Drawing.Point(104, 272);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.innBox.Mask = "000000000000";
|
|
|
|
|
this.innBox.Name = "innBox";
|
|
|
|
|
this.innBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.innBox.TabIndex = 6;
|
|
|
|
|
//
|
2024-09-20 08:53:52 +05:00
|
|
|
|
// checkBox1
|
|
|
|
|
//
|
|
|
|
|
this.checkBox1.AutoSize = true;
|
|
|
|
|
this.checkBox1.Location = new System.Drawing.Point(104, 428);
|
|
|
|
|
this.checkBox1.Name = "checkBox1";
|
|
|
|
|
this.checkBox1.Size = new System.Drawing.Size(82, 17);
|
|
|
|
|
this.checkBox1.TabIndex = 38;
|
|
|
|
|
this.checkBox1.Text = "Пенсионер";
|
|
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// phoneBox
|
|
|
|
|
//
|
|
|
|
|
this.phoneBox.Location = new System.Drawing.Point(104, 246);
|
|
|
|
|
this.phoneBox.Mask = "+7(000)000-00-00";
|
|
|
|
|
this.phoneBox.Name = "phoneBox";
|
|
|
|
|
this.phoneBox.Size = new System.Drawing.Size(216, 20);
|
|
|
|
|
this.phoneBox.TabIndex = 39;
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(46, 249);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(52, 13);
|
|
|
|
|
this.label10.TabIndex = 40;
|
|
|
|
|
this.label10.Text = "Телефон";
|
|
|
|
|
//
|
2021-08-05 00:31:53 +05:00
|
|
|
|
// WorkChelForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(332, 507);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.ControlBox = false;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
this.Controls.Add(this.label10);
|
|
|
|
|
this.Controls.Add(this.phoneBox);
|
|
|
|
|
this.Controls.Add(this.checkBox1);
|
2021-08-05 00:31:53 +05:00
|
|
|
|
this.Controls.Add(this.innBox);
|
|
|
|
|
this.Controls.Add(this.snilsBox);
|
|
|
|
|
this.Controls.Add(this.birthdayBox);
|
|
|
|
|
this.Controls.Add(this.maleBox);
|
|
|
|
|
this.Controls.Add(this.pasportBox);
|
|
|
|
|
this.Controls.Add(this.addressBox);
|
|
|
|
|
this.Controls.Add(this.label9);
|
|
|
|
|
this.Controls.Add(this.label8);
|
|
|
|
|
this.Controls.Add(this.label7);
|
|
|
|
|
this.Controls.Add(this.label6);
|
|
|
|
|
this.Controls.Add(this.label5);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.tNameBox);
|
|
|
|
|
this.Controls.Add(this.canceledButton);
|
|
|
|
|
this.Controls.Add(this.workButton);
|
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
|
this.Controls.Add(this.sNameBox);
|
|
|
|
|
this.Controls.Add(this.fNameBox);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "WorkChelForm";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "Штатное место";
|
|
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2021-07-23 16:44:42 +05:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2021-07-25 09:43:21 +05:00
|
|
|
|
private System.Windows.Forms.TextBox fNameBox;
|
|
|
|
|
private System.Windows.Forms.TextBox sNameBox;
|
2021-07-23 16:44:42 +05:00
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel errorLabel;
|
|
|
|
|
private System.Windows.Forms.Button workButton;
|
|
|
|
|
private System.Windows.Forms.Button canceledButton;
|
2021-07-25 09:43:21 +05:00
|
|
|
|
private System.Windows.Forms.TextBox tNameBox;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.RichTextBox addressBox;
|
|
|
|
|
private System.Windows.Forms.RichTextBox pasportBox;
|
|
|
|
|
private System.Windows.Forms.ComboBox maleBox;
|
|
|
|
|
private System.Windows.Forms.DateTimePicker birthdayBox;
|
|
|
|
|
private System.Windows.Forms.MaskedTextBox snilsBox;
|
|
|
|
|
private System.Windows.Forms.MaskedTextBox innBox;
|
2024-09-20 08:53:52 +05:00
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
|
|
|
private System.Windows.Forms.MaskedTextBox phoneBox;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
}
|
2021-07-23 16:44:42 +05:00
|
|
|
|
}
|