diff options
| author | AShifter <[email protected]> | 2017-09-24 16:40:36 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-09-24 16:40:36 -0600 |
| commit | f77811b2a73512db8c5aeeedd573640e10b74bd0 (patch) | |
| tree | 53010605e511a8d986fec709ddf8ac9e57d8b724 /ShiftOS.Engine/WindowManager/ShiftWindow.Designer.cs | |
| parent | 0a552e395477d2bb4c90e12624d11b28545a4933 (diff) | |
| parent | 600ce822228d6d4691a402260323abdc688eb73c (diff) | |
| download | shiftos-rewind-f77811b2a73512db8c5aeeedd573640e10b74bd0.tar.gz shiftos-rewind-f77811b2a73512db8c5aeeedd573640e10b74bd0.tar.bz2 shiftos-rewind-f77811b2a73512db8c5aeeedd573640e10b74bd0.zip | |
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
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; } } |
