250 lines
11 KiB
C#
250 lines
11 KiB
C#
|
namespace Forms
|
|||
|
{
|
|||
|
partial class FormVoyage
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.SaveButton = new System.Windows.Forms.Button();
|
|||
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|||
|
this.Statuslabel = new System.Windows.Forms.Label();
|
|||
|
this.RoutecomboBox = new System.Windows.Forms.ComboBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.HumancomboBox = new System.Windows.Forms.ComboBox();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.CarcomboBox = new System.Windows.Forms.ComboBox();
|
|||
|
this.CompanycomboBox = new System.Windows.Forms.ComboBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.AddTenbutton = new System.Windows.Forms.Button();
|
|||
|
this.Timelabel = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// SaveButton
|
|||
|
//
|
|||
|
this.SaveButton.Location = new System.Drawing.Point(138, 325);
|
|||
|
this.SaveButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.SaveButton.Name = "SaveButton";
|
|||
|
this.SaveButton.Size = new System.Drawing.Size(95, 31);
|
|||
|
this.SaveButton.TabIndex = 5;
|
|||
|
this.SaveButton.Text = "Сохранить";
|
|||
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|||
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|||
|
//
|
|||
|
// ButtonCancel
|
|||
|
//
|
|||
|
this.ButtonCancel.Location = new System.Drawing.Point(259, 325);
|
|||
|
this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.ButtonCancel.Name = "ButtonCancel";
|
|||
|
this.ButtonCancel.Size = new System.Drawing.Size(86, 31);
|
|||
|
this.ButtonCancel.TabIndex = 6;
|
|||
|
this.ButtonCancel.Text = "Отмена";
|
|||
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
|||
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|||
|
//
|
|||
|
// Statuslabel
|
|||
|
//
|
|||
|
this.Statuslabel.AutoSize = true;
|
|||
|
this.Statuslabel.Location = new System.Drawing.Point(12, 24);
|
|||
|
this.Statuslabel.Name = "Statuslabel";
|
|||
|
this.Statuslabel.Size = new System.Drawing.Size(80, 20);
|
|||
|
this.Statuslabel.TabIndex = 7;
|
|||
|
this.Statuslabel.Text = "Маршрут: ";
|
|||
|
//
|
|||
|
// RoutecomboBox
|
|||
|
//
|
|||
|
this.RoutecomboBox.FormattingEnabled = true;
|
|||
|
this.RoutecomboBox.Location = new System.Drawing.Point(115, 24);
|
|||
|
this.RoutecomboBox.Name = "RoutecomboBox";
|
|||
|
this.RoutecomboBox.Size = new System.Drawing.Size(151, 28);
|
|||
|
this.RoutecomboBox.TabIndex = 8;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 65);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(67, 20);
|
|||
|
this.label1.TabIndex = 9;
|
|||
|
this.label1.Text = "Водила: ";
|
|||
|
//
|
|||
|
// HumancomboBox
|
|||
|
//
|
|||
|
this.HumancomboBox.FormattingEnabled = true;
|
|||
|
this.HumancomboBox.Location = new System.Drawing.Point(115, 65);
|
|||
|
this.HumancomboBox.Name = "HumancomboBox";
|
|||
|
this.HumancomboBox.Size = new System.Drawing.Size(151, 28);
|
|||
|
this.HumancomboBox.TabIndex = 10;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 115);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(75, 20);
|
|||
|
this.label2.TabIndex = 11;
|
|||
|
this.label2.Text = "Машина: ";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(12, 170);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(88, 20);
|
|||
|
this.label3.TabIndex = 12;
|
|||
|
this.label3.Text = "Компания: ";
|
|||
|
//
|
|||
|
// CarcomboBox
|
|||
|
//
|
|||
|
this.CarcomboBox.FormattingEnabled = true;
|
|||
|
this.CarcomboBox.Location = new System.Drawing.Point(115, 115);
|
|||
|
this.CarcomboBox.Name = "CarcomboBox";
|
|||
|
this.CarcomboBox.Size = new System.Drawing.Size(151, 28);
|
|||
|
this.CarcomboBox.TabIndex = 13;
|
|||
|
//
|
|||
|
// CompanycomboBox
|
|||
|
//
|
|||
|
this.CompanycomboBox.FormattingEnabled = true;
|
|||
|
this.CompanycomboBox.Location = new System.Drawing.Point(112, 170);
|
|||
|
this.CompanycomboBox.Name = "CompanycomboBox";
|
|||
|
this.CompanycomboBox.Size = new System.Drawing.Size(151, 28);
|
|||
|
this.CompanycomboBox.TabIndex = 14;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(12, 238);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(52, 20);
|
|||
|
this.label4.TabIndex = 15;
|
|||
|
this.label4.Text = "Выезд";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(12, 282);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(43, 20);
|
|||
|
this.label5.TabIndex = 16;
|
|||
|
this.label5.Text = "Срок";
|
|||
|
//
|
|||
|
// dateTimePickerFrom
|
|||
|
//
|
|||
|
this.dateTimePickerFrom.Location = new System.Drawing.Point(95, 231);
|
|||
|
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|||
|
this.dateTimePickerFrom.Size = new System.Drawing.Size(250, 27);
|
|||
|
this.dateTimePickerFrom.TabIndex = 17;
|
|||
|
//
|
|||
|
// dateTimePickerTo
|
|||
|
//
|
|||
|
this.dateTimePickerTo.Location = new System.Drawing.Point(95, 277);
|
|||
|
this.dateTimePickerTo.Name = "dateTimePickerTo";
|
|||
|
this.dateTimePickerTo.Size = new System.Drawing.Size(250, 27);
|
|||
|
this.dateTimePickerTo.TabIndex = 18;
|
|||
|
//
|
|||
|
// AddTenbutton
|
|||
|
//
|
|||
|
this.AddTenbutton.Location = new System.Drawing.Point(26, 327);
|
|||
|
this.AddTenbutton.Name = "AddTenbutton";
|
|||
|
this.AddTenbutton.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.AddTenbutton.TabIndex = 19;
|
|||
|
this.AddTenbutton.Text = "+10";
|
|||
|
this.AddTenbutton.UseVisualStyleBackColor = true;
|
|||
|
this.AddTenbutton.Click += new System.EventHandler(this.AddTenbutton_Click);
|
|||
|
//
|
|||
|
// Timelabel
|
|||
|
//
|
|||
|
this.Timelabel.AutoSize = true;
|
|||
|
this.Timelabel.Location = new System.Drawing.Point(26, 389);
|
|||
|
this.Timelabel.Name = "Timelabel";
|
|||
|
this.Timelabel.Size = new System.Drawing.Size(17, 20);
|
|||
|
this.Timelabel.TabIndex = 20;
|
|||
|
this.Timelabel.Text = "0";
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(50, 389);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(29, 20);
|
|||
|
this.label6.TabIndex = 21;
|
|||
|
this.label6.Text = "mc";
|
|||
|
//
|
|||
|
// FormVoyage
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(375, 433);
|
|||
|
this.Controls.Add(this.label6);
|
|||
|
this.Controls.Add(this.Timelabel);
|
|||
|
this.Controls.Add(this.AddTenbutton);
|
|||
|
this.Controls.Add(this.dateTimePickerTo);
|
|||
|
this.Controls.Add(this.dateTimePickerFrom);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.CompanycomboBox);
|
|||
|
this.Controls.Add(this.CarcomboBox);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.HumancomboBox);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.RoutecomboBox);
|
|||
|
this.Controls.Add(this.Statuslabel);
|
|||
|
this.Controls.Add(this.ButtonCancel);
|
|||
|
this.Controls.Add(this.SaveButton);
|
|||
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.Name = "FormVoyage";
|
|||
|
this.Text = "Компонент";
|
|||
|
this.Load += new System.EventHandler(this.FormComponent_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private Button SaveButton;
|
|||
|
private Button ButtonCancel;
|
|||
|
private Label Statuslabel;
|
|||
|
private ComboBox RoutecomboBox;
|
|||
|
private Label label1;
|
|||
|
private ComboBox HumancomboBox;
|
|||
|
private Label label2;
|
|||
|
private Label label3;
|
|||
|
private ComboBox CarcomboBox;
|
|||
|
private ComboBox CompanycomboBox;
|
|||
|
private Label label4;
|
|||
|
private Label label5;
|
|||
|
private DateTimePicker dateTimePickerFrom;
|
|||
|
private DateTimePicker dateTimePickerTo;
|
|||
|
private Button AddTenbutton;
|
|||
|
private Label Timelabel;
|
|||
|
private Label label6;
|
|||
|
}
|
|||
|
}
|