diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:01:07 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-19 21:01:07 +0100 |
| commit | 044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (patch) | |
| tree | 44ce55271632801b9d0d677cc275376ea0bdff59 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 4221dbc55084b0269c82e027b6ac56957acb9912 (diff) | |
| download | histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.tar.gz histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.tar.bz2 histacom2-044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a.zip | |
My Address Book is done!
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 70575f6..00cd1f7 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -394,6 +394,36 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicAddressBookDeleteIcon { + get { + object obj = ResourceManager.GetObject("WinClassicAddressBookDeleteIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicAddressBookNewIcon { + get { + object obj = ResourceManager.GetObject("WinClassicAddressBookNewIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinClassicAddressBookPropertiesIcon { + get { + object obj = ResourceManager.GetObject("WinClassicAddressBookPropertiesIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicClock { get { object obj = ResourceManager.GetObject("WinClassicClock", resourceCulture); @@ -474,6 +504,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicGENERALApplicationToolbarBackground { + get { + object obj = ResourceManager.GetObject("WinClassicGENERALApplicationToolbarBackground", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicHelp { get { object obj = ResourceManager.GetObject("WinClassicHelp", resourceCulture); |
