Lab4 defenetly done
This commit is contained in:
parent
f13ef15b80
commit
30e55ab9b1
35
AirBomber/AirBomber/FormPlaneCollection.Designer.cs
generated
35
AirBomber/AirBomber/FormPlaneCollection.Designer.cs
generated
@ -30,7 +30,7 @@
|
||||
{
|
||||
pictureBoxCollection = new PictureBox();
|
||||
groupBox1 = new GroupBox();
|
||||
Sets = new GroupBox();
|
||||
GroupBoxSets = new GroupBox();
|
||||
buttonDelObject = new Button();
|
||||
buttonAddObject = new Button();
|
||||
listBoxStorages = new ListBox();
|
||||
@ -41,7 +41,7 @@
|
||||
ButtonAddPlane = new Button();
|
||||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
||||
groupBox1.SuspendLayout();
|
||||
Sets.SuspendLayout();
|
||||
GroupBoxSets.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// pictureBoxCollection
|
||||
@ -56,7 +56,7 @@
|
||||
// groupBox1
|
||||
//
|
||||
groupBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
||||
groupBox1.Controls.Add(Sets);
|
||||
groupBox1.Controls.Add(GroupBoxSets);
|
||||
groupBox1.Controls.Add(ButtonRefreshCollection);
|
||||
groupBox1.Controls.Add(ButtonRemovePlane);
|
||||
groupBox1.Controls.Add(maskedTextBoxNumber);
|
||||
@ -68,18 +68,19 @@
|
||||
groupBox1.TabStop = false;
|
||||
groupBox1.Text = "Инструменты";
|
||||
//
|
||||
// Sets
|
||||
// GroupBoxSets
|
||||
//
|
||||
Sets.Controls.Add(buttonDelObject);
|
||||
Sets.Controls.Add(buttonAddObject);
|
||||
Sets.Controls.Add(listBoxStorages);
|
||||
Sets.Controls.Add(textBoxStorageName);
|
||||
Sets.Location = new Point(6, 31);
|
||||
Sets.Name = "Sets";
|
||||
Sets.Size = new Size(201, 290);
|
||||
Sets.TabIndex = 4;
|
||||
Sets.TabStop = false;
|
||||
Sets.Text = "Наборы";
|
||||
GroupBoxSets.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
GroupBoxSets.Controls.Add(buttonDelObject);
|
||||
GroupBoxSets.Controls.Add(buttonAddObject);
|
||||
GroupBoxSets.Controls.Add(listBoxStorages);
|
||||
GroupBoxSets.Controls.Add(textBoxStorageName);
|
||||
GroupBoxSets.Location = new Point(6, 31);
|
||||
GroupBoxSets.Name = "GroupBoxSets";
|
||||
GroupBoxSets.Size = new Size(201, 290);
|
||||
GroupBoxSets.TabIndex = 4;
|
||||
GroupBoxSets.TabStop = false;
|
||||
GroupBoxSets.Text = "Наборы";
|
||||
//
|
||||
// buttonDelObject
|
||||
//
|
||||
@ -167,8 +168,8 @@
|
||||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
||||
groupBox1.ResumeLayout(false);
|
||||
groupBox1.PerformLayout();
|
||||
Sets.ResumeLayout(false);
|
||||
Sets.PerformLayout();
|
||||
GroupBoxSets.ResumeLayout(false);
|
||||
GroupBoxSets.PerformLayout();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
@ -180,7 +181,7 @@
|
||||
private Button ButtonRemovePlane;
|
||||
private MaskedTextBox maskedTextBoxNumber;
|
||||
private Button ButtonAddPlane;
|
||||
private GroupBox Sets;
|
||||
private GroupBox GroupBoxSets;
|
||||
private ListBox listBoxStorages;
|
||||
private TextBox textBoxStorageName;
|
||||
private Button buttonDelObject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user