7
This commit is contained in:
parent
70b6a6a475
commit
e104bd3e2a
53
Seaplane/FormSeaplane.Designer.cs
generated
53
Seaplane/FormSeaplane.Designer.cs
generated
@ -28,12 +28,57 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
pictureBoxSeaplane = new PictureBox();
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
buttonCreate = new Button();
|
||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
buttonLeft = new Button();
|
||||||
this.Text = "FormSeaplane";
|
((System.ComponentModel.ISupportInitialize)pictureBoxSeaplane).BeginInit();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// pictureBoxSeaplane
|
||||||
|
//
|
||||||
|
pictureBoxSeaplane.Dock = DockStyle.Fill;
|
||||||
|
pictureBoxSeaplane.Location = new Point(0, 0);
|
||||||
|
pictureBoxSeaplane.Name = "pictureBoxSeaplane";
|
||||||
|
pictureBoxSeaplane.Size = new Size(800, 450);
|
||||||
|
pictureBoxSeaplane.TabIndex = 0;
|
||||||
|
pictureBoxSeaplane.TabStop = false;
|
||||||
|
//
|
||||||
|
// buttonCreate
|
||||||
|
//
|
||||||
|
buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||||||
|
buttonCreate.Location = new Point(12, 415);
|
||||||
|
buttonCreate.Name = "buttonCreate";
|
||||||
|
buttonCreate.Size = new Size(75, 23);
|
||||||
|
buttonCreate.TabIndex = 1;
|
||||||
|
buttonCreate.Text = "Создать";
|
||||||
|
buttonCreate.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// buttonLeft
|
||||||
|
//
|
||||||
|
buttonLeft.Location = new Point(654, 374);
|
||||||
|
buttonLeft.Name = "buttonLeft";
|
||||||
|
buttonLeft.Size = new Size(35, 35);
|
||||||
|
buttonLeft.TabIndex = 2;
|
||||||
|
buttonLeft.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// FormSeaplane
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(buttonLeft);
|
||||||
|
Controls.Add(buttonCreate);
|
||||||
|
Controls.Add(pictureBoxSeaplane);
|
||||||
|
Name = "FormSeaplane";
|
||||||
|
Text = "Гидросамолет";
|
||||||
|
((System.ComponentModel.ISupportInitialize)pictureBoxSeaplane).EndInit();
|
||||||
|
ResumeLayout(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private PictureBox pictureBoxSeaplane;
|
||||||
|
private Button buttonCreate;
|
||||||
|
private Button buttonLeft;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user