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 @@ + + +