namespace Transportation
{
partial class AddDriver
{
///
/// 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.label2 = new System.Windows.Forms.Label();
this.SurnameDriverTB = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.NameDriverTB = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.MidnameDriverTB = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.NumberPassportDriverMTB = new System.Windows.Forms.MaskedTextBox();
this.label6 = new System.Windows.Forms.Label();
this.ExecutorsCB = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.CodePassportDriverMTB = new System.Windows.Forms.MaskedTextBox();
this.label8 = new System.Windows.Forms.Label();
this.DatePassportDriverDTP = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.PlacePassportDriverRTB = new System.Windows.Forms.RichTextBox();
this.label10 = new System.Windows.Forms.Label();
this.NumberDriverLicenseMTB = new System.Windows.Forms.MaskedTextBox();
this.label11 = new System.Windows.Forms.Label();
this.TelephoneDriverMTB = new System.Windows.Forms.MaskedTextBox();
this.AddBTN = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(12, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(241, 25);
this.label2.TabIndex = 12;
this.label2.Text = "Добавление водителя";
//
// SurnameDriverTB
//
this.SurnameDriverTB.Location = new System.Drawing.Point(90, 98);
this.SurnameDriverTB.Name = "SurnameDriverTB";
this.SurnameDriverTB.Size = new System.Drawing.Size(118, 22);
this.SurnameDriverTB.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 101);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 17);
this.label1.TabIndex = 16;
this.label1.Text = "Фамилия";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(229, 101);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 17);
this.label3.TabIndex = 18;
this.label3.Text = "Имя";
//
// NameDriverTB
//
this.NameDriverTB.Location = new System.Drawing.Point(270, 98);
this.NameDriverTB.Name = "NameDriverTB";
this.NameDriverTB.Size = new System.Drawing.Size(118, 22);
this.NameDriverTB.TabIndex = 17;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(406, 101);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 17);
this.label4.TabIndex = 20;
this.label4.Text = "Отчество";
//
// MidnameDriverTB
//
this.MidnameDriverTB.Location = new System.Drawing.Point(483, 98);
this.MidnameDriverTB.Name = "MidnameDriverTB";
this.MidnameDriverTB.Size = new System.Drawing.Size(118, 22);
this.MidnameDriverTB.TabIndex = 19;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 144);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(161, 17);
this.label5.TabIndex = 21;
this.label5.Text = "Серия-номер паспорта";
//
// NumberPassportDriverMTB
//
this.NumberPassportDriverMTB.Location = new System.Drawing.Point(183, 141);
this.NumberPassportDriverMTB.Mask = "00-00-000000";
this.NumberPassportDriverMTB.Name = "NumberPassportDriverMTB";
this.NumberPassportDriverMTB.Size = new System.Drawing.Size(89, 22);
this.NumberPassportDriverMTB.TabIndex = 22;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 55);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 17);
this.label6.TabIndex = 23;
this.label6.Text = "Исполнитель";
//
// ExecutorsCB
//
this.ExecutorsCB.FormattingEnabled = true;
this.ExecutorsCB.Location = new System.Drawing.Point(115, 52);
this.ExecutorsCB.Name = "ExecutorsCB";
this.ExecutorsCB.Size = new System.Drawing.Size(298, 24);
this.ExecutorsCB.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(291, 144);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(140, 17);
this.label7.TabIndex = 25;
this.label7.Text = "Код подразделения";
//
// CodePassportDriverMTB
//
this.CodePassportDriverMTB.Location = new System.Drawing.Point(437, 141);
this.CodePassportDriverMTB.Mask = "000-000";
this.CodePassportDriverMTB.Name = "CodePassportDriverMTB";
this.CodePassportDriverMTB.Size = new System.Drawing.Size(59, 22);
this.CodePassportDriverMTB.TabIndex = 26;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(516, 144);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(95, 17);
this.label8.TabIndex = 27;
this.label8.Text = "Дата выдачи";
//
// DatePassportDriverDTP
//
this.DatePassportDriverDTP.Location = new System.Drawing.Point(617, 141);
this.DatePassportDriverDTP.Name = "DatePassportDriverDTP";
this.DatePassportDriverDTP.Size = new System.Drawing.Size(166, 22);
this.DatePassportDriverDTP.TabIndex = 28;
this.DatePassportDriverDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 187);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(102, 17);
this.label9.TabIndex = 29;
this.label9.Text = "Место выдачи";
//
// PlacePassportDriverRTB
//
this.PlacePassportDriverRTB.Location = new System.Drawing.Point(133, 187);
this.PlacePassportDriverRTB.Name = "PlacePassportDriverRTB";
this.PlacePassportDriverRTB.Size = new System.Drawing.Size(223, 113);
this.PlacePassportDriverRTB.TabIndex = 30;
this.PlacePassportDriverRTB.Text = "";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(379, 187);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(205, 17);
this.label10.TabIndex = 31;
this.label10.Text = "Водительское удостоверение";
//
// NumberDriverLicenseMTB
//
this.NumberDriverLicenseMTB.Location = new System.Drawing.Point(590, 184);
this.NumberDriverLicenseMTB.Mask = "00-00-000000";
this.NumberDriverLicenseMTB.Name = "NumberDriverLicenseMTB";
this.NumberDriverLicenseMTB.Size = new System.Drawing.Size(89, 22);
this.NumberDriverLicenseMTB.TabIndex = 32;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(379, 228);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(134, 17);
this.label11.TabIndex = 33;
this.label11.Text = "Телефон водителя";
//
// TelephoneDriverMTB
//
this.TelephoneDriverMTB.Location = new System.Drawing.Point(519, 225);
this.TelephoneDriverMTB.Mask = "+7(000)-000-00-00";
this.TelephoneDriverMTB.Name = "TelephoneDriverMTB";
this.TelephoneDriverMTB.Size = new System.Drawing.Size(118, 22);
this.TelephoneDriverMTB.TabIndex = 34;
//
// AddBTN
//
this.AddBTN.Location = new System.Drawing.Point(662, 289);
this.AddBTN.Name = "AddBTN";
this.AddBTN.Size = new System.Drawing.Size(101, 23);
this.AddBTN.TabIndex = 35;
this.AddBTN.Text = "Добавить";
this.AddBTN.UseVisualStyleBackColor = true;
this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
//
// AddDriver
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(794, 336);
this.Controls.Add(this.AddBTN);
this.Controls.Add(this.TelephoneDriverMTB);
this.Controls.Add(this.label11);
this.Controls.Add(this.NumberDriverLicenseMTB);
this.Controls.Add(this.label10);
this.Controls.Add(this.PlacePassportDriverRTB);
this.Controls.Add(this.label9);
this.Controls.Add(this.DatePassportDriverDTP);
this.Controls.Add(this.label8);
this.Controls.Add(this.CodePassportDriverMTB);
this.Controls.Add(this.label7);
this.Controls.Add(this.ExecutorsCB);
this.Controls.Add(this.label6);
this.Controls.Add(this.NumberPassportDriverMTB);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.MidnameDriverTB);
this.Controls.Add(this.label3);
this.Controls.Add(this.NameDriverTB);
this.Controls.Add(this.label1);
this.Controls.Add(this.SurnameDriverTB);
this.Controls.Add(this.label2);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(812, 383);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(812, 383);
this.Name = "AddDriver";
this.Text = "Добавление водителя";
this.Load += new System.EventHandler(this.AddDriver_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox SurnameDriverTB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox NameDriverTB;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox MidnameDriverTB;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.MaskedTextBox NumberPassportDriverMTB;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox ExecutorsCB;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.MaskedTextBox CodePassportDriverMTB;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DateTimePicker DatePassportDriverDTP;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.RichTextBox PlacePassportDriverRTB;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.MaskedTextBox NumberDriverLicenseMTB;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.MaskedTextBox TelephoneDriverMTB;
private System.Windows.Forms.Button AddBTN;
}
}