From da1bdfa8ada6c05c6310a90147db5cfbaab6b176 Mon Sep 17 00:00:00 2001 From: biss Date: Tue, 9 Jun 2026 10:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Form1.Designer.cs | 39 +++++++++++++++++++++++++++++++++++++++ Form1.cs | 10 ++++++++++ Program.cs | 17 +++++++++++++++++ kcsj.csproj | 11 +++++++++++ kcsj.slnx | 3 +++ 5 files changed, 80 insertions(+) create mode 100644 Form1.Designer.cs create mode 100644 Form1.cs create mode 100644 Program.cs create mode 100644 kcsj.csproj create mode 100644 kcsj.slnx diff --git a/Form1.Designer.cs b/Form1.Designer.cs new file mode 100644 index 0000000..2cd028f --- /dev/null +++ b/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace kcsj +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(800, 450); + Text = "Form1"; + } + + #endregion + } +} diff --git a/Form1.cs b/Form1.cs new file mode 100644 index 0000000..77e19a4 --- /dev/null +++ b/Form1.cs @@ -0,0 +1,10 @@ +namespace kcsj +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..c58d6de --- /dev/null +++ b/Program.cs @@ -0,0 +1,17 @@ +namespace kcsj +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/kcsj.csproj b/kcsj.csproj new file mode 100644 index 0000000..663fdb8 --- /dev/null +++ b/kcsj.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net8.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/kcsj.slnx b/kcsj.slnx new file mode 100644 index 0000000..0712d9b --- /dev/null +++ b/kcsj.slnx @@ -0,0 +1,3 @@ + + +