aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/UI/ShiftButton.Designer.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-21 16:28:17 -0600
committerFloppyDiskDrive <[email protected]>2017-11-21 16:28:17 -0600
commitd6359cad3e714d86b1ffd8ed8abe8f6e7e713f41 (patch)
tree9d95413c3c4bc32dd00cc2e7fbd3906415a5b154 /ShiftOS.Engine/UI/ShiftButton.Designer.cs
parentb0cdadf275e2f3642da0a6cac2eabc294d4383c8 (diff)
parentf986e59659601108e64cf3475da99ca7b42c6f37 (diff)
downloadshiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.tar.gz
shiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.tar.bz2
shiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.zip
Merge branch 'master' of https://github.com/ShiftOS-Rewind/ShiftOS
Diffstat (limited to 'ShiftOS.Engine/UI/ShiftButton.Designer.cs')
-rw-r--r--ShiftOS.Engine/UI/ShiftButton.Designer.cs37
1 files changed, 37 insertions, 0 deletions
diff --git a/ShiftOS.Engine/UI/ShiftButton.Designer.cs b/ShiftOS.Engine/UI/ShiftButton.Designer.cs
new file mode 100644
index 0000000..a84ba4a
--- /dev/null
+++ b/ShiftOS.Engine/UI/ShiftButton.Designer.cs
@@ -0,0 +1,37 @@
+namespace ShiftOS.Engine.UI
+{
+ partial class ShiftButton
+ {
+ /// <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 Component 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()
+ {
+ components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ }
+
+ #endregion
+ }
+}