first commit

This commit is contained in:
Zaky Al'dilla Zulkarnain 2026-04-11 15:04:45 +07:00
parent 9d4ad70326
commit 0f5f84958a
8 changed files with 213 additions and 207 deletions

10
Form1.Designer.cs generated
View File

@ -28,10 +28,16 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
components = new System.ComponentModel.Container(); SuspendLayout();
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450); ClientSize = new Size(800, 450);
Text = "Form1"; Name = "Form1";
Text = "GuessTheDice";
ResumeLayout(false);
} }
#endregion #endregion