21 lines
609 B
C#
21 lines
609 B
C#
namespace BallCollider
|
|
{
|
|
partial class Form1
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.SuspendLayout();
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Name = "Form1";
|
|
this.Text = "Ball Collider";
|
|
this.ResumeLayout(false);
|
|
}
|
|
}
|
|
} |