diff options
| author | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
| commit | 99fef5c57360f07259fc86f433bed8a9ab59c48e (patch) | |
| tree | 7b6bd1bc591dd2fdbcb11313901aca898f552a2c /TimeHACK.Main/Properties | |
| parent | 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d (diff) | |
| download | histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.gz histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.bz2 histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.zip | |
gtn things
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 60 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 18 |
2 files changed, 78 insertions, 0 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index cbdc265..1ea1211 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -138,6 +138,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap ButtonPattern { + get { + object obj = ResourceManager.GetObject("ButtonPattern", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap DCTheme_BG { get { object obj = ResourceManager.GetObject("DCTheme_BG", resourceCulture); @@ -185,6 +195,56 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap GTN95_Check { + get { + object obj = ResourceManager.GetObject("GTN95_Check", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap GTN95_CheckClicked { + get { + object obj = ResourceManager.GetObject("GTN95_CheckClicked", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap GTN95_Higher { + get { + object obj = ResourceManager.GetObject("GTN95_Higher", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap GTN95_Restart { + get { + object obj = ResourceManager.GetObject("GTN95_Restart", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap GTN95_RestartClicked { + get { + object obj = ResourceManager.GetObject("GTN95_RestartClicked", 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 { diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index b86487a..3dfc2cd 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -792,6 +792,24 @@ <data name="IE3_SwirlyThings" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE3\IE3_SwirlyThings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="ButtonPattern" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ButtonPattern.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="GTN95_Check" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\GuessTheNumber\GTN95_Check.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="GTN95_CheckClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\GuessTheNumber\GTN95_CheckClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="GTN95_Higher" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\GuessTheNumber\GTN95_Higher.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="GTN95_Restart" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\GuessTheNumber\GTN95_Restart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="GTN95_RestartClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\GuessTheNumber\GTN95_RestartClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="IE3_BackHover" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\IE3\IE3_BackHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> |
