diff options
| author | lempamo <[email protected]> | 2017-07-01 11:33:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-01 11:33:34 -0400 |
| commit | 1e15555a88864a6398b3bc811cc22f62be203f7b (patch) | |
| tree | 2f5bace7a231b22ba7a74279ead0d4107df31175 /TimeHACK.Engine | |
| parent | fc728100a39bff88215b0b21602afbda9ff6b00b (diff) | |
| parent | 6357242767ded19a6f30fc1c0ecd82c0bdc62ac4 (diff) | |
| download | histacom2-1e15555a88864a6398b3bc811cc22f62be203f7b.tar.gz histacom2-1e15555a88864a6398b3bc811cc22f62be203f7b.tar.bz2 histacom2-1e15555a88864a6398b3bc811cc22f62be203f7b.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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; |
