namespace AirBomber { partial class FormAirPlaneCollection { /// /// 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(); buttonDelAirPlane = new Button(); maskedTextBox = new MaskedTextBox(); buttonAddAirBomber = new Button(); buttonAddAirPlane = 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(859, 0); groupBoxTools.Margin = new Padding(3, 4, 3, 4); groupBoxTools.Name = "groupBoxTools"; groupBoxTools.Padding = new Padding(3, 4, 3, 4); groupBoxTools.Size = new Size(238, 859); groupBoxTools.TabIndex = 0; groupBoxTools.TabStop = false; groupBoxTools.Text = "Инструманты"; // // buttonCreateCompany // buttonCreateCompany.Location = new Point(16, 366); buttonCreateCompany.Name = "buttonCreateCompany"; buttonCreateCompany.Size = new Size(207, 49); 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(labelCollectionName); panelStorage.Dock = DockStyle.Top; panelStorage.Location = new Point(3, 24); panelStorage.Name = "panelStorage"; panelStorage.Size = new Size(232, 304); panelStorage.TabIndex = 7; // // buttonCollectionDel // buttonCollectionDel.Location = new Point(13, 271); buttonCollectionDel.Name = "buttonCollectionDel"; buttonCollectionDel.Size = new Size(210, 29); buttonCollectionDel.TabIndex = 6; buttonCollectionDel.Text = "Удалить коллецию"; buttonCollectionDel.UseVisualStyleBackColor = true; buttonCollectionDel.Click += buttonCollectionDel_Click; // // listBoxCollection // listBoxCollection.FormattingEnabled = true; listBoxCollection.ItemHeight = 20; listBoxCollection.Location = new Point(3, 161); listBoxCollection.Name = "listBoxCollection"; listBoxCollection.Size = new Size(220, 104); listBoxCollection.TabIndex = 5; // // buttonCollectionAdd // buttonCollectionAdd.Location = new Point(13, 126); buttonCollectionAdd.Name = "buttonCollectionAdd"; buttonCollectionAdd.Size = new Size(216, 29); buttonCollectionAdd.TabIndex = 4; buttonCollectionAdd.Text = "Добавить коллецию"; buttonCollectionAdd.UseVisualStyleBackColor = true; buttonCollectionAdd.Click += buttonCollectionAdd_Click; // // radioButtonList // radioButtonList.AutoSize = true; radioButtonList.Location = new Point(101, 96); 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(13, 96); 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(3, 53); textBoxCollectionName.Name = "textBoxCollectionName"; textBoxCollectionName.Size = new Size(226, 27); textBoxCollectionName.TabIndex = 1; // // labelCollectionName // labelCollectionName.AutoSize = true; labelCollectionName.Location = new Point(13, 12); labelCollectionName.Name = "labelCollectionName"; labelCollectionName.Size = new Size(151, 20); labelCollectionName.TabIndex = 0; labelCollectionName.Text = "Название коллеции:"; // // buttonRefresh // buttonRefresh.Location = new Point(7, 243); buttonRefresh.Margin = new Padding(3, 4, 3, 4); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(200, 29); buttonRefresh.TabIndex = 6; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += ButtonRefresh_Click; // // buttonGoToCheck // buttonGoToCheck.Location = new Point(7, 205); buttonGoToCheck.Margin = new Padding(3, 4, 3, 4); buttonGoToCheck.Name = "buttonGoToCheck"; buttonGoToCheck.Size = new Size(200, 30); buttonGoToCheck.TabIndex = 5; buttonGoToCheck.Text = "Передать на тесты"; buttonGoToCheck.UseVisualStyleBackColor = true; buttonGoToCheck.Click += ButtonGoToCheck_Click; // // buttonDelAirPlane // buttonDelAirPlane.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonDelAirPlane.Location = new Point(7, 166); buttonDelAirPlane.Margin = new Padding(3, 4, 3, 4); buttonDelAirPlane.Name = "buttonDelAirPlane"; buttonDelAirPlane.Size = new Size(200, 31); buttonDelAirPlane.TabIndex = 4; buttonDelAirPlane.Text = "Удалить Самолет"; buttonDelAirPlane.UseVisualStyleBackColor = true; buttonDelAirPlane.Click += ButtonRemoveAirPlane_Click; // // maskedTextBox // maskedTextBox.Location = new Point(7, 131); maskedTextBox.Margin = new Padding(3, 4, 3, 4); maskedTextBox.Mask = "00"; maskedTextBox.Name = "maskedTextBox"; maskedTextBox.Size = new Size(200, 27); maskedTextBox.TabIndex = 3; maskedTextBox.ValidatingType = typeof(int); // // buttonAddAirBomber // buttonAddAirBomber.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddAirBomber.Location = new Point(7, 67); buttonAddAirBomber.Margin = new Padding(3, 4, 3, 4); buttonAddAirBomber.Name = "buttonAddAirBomber"; buttonAddAirBomber.Size = new Size(200, 56); buttonAddAirBomber.TabIndex = 2; buttonAddAirBomber.Text = "Добавление Бомбардировщика"; buttonAddAirBomber.UseVisualStyleBackColor = true; buttonAddAirBomber.Click += buttonAddAirBomber_Click; // // buttonAddAirPlane // buttonAddAirPlane.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddAirPlane.Location = new Point(7, 4); buttonAddAirPlane.Margin = new Padding(3, 4, 3, 4); buttonAddAirPlane.Name = "buttonAddAirPlane"; buttonAddAirPlane.Size = new Size(200, 55); buttonAddAirPlane.TabIndex = 1; buttonAddAirPlane.Text = "Добавление самолета"; buttonAddAirPlane.UseVisualStyleBackColor = true; buttonAddAirPlane.Click += buttonAddAirPlane_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(16, 331); comboBoxSelectorCompany.Margin = new Padding(3, 4, 3, 4); comboBoxSelectorCompany.Name = "comboBoxSelectorCompany"; comboBoxSelectorCompany.Size = new Size(210, 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(859, 859); pictureBox.TabIndex = 1; pictureBox.TabStop = false; // // panelCompanyTools // panelCompanyTools.Controls.Add(buttonAddAirPlane); panelCompanyTools.Controls.Add(buttonAddAirBomber); panelCompanyTools.Controls.Add(maskedTextBox); panelCompanyTools.Controls.Add(buttonRefresh); panelCompanyTools.Controls.Add(buttonDelAirPlane); panelCompanyTools.Controls.Add(buttonGoToCheck); panelCompanyTools.Location = new Point(16, 456); panelCompanyTools.Name = "panelCompanyTools"; panelCompanyTools.Size = new Size(210, 285); panelCompanyTools.TabIndex = 8; // // FormAirPlaneCollection // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1097, 859); Controls.Add(pictureBox); Controls.Add(groupBoxTools); Margin = new Padding(3, 4, 3, 4); Name = "FormAirPlaneCollection"; Text = "FormAirPlaneCollection"; Load += FormAirPlaneCollection_Load; 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 Button buttonAddAirPlane; private ComboBox comboBoxSelectorCompany; private Button buttonAddAirBomber; private PictureBox pictureBox; private Button buttonGoToCheck; private Button buttonDelAirPlane; private MaskedTextBox maskedTextBox; private Button buttonRefresh; private Panel panelStorage; private TextBox textBoxCollectionName; private Label labelCollectionName; private RadioButton radioButtonList; private RadioButton radioButtonMassive; private Button buttonCollectionAdd; private Button buttonCollectionDel; private ListBox listBoxCollection; private Button buttonCreateCompany; private Panel panelCompanyTools; } }