diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-04 17:43:04 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-04 17:43:04 -0400 |
| commit | 6e40ae80f39c766d611b4ca29aea0f6685db80dc (patch) | |
| tree | a974377172b1d0e15f21b5c3491b100b2e0ee696 /source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs | |
| parent | 5be773d4f027ac0f00392be80d8cc5dfb67669be (diff) | |
| download | shiftos-c--6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.gz shiftos-c--6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.bz2 shiftos-c--6e40ae80f39c766d611b4ca29aea0f6685db80dc.zip | |
Add luatextbox widget and more.
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
Diffstat (limited to 'source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs b/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs index fad1f66..0116fc9 100644 --- a/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs +++ b/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.Designer.cs @@ -1561,7 +1561,7 @@ public System.Windows.Forms.ImageList imgshiftnetapps; private System.Windows.Forms.Label lbldebug; private System.Windows.Forms.Label lblog; - private System.Windows.Forms.FlowLayoutPanel flicons; + public System.Windows.Forms.FlowLayoutPanel flicons; private System.Windows.Forms.ToolStripMenuItem scriptToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip cmbfactions; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; |
