diff options
Diffstat (limited to 'Histacom2/Properties')
| -rw-r--r-- | Histacom2/Properties/Resources.resx | 11 | ||||
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 37 |
2 files changed, 32 insertions, 16 deletions
diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index c58cdda..9331936 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -615,9 +615,6 @@ <data name="WinClassicFind" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winclassic\winclassicfind.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="WinClassicNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\resources\winclassic\winclassicnotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> <data name="WinClassicPaste" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\WinClassicPaste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> @@ -825,6 +822,12 @@ <data name="IE3_StopHover" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE3\IE3_StopHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinClassicRtfFile" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassicRtfFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="WinClassicTextFile" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassicTextFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="webchat1998_convo" xml:space="preserve"> <value>{ "messages": [ @@ -1887,7 +1890,7 @@ } ] }</value> - </data> + </data> <data name="CopyrightNotice" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\TitleScreen\CopyrightNotice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 6b2342b..2a5653e 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -867,7 +867,9 @@ namespace Histacom2.Properties { /// "btn4txt": "", /// "btn4tag": "", /// "btn5txt": "", - /// "btn5tag": " [rest of string was truncated]";. + /// "btn5tag": "" + /// }, + /// "inthe [rest of string was truncated]";. /// </summary> public static string std_story { get { @@ -1038,7 +1040,8 @@ namespace Histacom2.Properties { /// "userchat": true /// }, /// { - /// [rest of string was truncated]";. + /// "user": "SkyHigh", + /// [rest of string was truncated]";. /// </summary> public static string webchat1998_convo { get { @@ -1706,16 +1709,6 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - public static System.Drawing.Bitmap WinClassicNotepad { - get { - object obj = ResourceManager.GetObject("WinClassicNotepad", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> public static System.Drawing.Bitmap WinClassicNotepadBig { get { object obj = ResourceManager.GetObject("WinClassicNotepadBig", resourceCulture); @@ -1796,6 +1789,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinClassicRtfFile { + get { + object obj = ResourceManager.GetObject("WinClassicRtfFile", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinClassicRun { get { object obj = ResourceManager.GetObject("WinClassicRun", resourceCulture); @@ -1876,6 +1879,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap WinClassicTextFile { + get { + object obj = ResourceManager.GetObject("WinClassicTextFile", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap WinClassicTime { get { object obj = ResourceManager.GetObject("WinClassicTime", resourceCulture); |
