namespace Forms
{
    partial class FormCar
    {
        /// <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.ModelLabel = new System.Windows.Forms.Label();
            this.ModelTextBox = new System.Windows.Forms.TextBox();
            this.CostLabel = new System.Windows.Forms.Label();
            this.TonnageTextBox = 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.StatuscomboBox = new System.Windows.Forms.ComboBox();
            this.TenPlusbutton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.Timelabel = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.NumberBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // ModelLabel
            // 
            this.ModelLabel.AutoSize = true;
            this.ModelLabel.Location = new System.Drawing.Point(22, 20);
            this.ModelLabel.Name = "ModelLabel";
            this.ModelLabel.Size = new System.Drawing.Size(84, 20);
            this.ModelLabel.TabIndex = 0;
            this.ModelLabel.Text = "Название: ";
            // 
            // ModelTextBox
            // 
            this.ModelTextBox.Location = new System.Drawing.Point(103, 16);
            this.ModelTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.ModelTextBox.Name = "ModelTextBox";
            this.ModelTextBox.Size = new System.Drawing.Size(238, 27);
            this.ModelTextBox.TabIndex = 2;
            // 
            // CostLabel
            // 
            this.CostLabel.AutoSize = true;
            this.CostLabel.Location = new System.Drawing.Point(22, 71);
            this.CostLabel.Name = "CostLabel";
            this.CostLabel.Size = new System.Drawing.Size(144, 20);
            this.CostLabel.TabIndex = 3;
            this.CostLabel.Text = "Грузоподъемность:";
            // 
            // TonnageTextBox
            // 
            this.TonnageTextBox.Location = new System.Drawing.Point(22, 95);
            this.TonnageTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.TonnageTextBox.Name = "TonnageTextBox";
            this.TonnageTextBox.Size = new System.Drawing.Size(238, 27);
            this.TonnageTextBox.TabIndex = 4;
            // 
            // SaveButton
            // 
            this.SaveButton.Location = new System.Drawing.Point(165, 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(22, 147);
            this.Statuslabel.Name = "Statuslabel";
            this.Statuslabel.Size = new System.Drawing.Size(59, 20);
            this.Statuslabel.TabIndex = 7;
            this.Statuslabel.Text = "Статус: ";
            // 
            // StatuscomboBox
            // 
            this.StatuscomboBox.FormattingEnabled = true;
            this.StatuscomboBox.Location = new System.Drawing.Point(123, 147);
            this.StatuscomboBox.Name = "StatuscomboBox";
            this.StatuscomboBox.Size = new System.Drawing.Size(151, 28);
            this.StatuscomboBox.TabIndex = 8;
            this.StatuscomboBox.SelectedIndexChanged += new System.EventHandler(this.StatuscomboBox_SelectedIndexChanged);
            // 
            // TenPlusbutton
            // 
            this.TenPlusbutton.Location = new System.Drawing.Point(32, 218);
            this.TenPlusbutton.Name = "TenPlusbutton";
            this.TenPlusbutton.Size = new System.Drawing.Size(94, 29);
            this.TenPlusbutton.TabIndex = 9;
            this.TenPlusbutton.Text = "+10";
            this.TenPlusbutton.UseVisualStyleBackColor = true;
            this.TenPlusbutton.Click += new System.EventHandler(this.TenPlusbutton_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(32, 265);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(116, 20);
            this.label1.TabIndex = 10;
            this.label1.Text = "Среднее время";
            // 
            // Timelabel
            // 
            this.Timelabel.AutoSize = true;
            this.Timelabel.Location = new System.Drawing.Point(154, 265);
            this.Timelabel.Name = "Timelabel";
            this.Timelabel.Size = new System.Drawing.Size(17, 20);
            this.Timelabel.TabIndex = 11;
            this.Timelabel.Text = "0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(177, 265);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(27, 20);
            this.label2.TabIndex = 12;
            this.label2.Text = "мс";
            // 
            // NumberBox1
            // 
            this.NumberBox1.Location = new System.Drawing.Point(241, 60);
            this.NumberBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.NumberBox1.Name = "NumberBox1";
            this.NumberBox1.Size = new System.Drawing.Size(100, 27);
            this.NumberBox1.TabIndex = 13;
            // 
            // FormCar
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(375, 305);
            this.Controls.Add(this.NumberBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.Timelabel);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.TenPlusbutton);
            this.Controls.Add(this.StatuscomboBox);
            this.Controls.Add(this.Statuslabel);
            this.Controls.Add(this.ButtonCancel);
            this.Controls.Add(this.SaveButton);
            this.Controls.Add(this.TonnageTextBox);
            this.Controls.Add(this.CostLabel);
            this.Controls.Add(this.ModelTextBox);
            this.Controls.Add(this.ModelLabel);
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "FormCar";
            this.Text = "Компонент";
            this.Load += new System.EventHandler(this.FormComponent_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Label ModelLabel;
        private TextBox ModelTextBox;
        private Label CostLabel;
        private TextBox TonnageTextBox;
        private Button SaveButton;
        private Button ButtonCancel;
        private Label Statuslabel;
        private ComboBox StatuscomboBox;
        private Button TenPlusbutton;
        private Label label1;
        private Label Timelabel;
        private Label label2;
        private TextBox NumberBox1;
    }
}