aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-11 20:37:33 -0500
committerFloppyDiskDrive <[email protected]>2017-09-11 20:37:33 -0500
commitcb10dfe5c2004580f480f3e84c445fe7877be79b (patch)
tree748650f2069861bddb6972ecb39bbea336a816a5 /Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs
parent572117a8d2fe2e88ce72ecfbcf55598b02bddd62 (diff)
parent584789ed8a37027db496d6c90873186fe461f021 (diff)
downloadhistacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.gz
histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.bz2
histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.zip
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs23
1 files changed, 12 insertions, 11 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs
index 9e09cb0..63e056b 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs
@@ -37,7 +37,7 @@
"???.html"}, 1, System.Drawing.Color.Black, System.Drawing.Color.Empty, null);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicFTPClient));
this.topBar = new System.Windows.Forms.Panel();
- this.btnLogin = new System.Windows.Forms.Button();
+ this.btnLogin = new Histacom2.Engine.UI.ClassicButton();
this.infoLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
@@ -49,7 +49,7 @@
this.hostnameBox = new System.Windows.Forms.TextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.panel1 = new System.Windows.Forms.Panel();
- this.btnCancel = new System.Windows.Forms.Button();
+ this.btnCancel = new Histacom2.Engine.UI.ClassicButton();
this.welcomeLabel = new System.Windows.Forms.Label();
this.ftpFiles = new System.Windows.Forms.ListView();
this.fileIcons = new System.Windows.Forms.ImageList(this.components);
@@ -78,13 +78,14 @@
//
// btnLogin
//
- this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogin.Location = new System.Drawing.Point(585, 2);
+ 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.ForeColor = System.Drawing.Color.Black;
+ this.btnLogin.Location = new System.Drawing.Point(585, 4);
this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(44, 23);
- this.btnLogin.TabIndex = 5;
+ this.btnLogin.Size = new System.Drawing.Size(44, 20);
+ this.btnLogin.TabIndex = 9;
this.btnLogin.Text = "Login";
- this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.button1_Click);
//
// infoLabel
@@ -183,13 +184,13 @@
//
// btnCancel
//
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnCancel.BackColor = System.Drawing.Color.Silver;
+ this.btnCancel.ForeColor = System.Drawing.Color.Black;
this.btnCancel.Location = new System.Drawing.Point(3, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "Cancel";
- this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// welcomeLabel
@@ -266,11 +267,11 @@
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
public System.Windows.Forms.TextBox hostnameBox;
private System.Windows.Forms.Label infoLabel;
- private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnCancel;
+ private Engine.UI.ClassicButton btnCancel;
private System.Windows.Forms.Label welcomeLabel;
internal System.Windows.Forms.ListView ftpFiles;
private System.Windows.Forms.ImageList fileIcons;
+ private Engine.UI.ClassicButton btnLogin;
}
}