namespace AircraftPlantView
{
    partial class FormCreateOrder
    {
        /// <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()
        {
            comboBoxPlane = new ComboBox();
            textBoxCount = new TextBox();
            textBoxSum = new TextBox();
            labelPlane = new Label();
            labelCount = new Label();
            labelSum = new Label();
            buttonCancel = new Button();
            buttonSave = new Button();
            SuspendLayout();
            // 
            // comboBoxPlane
            // 
            comboBoxPlane.DropDownStyle = ComboBoxStyle.DropDownList;
            comboBoxPlane.FormattingEnabled = true;
            comboBoxPlane.Location = new Point(90, 12);
            comboBoxPlane.Name = "comboBoxPlane";
            comboBoxPlane.Size = new Size(282, 23);
            comboBoxPlane.TabIndex = 0;
            comboBoxPlane.SelectedIndexChanged += comboBoxPlane_SelectedIndexChanged;
            // 
            // textBoxCount
            // 
            textBoxCount.Location = new Point(90, 41);
            textBoxCount.Name = "textBoxCount";
            textBoxCount.Size = new Size(282, 23);
            textBoxCount.TabIndex = 1;
            textBoxCount.TextChanged += textBoxCount_TextChanged;
            // 
            // textBoxSum
            // 
            textBoxSum.Location = new Point(90, 70);
            textBoxSum.Name = "textBoxSum";
            textBoxSum.Size = new Size(282, 23);
            textBoxSum.TabIndex = 2;
            // 
            // labelPlane
            // 
            labelPlane.AutoSize = true;
            labelPlane.Location = new Point(12, 15);
            labelPlane.Name = "labelPlane";
            labelPlane.Size = new Size(56, 15);
            labelPlane.TabIndex = 3;
            labelPlane.Text = "Изделие:";
            // 
            // labelCount
            // 
            labelCount.AutoSize = true;
            labelCount.Location = new Point(12, 44);
            labelCount.Name = "labelCount";
            labelCount.Size = new Size(75, 15);
            labelCount.TabIndex = 4;
            labelCount.Text = "Количество:";
            // 
            // labelSum
            // 
            labelSum.AutoSize = true;
            labelSum.Location = new Point(12, 73);
            labelSum.Name = "labelSum";
            labelSum.Size = new Size(48, 15);
            labelSum.TabIndex = 5;
            labelSum.Text = "Сумма:";
            // 
            // buttonCancel
            // 
            buttonCancel.Location = new Point(297, 99);
            buttonCancel.Name = "buttonCancel";
            buttonCancel.Size = new Size(75, 23);
            buttonCancel.TabIndex = 6;
            buttonCancel.Text = "Отмена";
            buttonCancel.UseVisualStyleBackColor = true;
            buttonCancel.Click += buttonCancel_Click;
            // 
            // buttonSave
            // 
            buttonSave.Location = new Point(216, 99);
            buttonSave.Name = "buttonSave";
            buttonSave.Size = new Size(75, 23);
            buttonSave.TabIndex = 7;
            buttonSave.Text = "Сохранить";
            buttonSave.UseVisualStyleBackColor = true;
            buttonSave.Click += buttonSave_Click;
            // 
            // FormCreateOrder
            // 
            AutoScaleDimensions = new SizeF(7F, 15F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(384, 131);
            Controls.Add(buttonSave);
            Controls.Add(buttonCancel);
            Controls.Add(labelSum);
            Controls.Add(labelCount);
            Controls.Add(labelPlane);
            Controls.Add(textBoxSum);
            Controls.Add(textBoxCount);
            Controls.Add(comboBoxPlane);
            Name = "FormCreateOrder";
            Text = "Заказ";
            Load += FormCreateOrder_Load;
            ResumeLayout(false);
            PerformLayout();
        }

        #endregion

        private ComboBox comboBoxPlane;
        private TextBox textBoxCount;
        private TextBox textBoxSum;
        private Label labelPlane;
        private Label labelCount;
        private Label labelSum;
        private Button buttonCancel;
        private Button buttonSave;
    }
}