From 8f8182fe810079b130987f7c6db50ec299c200e5 Mon Sep 17 00:00:00 2001 From: asakky Date: Fri, 8 Nov 2024 04:28:26 +0400 Subject: [PATCH] 75% --- .../ProjectLibrary/Form1.Designer.cs | 39 ------ ProjectLibrary/ProjectLibrary/Form1.cs | 10 -- ProjectLibrary/ProjectLibrary/Form1.resx | 120 ------------------ 3 files changed, 169 deletions(-) delete mode 100644 ProjectLibrary/ProjectLibrary/Form1.Designer.cs delete mode 100644 ProjectLibrary/ProjectLibrary/Form1.cs delete mode 100644 ProjectLibrary/ProjectLibrary/Form1.resx diff --git a/ProjectLibrary/ProjectLibrary/Form1.Designer.cs b/ProjectLibrary/ProjectLibrary/Form1.Designer.cs deleted file mode 100644 index 11bc596..0000000 --- a/ProjectLibrary/ProjectLibrary/Form1.Designer.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace ProjectLibrary -{ - 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() - { - this.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Text = "Form1"; - } - - #endregion - } -} diff --git a/ProjectLibrary/ProjectLibrary/Form1.cs b/ProjectLibrary/ProjectLibrary/Form1.cs deleted file mode 100644 index fa0ca5b..0000000 --- a/ProjectLibrary/ProjectLibrary/Form1.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace ProjectLibrary -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - } -} diff --git a/ProjectLibrary/ProjectLibrary/Form1.resx b/ProjectLibrary/ProjectLibrary/Form1.resx deleted file mode 100644 index 1af7de1..0000000 --- a/ProjectLibrary/ProjectLibrary/Form1.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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