diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-11-04 09:50:43 +0000 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-11-04 09:50:43 +0000 |
| commit | f933ce9b841a5f302066336877f86119de034eb4 (patch) | |
| tree | 50e23551bae5ade3a263d9c1c054fb326a7ab5a6 /Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | |
| parent | 6ab1468786f1e865e9ff408d32149f9c9620d844 (diff) | |
| parent | 382f0167714bbcad00ab710fe7dcfa05eaeb88ac (diff) | |
| download | histacom2-f933ce9b841a5f302066336877f86119de034eb4.tar.gz histacom2-f933ce9b841a5f302066336877f86119de034eb4.tar.bz2 histacom2-f933ce9b841a5f302066336877f86119de034eb4.zip | |
Updated my fork!
Conflicts:
Histacom2/TitleScreen.Designer.cs
Histacom2/TitleScreen.cs
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs index 63e056b..c112e61 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs @@ -78,8 +78,12 @@ // // btnLogin // + this.btnLogin.AdaptBackColorWithTheme = true; + this.btnLogin.AdaptFontWithTheme = true; + this.btnLogin.AdaptForeColorWithTheme = true; this.btnLogin.BackColor = System.Drawing.Color.Silver; - this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btnLogin.DialogResult = System.Windows.Forms.DialogResult.None; + this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btnLogin.ForeColor = System.Drawing.Color.Black; this.btnLogin.Location = new System.Drawing.Point(585, 4); this.btnLogin.Name = "btnLogin"; @@ -184,7 +188,12 @@ // // btnCancel // + this.btnCancel.AdaptBackColorWithTheme = true; + this.btnCancel.AdaptFontWithTheme = true; + this.btnCancel.AdaptForeColorWithTheme = true; this.btnCancel.BackColor = System.Drawing.Color.Silver; + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.None; + this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btnCancel.ForeColor = System.Drawing.Color.Black; this.btnCancel.Location = new System.Drawing.Point(3, 2); this.btnCancel.Name = "btnCancel"; @@ -227,7 +236,7 @@ this.ftpFiles.UseCompatibleStateImageBehavior = false; this.ftpFiles.View = System.Windows.Forms.View.List; this.ftpFiles.Visible = false; - this.ftpFiles.Click += new System.EventHandler(this.ftpItems_Click); + this.ftpFiles.DoubleClick += new System.EventHandler(this.ftpFiles_DoubleClick); // // fileIcons // |
