namespace Transportation { partial class UpdateRequest { /// /// 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.PaymentConditionsTB = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.PaymentTB = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.TransportationFormatDTP = new System.Windows.Forms.RichTextBox(); this.label18 = new System.Windows.Forms.Label(); this.RouteMileageTB = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.RoutePlaceTB = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.DateUnloadingDTP = new System.Windows.Forms.DateTimePicker(); this.TransportationConditionsRTB = new System.Windows.Forms.RichTextBox(); this.label14 = new System.Windows.Forms.Label(); this.LogisticiansCB = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.TelephoneConsigneeMTB = new System.Windows.Forms.MaskedTextBox(); this.label12 = new System.Windows.Forms.Label(); this.NameConsigneeTB = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.PlaceUnloadingRTP = new System.Windows.Forms.RichTextBox(); this.label10 = new System.Windows.Forms.Label(); this.NameCargoRTB = new System.Windows.Forms.RichTextBox(); this.label9 = new System.Windows.Forms.Label(); this.TelephoneShipperMTB = new System.Windows.Forms.MaskedTextBox(); this.label8 = new System.Windows.Forms.Label(); this.NameShipperTB = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.PlaceLoadingRTB = new System.Windows.Forms.RichTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.DateLoadingDTP = new System.Windows.Forms.DateTimePicker(); this.VehiclesCB = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.DriversCB = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.ExecutorsCB = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // UpdateBTN // this.UpdateBTN.Location = new System.Drawing.Point(1136, 481); this.UpdateBTN.Name = "UpdateBTN"; this.UpdateBTN.Size = new System.Drawing.Size(101, 23); this.UpdateBTN.TabIndex = 103; this.UpdateBTN.Text = "Изменить"; this.UpdateBTN.UseVisualStyleBackColor = true; this.UpdateBTN.Click += new System.EventHandler(this.UpdateBTN_Click); // // PaymentConditionsTB // this.PaymentConditionsTB.Location = new System.Drawing.Point(939, 297); this.PaymentConditionsTB.Name = "PaymentConditionsTB"; this.PaymentConditionsTB.Size = new System.Drawing.Size(261, 22); this.PaymentConditionsTB.TabIndex = 102; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(936, 277); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(116, 17); this.label20.TabIndex = 101; this.label20.Text = "Условия оплаты"; // // PaymentTB // this.PaymentTB.Location = new System.Drawing.Point(939, 239); this.PaymentTB.Name = "PaymentTB"; this.PaymentTB.Size = new System.Drawing.Size(261, 22); this.PaymentTB.TabIndex = 100; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(936, 219); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(58, 17); this.label19.TabIndex = 99; this.label19.Text = "Оплата"; // // TransportationFormatDTP // this.TransportationFormatDTP.Location = new System.Drawing.Point(669, 239); this.TransportationFormatDTP.Name = "TransportationFormatDTP"; this.TransportationFormatDTP.Size = new System.Drawing.Size(261, 80); this.TransportationFormatDTP.TabIndex = 98; this.TransportationFormatDTP.Text = ""; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(666, 219); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(180, 17); this.label18.TabIndex = 97; this.label18.Text = "Формат транспортировки"; // // RouteMileageTB // this.RouteMileageTB.Location = new System.Drawing.Point(939, 185); this.RouteMileageTB.Name = "RouteMileageTB"; this.RouteMileageTB.Size = new System.Drawing.Size(261, 22); this.RouteMileageTB.TabIndex = 96; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(936, 165); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(133, 17); this.label17.TabIndex = 95; this.label17.Text = "Путь (километраж)"; // // RoutePlaceTB // this.RoutePlaceTB.Location = new System.Drawing.Point(669, 185); this.RoutePlaceTB.Name = "RoutePlaceTB"; this.RoutePlaceTB.Size = new System.Drawing.Size(261, 22); this.RoutePlaceTB.TabIndex = 94; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(666, 165); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(98, 17); this.label16.TabIndex = 93; this.label16.Text = "Путь (города)"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(351, 111); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(111, 17); this.label15.TabIndex = 92; this.label15.Text = "Дата разгрузки"; // // DateUnloadingDTP // this.DateUnloadingDTP.Location = new System.Drawing.Point(354, 131); this.DateUnloadingDTP.Name = "DateUnloadingDTP"; this.DateUnloadingDTP.Size = new System.Drawing.Size(200, 22); this.DateUnloadingDTP.TabIndex = 91; // // TransportationConditionsRTB // this.TransportationConditionsRTB.Location = new System.Drawing.Point(354, 406); this.TransportationConditionsRTB.Name = "TransportationConditionsRTB"; this.TransportationConditionsRTB.Size = new System.Drawing.Size(283, 80); this.TransportationConditionsRTB.TabIndex = 90; this.TransportationConditionsRTB.Text = ""; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(351, 386); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(182, 17); this.label14.TabIndex = 89; this.label14.Text = "Условия транспортировки"; // // LogisticiansCB // this.LogisticiansCB.FormattingEnabled = true; this.LogisticiansCB.Location = new System.Drawing.Point(939, 73); this.LogisticiansCB.Name = "LogisticiansCB"; this.LogisticiansCB.Size = new System.Drawing.Size(298, 24); this.LogisticiansCB.TabIndex = 88; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(936, 53); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(53, 17); this.label13.TabIndex = 87; this.label13.Text = "Логист"; // // TelephoneConsigneeMTB // this.TelephoneConsigneeMTB.Location = new System.Drawing.Point(354, 352); this.TelephoneConsigneeMTB.Mask = "+7(999)-999-99-99"; this.TelephoneConsigneeMTB.Name = "TelephoneConsigneeMTB"; this.TelephoneConsigneeMTB.Size = new System.Drawing.Size(127, 22); this.TelephoneConsigneeMTB.TabIndex = 86; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(351, 332); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(185, 17); this.label12.TabIndex = 85; this.label12.Text = "Телефон грузополучателя"; // // NameConsigneeTB // this.NameConsigneeTB.Location = new System.Drawing.Point(354, 297); this.NameConsigneeTB.Name = "NameConsigneeTB"; this.NameConsigneeTB.Size = new System.Drawing.Size(283, 22); this.NameConsigneeTB.TabIndex = 84; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(351, 277); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(123, 17); this.label11.TabIndex = 83; this.label11.Text = "Грузополучатель"; // // PlaceUnloadingRTP // this.PlaceUnloadingRTP.Location = new System.Drawing.Point(354, 185); this.PlaceUnloadingRTP.Name = "PlaceUnloadingRTP"; this.PlaceUnloadingRTP.Size = new System.Drawing.Size(283, 80); this.PlaceUnloadingRTP.TabIndex = 82; this.PlaceUnloadingRTP.Text = ""; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(351, 165); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(118, 17); this.label10.TabIndex = 81; this.label10.Text = "Место разгрузки"; // // NameCargoRTB // this.NameCargoRTB.Location = new System.Drawing.Point(17, 406); this.NameCargoRTB.Name = "NameCargoRTB"; this.NameCargoRTB.Size = new System.Drawing.Size(283, 80); this.NameCargoRTB.TabIndex = 80; this.NameCargoRTB.Text = ""; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(14, 386); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(111, 17); this.label9.TabIndex = 79; this.label9.Text = "Название груза"; // // TelephoneShipperMTB // this.TelephoneShipperMTB.Location = new System.Drawing.Point(17, 352); this.TelephoneShipperMTB.Mask = "+7(999)-999-99-99"; this.TelephoneShipperMTB.Name = "TelephoneShipperMTB"; this.TelephoneShipperMTB.Size = new System.Drawing.Size(127, 22); this.TelephoneShipperMTB.TabIndex = 78; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(14, 332); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(192, 17); this.label8.TabIndex = 77; this.label8.Text = "Телефон грузоотправителя"; // // NameShipperTB // this.NameShipperTB.Location = new System.Drawing.Point(17, 297); this.NameShipperTB.Name = "NameShipperTB"; this.NameShipperTB.Size = new System.Drawing.Size(298, 22); this.NameShipperTB.TabIndex = 76; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 277); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(130, 17); this.label7.TabIndex = 75; this.label7.Text = "Грузоотправитель"; // // PlaceLoadingRTB // this.PlaceLoadingRTB.Location = new System.Drawing.Point(17, 185); this.PlaceLoadingRTB.Name = "PlaceLoadingRTB"; this.PlaceLoadingRTB.Size = new System.Drawing.Size(298, 80); this.PlaceLoadingRTB.TabIndex = 74; this.PlaceLoadingRTB.Text = ""; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 165); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(110, 17); this.label5.TabIndex = 73; this.label5.Text = "Место загрузки"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 111); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(103, 17); this.label4.TabIndex = 72; this.label4.Text = "Дата загрузки"; // // DateLoadingDTP // this.DateLoadingDTP.Location = new System.Drawing.Point(17, 131); this.DateLoadingDTP.Name = "DateLoadingDTP"; this.DateLoadingDTP.Size = new System.Drawing.Size(200, 22); this.DateLoadingDTP.TabIndex = 71; // // VehiclesCB // this.VehiclesCB.FormattingEnabled = true; this.VehiclesCB.Location = new System.Drawing.Point(632, 73); this.VehiclesCB.Name = "VehiclesCB"; this.VehiclesCB.Size = new System.Drawing.Size(298, 24); this.VehiclesCB.TabIndex = 70; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(629, 53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(87, 17); this.label3.TabIndex = 69; this.label3.Text = "Автомобиль"; // // DriversCB // this.DriversCB.FormattingEnabled = true; this.DriversCB.Location = new System.Drawing.Point(325, 73); this.DriversCB.Name = "DriversCB"; this.DriversCB.Size = new System.Drawing.Size(298, 24); this.DriversCB.TabIndex = 68; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(322, 53); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 17); this.label1.TabIndex = 67; this.label1.Text = "Водитель"; // // ExecutorsCB // this.ExecutorsCB.FormattingEnabled = true; this.ExecutorsCB.Location = new System.Drawing.Point(17, 73); this.ExecutorsCB.Name = "ExecutorsCB"; this.ExecutorsCB.Size = new System.Drawing.Size(298, 24); this.ExecutorsCB.TabIndex = 66; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 53); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(95, 17); this.label6.TabIndex = 65; this.label6.Text = "Исполнитель"; // // 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(204, 25); this.label2.TabIndex = 64; this.label2.Text = "Изменение заявки"; // // UpdateRequest // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1259, 527); this.Controls.Add(this.UpdateBTN); this.Controls.Add(this.PaymentConditionsTB); this.Controls.Add(this.label20); this.Controls.Add(this.PaymentTB); this.Controls.Add(this.label19); this.Controls.Add(this.TransportationFormatDTP); this.Controls.Add(this.label18); this.Controls.Add(this.RouteMileageTB); this.Controls.Add(this.label17); this.Controls.Add(this.RoutePlaceTB); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.DateUnloadingDTP); this.Controls.Add(this.TransportationConditionsRTB); this.Controls.Add(this.label14); this.Controls.Add(this.LogisticiansCB); this.Controls.Add(this.label13); this.Controls.Add(this.TelephoneConsigneeMTB); this.Controls.Add(this.label12); this.Controls.Add(this.NameConsigneeTB); this.Controls.Add(this.label11); this.Controls.Add(this.PlaceUnloadingRTP); this.Controls.Add(this.label10); this.Controls.Add(this.NameCargoRTB); this.Controls.Add(this.label9); this.Controls.Add(this.TelephoneShipperMTB); this.Controls.Add(this.label8); this.Controls.Add(this.NameShipperTB); this.Controls.Add(this.label7); this.Controls.Add(this.PlaceLoadingRTB); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.DateLoadingDTP); this.Controls.Add(this.VehiclesCB); this.Controls.Add(this.label3); this.Controls.Add(this.DriversCB); this.Controls.Add(this.label1); this.Controls.Add(this.ExecutorsCB); this.Controls.Add(this.label6); this.Controls.Add(this.label2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1277, 574); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(1277, 574); this.Name = "UpdateRequest"; this.Text = "Изменение заявки"; this.Load += new System.EventHandler(this.UpdateRequest_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button UpdateBTN; private System.Windows.Forms.TextBox PaymentConditionsTB; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox PaymentTB; private System.Windows.Forms.Label label19; private System.Windows.Forms.RichTextBox TransportationFormatDTP; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox RouteMileageTB; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox RoutePlaceTB; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.DateTimePicker DateUnloadingDTP; private System.Windows.Forms.RichTextBox TransportationConditionsRTB; private System.Windows.Forms.Label label14; private System.Windows.Forms.ComboBox LogisticiansCB; private System.Windows.Forms.Label label13; private System.Windows.Forms.MaskedTextBox TelephoneConsigneeMTB; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox NameConsigneeTB; private System.Windows.Forms.Label label11; private System.Windows.Forms.RichTextBox PlaceUnloadingRTP; private System.Windows.Forms.Label label10; private System.Windows.Forms.RichTextBox NameCargoRTB; private System.Windows.Forms.Label label9; private System.Windows.Forms.MaskedTextBox TelephoneShipperMTB; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox NameShipperTB; private System.Windows.Forms.Label label7; private System.Windows.Forms.RichTextBox PlaceLoadingRTB; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.DateTimePicker DateLoadingDTP; private System.Windows.Forms.ComboBox VehiclesCB; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox DriversCB; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox ExecutorsCB; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; } }