From 9b8d5861a954610713ae66a53d2ac067991d9b68 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 18 Feb 2017 10:37:11 -0500 Subject: WHOA LUA STUFF :dancer: --- ShiftOS.WinForms/LuaDesktop.Designer.cs | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/LuaDesktop.Designer.cs') 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 @@ /// 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 -- cgit v1.2.3