namespace proba
{
partial class EmployeeUpdate
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmployeeUpdate));
this.button_save = new System.Windows.Forms.Button();
this.button_back = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.PoleReg1 = new System.Windows.Forms.TextBox();
this.text_id_pol = new System.Windows.Forms.ComboBox();
this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.surname = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.TextBox();
this.date_of_birth = new System.Windows.Forms.TextBox();
this.patronymic = new System.Windows.Forms.TextBox();
this.phone = new System.Windows.Forms.TextBox();
this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
this.button_password = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
this.SuspendLayout();
//
// button_save
//
this.button_save.BackColor = System.Drawing.Color.Gray;
this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_save.Location = new System.Drawing.Point(289, 402);
this.button_save.Name = "button_save";
this.button_save.Size = new System.Drawing.Size(111, 30);
this.button_save.TabIndex = 72;
this.button_save.Text = "Сохранить";
this.button_save.UseVisualStyleBackColor = false;
this.button_save.Click += new System.EventHandler(this.button_save_Click);
//
// button_back
//
this.button_back.BackColor = System.Drawing.Color.Gray;
this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_back.Location = new System.Drawing.Point(49, 402);
this.button_back.Name = "button_back";
this.button_back.Size = new System.Drawing.Size(111, 30);
this.button_back.TabIndex = 71;
this.button_back.Text = "Назад";
this.button_back.UseVisualStyleBackColor = false;
this.button_back.Click += new System.EventHandler(this.button_back_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(62, 299);
this.label2.Name = "label2";
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label2.Size = new System.Drawing.Size(64, 24);
this.label2.TabIndex = 70;
this.label2.Text = "Логин";
//
// PoleReg1
//
this.PoleReg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.PoleReg1.Location = new System.Drawing.Point(169, 299);
this.PoleReg1.MaxLength = 25;
this.PoleReg1.Name = "PoleReg1";
this.PoleReg1.ShortcutsEnabled = false;
this.PoleReg1.Size = new System.Drawing.Size(231, 26);
this.PoleReg1.TabIndex = 67;
//
// text_id_pol
//
this.text_id_pol.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
this.text_id_pol.DataSource = this.polBindingSource;
this.text_id_pol.DisplayMember = "pol";
this.text_id_pol.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.text_id_pol.FormattingEnabled = true;
this.text_id_pol.Location = new System.Drawing.Point(190, 161);
this.text_id_pol.Name = "text_id_pol";
this.text_id_pol.Size = new System.Drawing.Size(210, 28);
this.text_id_pol.TabIndex = 66;
this.text_id_pol.ValueMember = "id_pol";
//
// polBindingSource
//
this.polBindingSource.DataMember = "Pol";
this.polBindingSource.DataSource = this.vINILDataSet_Pol;
//
// vINILDataSet_Pol
//
this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label8.Location = new System.Drawing.Point(62, 257);
this.label8.Name = "label8";
this.label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label8.Size = new System.Drawing.Size(90, 24);
this.label8.TabIndex = 65;
this.label8.Text = "Телефон";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label7.Location = new System.Drawing.Point(73, 209);
this.label7.Name = "label7";
this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label7.Size = new System.Drawing.Size(150, 24);
this.label7.TabIndex = 64;
this.label7.Text = "Дата рождения";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label6.Location = new System.Drawing.Point(73, 161);
this.label6.Name = "label6";
this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label6.Size = new System.Drawing.Size(44, 24);
this.label6.TabIndex = 63;
this.label6.Text = "Пол";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.Location = new System.Drawing.Point(62, 113);
this.label5.Name = "label5";
this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label5.Size = new System.Drawing.Size(98, 24);
this.label5.TabIndex = 62;
this.label5.Text = "Отчество";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(62, 64);
this.label4.Name = "label4";
this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label4.Size = new System.Drawing.Size(46, 24);
this.label4.TabIndex = 61;
this.label4.Text = "Имя";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(62, 22);
this.label3.Name = "label3";
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label3.Size = new System.Drawing.Size(91, 24);
this.label3.TabIndex = 60;
this.label3.Text = "Фамилия";
//
// surname
//
this.surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.surname.Location = new System.Drawing.Point(169, 19);
this.surname.MaxLength = 25;
this.surname.Name = "surname";
this.surname.Size = new System.Drawing.Size(231, 26);
this.surname.TabIndex = 59;
//
// name
//
this.name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.name.Location = new System.Drawing.Point(169, 64);
this.name.MaxLength = 25;
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(231, 26);
this.name.TabIndex = 58;
//
// date_of_birth
//
this.date_of_birth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.date_of_birth.Location = new System.Drawing.Point(229, 209);
this.date_of_birth.MaxLength = 15;
this.date_of_birth.Name = "date_of_birth";
this.date_of_birth.ShortcutsEnabled = false;
this.date_of_birth.Size = new System.Drawing.Size(171, 26);
this.date_of_birth.TabIndex = 57;
//
// patronymic
//
this.patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.patronymic.Location = new System.Drawing.Point(169, 113);
this.patronymic.MaxLength = 25;
this.patronymic.Name = "patronymic";
this.patronymic.Size = new System.Drawing.Size(231, 26);
this.patronymic.TabIndex = 56;
//
// phone
//
this.phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.phone.Location = new System.Drawing.Point(169, 255);
this.phone.MaxLength = 11;
this.phone.Name = "phone";
this.phone.ShortcutsEnabled = false;
this.phone.Size = new System.Drawing.Size(231, 26);
this.phone.TabIndex = 55;
//
// polTableAdapter
//
this.polTableAdapter.ClearBeforeFill = true;
//
// button_password
//
this.button_password.BackColor = System.Drawing.Color.Gray;
this.button_password.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_password.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_password.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_password.Location = new System.Drawing.Point(49, 352);
this.button_password.Name = "button_password";
this.button_password.Size = new System.Drawing.Size(351, 30);
this.button_password.TabIndex = 73;
this.button_password.Text = "Сменить пароль";
this.button_password.UseVisualStyleBackColor = false;
this.button_password.Click += new System.EventHandler(this.button_password_Click);
//
// EmployeeUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
this.ClientSize = new System.Drawing.Size(467, 450);
this.Controls.Add(this.button_password);
this.Controls.Add(this.button_save);
this.Controls.Add(this.button_back);
this.Controls.Add(this.label2);
this.Controls.Add(this.PoleReg1);
this.Controls.Add(this.text_id_pol);
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.surname);
this.Controls.Add(this.name);
this.Controls.Add(this.date_of_birth);
this.Controls.Add(this.patronymic);
this.Controls.Add(this.phone);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(483, 489);
this.MinimumSize = new System.Drawing.Size(483, 489);
this.Name = "EmployeeUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Изменение сотрудника";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_save;
private System.Windows.Forms.Button button_back;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox PoleReg1;
private System.Windows.Forms.ComboBox text_id_pol;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox surname;
private System.Windows.Forms.TextBox name;
private System.Windows.Forms.TextBox date_of_birth;
private System.Windows.Forms.TextBox patronymic;
private System.Windows.Forms.TextBox phone;
private VINILDataSet_Pol vINILDataSet_Pol;
private System.Windows.Forms.BindingSource polBindingSource;
private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
private System.Windows.Forms.Button button_password;
}
}