diff options
| author | lempamo <[email protected]> | 2018-02-21 14:54:21 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2018-02-21 14:54:21 -0500 |
| commit | 74892c42ac9afb987b68cc0f17c8fd16e027bc89 (patch) | |
| tree | 0c0257337deae6864a1d2f8a87aaf407c494143c /Histacom2/Properties | |
| parent | 98f107f49d0a20f4bdf28016b586a9fa3636e866 (diff) | |
| download | histacom2-74892c42ac9afb987b68cc0f17c8fd16e027bc89.tar.gz histacom2-74892c42ac9afb987b68cc0f17c8fd16e027bc89.tar.bz2 histacom2-74892c42ac9afb987b68cc0f17c8fd16e027bc89.zip | |
incomplete ME
Diffstat (limited to 'Histacom2/Properties')
| -rw-r--r-- | Histacom2/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | Histacom2/Properties/Resources1.Designer.cs | 19 |
2 files changed, 16 insertions, 6 deletions
diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index 605ba09..2c24431 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -2129,4 +2129,7 @@ <data name="WinClassicDrive" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassicDrive.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="sliver2kgrey" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\sliver2kgrey.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 69aefb6..0e6272c 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -19,7 +19,7 @@ namespace Histacom2.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { @@ -895,6 +895,16 @@ namespace Histacom2.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + public static System.Drawing.Bitmap sliver2kgrey { + get { + object obj = ResourceManager.GetObject("sliver2kgrey", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> public static System.Drawing.Bitmap sliveroldlace { get { object obj = ResourceManager.GetObject("sliveroldlace", resourceCulture); @@ -976,9 +986,7 @@ namespace Histacom2.Properties { /// "btn4txt": "", /// "btn4tag": "", /// "btn5txt": "", - /// "btn5tag": "" - /// }, - /// "inthe [rest of string was truncated]";. + /// "btn5tag": " [rest of string was truncated]";. /// </summary> public static string std_story { get { @@ -1159,8 +1167,7 @@ namespace Histacom2.Properties { /// "userchat": true /// }, /// { - /// "user": "SkyHigh", - /// [rest of string was truncated]";. + /// [rest of string was truncated]";. /// </summary> public static string webchat1998_convo { get { |
