namespace ProjectMonorail
{
    partial class FormTrainCollection
    {
        /// <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()
        {
            groupBoxTools = new GroupBox();
            panelCompanyTools = new Panel();
            buttonRefresh = new Button();
            buttonGoToCheck = new Button();
            buttonRemoveTrain = new Button();
            maskedTextBoxPosition = new MaskedTextBox();
            buttonAddMonorail = new Button();
            buttonAddTrain = new Button();
            buttonCreateCompany = new Button();
            panelStorage = new Panel();
            buttonCollectionDel = new Button();
            listBoxCollection = new ListBox();
            buttonCollectionAdd = new Button();
            radioButtonList = new RadioButton();
            radioButtonMassive = new RadioButton();
            textBoxCollectionName = new TextBox();
            label1 = new Label();
            comboBoxSelectorCompany = new ComboBox();
            pictureBox = new PictureBox();
            groupBoxTools.SuspendLayout();
            panelCompanyTools.SuspendLayout();
            panelStorage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
            SuspendLayout();
            // 
            // groupBoxTools
            // 
            groupBoxTools.Controls.Add(panelCompanyTools);
            groupBoxTools.Controls.Add(buttonCreateCompany);
            groupBoxTools.Controls.Add(panelStorage);
            groupBoxTools.Controls.Add(comboBoxSelectorCompany);
            groupBoxTools.Dock = DockStyle.Right;
            groupBoxTools.Location = new Point(1006, 0);
            groupBoxTools.Margin = new Padding(3, 2, 3, 2);
            groupBoxTools.Name = "groupBoxTools";
            groupBoxTools.Padding = new Padding(3, 2, 3, 2);
            groupBoxTools.Size = new Size(200, 616);
            groupBoxTools.TabIndex = 0;
            groupBoxTools.TabStop = false;
            groupBoxTools.Text = "Инструменты";
            // 
            // panelCompanyTools
            // 
            panelCompanyTools.Controls.Add(buttonRefresh);
            panelCompanyTools.Controls.Add(buttonGoToCheck);
            panelCompanyTools.Controls.Add(buttonRemoveTrain);
            panelCompanyTools.Controls.Add(maskedTextBoxPosition);
            panelCompanyTools.Controls.Add(buttonAddMonorail);
            panelCompanyTools.Controls.Add(buttonAddTrain);
            panelCompanyTools.Dock = DockStyle.Bottom;
            panelCompanyTools.Enabled = false;
            panelCompanyTools.Location = new Point(3, 383);
            panelCompanyTools.Name = "panelCompanyTools";
            panelCompanyTools.Size = new Size(194, 231);
            panelCompanyTools.TabIndex = 8;
            // 
            // buttonRefresh
            // 
            buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonRefresh.Location = new Point(5, 188);
            buttonRefresh.Margin = new Padding(3, 2, 3, 2);
            buttonRefresh.Name = "buttonRefresh";
            buttonRefresh.Size = new Size(185, 34);
            buttonRefresh.TabIndex = 12;
            buttonRefresh.Text = "Обновить";
            buttonRefresh.UseVisualStyleBackColor = true;
            buttonRefresh.Click += ButtonRefresh_Click;
            // 
            // buttonGoToCheck
            // 
            buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonGoToCheck.Location = new Point(5, 150);
            buttonGoToCheck.Margin = new Padding(3, 2, 3, 2);
            buttonGoToCheck.Name = "buttonGoToCheck";
            buttonGoToCheck.Size = new Size(185, 34);
            buttonGoToCheck.TabIndex = 11;
            buttonGoToCheck.Text = "Передать на тесты";
            buttonGoToCheck.UseVisualStyleBackColor = true;
            buttonGoToCheck.Click += ButtonGoToCheck_Click;
            // 
            // buttonRemoveTrain
            // 
            buttonRemoveTrain.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonRemoveTrain.Location = new Point(5, 112);
            buttonRemoveTrain.Margin = new Padding(3, 2, 3, 2);
            buttonRemoveTrain.Name = "buttonRemoveTrain";
            buttonRemoveTrain.Size = new Size(185, 34);
            buttonRemoveTrain.TabIndex = 10;
            buttonRemoveTrain.Text = "Удалить объект";
            buttonRemoveTrain.UseVisualStyleBackColor = true;
            buttonRemoveTrain.Click += ButtonRemoveTrain_Click;
            // 
            // maskedTextBoxPosition
            // 
            maskedTextBoxPosition.Location = new Point(5, 85);
            maskedTextBoxPosition.Margin = new Padding(3, 2, 3, 2);
            maskedTextBoxPosition.Mask = "00";
            maskedTextBoxPosition.Name = "maskedTextBoxPosition";
            maskedTextBoxPosition.Size = new Size(185, 23);
            maskedTextBoxPosition.TabIndex = 9;
            maskedTextBoxPosition.ValidatingType = typeof(int);
            // 
            // buttonAddMonorail
            // 
            buttonAddMonorail.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonAddMonorail.Location = new Point(5, 47);
            buttonAddMonorail.Margin = new Padding(3, 2, 3, 2);
            buttonAddMonorail.Name = "buttonAddMonorail";
            buttonAddMonorail.Size = new Size(185, 34);
            buttonAddMonorail.TabIndex = 8;
            buttonAddMonorail.Text = "Добавление монорельса";
            buttonAddMonorail.UseVisualStyleBackColor = true;
            buttonAddMonorail.Click += ButtonAddMonorail_Click;
            // 
            // buttonAddTrain
            // 
            buttonAddTrain.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonAddTrain.Location = new Point(5, 9);
            buttonAddTrain.Margin = new Padding(3, 2, 3, 2);
            buttonAddTrain.Name = "buttonAddTrain";
            buttonAddTrain.Size = new Size(185, 34);
            buttonAddTrain.TabIndex = 7;
            buttonAddTrain.Text = "Добавление поезда";
            buttonAddTrain.UseVisualStyleBackColor = true;
            buttonAddTrain.Click += ButtonAddTrain_Click;
            // 
            // buttonCreateCompany
            // 
            buttonCreateCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            buttonCreateCompany.Location = new Point(6, 344);
            buttonCreateCompany.Margin = new Padding(3, 2, 3, 2);
            buttonCreateCompany.Name = "buttonCreateCompany";
            buttonCreateCompany.Size = new Size(185, 34);
            buttonCreateCompany.TabIndex = 7;
            buttonCreateCompany.Text = "Создание компании";
            buttonCreateCompany.UseVisualStyleBackColor = true;
            buttonCreateCompany.Click += ButtonCreateCompany_Click;
            // 
            // panelStorage
            // 
            panelStorage.Controls.Add(buttonCollectionDel);
            panelStorage.Controls.Add(listBoxCollection);
            panelStorage.Controls.Add(buttonCollectionAdd);
            panelStorage.Controls.Add(radioButtonList);
            panelStorage.Controls.Add(radioButtonMassive);
            panelStorage.Controls.Add(textBoxCollectionName);
            panelStorage.Controls.Add(label1);
            panelStorage.Dock = DockStyle.Top;
            panelStorage.Location = new Point(3, 18);
            panelStorage.Name = "panelStorage";
            panelStorage.Size = new Size(194, 282);
            panelStorage.TabIndex = 2;
            // 
            // buttonCollectionDel
            // 
            buttonCollectionDel.Location = new Point(3, 245);
            buttonCollectionDel.Name = "buttonCollectionDel";
            buttonCollectionDel.Size = new Size(185, 34);
            buttonCollectionDel.TabIndex = 6;
            buttonCollectionDel.Text = "Удалить коллекцию";
            buttonCollectionDel.UseVisualStyleBackColor = true;
            buttonCollectionDel.Click += ButtonCollectionDel_Click;
            // 
            // listBoxCollection
            // 
            listBoxCollection.FormattingEnabled = true;
            listBoxCollection.ItemHeight = 15;
            listBoxCollection.Location = new Point(3, 122);
            listBoxCollection.Name = "listBoxCollection";
            listBoxCollection.Size = new Size(188, 109);
            listBoxCollection.TabIndex = 5;
            // 
            // buttonCollectionAdd
            // 
            buttonCollectionAdd.Location = new Point(3, 82);
            buttonCollectionAdd.Name = "buttonCollectionAdd";
            buttonCollectionAdd.Size = new Size(185, 34);
            buttonCollectionAdd.TabIndex = 4;
            buttonCollectionAdd.Text = "Добавить коллекцию";
            buttonCollectionAdd.UseVisualStyleBackColor = true;
            buttonCollectionAdd.Click += ButtonCollectionAdd_Click;
            // 
            // radioButtonList
            // 
            radioButtonList.AutoSize = true;
            radioButtonList.Location = new Point(76, 57);
            radioButtonList.Name = "radioButtonList";
            radioButtonList.Size = new Size(66, 19);
            radioButtonList.TabIndex = 3;
            radioButtonList.TabStop = true;
            radioButtonList.Text = "Список";
            radioButtonList.UseVisualStyleBackColor = true;
            // 
            // radioButtonMassive
            // 
            radioButtonMassive.AutoSize = true;
            radioButtonMassive.Location = new Point(3, 57);
            radioButtonMassive.Name = "radioButtonMassive";
            radioButtonMassive.Size = new Size(67, 19);
            radioButtonMassive.TabIndex = 2;
            radioButtonMassive.TabStop = true;
            radioButtonMassive.Text = "Массив";
            radioButtonMassive.UseVisualStyleBackColor = true;
            // 
            // textBoxCollectionName
            // 
            textBoxCollectionName.Location = new Point(3, 28);
            textBoxCollectionName.Name = "textBoxCollectionName";
            textBoxCollectionName.Size = new Size(188, 23);
            textBoxCollectionName.TabIndex = 1;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new Point(34, 10);
            label1.Name = "label1";
            label1.Size = new Size(125, 15);
            label1.TabIndex = 0;
            label1.Text = "Название коллекции:";
            // 
            // comboBoxSelectorCompany
            // 
            comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
            comboBoxSelectorCompany.FormattingEnabled = true;
            comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
            comboBoxSelectorCompany.Location = new Point(6, 317);
            comboBoxSelectorCompany.Margin = new Padding(3, 2, 3, 2);
            comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
            comboBoxSelectorCompany.Size = new Size(185, 23);
            comboBoxSelectorCompany.TabIndex = 0;
            comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged;
            // 
            // pictureBox
            // 
            pictureBox.Dock = DockStyle.Fill;
            pictureBox.Location = new Point(0, 0);
            pictureBox.Margin = new Padding(3, 2, 3, 2);
            pictureBox.Name = "pictureBox";
            pictureBox.Size = new Size(1006, 616);
            pictureBox.TabIndex = 1;
            pictureBox.TabStop = false;
            // 
            // FormTrainCollection
            // 
            AutoScaleDimensions = new SizeF(7F, 15F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1206, 616);
            Controls.Add(pictureBox);
            Controls.Add(groupBoxTools);
            Margin = new Padding(3, 2, 3, 2);
            Name = "FormTrainCollection";
            Text = "Коллекция поездов";
            groupBoxTools.ResumeLayout(false);
            panelCompanyTools.ResumeLayout(false);
            panelCompanyTools.PerformLayout();
            panelStorage.ResumeLayout(false);
            panelStorage.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
            ResumeLayout(false);
        }

        #endregion

        private GroupBox groupBoxTools;
        private ComboBox comboBoxSelectorCompany;
        private PictureBox pictureBox;
        private Panel panelStorage;
        private Label label1;
        private Button buttonCollectionAdd;
        private RadioButton radioButtonList;
        private RadioButton radioButtonMassive;
        private TextBox textBoxCollectionName;
        private Button buttonCollectionDel;
        private ListBox listBoxCollection;
        private Button buttonCreateCompany;
        private Panel panelCompanyTools;
        private Button buttonRefresh;
        private Button buttonGoToCheck;
        private Button buttonRemoveTrain;
        private MaskedTextBox maskedTextBoxPosition;
        private Button buttonAddMonorail;
        private Button buttonAddTrain;
    }
}