namespace Transportation { partial class UpdateDrivers { /// /// 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.UpdateBTN = new System.Windows.Forms.Button(); this.TelephoneDriverMTB = new System.Windows.Forms.MaskedTextBox(); this.label11 = new System.Windows.Forms.Label(); this.NumberDriverLicenseMTB = new System.Windows.Forms.MaskedTextBox(); this.label10 = new System.Windows.Forms.Label(); this.PlacePassportDriverRTB = new System.Windows.Forms.RichTextBox(); this.label9 = new System.Windows.Forms.Label(); this.DatePassportDriverDTP = new System.Windows.Forms.DateTimePicker(); this.label8 = new System.Windows.Forms.Label(); this.CodePassportDriverMTB = new System.Windows.Forms.MaskedTextBox(); this.label7 = new System.Windows.Forms.Label(); this.ExecutorsCB = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.NumberPassportDriverMTB = new System.Windows.Forms.MaskedTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.MidnameDriverTB = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.NameDriverTB = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SurnameDriverTB = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // UpdateBTN // this.UpdateBTN.Location = new System.Drawing.Point(662, 289); this.UpdateBTN.Name = "UpdateBTN"; this.UpdateBTN.Size = new System.Drawing.Size(101, 23); this.UpdateBTN.TabIndex = 57; this.UpdateBTN.Text = "Изменить"; this.UpdateBTN.UseVisualStyleBackColor = true; this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click); // // 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 = 56; // // 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 = 55; this.label11.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 = 54; // // 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 = 53; this.label10.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 = 52; this.PlacePassportDriverRTB.Text = ""; // // 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 = 51; this.label9.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 = 50; this.DatePassportDriverDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // 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 = 49; this.label8.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 = 48; // // 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 = 47; this.label7.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 = 46; // // 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 = 45; this.label6.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 = 44; // // 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 = 43; this.label5.Text = "Серия-номер паспорта"; // // 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 = 42; 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 = 41; // // 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 = 40; 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 = 39; // // 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 = 38; this.label1.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 = 37; // // 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(233, 25); this.label2.TabIndex = 36; this.label2.Text = "Изменение водителя"; // // UpdateDrivers // 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.UpdateBTN); 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 = "UpdateDrivers"; this.Text = "Изменение водителя"; this.Load += new System.EventHandler(this.UpdateDrivers_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button UpdateBTN; private System.Windows.Forms.MaskedTextBox TelephoneDriverMTB; private System.Windows.Forms.Label label11; private System.Windows.Forms.MaskedTextBox NumberDriverLicenseMTB; private System.Windows.Forms.Label label10; private System.Windows.Forms.RichTextBox PlacePassportDriverRTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker DatePassportDriverDTP; private System.Windows.Forms.Label label8; private System.Windows.Forms.MaskedTextBox CodePassportDriverMTB; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox ExecutorsCB; private System.Windows.Forms.Label label6; private System.Windows.Forms.MaskedTextBox NumberPassportDriverMTB; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox MidnameDriverTB; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox NameDriverTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox SurnameDriverTB; private System.Windows.Forms.Label label2; } }