diff options
| author | IBMPCDOS5 <[email protected]> | 2017-06-02 10:28:03 -0500 |
|---|---|---|
| committer | IBMPCDOS5 <[email protected]> | 2017-06-02 10:28:03 -0500 |
| commit | 1b6c41b0a471ba27a8c9bacf1ecf1c01d144f319 (patch) | |
| tree | 3e9be0a6bb6acdbc0227483badc48e63a4f0467d /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | b08c213ecf4e04b4989d1c42749238b8b7970501 (diff) | |
| download | histacom2-1b6c41b0a471ba27a8c9bacf1ecf1c01d144f319.tar.gz histacom2-1b6c41b0a471ba27a8c9bacf1ecf1c01d144f319.tar.bz2 histacom2-1b6c41b0a471ba27a8c9bacf1ecf1c01d144f319.zip | |
Lots of changes
Revamped Alex's Wibdows Explorer, added an about page, and minor start
menu changes, (Changing NotePad to Notepad, Shutdown... to Shut Down...)
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 1d2df39..ae0d454 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -394,6 +394,16 @@ namespace TimeHACK.Properties { /// <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); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicAddressBook { get { object obj = ResourceManager.GetObject("WinClassicAddressBook", resourceCulture); |
