namespace Transportation { partial class UpdateLogistician { /// /// 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.TelephoneLogisticianMTB = new System.Windows.Forms.MaskedTextBox(); this.label11 = new System.Windows.Forms.Label(); this.PlacePassportLogisticianRTB = new System.Windows.Forms.RichTextBox(); this.label9 = new System.Windows.Forms.Label(); this.DatePassportLogisticianDTP = new System.Windows.Forms.DateTimePicker(); this.label8 = new System.Windows.Forms.Label(); this.CodePassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox(); this.label7 = new System.Windows.Forms.Label(); this.NumberPassportLogisticianMTB = new System.Windows.Forms.MaskedTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.MidnameLogisticianTB = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.NameLogisticianTB = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SurnameLogisticianTB = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // UpdateBTN // this.UpdateBTN.Location = new System.Drawing.Point(654, 248); this.UpdateBTN.Name = "UpdateBTN"; this.UpdateBTN.Size = new System.Drawing.Size(101, 23); this.UpdateBTN.TabIndex = 72; this.UpdateBTN.Text = "Изменение"; this.UpdateBTN.UseVisualStyleBackColor = true; this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click); // // TelephoneLogisticianMTB // this.TelephoneLogisticianMTB.Location = new System.Drawing.Point(518, 135); this.TelephoneLogisticianMTB.Mask = "+7(000)-000-00-00"; this.TelephoneLogisticianMTB.Name = "TelephoneLogisticianMTB"; this.TelephoneLogisticianMTB.Size = new System.Drawing.Size(118, 22); this.TelephoneLogisticianMTB.TabIndex = 71; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(378, 138); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(123, 17); this.label11.TabIndex = 70; this.label11.Text = "Телефон логиста"; // // PlacePassportLogisticianRTB // this.PlacePassportLogisticianRTB.Location = new System.Drawing.Point(134, 138); this.PlacePassportLogisticianRTB.Name = "PlacePassportLogisticianRTB"; this.PlacePassportLogisticianRTB.Size = new System.Drawing.Size(223, 113); this.PlacePassportLogisticianRTB.TabIndex = 69; this.PlacePassportLogisticianRTB.Text = ""; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(17, 138); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(102, 17); this.label9.TabIndex = 68; this.label9.Text = "Место выдачи"; // // DatePassportLogisticianDTP // this.DatePassportLogisticianDTP.Location = new System.Drawing.Point(618, 92); this.DatePassportLogisticianDTP.Name = "DatePassportLogisticianDTP"; this.DatePassportLogisticianDTP.Size = new System.Drawing.Size(166, 22); this.DatePassportLogisticianDTP.TabIndex = 67; this.DatePassportLogisticianDTP.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(517, 95); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(95, 17); this.label8.TabIndex = 66; this.label8.Text = "Дата выдачи"; // // CodePassportLogisticianMTB // this.CodePassportLogisticianMTB.Location = new System.Drawing.Point(438, 92); this.CodePassportLogisticianMTB.Mask = "000-000"; this.CodePassportLogisticianMTB.Name = "CodePassportLogisticianMTB"; this.CodePassportLogisticianMTB.Size = new System.Drawing.Size(59, 22); this.CodePassportLogisticianMTB.TabIndex = 65; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(292, 95); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(140, 17); this.label7.TabIndex = 64; this.label7.Text = "Код подразделения"; // // NumberPassportLogisticianMTB // this.NumberPassportLogisticianMTB.Location = new System.Drawing.Point(184, 92); this.NumberPassportLogisticianMTB.Mask = "00-00-000000"; this.NumberPassportLogisticianMTB.Name = "NumberPassportLogisticianMTB"; this.NumberPassportLogisticianMTB.Size = new System.Drawing.Size(89, 22); this.NumberPassportLogisticianMTB.TabIndex = 63; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 95); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(161, 17); this.label5.TabIndex = 62; this.label5.Text = "Серия-номер паспорта"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(407, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 17); this.label4.TabIndex = 61; this.label4.Text = "Отчество"; // // MidnameLogisticianTB // this.MidnameLogisticianTB.Location = new System.Drawing.Point(484, 49); this.MidnameLogisticianTB.Name = "MidnameLogisticianTB"; this.MidnameLogisticianTB.Size = new System.Drawing.Size(118, 22); this.MidnameLogisticianTB.TabIndex = 60; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(230, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 17); this.label3.TabIndex = 59; this.label3.Text = "Имя"; // // NameLogisticianTB // this.NameLogisticianTB.Location = new System.Drawing.Point(271, 49); this.NameLogisticianTB.Name = "NameLogisticianTB"; this.NameLogisticianTB.Size = new System.Drawing.Size(118, 22); this.NameLogisticianTB.TabIndex = 58; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 17); this.label1.TabIndex = 57; this.label1.Text = "Фамилия"; // // SurnameLogisticianTB // this.SurnameLogisticianTB.Location = new System.Drawing.Point(91, 49); this.SurnameLogisticianTB.Name = "SurnameLogisticianTB"; this.SurnameLogisticianTB.Size = new System.Drawing.Size(118, 22); this.SurnameLogisticianTB.TabIndex = 56; // // 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(216, 25); this.label2.TabIndex = 55; this.label2.Text = "Изменение логиста"; // // UpdateLogistician // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(794, 293); this.Controls.Add(this.UpdateBTN); this.Controls.Add(this.TelephoneLogisticianMTB); this.Controls.Add(this.label11); this.Controls.Add(this.PlacePassportLogisticianRTB); this.Controls.Add(this.label9); this.Controls.Add(this.DatePassportLogisticianDTP); this.Controls.Add(this.label8); this.Controls.Add(this.CodePassportLogisticianMTB); this.Controls.Add(this.label7); this.Controls.Add(this.NumberPassportLogisticianMTB); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.MidnameLogisticianTB); this.Controls.Add(this.label3); this.Controls.Add(this.NameLogisticianTB); this.Controls.Add(this.label1); this.Controls.Add(this.SurnameLogisticianTB); this.Controls.Add(this.label2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(812, 340); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(812, 340); this.Name = "UpdateLogistician"; this.Text = "Изменение логиста"; this.Load += new System.EventHandler(this.UpdateLogistician_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button UpdateBTN; private System.Windows.Forms.MaskedTextBox TelephoneLogisticianMTB; private System.Windows.Forms.Label label11; private System.Windows.Forms.RichTextBox PlacePassportLogisticianRTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker DatePassportLogisticianDTP; private System.Windows.Forms.Label label8; private System.Windows.Forms.MaskedTextBox CodePassportLogisticianMTB; private System.Windows.Forms.Label label7; private System.Windows.Forms.MaskedTextBox NumberPassportLogisticianMTB; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox MidnameLogisticianTB; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox NameLogisticianTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox SurnameLogisticianTB; private System.Windows.Forms.Label label2; } }