127 lines
5.3 KiB
C#
127 lines
5.3 KiB
C#
|
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();
|
|||
|
RefreshCollectionButton = new Button();
|
|||
|
RemoveBomberButton = new Button();
|
|||
|
NumberMaskedTextBox = new MaskedTextBox();
|
|||
|
AddBomberButton = new Button();
|
|||
|
((System.ComponentModel.ISupportInitialize)CollectionPictureBox).BeginInit();
|
|||
|
ToolGroupBox.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// CollectionPictureBox
|
|||
|
//
|
|||
|
CollectionPictureBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
CollectionPictureBox.Location = new Point(0, 0);
|
|||
|
CollectionPictureBox.Name = "CollectionPictureBox";
|
|||
|
CollectionPictureBox.Size = new Size(812, 603);
|
|||
|
CollectionPictureBox.TabIndex = 0;
|
|||
|
CollectionPictureBox.TabStop = false;
|
|||
|
//
|
|||
|
// ToolGroupBox
|
|||
|
//
|
|||
|
ToolGroupBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
|||
|
ToolGroupBox.Controls.Add(RefreshCollectionButton);
|
|||
|
ToolGroupBox.Controls.Add(RemoveBomberButton);
|
|||
|
ToolGroupBox.Controls.Add(NumberMaskedTextBox);
|
|||
|
ToolGroupBox.Controls.Add(AddBomberButton);
|
|||
|
ToolGroupBox.Location = new Point(818, 12);
|
|||
|
ToolGroupBox.Name = "ToolGroupBox";
|
|||
|
ToolGroupBox.Size = new Size(176, 579);
|
|||
|
ToolGroupBox.TabIndex = 1;
|
|||
|
ToolGroupBox.TabStop = false;
|
|||
|
ToolGroupBox.Text = "Инструменты";
|
|||
|
//
|
|||
|
// RefreshCollectionButton
|
|||
|
//
|
|||
|
RefreshCollectionButton.Location = new Point(6, 190);
|
|||
|
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, 141);
|
|||
|
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, 102);
|
|||
|
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, 32);
|
|||
|
AddBomberButton.Name = "AddBomberButton";
|
|||
|
AddBomberButton.Size = new Size(164, 43);
|
|||
|
AddBomberButton.TabIndex = 0;
|
|||
|
AddBomberButton.Text = "Добавить бомбардировщик";
|
|||
|
AddBomberButton.UseVisualStyleBackColor = true;
|
|||
|
AddBomberButton.Click += ButtonAddEntity_Click;
|
|||
|
//
|
|||
|
// FormEntityCollection
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(1006, 603);
|
|||
|
Controls.Add(ToolGroupBox);
|
|||
|
Controls.Add(CollectionPictureBox);
|
|||
|
Name = "FormEntityCollection";
|
|||
|
Text = "Набор бомбардировщиков";
|
|||
|
((System.ComponentModel.ISupportInitialize)CollectionPictureBox).EndInit();
|
|||
|
ToolGroupBox.ResumeLayout(false);
|
|||
|
ToolGroupBox.PerformLayout();
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private PictureBox CollectionPictureBox;
|
|||
|
private GroupBox ToolGroupBox;
|
|||
|
private Button RefreshCollectionButton;
|
|||
|
private Button RemoveBomberButton;
|
|||
|
private MaskedTextBox NumberMaskedTextBox;
|
|||
|
private Button AddBomberButton;
|
|||
|
}
|
|||
|
}
|