using static System.Net.Mime.MediaTypeNames; using System.Windows.Forms; using System.Xml.Linq; namespace ProjectElectroTrans { partial class FormTransCollection { /// /// 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(); buttonCollectionDel = 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(); buttonRemoveTrans = new Button(); maskedTextBoxPosition = new MaskedTextBox(); buttonAddTrans = 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(783, 0); groupBoxTools.Name = "groupBoxTools"; groupBoxTools.Size = new Size(179, 616); groupBoxTools.TabIndex = 0; groupBoxTools.TabStop = false; groupBoxTools.Text = "Инструменты"; // // buttonCreateCompany // buttonCreateCompany.Location = new Point(6, 320); buttonCreateCompany.Name = "buttonCreateCompany"; buttonCreateCompany.Size = new Size(167, 23); buttonCreateCompany.TabIndex = 8; 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(labelCollectionName); panelStorage.Dock = DockStyle.Top; panelStorage.Location = new Point(3, 19); panelStorage.Name = "panelStorage"; panelStorage.Size = new Size(173, 266); panelStorage.TabIndex = 7; // // buttonCollectionDel // buttonCollectionDel.Location = new Point(3, 227); buttonCollectionDel.Name = "buttonCollectionDel"; buttonCollectionDel.Size = new Size(167, 23); buttonCollectionDel.TabIndex = 6; buttonCollectionDel.Text = "Удалить коллекцию"; buttonCollectionDel.UseVisualStyleBackColor = true; buttonCollectionDel.Click += ButtonCollectionDel_Click; // // listBoxCollection // listBoxCollection.FormattingEnabled = true; listBoxCollection.ItemHeight = 15; listBoxCollection.Location = new Point(3, 112); listBoxCollection.Name = "listBoxCollection"; listBoxCollection.Size = new Size(167, 109); listBoxCollection.TabIndex = 5; // // buttonCollectionAdd // buttonCollectionAdd.Location = new Point(3, 83); buttonCollectionAdd.Name = "buttonCollectionAdd"; buttonCollectionAdd.Size = new Size(167, 23); buttonCollectionAdd.TabIndex = 4; buttonCollectionAdd.Text = "Добавить коллекцию"; buttonCollectionAdd.UseVisualStyleBackColor = true; buttonCollectionAdd.Click += ButtonCollectionAdd_Click; // // radioButtonList // radioButtonList.AutoSize = true; radioButtonList.Location = new Point(98, 58); 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(16, 58); 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, 29); textBoxCollectionName.Name = "textBoxCollectionName"; textBoxCollectionName.Size = new Size(167, 23); textBoxCollectionName.TabIndex = 1; // // labelCollectionName // labelCollectionName.AutoSize = true; labelCollectionName.Location = new Point(26, 11); labelCollectionName.Name = "labelCollectionName"; labelCollectionName.Size = new Size(125, 15); labelCollectionName.TabIndex = 0; labelCollectionName.Text = "Название коллекции:"; // // buttonRefresh // buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonRefresh.Location = new Point(3, 210); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(167, 40); 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(3, 170); buttonGoToCheck.Name = "buttonGoToCheck"; buttonGoToCheck.Size = new Size(167, 40); buttonGoToCheck.TabIndex = 5; buttonGoToCheck.Text = "Передать на тесты"; buttonGoToCheck.UseVisualStyleBackColor = true; buttonGoToCheck.Click += ButtonGoToCheck_Click; // // buttonRemoveTrans // buttonRemoveTrans.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonRemoveTrans.Location = new Point(3, 124); buttonRemoveTrans.Name = "buttonRemoveTrans"; buttonRemoveTrans.Size = new Size(167, 40); buttonRemoveTrans.TabIndex = 4; buttonRemoveTrans.Text = "Удалить поезд"; buttonRemoveTrans.UseVisualStyleBackColor = true; buttonRemoveTrans.Click += ButtonRemoveTrans_Click; // // maskedTextBoxPosition // maskedTextBoxPosition.Location = new Point(3, 95); maskedTextBoxPosition.Mask = "00"; maskedTextBoxPosition.Name = "maskedTextBoxPosition"; maskedTextBoxPosition.Size = new Size(167, 23); maskedTextBoxPosition.TabIndex = 3; maskedTextBoxPosition.ValidatingType = typeof(int); // buttonAddTrans // buttonAddTrans.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddTrans.Location = new Point(3, 3); buttonAddTrans.Name = "buttonAddTrans"; buttonAddTrans.Size = new Size(167, 40); buttonAddTrans.TabIndex = 1; buttonAddTrans.Text = "Добавление поезд"; buttonAddTrans.UseVisualStyleBackColor = true; buttonAddTrans.Click += ButtonAddTrans_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(6, 291); comboBoxSelectorCompany.Name = "comboBoxSelectorCompany"; comboBoxSelectorCompany.Size = new Size(167, 23); comboBoxSelectorCompany.TabIndex = 0; comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged; // // pictureBox // pictureBox.Dock = DockStyle.Fill; pictureBox.Location = new Point(0, 0); pictureBox.Name = "pictureBox"; pictureBox.Size = new Size(783, 616); pictureBox.TabIndex = 1; pictureBox.TabStop = false; // // panelCompanyTools // panelCompanyTools.Controls.Add(buttonAddTrans); panelCompanyTools.Controls.Add(maskedTextBoxPosition); panelCompanyTools.Controls.Add(buttonRefresh); panelCompanyTools.Controls.Add(buttonRemoveTrans); panelCompanyTools.Controls.Add(buttonGoToCheck); panelCompanyTools.Dock = DockStyle.Bottom; panelCompanyTools.Enabled = false; panelCompanyTools.Location = new Point(3, 360); panelCompanyTools.Name = "panelCompanyTools"; panelCompanyTools.Size = new Size(173, 253); panelCompanyTools.TabIndex = 9; // // FormTransCollection // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(962, 616); Controls.Add(pictureBox); Controls.Add(groupBoxTools); Name = "FormTransCollection"; 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 buttonAddTrans; private Button buttonRemoveTrans; private MaskedTextBox maskedTextBoxPosition; private PictureBox pictureBox; private Button buttonGoToCheck; private Button buttonRefresh; private Panel panelStorage; private Label labelCollectionName; private TextBox textBoxCollectionName; private RadioButton radioButtonList; private RadioButton radioButtonMassive; private Button buttonCollectionAdd; private ListBox listBoxCollection; private Button buttonCollectionDel; private Button buttonCreateCompany; private Panel panelCompanyTools; } }