diff options
| author | JayXKanz666 <[email protected]> | 2017-07-06 18:34:45 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-06 18:34:45 +0200 |
| commit | 38c30f0d3ba142fb68f0550341fdae2d353a8379 (patch) | |
| tree | 40a0fa7692f467d4703ba1abb29fd4e068f4fa7f /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicFTPClient.Designer.cs | |
| parent | 4b44847216ac4b498d088c11db5f928cc037d605 (diff) | |
| parent | e4ee95004a1655a61355d64818d633bcca00fd52 (diff) | |
| download | histacom2-38c30f0d3ba142fb68f0550341fdae2d353a8379.tar.gz histacom2-38c30f0d3ba142fb68f0550341fdae2d353a8379.tar.bz2 histacom2-38c30f0d3ba142fb68f0550341fdae2d353a8379.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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"; |
