aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-26 09:26:07 -0400
committerlempamo <[email protected]>2017-03-26 09:26:07 -0400
commit95f36943e6763cfc4e3c9cbdff86752b1bc913a6 (patch)
tree16120c9572d90d807113e2bfe18dc70263144671 /TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs
parentf43f1cc9a789c27cf999ec2f62e21c9bfdfeb3c5 (diff)
downloadhistacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.tar.gz
histacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.tar.bz2
histacom2-95f36943e6763cfc4e3c9cbdff86752b1bc913a6.zip
improved a few things here and there
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs')
-rw-r--r--TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs b/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs
index d1d1c97..9dfc636 100644
--- a/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs
+++ b/TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs
@@ -81,6 +81,7 @@
//
this.notepadtextbox.Cursor = System.Windows.Forms.Cursors.Arrow;
this.notepadtextbox.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.notepadtextbox.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.notepadtextbox.Location = new System.Drawing.Point(4, 46);
this.notepadtextbox.Multiline = true;
this.notepadtextbox.Name = "notepadtextbox";
@@ -163,9 +164,9 @@
// programname
//
this.programname.AutoSize = true;
- this.programname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.programname.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.programname.ForeColor = System.Drawing.Color.White;
- this.programname.Location = new System.Drawing.Point(3, 2);
+ this.programname.Location = new System.Drawing.Point(3, 1);
this.programname.Name = "programname";
this.programname.Size = new System.Drawing.Size(55, 13);
this.programname.TabIndex = 3;
@@ -262,6 +263,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 520);
this.Controls.Add(this.program);
+ this.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "WinClassicNotepad";
this.Text = "WinClassicNotepad";