diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-05 21:29:37 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-05 21:29:37 +0100 |
| commit | 35f7ca92da983723ccdb2aeadc9917ea1370a19b (patch) | |
| tree | a7be87335f709954ce3b7b1525f9a80931d8e05c /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | e78e3c864d9e61b460a5c42d92651d78ed22a78e (diff) | |
| parent | 525f7fce5a4c96fafba64271b8163a934b208992 (diff) | |
| download | histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.gz histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.bz2 histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 70 |
1 files changed, 64 insertions, 6 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index a4836d8..8520a6f 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -437,6 +437,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95Computer { + get { + object obj = ResourceManager.GetObject("Win95Computer", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95ComputerIcon { get { object obj = ResourceManager.GetObject("Win95ComputerIcon", resourceCulture); @@ -487,6 +497,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win95Help { + get { + object obj = ResourceManager.GetObject("Win95Help", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win95IconIE4 { get { object obj = ResourceManager.GetObject("Win95IconIE4", resourceCulture); @@ -596,6 +616,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap Win98Computer { + get { + object obj = ResourceManager.GetObject("Win98Computer", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap Win98SideBar { get { object obj = ResourceManager.GetObject("Win98SideBar", resourceCulture); @@ -604,6 +634,34 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream Win98Start { + get { + return ResourceManager.GetStream("Win98Start", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream Win98Stop { + get { + return ResourceManager.GetStream("Win98Stop", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap WinAboutSeparator95 { + get { + object obj = ResourceManager.GetObject("WinAboutSeparator95", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap WinClassicAbout95 { @@ -676,9 +734,9 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicComputer { + internal static System.Drawing.Bitmap WinClassicCopy { get { - object obj = ResourceManager.GetObject("WinClassicComputer", resourceCulture); + object obj = ResourceManager.GetObject("WinClassicCopy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -686,9 +744,9 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicCopy { + internal static System.Drawing.Bitmap WinClassicCut { get { - object obj = ResourceManager.GetObject("WinClassicCopy", resourceCulture); + object obj = ResourceManager.GetObject("WinClassicCut", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -696,9 +754,9 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> - internal static System.Drawing.Bitmap WinClassicCut { + internal static System.Drawing.Bitmap WinClassicDisplayExample { get { - object obj = ResourceManager.GetObject("WinClassicCut", resourceCulture); + object obj = ResourceManager.GetObject("WinClassicDisplayExample", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } |
