From 24024b5729c1c44bb01cb29813868743d1753e31 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 24 Dec 2021 16:22:03 +0300 Subject: MergeTool, MemoryUtil anf stuff --- Source/Settings/SettingsForm.Designer.cs | 46 ------------ Source/Settings/SettingsForm.cs | 25 ------- Source/Settings/SettingsForm.resx | 120 ------------------------------- 3 files changed, 191 deletions(-) delete mode 100644 Source/Settings/SettingsForm.Designer.cs delete mode 100644 Source/Settings/SettingsForm.cs delete mode 100644 Source/Settings/SettingsForm.resx (limited to 'Source/Settings') diff --git a/Source/Settings/SettingsForm.Designer.cs b/Source/Settings/SettingsForm.Designer.cs deleted file mode 100644 index ea14638..0000000 --- a/Source/Settings/SettingsForm.Designer.cs +++ /dev/null @@ -1,46 +0,0 @@ -namespace RehauSku.Settings -{ - partial class SettingsForm - { - /// - /// 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.SuspendLayout(); - // - // SettingsForm - // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Name = "SettingsForm"; - this.Text = "SettingsForm"; - this.ResumeLayout(false); - - } - - #endregion - } -} \ No newline at end of file diff --git a/Source/Settings/SettingsForm.cs b/Source/Settings/SettingsForm.cs deleted file mode 100644 index 59edf22..0000000 --- a/Source/Settings/SettingsForm.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace RehauSku.Settings -{ - public partial class SettingsForm : Form - { - public SettingsForm() - { - InitializeComponent(); - } - - private void button1_Click(object sender, EventArgs e) - { - - } - } -} diff --git a/Source/Settings/SettingsForm.resx b/Source/Settings/SettingsForm.resx deleted file mode 100644 index 1af7de1..0000000 --- a/Source/Settings/SettingsForm.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 -- cgit v1.2.3