aboutsummaryrefslogtreecommitdiff
path: root/Source/Forms/SettingsForm.Designer.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-24 16:22:03 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-24 16:22:03 +0300
commit24024b5729c1c44bb01cb29813868743d1753e31 (patch)
tree673a1c1102e04adee36be8ded4934d2e40794fef /Source/Forms/SettingsForm.Designer.cs
parent2a4076d6eef1b4556f6af8cb074638d440927c5e (diff)
MergeTool, MemoryUtil anf stuff
Diffstat (limited to 'Source/Forms/SettingsForm.Designer.cs')
-rw-r--r--Source/Forms/SettingsForm.Designer.cs46
1 files changed, 46 insertions, 0 deletions
diff --git a/Source/Forms/SettingsForm.Designer.cs b/Source/Forms/SettingsForm.Designer.cs
new file mode 100644
index 0000000..669406e
--- /dev/null
+++ b/Source/Forms/SettingsForm.Designer.cs
@@ -0,0 +1,46 @@
+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