diff options
| author | AShifter <[email protected]> | 2017-03-18 15:26:56 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-18 15:26:56 -0600 |
| commit | 7fc231784e3b8e705581765932389fdc75f24d93 (patch) | |
| tree | ee1dbdedefe6cf6cf0cfe40be0c4c30f254479c9 /TimeHACK.Main/Properties | |
| parent | 81d083cfbc7b105b992c407936949c201db5a357 (diff) | |
| download | histacom2-7fc231784e3b8e705581765932389fdc75f24d93.tar.gz histacom2-7fc231784e3b8e705581765932389fdc75f24d93.tar.bz2 histacom2-7fc231784e3b8e705581765932389fdc75f24d93.zip | |
Continuing work on the Engine
The WindowManager WinClassic is almost done!
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 17 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 |
2 files changed, 0 insertions, 20 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 44d2a93..f9d88d5 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -111,23 +111,6 @@ namespace TimeHACK.Properties { } /// <summary> - /// Looks up a localized string similar to By Installing this software you agree to the following terms: - /// - ///You agree that you will not try to try to reverse engineer it in anyway or take it as your own work. - /// - ///You agree that you will not try to spread this software or any of its components to other companies without rightful permission from the owner. - /// - ///You agree that if you bought this program that you own it and that nobody else is allowed to use it on your computer or on their computer. - /// - ///You agree that you will not use this software to launch and [rest of string was truncated]";. - /// </summary> - internal static string EULA { - get { - return ResourceManager.GetString("EULA", resourceCulture); - } - } - - /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap Exit { diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index ed871d8..033b11d 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -127,9 +127,6 @@ <data name="BottomSide" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\winclassic\window\bottomside.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> - <data name="EULA" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\resources\eula.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> - </data> <data name="Exit" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\TitleScreen\Exit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> |
