namespace ProjectMonorail { partial class FormMonorailCollection { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { groupBoxTools = new GroupBox(); buttonCreateCompany = new Button(); panelStorage = new Panel(); buttonCollectionDelete = new Button(); listBoxCollection = new ListBox(); buttonCollectionAdd = new Button(); radioButtonList = new RadioButton(); radioButtonMassive = new RadioButton(); textBoxCollectionName = new TextBox(); labelCollectionName = new Label(); buttonRefresh = new Button(); buttonGoToCheck = new Button(); buttonRemoveMonorail = new Button(); maskedTextBox = new MaskedTextBox(); buttonAddModernMonorail = new Button(); buttonAddMonorail = new Button(); comboBoxSelectorCompany = new ComboBox(); pictureBox = new PictureBox(); panelCompanyTools = new Panel(); groupBoxTools.SuspendLayout(); panelStorage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit(); panelCompanyTools.SuspendLayout(); 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(1109, 0); groupBoxTools.Margin = new Padding(3, 4, 3, 4); groupBoxTools.Name = "groupBoxTools"; groupBoxTools.Padding = new Padding(3, 4, 3, 4); groupBoxTools.Size = new Size(275, 883); groupBoxTools.TabIndex = 0; groupBoxTools.TabStop = false; groupBoxTools.Text = "Инструменты"; // // buttonCreateCompany // buttonCreateCompany.Location = new Point(7, 388); buttonCreateCompany.Name = "buttonCreateCompany"; buttonCreateCompany.Size = new Size(254, 29); buttonCreateCompany.TabIndex = 7; buttonCreateCompany.Text = "Создать компанию"; buttonCreateCompany.UseVisualStyleBackColor = true; buttonCreateCompany.Click += ButtonCreateCompany_Click; // // panelStorage // panelStorage.Controls.Add(buttonCollectionDelete); panelStorage.Controls.Add(listBoxCollection); panelStorage.Controls.Add(buttonCollectionAdd); panelStorage.Controls.Add(radioButtonList); panelStorage.Controls.Add(radioButtonMassive); panelStorage.Controls.Add(textBoxCollectionName); panelStorage.Controls.Add(labelCollectionName); panelStorage.Dock = DockStyle.Top; panelStorage.Location = new Point(3, 24); panelStorage.Name = "panelStorage"; panelStorage.Size = new Size(269, 322); panelStorage.TabIndex = 7; // // buttonCollectionDelete // buttonCollectionDelete.Location = new Point(6, 274); buttonCollectionDelete.Name = "buttonCollectionDelete"; buttonCollectionDelete.Size = new Size(254, 29); buttonCollectionDelete.TabIndex = 6; buttonCollectionDelete.Text = "Удалить коллекцию"; buttonCollectionDelete.UseVisualStyleBackColor = true; buttonCollectionDelete.Click += ButtonCollectionDelete_Click; // // listBoxCollection // listBoxCollection.FormattingEnabled = true; listBoxCollection.Location = new Point(6, 164); listBoxCollection.Name = "listBoxCollection"; listBoxCollection.Size = new Size(254, 104); listBoxCollection.TabIndex = 5; // // buttonCollectionAdd // buttonCollectionAdd.Location = new Point(6, 129); buttonCollectionAdd.Name = "buttonCollectionAdd"; buttonCollectionAdd.Size = new Size(254, 29); buttonCollectionAdd.TabIndex = 4; buttonCollectionAdd.Text = "Добавить коллекцию"; buttonCollectionAdd.UseVisualStyleBackColor = true; buttonCollectionAdd.Click += ButtonCollectionAdd_Click; // // radioButtonList // radioButtonList.AutoSize = true; radioButtonList.Location = new Point(129, 89); radioButtonList.Name = "radioButtonList"; radioButtonList.Size = new Size(80, 24); radioButtonList.TabIndex = 3; radioButtonList.TabStop = true; radioButtonList.Text = "Список"; radioButtonList.UseVisualStyleBackColor = true; // // radioButtonMassive // radioButtonMassive.AutoSize = true; radioButtonMassive.Location = new Point(23, 89); radioButtonMassive.Name = "radioButtonMassive"; radioButtonMassive.Size = new Size(82, 24); radioButtonMassive.TabIndex = 2; radioButtonMassive.TabStop = true; radioButtonMassive.Text = "Массив"; radioButtonMassive.UseVisualStyleBackColor = true; // // textBoxCollectionName // textBoxCollectionName.Location = new Point(6, 37); textBoxCollectionName.Name = "textBoxCollectionName"; textBoxCollectionName.Size = new Size(254, 27); textBoxCollectionName.TabIndex = 1; // // labelCollectionName // labelCollectionName.AutoSize = true; labelCollectionName.Location = new Point(54, 14); labelCollectionName.Name = "labelCollectionName"; labelCollectionName.Size = new Size(158, 20); labelCollectionName.TabIndex = 0; labelCollectionName.Text = "Название коллекции:"; // // buttonRefresh // buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonRefresh.Location = new Point(4, 356); buttonRefresh.Margin = new Padding(3, 4, 3, 4); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(259, 64); buttonRefresh.TabIndex = 6; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += ButtonRefresh_Click; // // buttonGoToCheck // buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonGoToCheck.Location = new Point(1, 284); buttonGoToCheck.Margin = new Padding(3, 4, 3, 4); buttonGoToCheck.Name = "buttonGoToCheck"; buttonGoToCheck.Size = new Size(259, 64); buttonGoToCheck.TabIndex = 5; buttonGoToCheck.Text = "Передать на тесты"; buttonGoToCheck.UseVisualStyleBackColor = true; buttonGoToCheck.Click += ButtonGoToCheck_Click; // // buttonRemoveMonorail // buttonRemoveMonorail.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonRemoveMonorail.Location = new Point(1, 212); buttonRemoveMonorail.Margin = new Padding(3, 4, 3, 4); buttonRemoveMonorail.Name = "buttonRemoveMonorail"; buttonRemoveMonorail.Size = new Size(259, 64); buttonRemoveMonorail.TabIndex = 4; buttonRemoveMonorail.Text = "Удалить монорельс"; buttonRemoveMonorail.UseVisualStyleBackColor = true; buttonRemoveMonorail.Click += buttonRemoveMonorail_Click; // // maskedTextBox // maskedTextBox.Location = new Point(8, 177); maskedTextBox.Margin = new Padding(3, 4, 3, 4); maskedTextBox.Mask = "00"; maskedTextBox.Name = "maskedTextBox"; maskedTextBox.Size = new Size(254, 27); maskedTextBox.TabIndex = 3; maskedTextBox.ValidatingType = typeof(int); // // buttonAddModernMonorail // buttonAddModernMonorail.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddModernMonorail.Location = new Point(2, 105); buttonAddModernMonorail.Margin = new Padding(3, 4, 3, 4); buttonAddModernMonorail.Name = "buttonAddModernMonorail"; buttonAddModernMonorail.Size = new Size(259, 64); buttonAddModernMonorail.TabIndex = 2; buttonAddModernMonorail.Text = "Добавление современного монорельса"; buttonAddModernMonorail.UseVisualStyleBackColor = true; buttonAddModernMonorail.Click += ButtonAddModernMonorail_Click; // // buttonAddMonorail // buttonAddMonorail.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddMonorail.Location = new Point(6, 33); buttonAddMonorail.Margin = new Padding(3, 4, 3, 4); buttonAddMonorail.Name = "buttonAddMonorail"; buttonAddMonorail.Size = new Size(253, 64); buttonAddMonorail.TabIndex = 1; buttonAddMonorail.Text = "Добавление монорельса"; buttonAddMonorail.UseVisualStyleBackColor = true; buttonAddMonorail.Click += ButtonAddMonorail_Click; // // 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(3, 353); comboBoxSelectorCompany.Margin = new Padding(3, 4, 3, 4); comboBoxSelectorCompany.Name = "comboBoxSelectorCompany"; comboBoxSelectorCompany.Size = new Size(261, 28); comboBoxSelectorCompany.TabIndex = 0; comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged; // // pictureBox // pictureBox.Dock = DockStyle.Fill; pictureBox.Location = new Point(0, 0); pictureBox.Margin = new Padding(3, 4, 3, 4); pictureBox.Name = "pictureBox"; pictureBox.Size = new Size(1109, 883); pictureBox.TabIndex = 1; pictureBox.TabStop = false; // // panelCompanyTools // panelCompanyTools.Controls.Add(buttonAddMonorail); panelCompanyTools.Controls.Add(buttonAddModernMonorail); panelCompanyTools.Controls.Add(maskedTextBox); panelCompanyTools.Controls.Add(buttonRefresh); panelCompanyTools.Controls.Add(buttonRemoveMonorail); panelCompanyTools.Controls.Add(buttonGoToCheck); panelCompanyTools.Dock = DockStyle.Bottom; panelCompanyTools.Enabled = false; panelCompanyTools.Location = new Point(3, 450); panelCompanyTools.Name = "panelCompanyTools"; panelCompanyTools.Size = new Size(269, 429); panelCompanyTools.TabIndex = 8; // // FormMonorailCollection // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1384, 883); Controls.Add(pictureBox); Controls.Add(groupBoxTools); Margin = new Padding(3, 4, 3, 4); Name = "FormMonorailCollection"; Text = "Коллекция монорельсов"; groupBoxTools.ResumeLayout(false); panelStorage.ResumeLayout(false); panelStorage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox).EndInit(); panelCompanyTools.ResumeLayout(false); panelCompanyTools.PerformLayout(); ResumeLayout(false); } #endregion private GroupBox groupBoxTools; private ComboBox comboBoxSelectorCompany; private Button buttonRemoveMonorail; private MaskedTextBox maskedTextBox; private Button buttonAddModernMonorail; private Button buttonAddMonorail; private PictureBox pictureBox; private Button buttonGoToCheck; private Button buttonRefresh; private Panel panelStorage; private Label labelCollectionName; private TextBox textBoxCollectionName; private Button buttonCollectionAdd; private RadioButton radioButtonList; private RadioButton radioButtonMassive; private Button buttonCollectionDelete; private ListBox listBoxCollection; private Button buttonCreateCompany; private Panel panelCompanyTools; } }