diff options
| author | lempamo <[email protected]> | 2017-08-01 10:28:47 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-01 10:28:47 -0400 |
| commit | 554fc5e2b3027f104fceda0421fed4352749d0f8 (patch) | |
| tree | aaa04f1843ae7d04ede854f54fae74282a1a50c2 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 80b1f80b0c6a3024b80551bb681952aaa79735dc (diff) | |
| download | histacom2-554fc5e2b3027f104fceda0421fed4352749d0f8.tar.gz histacom2-554fc5e2b3027f104fceda0421fed4352749d0f8.tar.bz2 histacom2-554fc5e2b3027f104fceda0421fed4352749d0f8.zip | |
fixed up moving to dirs
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 74a012e..d69258f 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -1294,6 +1294,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicNotepadBig { + get { + object obj = ResourceManager.GetObject("WinClassicNotepadBig", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicOpenFolderSmall { get { object obj = ResourceManager.GetObject("WinClassicOpenFolderSmall", resourceCulture); @@ -1354,6 +1364,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicRegedit { + get { + object obj = ResourceManager.GetObject("WinClassicRegedit", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicRun { get { object obj = ResourceManager.GetObject("WinClassicRun", resourceCulture); |
