diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-24 21:42:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-24 21:42:18 +0100 |
| commit | 35abc60de28f0d03c98775a34ecded0a41b7e31b (patch) | |
| tree | 73af656fdc8de557cb9bc8ee50321ea7486d8204 /TimeHACK.Engine | |
| parent | 1027a2cff07c579a013519aebebd948e23e6f2ce (diff) | |
| parent | 7da34021e20e8e9cabc2ab9e74ca44f34db120d2 (diff) | |
| download | histacom2-35abc60de28f0d03c98775a34ecded0a41b7e31b.tar.gz histacom2-35abc60de28f0d03c98775a34ecded0a41b7e31b.tar.bz2 histacom2-35abc60de28f0d03c98775a34ecded0a41b7e31b.zip | |
Merge pull request #100 from Alex-TIMEHACK/master
Made the TitleScreen use the WindowManager
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.Designer.cs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 8eb3f82..bb6b752 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -249,18 +249,18 @@ #endregion - internal System.Windows.Forms.Panel program; + public System.Windows.Forms.Panel program; public System.Windows.Forms.Panel programtopbar; - internal System.Windows.Forms.Label Title; - internal System.Windows.Forms.PictureBox closebutton; - internal System.Windows.Forms.Panel toprightcorner; - internal System.Windows.Forms.Panel bottomrightcorner; - internal System.Windows.Forms.Panel bottomleftcorner; - internal System.Windows.Forms.Panel topleftcorner; - internal System.Windows.Forms.Panel left; - internal System.Windows.Forms.Panel bottom; - internal System.Windows.Forms.Panel right; - internal System.Windows.Forms.Panel top; + public System.Windows.Forms.Label Title; + public System.Windows.Forms.PictureBox closebutton; + public System.Windows.Forms.Panel toprightcorner; + public System.Windows.Forms.Panel bottomrightcorner; + public System.Windows.Forms.Panel bottomleftcorner; + public System.Windows.Forms.Panel topleftcorner; + public System.Windows.Forms.Panel left; + public System.Windows.Forms.Panel bottom; + public System.Windows.Forms.Panel right; + public System.Windows.Forms.Panel top; public System.Windows.Forms.Panel programContent; public System.Windows.Forms.PictureBox maximizebutton; public System.Windows.Forms.PictureBox minimizebutton; |
