aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Template
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Engine/Template')
-rw-r--r--TimeHACK.Engine/Template/WinClassic.Designer.cs2
-rw-r--r--TimeHACK.Engine/Template/WinClassic.cs2
2 files changed, 3 insertions, 1 deletions
diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs
index 6fc4a78..0bd8a43 100644
--- a/TimeHACK.Engine/Template/WinClassic.Designer.cs
+++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs
@@ -119,7 +119,7 @@
// Title
//
this.Title.AutoSize = true;
- this.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Title.Font = fnt;
this.Title.ForeColor = System.Drawing.Color.White;
this.Title.Location = new System.Drawing.Point(23, 3);
this.Title.Name = "Title";
diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs
index 1bd11e3..da8494d 100644
--- a/TimeHACK.Engine/Template/WinClassic.cs
+++ b/TimeHACK.Engine/Template/WinClassic.cs
@@ -11,6 +11,8 @@ namespace TimeHACK.Engine.Template
InitializeComponent();
}
+ public System.Drawing.Font fnt;
+
public const int WM_NCLBUTTONDOWN = 0xA1;
public const int HT_CAPTION = 0x2;