namespace Forms
{
    partial class FormRoute
    {
        /// <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.ComponentNameLabel = new System.Windows.Forms.Label();
            this.LengthTextBox = new System.Windows.Forms.TextBox();
            this.SaveButton = new System.Windows.Forms.Button();
            this.ButtonCancel = new System.Windows.Forms.Button();
            this.Statuslabel = new System.Windows.Forms.Label();
            this.StartcomboBox = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.EndcomboBox = new System.Windows.Forms.ComboBox();
            this.AddTenbutton = new System.Windows.Forms.Button();
            this.Timelabel = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // ComponentNameLabel
            // 
            this.ComponentNameLabel.AutoSize = true;
            this.ComponentNameLabel.Location = new System.Drawing.Point(13, 145);
            this.ComponentNameLabel.Name = "ComponentNameLabel";
            this.ComponentNameLabel.Size = new System.Drawing.Size(91, 20);
            this.ComponentNameLabel.TabIndex = 0;
            this.ComponentNameLabel.Text = "Расстояние:";
            // 
            // LengthTextBox
            // 
            this.LengthTextBox.Location = new System.Drawing.Point(103, 145);
            this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.LengthTextBox.Name = "LengthTextBox";
            this.LengthTextBox.Size = new System.Drawing.Size(238, 27);
            this.LengthTextBox.TabIndex = 2;
            // 
            // SaveButton
            // 
            this.SaveButton.Location = new System.Drawing.Point(159, 218);
            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(268, 218);
            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, 19);
            this.Statuslabel.Name = "Statuslabel";
            this.Statuslabel.Size = new System.Drawing.Size(68, 20);
            this.Statuslabel.TabIndex = 7;
            this.Statuslabel.Text = "Точка 1: ";
            // 
            // StartcomboBox
            // 
            this.StartcomboBox.FormattingEnabled = true;
            this.StartcomboBox.Location = new System.Drawing.Point(103, 19);
            this.StartcomboBox.Name = "StartcomboBox";
            this.StartcomboBox.Size = new System.Drawing.Size(151, 28);
            this.StartcomboBox.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 85);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(68, 20);
            this.label1.TabIndex = 9;
            this.label1.Text = "Точка 2: ";
            // 
            // EndcomboBox
            // 
            this.EndcomboBox.FormattingEnabled = true;
            this.EndcomboBox.Location = new System.Drawing.Point(103, 85);
            this.EndcomboBox.Name = "EndcomboBox";
            this.EndcomboBox.Size = new System.Drawing.Size(151, 28);
            this.EndcomboBox.TabIndex = 10;
            // 
            // AddTenbutton
            // 
            this.AddTenbutton.Location = new System.Drawing.Point(33, 218);
            this.AddTenbutton.Name = "AddTenbutton";
            this.AddTenbutton.Size = new System.Drawing.Size(94, 29);
            this.AddTenbutton.TabIndex = 11;
            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(30, 278);
            this.Timelabel.Name = "Timelabel";
            this.Timelabel.Size = new System.Drawing.Size(17, 20);
            this.Timelabel.TabIndex = 12;
            this.Timelabel.Text = "0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(54, 278);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 20);
            this.label2.TabIndex = 13;
            this.label2.Text = "mc";
            // 
            // FormRoute
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(375, 325);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.Timelabel);
            this.Controls.Add(this.AddTenbutton);
            this.Controls.Add(this.EndcomboBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.StartcomboBox);
            this.Controls.Add(this.Statuslabel);
            this.Controls.Add(this.ButtonCancel);
            this.Controls.Add(this.SaveButton);
            this.Controls.Add(this.LengthTextBox);
            this.Controls.Add(this.ComponentNameLabel);
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "FormRoute";
            this.Text = "Компонент";
            this.Load += new System.EventHandler(this.FormComponent_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Label ComponentNameLabel;
        private TextBox LengthTextBox;
        private Button SaveButton;
        private Button ButtonCancel;
        private Label Statuslabel;
        private ComboBox StartcomboBox;
        private Label label1;
        private ComboBox EndcomboBox;
        private Button AddTenbutton;
        private Label Timelabel;
        private Label label2;
    }
}