diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-24 21:17:29 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-24 21:17:29 +0100 |
| commit | 4a57dd8877b2ad433226353c33252d02439d1c6b (patch) | |
| tree | 1abf73d4e14e6dba8535042cbec037494d7b2bf4 /TimeHACK.Engine | |
| parent | ffc4a480f23e38d58a3b4c940e3045237835a342 (diff) | |
| download | histacom2-4a57dd8877b2ad433226353c33252d02439d1c6b.tar.gz histacom2-4a57dd8877b2ad433226353c33252d02439d1c6b.tar.bz2 histacom2-4a57dd8877b2ad433226353c33252d02439d1c6b.zip | |
Made the new 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; |
