Add files via upload

This commit is contained in:
zsyg
2025-06-22 17:14:26 +08:00
committed by GitHub
parent c25cd37755
commit ef9a2df02c
6 changed files with 336 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ namespace AppStore
this.Text = "二维码生成器";
this.Size = new Size(500, 600);
this.StartPosition = FormStartPosition.CenterScreen;
this.FormBorderStyle = FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
}
private void InitializeComponent()