diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-11-04 22:00:05 +0000 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-11-04 22:00:05 +0000 |
| commit | 1cdbf9659b0153285bb56bd35ab58e0a70f4d632 (patch) | |
| tree | 7f336d542e0b8fdd5ad9789e38054e5c90cdeea9 /Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs | |
| parent | cc07981aa3603c74507c9ea0acb6dd0d8418d58e (diff) | |
| download | histacom2-1cdbf9659b0153285bb56bd35ab58e0a70f4d632.tar.gz histacom2-1cdbf9659b0153285bb56bd35ab58e0a70f4d632.tar.bz2 histacom2-1cdbf9659b0153285bb56bd35ab58e0a70f4d632.zip | |
Final commit!
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs index df531c3..d20563e 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs @@ -17,6 +17,10 @@ namespace Histacom2.OS.Win95.Win95Apps public WinClassicFTPClient() { InitializeComponent(); + + hostnameBox.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); + usernameBox.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); + passBox.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); } @@ -64,7 +68,7 @@ namespace Histacom2.OS.Win95.Win95Apps private void WinClassicFTPClient_Load(object sender, EventArgs e) { - + textBox4.Text = "21"; } private void topBar_Paint(object sender, PaintEventArgs e) |
