diff options
| author | lempamo <[email protected]> | 2017-08-14 13:13:53 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-14 13:13:53 -0400 |
| commit | 1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf (patch) | |
| tree | b5bc10c64f8a02725f333297588e6df9c62f8b0c /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | db4f74d257d2aeaba0e2cb354d30c005da511238 (diff) | |
| download | histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.tar.gz histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.tar.bz2 histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.zip | |
wordpad gui improvement part 1
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 150 |
1 files changed, 120 insertions, 30 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 2460c78..744f5b5 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -1243,26 +1243,6 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicCopy { - get { - object obj = ResourceManager.GetObject("WinClassicCopy", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> - internal static System.Drawing.Bitmap WinClassicCut { - get { - object obj = ResourceManager.GetObject("WinClassicCut", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> internal static System.Drawing.Bitmap WinClassicDisplayExample { get { object obj = ResourceManager.GetObject("WinClassicDisplayExample", resourceCulture); @@ -1493,16 +1473,6 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicNew { - get { - object obj = ResourceManager.GetObject("WinClassicNew", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// <summary> - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// </summary> internal static System.Drawing.Bitmap WinClassicNotepad { get { object obj = ResourceManager.GetObject("WinClassicNotepad", resourceCulture); @@ -1713,6 +1683,126 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap wordpad_bold { + get { + object obj = ResourceManager.GetObject("wordpad_bold", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_copy { + get { + object obj = ResourceManager.GetObject("wordpad_copy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_cut { + get { + object obj = ResourceManager.GetObject("wordpad_cut", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_find { + get { + object obj = ResourceManager.GetObject("wordpad_find", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_italic { + get { + object obj = ResourceManager.GetObject("wordpad_italic", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_new { + get { + object obj = ResourceManager.GetObject("wordpad_new", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_open { + get { + object obj = ResourceManager.GetObject("wordpad_open", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_paste { + get { + object obj = ResourceManager.GetObject("wordpad_paste", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_print { + get { + object obj = ResourceManager.GetObject("wordpad_print", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_printpreview { + get { + object obj = ResourceManager.GetObject("wordpad_printpreview", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_save { + get { + object obj = ResourceManager.GetObject("wordpad_save", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap wordpad_underline { + get { + object obj = ResourceManager.GetObject("wordpad_underline", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap XCross { get { object obj = ResourceManager.GetObject("XCross", resourceCulture); |
