f
This commit is contained in:
parent
4693f2b551
commit
0ed1f29f97
13
Tank/Tank/FormTank.Designer.cs
generated
13
Tank/Tank/FormTank.Designer.cs
generated
@ -28,18 +28,31 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
button1 = new Button();
|
||||
SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(51, 65);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(150, 46);
|
||||
button1.TabIndex = 0;
|
||||
button1.Text = "button1";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FormTank
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(13F, 32F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(800, 450);
|
||||
Controls.Add(button1);
|
||||
Name = "FormTank";
|
||||
Text = "Танк";
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Button button1;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user