diff options
| author | lempamo <[email protected]> | 2017-05-02 18:09:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-02 18:09:51 -0400 |
| commit | 5a311ff05f13f480ce753c2f34a116443aba291a (patch) | |
| tree | 78ba05aa1149d4e38fac153d2bab1345d07f52f4 /TimeHACK.Main/Properties/Resources.Designer.cs | |
| parent | 54ab3c7ef0456736ec0eb2d78e03253ce25fb971 (diff) | |
| parent | 9cf72614324832809f33b0cc0ff7f9176430d4d0 (diff) | |
| download | histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.tar.gz histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.tar.bz2 histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.zip | |
Merge pull request #62 from lempamo/master
google prototype
Diffstat (limited to 'TimeHACK.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index de33587..70575f6 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -136,6 +136,16 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap google { + get { + object obj = ResourceManager.GetObject("google", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// </summary> internal static System.Drawing.Icon Icon128x { |
