From cfd245999971496cf445b35be0d83019c12a3025 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Fri, 28 Apr 2017 22:49:32 +0100 Subject: Pretty much started my WordPad Application Just need to add some non-Designer related code next --- TimeHACK.Main/Properties/Resources.Designer.cs | 60 ++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs') diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 7e97012..d3e1e6a 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -371,6 +371,26 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicCopy { + get { + object obj = ResourceManager.GetObject("WinClassicCopy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicCut { + get { + object obj = ResourceManager.GetObject("WinClassicCut", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -471,6 +491,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicNew { + get { + object obj = ResourceManager.GetObject("WinClassicNew", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -491,6 +521,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicPaste { + get { + object obj = ResourceManager.GetObject("WinClassicPaste", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -601,6 +641,26 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicUndo { + get { + object obj = ResourceManager.GetObject("WinClassicUndo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicWordpad { + get { + object obj = ResourceManager.GetObject("WinClassicWordpad", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Byte[]. /// -- cgit v1.2.3