diff options
| author | Michael <[email protected]> | 2017-02-18 10:37:11 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-18 10:37:11 -0500 |
| commit | 9b8d5861a954610713ae66a53d2ac067991d9b68 (patch) | |
| tree | e550f758e52ec8ca12357d91c9fa13907e70c4f3 /ShiftOS.WinForms/LuaDesktop.Designer.cs | |
| parent | 30823a0778614d0f9fd6f82b5d9eb03aab41280d (diff) | |
| download | shiftos_thereturn-9b8d5861a954610713ae66a53d2ac067991d9b68.tar.gz shiftos_thereturn-9b8d5861a954610713ae66a53d2ac067991d9b68.tar.bz2 shiftos_thereturn-9b8d5861a954610713ae66a53d2ac067991d9b68.zip | |
WHOA LUA STUFF :dancer:
Diffstat (limited to 'ShiftOS.WinForms/LuaDesktop.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/LuaDesktop.Designer.cs | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/LuaDesktop.Designer.cs b/ShiftOS.WinForms/LuaDesktop.Designer.cs index 10681f3..7c77f0e 100644 --- a/ShiftOS.WinForms/LuaDesktop.Designer.cs +++ b/ShiftOS.WinForms/LuaDesktop.Designer.cs @@ -28,11 +28,32 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.pnlcanvas = new System.Windows.Forms.Panel(); + this.SuspendLayout(); + // + // pnlcanvas + // + this.pnlcanvas.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlcanvas.Location = new System.Drawing.Point(0, 0); + this.pnlcanvas.Name = "pnlcanvas"; + this.pnlcanvas.Size = new System.Drawing.Size(284, 261); + this.pnlcanvas.TabIndex = 0; + // + // LuaDesktop + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 261); + this.Controls.Add(this.pnlcanvas); + this.Name = "LuaDesktop"; this.Text = "LuaDesktop"; + this.Load += new System.EventHandler(this.LuaDesktop_Load); + this.ResumeLayout(false); + } #endregion + + private System.Windows.Forms.Panel pnlcanvas; } }
\ No newline at end of file |
