diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-03-26 15:05:19 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-26 15:05:19 +0100 |
| commit | 263e1e6d0a38c4e75a7316894399efe90e6aedb3 (patch) | |
| tree | 0b786a881331f3a31c0db4a4529c2936e7b9b950 /TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs | |
| parent | ee1a2b8e607a413c8990d75ba2ff0e1c8ad78465 (diff) | |
| parent | e4d1958e36458ad0b24e0f6fabd3934323d31561 (diff) | |
| download | histacom2-263e1e6d0a38c4e75a7316894399efe90e6aedb3.tar.gz histacom2-263e1e6d0a38c4e75a7316894399efe90e6aedb3.tar.bz2 histacom2-263e1e6d0a38c4e75a7316894399efe90e6aedb3.zip | |
Merge pull request #4 from lempamo/master
ie4 is opening
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicNotepad.Designer.cs | 6 |
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"; |
