diff options
| author | Michael <[email protected]> | 2017-05-28 10:12:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-28 10:12:59 -0400 |
| commit | 80899fc5de1c0c194043ce94a10707bf8b7afcf0 (patch) | |
| tree | c3b5f6f1b96a3df0941989df1576781e0c3f2fab /ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs | |
| parent | 8e3bdf71e71096711f11a0d51b2b384e117391ee (diff) | |
| download | shiftos_thereturn-80899fc5de1c0c194043ce94a10707bf8b7afcf0.tar.gz shiftos_thereturn-80899fc5de1c0c194043ce94a10707bf8b7afcf0.tar.bz2 shiftos_thereturn-80899fc5de1c0c194043ce94a10707bf8b7afcf0.zip | |
Cool startup logo :smiley:
Diffstat (limited to 'ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs b/ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs new file mode 100644 index 0000000..3b4bf9e --- /dev/null +++ b/ShiftOS.WinForms/ShiftnetSites/ShiftGames.Designer.cs @@ -0,0 +1,74 @@ +namespace ShiftOS.WinForms.ShiftnetSites +{ + partial class ShiftGames + { + /// <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() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShiftGames)); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // label1 + // + this.label1.Dock = System.Windows.Forms.DockStyle.Top; + this.label1.Location = new System.Drawing.Point(0, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(571, 65); + this.label1.TabIndex = 0; + this.label1.Tag = "header2"; + this.label1.Text = "ShiftGames/Minimatch"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label2 + // + this.label2.Dock = System.Windows.Forms.DockStyle.Fill; + this.label2.Location = new System.Drawing.Point(0, 65); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(571, 309); + this.label2.TabIndex = 1; + this.label2.Text = resources.GetString("label2.Text"); + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // ShiftGames + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Name = "ShiftGames"; + this.Size = new System.Drawing.Size(571, 374); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + } +} |
