namespace AntiAircraftGun { partial class FormArmoredCarCollection { /// /// 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() { groupBoxToools = 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(); buttonGoToChek = new Button(); buttonRemoveArmoredCar = new Button(); maskedTextBox = new MaskedTextBox(); buttonAddAntiAircraftGun = new Button(); buttonAddArmoredCar = new Button(); comboBoxSelectorCompany = new ComboBox(); pictureBox = new PictureBox(); panelCompanyTools = new Panel(); groupBoxToools.SuspendLayout(); panelStorage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit(); panelCompanyTools.SuspendLayout(); SuspendLayout(); // // groupBoxToools // groupBoxToools.Controls.Add(panelCompanyTools); groupBoxToools.Controls.Add(buttonCreateCompany); groupBoxToools.Controls.Add(panelStorage); groupBoxToools.Controls.Add(comboBoxSelectorCompany); groupBoxToools.Dock = DockStyle.Right; groupBoxToools.Location = new Point(1057, 0); groupBoxToools.Name = "groupBoxToools"; groupBoxToools.Size = new Size(210, 615); groupBoxToools.TabIndex = 0; groupBoxToools.TabStop = false; groupBoxToools.Text = "Инструменты"; // // buttonCreateCompany // buttonCreateCompany.Location = new Point(6, 290); buttonCreateCompany.Name = "buttonCreateCompany"; buttonCreateCompany.Size = new Size(198, 23); 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, 19); panelStorage.Name = "panelStorage"; panelStorage.Size = new Size(204, 258); panelStorage.TabIndex = 7; // // buttonCollectionDel // buttonCollectionDel.Location = new Point(3, 228); buttonCollectionDel.Name = "buttonCollectionDel"; buttonCollectionDel.Size = new Size(198, 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, 113); listBoxCollection.Name = "listBoxCollection"; listBoxCollection.Size = new Size(198, 109); listBoxCollection.TabIndex = 5; // // buttonCollectionAdd // buttonCollectionAdd.Location = new Point(3, 84); buttonCollectionAdd.Name = "buttonCollectionAdd"; buttonCollectionAdd.Size = new Size(198, 23); buttonCollectionAdd.TabIndex = 4; buttonCollectionAdd.Text = "Добавить коллекцию"; buttonCollectionAdd.UseVisualStyleBackColor = true; buttonCollectionAdd.Click += buttonCollectionAdd_Click; // // radioButtonList // radioButtonList.AutoSize = true; radioButtonList.Location = new Point(115, 59); 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(15, 59); 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, 30); textBoxCollectionName.Name = "textBoxCollectionName"; textBoxCollectionName.Size = new Size(198, 23); textBoxCollectionName.TabIndex = 1; // // labelCollectionName // labelCollectionName.AutoSize = true; labelCollectionName.Location = new Point(39, 12); 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(6, 216); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(191, 39); buttonRefresh.TabIndex = 6; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += buttonRefresh_Click; // // buttonGoToChek // buttonGoToChek.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonGoToChek.Location = new Point(6, 171); buttonGoToChek.Name = "buttonGoToChek"; buttonGoToChek.Size = new Size(191, 39); buttonGoToChek.TabIndex = 5; buttonGoToChek.Text = "Передать на тесты"; buttonGoToChek.UseVisualStyleBackColor = true; buttonGoToChek.Click += buttonGoToChek_Click; // // buttonRemoveArmoredCar // buttonRemoveArmoredCar.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonRemoveArmoredCar.Location = new Point(6, 123); buttonRemoveArmoredCar.Name = "buttonRemoveArmoredCar"; buttonRemoveArmoredCar.Size = new Size(191, 44); buttonRemoveArmoredCar.TabIndex = 4; buttonRemoveArmoredCar.Text = "Удалить бронемашину"; buttonRemoveArmoredCar.UseVisualStyleBackColor = true; buttonRemoveArmoredCar.Click += buttonRemoveArmoredCar_Click; // // maskedTextBox // maskedTextBox.Location = new Point(6, 94); maskedTextBox.Mask = "00"; maskedTextBox.Name = "maskedTextBox"; maskedTextBox.Size = new Size(194, 23); maskedTextBox.TabIndex = 3; maskedTextBox.ValidatingType = typeof(int); // // buttonAddAntiAircraftGun // buttonAddAntiAircraftGun.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddAntiAircraftGun.Location = new Point(6, 42); buttonAddAntiAircraftGun.Name = "buttonAddAntiAircraftGun"; buttonAddAntiAircraftGun.Size = new Size(191, 46); buttonAddAntiAircraftGun.TabIndex = 2; buttonAddAntiAircraftGun.Text = "Добавление зениитной установки"; buttonAddAntiAircraftGun.UseVisualStyleBackColor = true; buttonAddAntiAircraftGun.Click += buttonAddAntiAircraftGun_Click; // // buttonAddArmoredCar // buttonAddArmoredCar.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; buttonAddArmoredCar.Location = new Point(6, 3); buttonAddArmoredCar.Name = "buttonAddArmoredCar"; buttonAddArmoredCar.Size = new Size(191, 40); buttonAddArmoredCar.TabIndex = 1; buttonAddArmoredCar.Text = "Добавление бронемашины"; buttonAddArmoredCar.UseVisualStyleBackColor = true; buttonAddArmoredCar.Click += buttonAddArmoredCar_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, 319); comboBoxSelectorCompany.Name = "comboBoxSelectorCompany"; comboBoxSelectorCompany.Size = new Size(198, 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(1057, 615); pictureBox.TabIndex = 1; pictureBox.TabStop = false; // // panelCompanyTools // panelCompanyTools.Controls.Add(buttonAddAntiAircraftGun); panelCompanyTools.Controls.Add(buttonAddArmoredCar); panelCompanyTools.Controls.Add(maskedTextBox); panelCompanyTools.Controls.Add(buttonRefresh); panelCompanyTools.Controls.Add(buttonRemoveArmoredCar); panelCompanyTools.Controls.Add(buttonGoToChek); panelCompanyTools.Enabled = false; panelCompanyTools.Location = new Point(6, 348); panelCompanyTools.Name = "panelCompanyTools"; panelCompanyTools.Size = new Size(200, 261); panelCompanyTools.TabIndex = 8; // // FormArmoredCarCollection // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1267, 615); Controls.Add(pictureBox); Controls.Add(groupBoxToools); Name = "FormArmoredCarCollection"; Text = "Коллекция бронемашин"; groupBoxToools.ResumeLayout(false); panelStorage.ResumeLayout(false); panelStorage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox).EndInit(); panelCompanyTools.ResumeLayout(false); panelCompanyTools.PerformLayout(); ResumeLayout(false); } #endregion private GroupBox groupBoxToools; private ComboBox comboBoxSelectorCompany; private Button buttonAddArmoredCar; private Button buttonAddAntiAircraftGun; private PictureBox pictureBox; private Button buttonRemoveArmoredCar; private MaskedTextBox maskedTextBox; private Button buttonRefresh; private Button buttonGoToChek; private Panel panelStorage; private Label labelCollectionName; private TextBox textBoxCollectionName; private RadioButton radioButtonMassive; private RadioButton radioButtonList; private Button buttonCollectionAdd; private Button buttonCollectionDel; private ListBox listBoxCollection; private Button buttonCreateCompany; private Panel panelCompanyTools; } }