aboutsummaryrefslogtreecommitdiff
path: root/src/Forms/SettingsForm.Designer.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:37:25 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-01-09 10:37:25 +0300
commit762127a4aa1ee393f19e08018830bc8ba023c050 (patch)
treeea1521f22b172b56453de3d7f75bf4fb5a6d11b5 /src/Forms/SettingsForm.Designer.cs
parent8672fa8f6b28ee3e3cf0d00e05e1b9d3ab7a2bfd (diff)
Refactoring
Diffstat (limited to 'src/Forms/SettingsForm.Designer.cs')
-rw-r--r--src/Forms/SettingsForm.Designer.cs46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/Forms/SettingsForm.Designer.cs b/src/Forms/SettingsForm.Designer.cs
deleted file mode 100644
index 669406e..0000000
--- a/src/Forms/SettingsForm.Designer.cs
+++ /dev/null
@@ -1,46 +0,0 @@
-namespace RehauSku.Forms
-{
- partial class SettingsForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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