diff --git a/WinFormsControlLibrary1/UserControl1.Designer.cs b/WinFormsControlLibrary1/UserControl1.Designer.cs
new file mode 100644
index 0000000..3403fbb
--- /dev/null
+++ b/WinFormsControlLibrary1/UserControl1.Designer.cs
@@ -0,0 +1,38 @@
+namespace WinFormsControlLibrary1
+{
+ partial class UserControl1
+ {
+ ///
+ /// 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 Component 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();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ }
+
+ #endregion
+ }
+}
diff --git a/WinFormsControlLibrary1/UserControl1.cs b/WinFormsControlLibrary1/UserControl1.cs
new file mode 100644
index 0000000..b2f6fbd
--- /dev/null
+++ b/WinFormsControlLibrary1/UserControl1.cs
@@ -0,0 +1,10 @@
+namespace WinFormsControlLibrary1
+{
+ public partial class UserControl1 : UserControl
+ {
+ public UserControl1()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WinFormsControlLibrary1/UserControl1.resx b/WinFormsControlLibrary1/UserControl1.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/WinFormsControlLibrary1/UserControl1.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/WinFormsControlLibrary1/WinFormsControlLibrary1.csproj b/WinFormsControlLibrary1/WinFormsControlLibrary1.csproj
new file mode 100644
index 0000000..280931d
--- /dev/null
+++ b/WinFormsControlLibrary1/WinFormsControlLibrary1.csproj
@@ -0,0 +1,10 @@
+
+
+
+ net9.0-windows
+ enable
+ true
+ enable
+
+
+