diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-24 16:55:03 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-24 16:55:03 -0500 |
| commit | f5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (patch) | |
| tree | 66934ed62aa72e7254cde35985811d653ad2e964 /ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs | |
| parent | 59721924f1992d8beea1c6366a4e907692de022a (diff) | |
| download | shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.gz shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.bz2 shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.zip | |
Fully added the infobox
Diffstat (limited to 'ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs')
| -rw-r--r-- | ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs b/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs index 197c659..0b215a9 100644 --- a/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs +++ b/ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs @@ -234,21 +234,20 @@ } #endregion - - internal System.Windows.Forms.Panel program; - internal System.Windows.Forms.Panel bottomleftcorner; - internal System.Windows.Forms.Panel toprightcorner; - internal System.Windows.Forms.Panel bottomrightcorner; - internal System.Windows.Forms.Panel topleftcorner; - internal System.Windows.Forms.Panel bottom; - internal System.Windows.Forms.Panel top; public System.Windows.Forms.PictureBox programIcon; - internal System.Windows.Forms.PictureBox maximizebutton; - internal System.Windows.Forms.PictureBox minimizebutton; - internal System.Windows.Forms.Label Title; - internal System.Windows.Forms.PictureBox closebutton; - internal System.Windows.Forms.Panel right; - internal System.Windows.Forms.Panel left; public System.Windows.Forms.Panel programContent; + public System.Windows.Forms.Panel program; + public System.Windows.Forms.Panel bottomleftcorner; + public System.Windows.Forms.Panel toprightcorner; + public System.Windows.Forms.Panel bottomrightcorner; + public System.Windows.Forms.Panel topleftcorner; + public System.Windows.Forms.Panel bottom; + public System.Windows.Forms.Panel top; + public System.Windows.Forms.PictureBox maximizebutton; + public System.Windows.Forms.PictureBox minimizebutton; + public System.Windows.Forms.Label Title; + public System.Windows.Forms.PictureBox closebutton; + public System.Windows.Forms.Panel right; + public System.Windows.Forms.Panel left; } } |
