diff options
| author | lempamo <[email protected]> | 2017-07-06 10:41:05 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-06 10:41:05 -0400 |
| commit | e4ee95004a1655a61355d64818d633bcca00fd52 (patch) | |
| tree | 8288001fccb67c6e093cae24beacb82ba61f4fb4 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | |
| parent | 6958c950223e1b1db9648f92a40fe7dd925ca466 (diff) | |
| download | histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.tar.gz histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.tar.bz2 histacom2-e4ee95004a1655a61355d64818d633bcca00fd52.zip | |
Changed Installer and added EULA
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs index 485b982..2e83e62 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs @@ -30,11 +30,11 @@ { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { - "/software/"}, -1, System.Drawing.Color.Black, System.Drawing.Color.Empty, null); + "/software/"}, 0, System.Drawing.Color.Black, System.Drawing.Color.Empty, null); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { - "index.html"}, -1, System.Drawing.Color.Black, System.Drawing.Color.Empty, null); + "index.html"}, 1, System.Drawing.Color.Black, System.Drawing.Color.Empty, null); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] { - "???.html"}, -1, System.Drawing.Color.Black, System.Drawing.Color.Empty, null); + "???.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.button1 = new System.Windows.Forms.Button(); @@ -180,10 +180,10 @@ this.panel1.Size = new System.Drawing.Size(762, 30); this.panel1.TabIndex = 9; // - // cancelButton + // button2 // this.button2.Location = new System.Drawing.Point(3, 2); - this.button2.Name = "cancelButton"; + this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 0; this.button2.Text = "cancelButton"; |
