diff options
| author | lempamo <[email protected]> | 2017-07-01 15:49:09 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-01 15:49:09 -0400 |
| commit | 4af9777601e85fa948bf2e246798f60f6eae2f49 (patch) | |
| tree | 9fa23607027437d4dd2b22b64d9987fafa57963e /TimeHACK.Main/Properties | |
| parent | 1e15555a88864a6398b3bc811cc22f62be203f7b (diff) | |
| download | histacom2-4af9777601e85fa948bf2e246798f60f6eae2f49.tar.gz histacom2-4af9777601e85fa948bf2e246798f60f6eae2f49.tar.bz2 histacom2-4af9777601e85fa948bf2e246798f60f6eae2f49.zip | |
improved launcher
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 6 |
2 files changed, 26 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index f05a298..9646755 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -156,6 +156,16 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap LauncherSideBar { + get { + object obj = ResourceManager.GetObject("LauncherSideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Byte[]. /// </summary> internal static byte[] LeviWindows { @@ -436,6 +446,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win98SideBar { + get { + object obj = ResourceManager.GetObject("Win98SideBar", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicAbout95 { get { object obj = ResourceManager.GetObject("WinClassicAbout95", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index e2ac293..f865599 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -501,4 +501,10 @@ } }</value> </data> + <data name="Win98SideBar" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\Win98SideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="LauncherSideBar" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
