diff options
| author | JayXKanz666 <[email protected]> | 2017-07-06 01:59:15 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-06 01:59:15 +0200 |
| commit | 29fdc4c04f031f88159d8d300329208d44ce7b9e (patch) | |
| tree | 2585adf80aee4b90dcad3ade367b85141a4401e5 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | f51799e30bfe11d0243909d41758cdc33c736378 (diff) | |
| download | histacom2-29fdc4c04f031f88159d8d300329208d44ce7b9e.tar.gz histacom2-29fdc4c04f031f88159d8d300329208d44ce7b9e.tar.bz2 histacom2-29fdc4c04f031f88159d8d300329208d44ce7b9e.zip | |
Made the Welcome screen look MUCH better
Next time, Justin, do it right. ;)
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index abdd38c..610ce9c 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -457,6 +457,36 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap win95_splitter { + get { + object obj = ResourceManager.GetObject("win95_splitter", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap win95_welcome { + get { + object obj = ResourceManager.GetObject("win95_welcome", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap win95_welcometip { + get { + object obj = ResourceManager.GetObject("win95_welcometip", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95Computer { get { object obj = ResourceManager.GetObject("Win95Computer", resourceCulture); |
