diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-20 09:46:20 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-20 09:46:20 +0100 |
| commit | b9857d7aa6ed8d9b04e43e1ccf1342a62ca25a52 (patch) | |
| tree | bbae7eed32ad4c2d1bbbd05ed127611d27dc0fb5 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | d9fa6d11aa4889ba4538b00ef56d03da78664025 (diff) | |
| parent | ca9d46fea66dd3a0878fb11469156ab1c57c0fb0 (diff) | |
| download | histacom2-b9857d7aa6ed8d9b04e43e1ccf1342a62ca25a52.tar.gz histacom2-b9857d7aa6ed8d9b04e43e1ccf1342a62ca25a52.tar.bz2 histacom2-b9857d7aa6ed8d9b04e43e1ccf1342a62ca25a52.zip | |
Merge pull request #72 from Alex-TIMEHACK/master
Added my Address Book!
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 6edc2a8..4132bda 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); |
