aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-18 15:26:56 -0600
committerAShifter <[email protected]>2017-03-18 15:26:56 -0600
commit7fc231784e3b8e705581765932389fdc75f24d93 (patch)
treeee1dbdedefe6cf6cf0cfe40be0c4c30f254479c9 /TimeHACK.Engine
parent81d083cfbc7b105b992c407936949c201db5a357 (diff)
downloadhistacom2-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.Engine')
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj3
-rw-r--r--TimeHACK.Engine/WindowManager.cs6
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resourcesbin0 -> 2609 bytes
-rw-r--r--TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt2
4 files changed, 9 insertions, 2 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj
index e2889be..c691b41 100644
--- a/TimeHACK.Engine/TimeHACK.Engine.csproj
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -80,5 +80,8 @@
<Content Include="Resources\WinClassic\Window\WinClassicMin.png" />
<Content Include="Resources\WinClassic\Window\WinClassicRestore.png" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="NewFolder1\" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index 534f2f3..540dddd 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using TimeHACK.Engine.Template;
namespace TimeHACK.Engine
{
@@ -10,7 +11,10 @@ namespace TimeHACK.Engine
{
private void startWinClassic(String title, int width, int height)
{
-
+ WinClassic app = new WinClassic();
+ app.Title.Text = title;
+ app.Width = width + 8;
+ app.Height = height + 26;
}
}
}
diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources
new file mode 100644
index 0000000..2a79d99
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.Template.WinClassic.resources
Binary files differ
diff --git a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt
index f497351..4612c54 100644
--- a/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt
+++ b/TimeHACK.Engine/obj/Debug/TimeHACK.Engine.csproj.FileListAbsolute.txt
@@ -1,8 +1,8 @@
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.dll
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\bin\Debug\TimeHACK.Engine.pdb
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csprojResolveAssemblyReference.cache
-D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.OSProgramTemplates.WinClassic.resources
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.Properties.Resources.resources
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.csproj.GenerateResource.Cache
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.dll
D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.pdb
+D:\Documents\GitHub\TimeHACK\TimeHACK.Engine\obj\Debug\TimeHACK.Engine.Template.WinClassic.resources