namespace Transportation
{
partial class AddRequest
{
///
/// 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.ExecutorsCB = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.DriversCB = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.VehiclesCB = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.DateLoadingDTP = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.PlaceLoadingRTB = new System.Windows.Forms.RichTextBox();
this.label7 = new System.Windows.Forms.Label();
this.NameShipperTB = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.TelephoneShipperMTB = new System.Windows.Forms.MaskedTextBox();
this.label9 = new System.Windows.Forms.Label();
this.NameCargoRTB = new System.Windows.Forms.RichTextBox();
this.PlaceUnloadingRTP = new System.Windows.Forms.RichTextBox();
this.label10 = new System.Windows.Forms.Label();
this.NameConsigneeTB = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.TelephoneConsigneeMTB = new System.Windows.Forms.MaskedTextBox();
this.label12 = new System.Windows.Forms.Label();
this.LogisticiansCB = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.TransportationConditionsRTB = new System.Windows.Forms.RichTextBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.DateUnloadingDTP = new System.Windows.Forms.DateTimePicker();
this.RoutePlaceTB = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.RouteMileageTB = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.TransportationFormatDTP = new System.Windows.Forms.RichTextBox();
this.label18 = new System.Windows.Forms.Label();
this.PaymentTB = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.PaymentConditionsTB = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
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(212, 25);
this.label2.TabIndex = 13;
this.label2.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 = 26;
//
// 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 = 25;
this.label6.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 = 28;
//
// 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 = 27;
this.label1.Text = "Водитель";
//
// 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 = 30;
//
// 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 = 29;
this.label3.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 = 31;
//
// 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 = 32;
this.label4.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 = 33;
this.label5.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 = 34;
this.PlaceLoadingRTB.Text = "";
//
// 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 = 35;
this.label7.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 = 36;
//
// 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 = 37;
this.label8.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 = 38;
//
// 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 = 39;
this.label9.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 = 40;
this.NameCargoRTB.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 = 42;
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 = 41;
this.label10.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 = 44;
//
// 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 = 43;
this.label11.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 = 46;
//
// 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 = 45;
this.label12.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 = 48;
//
// 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 = 47;
this.label13.Text = "Логист";
//
// 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 = 50;
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 = 49;
this.label14.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 = 52;
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 = 51;
//
// 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 = 54;
//
// 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 = 53;
this.label16.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 = 56;
//
// 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 = 55;
this.label17.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 = 58;
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 = 57;
this.label18.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 = 60;
//
// 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 = 59;
this.label19.Text = "Оплата";
//
// 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 = 62;
//
// 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 = 61;
this.label20.Text = "Условия оплаты";
//
// AddBTN
//
this.AddBTN.Location = new System.Drawing.Point(1136, 481);
this.AddBTN.Name = "AddBTN";
this.AddBTN.Size = new System.Drawing.Size(101, 23);
this.AddBTN.TabIndex = 63;
this.AddBTN.Text = "Добавить";
this.AddBTN.UseVisualStyleBackColor = true;
this.AddBTN.Click += new System.EventHandler(this.AddBTN_Click);
//
// AddRequest
//
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.AddBTN);
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 = "AddRequest";
this.Text = "Добавление заявки";
this.Load += new System.EventHandler(this.AddRequest_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox ExecutorsCB;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox DriversCB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox VehiclesCB;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker DateLoadingDTP;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RichTextBox PlaceLoadingRTB;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox NameShipperTB;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.MaskedTextBox TelephoneShipperMTB;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.RichTextBox NameCargoRTB;
private System.Windows.Forms.RichTextBox PlaceUnloadingRTP;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox NameConsigneeTB;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.MaskedTextBox TelephoneConsigneeMTB;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox LogisticiansCB;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.RichTextBox TransportationConditionsRTB;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.DateTimePicker DateUnloadingDTP;
private System.Windows.Forms.TextBox RoutePlaceTB;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox RouteMileageTB;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.RichTextBox TransportationFormatDTP;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox PaymentTB;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox PaymentConditionsTB;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Button AddBTN;
}
}