diff options
| author | AShifter <[email protected]> | 2017-05-07 15:58:48 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-05-07 15:58:48 -0600 |
| commit | 29d2b28cffd5d0f59632a761c2221ece7f257304 (patch) | |
| tree | 148ef9af7d6d3e2fb47fac8a5eb01d2c8abb291c /TimeHACK.Main/Properties | |
| parent | 3b1dc21018b9d0163e64582820be0256f69777cf (diff) | |
| download | histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.gz histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.bz2 histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.zip | |
start Win98
because
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 70575f6..6edc2a8 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -674,6 +674,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicTaskbarItem { + get { + object obj = ResourceManager.GetObject("WinClassicTaskbarItem", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicTime { get { object obj = ResourceManager.GetObject("WinClassicTime", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index b8f12b4..a2d8001 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -339,4 +339,7 @@ <data name="google" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\ie4\google.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinClassicTaskbarItem" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\winclassic\winclassictaskbaritem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file |
