diff options
| author | jtsshieh <[email protected]> | 2017-10-28 20:46:42 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-10-28 20:46:42 -0400 |
| commit | 410c6afab4044f3a9d34e1b4e94e7b9999073a31 (patch) | |
| tree | 96816ab7195cdeed634783e95018a0bd2dd653e8 /Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | |
| parent | 9b1e869f9cddba3ae868071094a41306c38038f9 (diff) | |
| download | histacom2-410c6afab4044f3a9d34e1b4e94e7b9999073a31.tar.gz histacom2-410c6afab4044f3a9d34e1b4e94e7b9999073a31.tar.bz2 histacom2-410c6afab4044f3a9d34e1b4e94e7b9999073a31.zip | |
FTP CLient now requires you to double click on the items
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 // |
