diff options
| author | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
| commit | bcd89d808b9fdcb7746d4705c09afde3091b8eef (patch) | |
| tree | 927e73b0a8537a5a381644eea392dee21ea64294 /TimeHACK.Main/Properties | |
| parent | c52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff) | |
| download | histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2 histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip | |
gettin started with sites
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 9 |
2 files changed, 16 insertions, 3 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index a46352a..7e97012 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -424,6 +424,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicHWCV { + get { + object obj = ResourceManager.GetObject("WinClassicHWCV", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicIE4 { get { object obj = ResourceManager.GetObject("WinClassicIE4", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 37a86b3..0729d48 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -277,9 +277,9 @@ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="WinClassicFolderSmall" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAABSSURBVDhPY6AaaGho+I+OoVKEAUjxgQMH/v//z4BCE2UILs3IhmDDUO0QA0gFUAMghiAMwO4C - bDRWA4jVDKJHXUALF5CD4QZAAUyAVDzggIEBAAd55hAtsdnFAAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAFJJREFUOE9j + oBpoaGj4j46hUoQBSPGBAwf+///PgEITZQguzciGYMNQ7RADSAVQAyCGIAzA7gJsNFYDiNUMokddQAsX + kIPhBkABTIBUPOCAgQEAB3nmEC2x2cUAAAAASUVORK5CYII= </value> </data> <data name="Win95IconNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms"> @@ -288,4 +288,7 @@ <data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> + <data name="WinClassicHWCV" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicHWCV.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
