PIbd-22_Shabunov_O.A._AirBo.../AirBomber/FormEntityCollection.Designer.cs
2023-11-25 23:09:40 +04:00

248 lines
10 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AirBomber
{
partial class FormEntityCollection
{
/// <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()
{
CollectionPictureBox = new PictureBox();
ToolGroupBox = new GroupBox();
SetsGroupBox = new GroupBox();
SetNameTextBox = new TextBox();
StorageListBox = new ListBox();
AddSetButton = new Button();
RemoveSetButton = new Button();
RefreshCollectionButton = new Button();
RemoveBomberButton = new Button();
NumberMaskedTextBox = new MaskedTextBox();
AddBomberButton = new Button();
FormMenuStrip = new MenuStrip();
FileMenuStripItem = new ToolStripMenuItem();
SaveToolStripMenuItem = new ToolStripMenuItem();
LoadToolStripMenuItem = new ToolStripMenuItem();
OpenFileDialog = new OpenFileDialog();
SaveFileDialog = new SaveFileDialog();
((System.ComponentModel.ISupportInitialize)CollectionPictureBox).BeginInit();
ToolGroupBox.SuspendLayout();
SetsGroupBox.SuspendLayout();
FormMenuStrip.SuspendLayout();
SuspendLayout();
//
// CollectionPictureBox
//
CollectionPictureBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
CollectionPictureBox.Location = new Point(0, 27);
CollectionPictureBox.Name = "CollectionPictureBox";
CollectionPictureBox.Size = new Size(812, 576);
CollectionPictureBox.TabIndex = 0;
CollectionPictureBox.TabStop = false;
//
// ToolGroupBox
//
ToolGroupBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
ToolGroupBox.Controls.Add(SetsGroupBox);
ToolGroupBox.Controls.Add(RefreshCollectionButton);
ToolGroupBox.Controls.Add(RemoveBomberButton);
ToolGroupBox.Controls.Add(NumberMaskedTextBox);
ToolGroupBox.Controls.Add(AddBomberButton);
ToolGroupBox.Location = new Point(818, 27);
ToolGroupBox.Name = "ToolGroupBox";
ToolGroupBox.Size = new Size(176, 564);
ToolGroupBox.TabIndex = 1;
ToolGroupBox.TabStop = false;
ToolGroupBox.Text = "Инструменты";
//
// SetsGroupBox
//
SetsGroupBox.Controls.Add(SetNameTextBox);
SetsGroupBox.Controls.Add(StorageListBox);
SetsGroupBox.Controls.Add(AddSetButton);
SetsGroupBox.Controls.Add(RemoveSetButton);
SetsGroupBox.Location = new Point(6, 22);
SetsGroupBox.Name = "SetsGroupBox";
SetsGroupBox.Size = new Size(164, 232);
SetsGroupBox.TabIndex = 8;
SetsGroupBox.TabStop = false;
SetsGroupBox.Text = "Наборы";
//
// SetNameTextBox
//
SetNameTextBox.Location = new Point(6, 22);
SetNameTextBox.Name = "SetNameTextBox";
SetNameTextBox.Size = new Size(152, 23);
SetNameTextBox.TabIndex = 4;
//
// StorageListBox
//
StorageListBox.FormattingEnabled = true;
StorageListBox.ItemHeight = 15;
StorageListBox.Items.AddRange(new object[] { "Наборы здесь..." });
StorageListBox.Location = new Point(6, 96);
StorageListBox.Name = "StorageListBox";
StorageListBox.Size = new Size(152, 79);
StorageListBox.TabIndex = 7;
StorageListBox.SelectedIndexChanged += StorageListBoxIndexChanged;
//
// AddSetButton
//
AddSetButton.Location = new Point(6, 51);
AddSetButton.Name = "AddSetButton";
AddSetButton.Size = new Size(152, 30);
AddSetButton.TabIndex = 5;
AddSetButton.Text = "Добавить набор";
AddSetButton.UseVisualStyleBackColor = true;
AddSetButton.Click += ButtonAddSet_Click;
//
// RemoveSetButton
//
RemoveSetButton.Location = new Point(6, 190);
RemoveSetButton.Name = "RemoveSetButton";
RemoveSetButton.Size = new Size(152, 30);
RemoveSetButton.TabIndex = 6;
RemoveSetButton.Text = "Удалить набор";
RemoveSetButton.UseVisualStyleBackColor = true;
RemoveSetButton.Click += ButtonRemoveSet_Click;
//
// RefreshCollectionButton
//
RefreshCollectionButton.Location = new Point(6, 528);
RefreshCollectionButton.Name = "RefreshCollectionButton";
RefreshCollectionButton.Size = new Size(164, 30);
RefreshCollectionButton.TabIndex = 3;
RefreshCollectionButton.Text = "Обновить коллекцию";
RefreshCollectionButton.UseVisualStyleBackColor = true;
RefreshCollectionButton.Click += ButtonRefreshCollection_Click;
//
// RemoveBomberButton
//
RemoveBomberButton.Location = new Point(6, 467);
RemoveBomberButton.Name = "RemoveBomberButton";
RemoveBomberButton.Size = new Size(164, 30);
RemoveBomberButton.TabIndex = 2;
RemoveBomberButton.Text = "Удалить бомбардировщик";
RemoveBomberButton.UseVisualStyleBackColor = true;
RemoveBomberButton.Click += ButtonRemoveEntity_Click;
//
// NumberMaskedTextBox
//
NumberMaskedTextBox.Location = new Point(6, 428);
NumberMaskedTextBox.Mask = "00000";
NumberMaskedTextBox.Name = "NumberMaskedTextBox";
NumberMaskedTextBox.Size = new Size(164, 23);
NumberMaskedTextBox.TabIndex = 1;
NumberMaskedTextBox.ValidatingType = typeof(int);
//
// AddBomberButton
//
AddBomberButton.Location = new Point(6, 358);
AddBomberButton.Name = "AddBomberButton";
AddBomberButton.Size = new Size(164, 43);
AddBomberButton.TabIndex = 0;
AddBomberButton.Text = "Добавить бомбардировщик";
AddBomberButton.UseVisualStyleBackColor = true;
AddBomberButton.Click += ButtonAddEntity_Click;
//
// FormMenuStrip
//
FormMenuStrip.Items.AddRange(new ToolStripItem[] { FileMenuStripItem });
FormMenuStrip.Location = new Point(0, 0);
FormMenuStrip.Name = "FormMenuStrip";
FormMenuStrip.Size = new Size(1006, 24);
FormMenuStrip.TabIndex = 2;
FormMenuStrip.Text = "menuStrip1";
//
// FileMenuStripItem
//
FileMenuStripItem.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem });
FileMenuStripItem.Name = "FileMenuStripItem";
FileMenuStripItem.Size = new Size(48, 20);
FileMenuStripItem.Text = "Файл";
//
// SaveToolStripMenuItem
//
SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
SaveToolStripMenuItem.Size = new Size(141, 22);
SaveToolStripMenuItem.Text = "Сохранение";
SaveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
//
// LoadToolStripMenuItem
//
LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
LoadToolStripMenuItem.Size = new Size(141, 22);
LoadToolStripMenuItem.Text = "Загрузка";
LoadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
//
// OpenFileDialog
//
OpenFileDialog.FileName = "openFileDialog1";
OpenFileDialog.Filter = "txt file | *.txt";
//
// SaveFileDialog
//
SaveFileDialog.Filter = "txt file | *.txt";
//
// FormEntityCollection
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1006, 603);
Controls.Add(ToolGroupBox);
Controls.Add(CollectionPictureBox);
Controls.Add(FormMenuStrip);
Name = "FormEntityCollection";
Text = "Набор бомбардировщиков";
((System.ComponentModel.ISupportInitialize)CollectionPictureBox).EndInit();
ToolGroupBox.ResumeLayout(false);
ToolGroupBox.PerformLayout();
SetsGroupBox.ResumeLayout(false);
SetsGroupBox.PerformLayout();
FormMenuStrip.ResumeLayout(false);
FormMenuStrip.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox CollectionPictureBox;
private GroupBox ToolGroupBox;
private Button RefreshCollectionButton;
private Button RemoveBomberButton;
private MaskedTextBox NumberMaskedTextBox;
private Button AddBomberButton;
private GroupBox SetsGroupBox;
private TextBox SetNameTextBox;
private ListBox StorageListBox;
private Button AddSetButton;
private Button RemoveSetButton;
private MenuStrip FormMenuStrip;
private ToolStripMenuItem FileMenuStripItem;
private ToolStripMenuItem SaveToolStripMenuItem;
private ToolStripMenuItem LoadToolStripMenuItem;
private OpenFileDialog OpenFileDialog;
private SaveFileDialog SaveFileDialog;
}
}