From 12d308ccee2c052f97df9b7f0ad38381d0df0dab Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 25 Aug 2017 00:07:44 -0400 Subject: [PATCH] learn to track all files plz --- Histacom2.sln | 38 +++++ Histacom2/OS/Win95/Win95Apps/WebChat1998.resx | 134 ++++++++++++++++++ .../OS/Win95/Win95Apps/WinClassicFTPClient.cs | 10 +- .../Resources/WinClassic/Win98SideBar.png | Bin 0 -> 1516 bytes 4 files changed, 181 insertions(+), 1 deletion(-) create mode 100644 Histacom2.sln create mode 100644 Histacom2/OS/Win95/Win95Apps/WebChat1998.resx create mode 100644 Histacom2/Resources/WinClassic/Win98SideBar.png diff --git a/Histacom2.sln b/Histacom2.sln new file mode 100644 index 0000000..4e0ee6a --- /dev/null +++ b/Histacom2.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Histacom2.Engine", "Histacom2.Engine\Histacom2.Engine.csproj", "{9477B70F-2D32-4E1D-857B-4624A1DEEB1B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Histacom2", "Histacom2\Histacom2.csproj", "{B958AA5F-8AED-456C-9C07-9E4C6C027042}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Debug|x86.ActiveCfg = Debug|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Debug|x86.Build.0 = Debug|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Release|Any CPU.Build.0 = Release|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Release|x86.ActiveCfg = Release|Any CPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B}.Release|x86.Build.0 = Release|Any CPU + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Debug|x86.ActiveCfg = Debug|x86 + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Debug|x86.Build.0 = Debug|x86 + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Release|Any CPU.Build.0 = Release|Any CPU + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Release|x86.ActiveCfg = Release|x86 + {B958AA5F-8AED-456C-9C07-9E4C6C027042}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx b/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx new file mode 100644 index 0000000..f1d3183 --- /dev/null +++ b/Histacom2/OS/Win95/Win95Apps/WebChat1998.resx @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 17, 17 + + + If you do not agree to the following rules below DO NOT log into the chat: + +No Bullying +No Swearing +No Hacking +No Illegal Files/ Piracy + +Failure to follow these rules will result in serious irreversible consequences. + + \ No newline at end of file diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs index 1640818..83f8b5d 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs @@ -75,7 +75,8 @@ private void ftpItems_Click(object sender, EventArgs e) ListViewItem listViewItem1 = new ListViewItem(new string[] { "/totallynotthetimedistorter/" }, 0, Color.Black, Color.Empty, null); ListViewItem listViewItem2 = new ListViewItem(new string[] { "FTP Client Setup.exe" }, 2, Color.Black, Color.Empty, null); ListViewItem listViewItem3 = new ListViewItem(new string[] { "Web Chat Setup.exe" }, 2, Color.Black, Color.Empty, null); - ftpFiles.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3 }); + ListViewItem listViewItem4 = new ListViewItem(new string[] { "Guess The Number V1 Setup.exe" }, 2, Color.Black, Color.Empty, null); + ftpFiles.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3, listViewItem4 }); } else if (objListViewItem.Text == "/totallynotthetimedistorter/") { @@ -104,6 +105,13 @@ private void ftpItems_Click(object sender, EventArgs e) wm.StartWin95(opendownload, "Downloader", null, false, true); opendownload.appName.Text = "Downloading: Time Distorter 0.1"; } + else if (objListViewItem.Text == "Guess The Number V1 Setup.exe") + { + WinClassicDownloader opendownload = new WinClassicDownloader(); + WindowManager wm = new WindowManager(); + wm.StartWin95(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: Guess The Number V1"; + } } } } diff --git a/Histacom2/Resources/WinClassic/Win98SideBar.png b/Histacom2/Resources/WinClassic/Win98SideBar.png new file mode 100644 index 0000000000000000000000000000000000000000..5451da32e0dffb674061127e85ce4dc34911ccdf GIT binary patch literal 1516 zcmeAS@N?(olHy`uVBq!ia0vp^q6`d-Y#hu$*4{sQsz8ddILO_JVcj{Imp~3nx}&cn z1H;CC?mvmF3=GT+0X`wF3=9nn4F4M%8usts|NsAgpt4ag8UiCH1iq{lmmwrmJ@ThD|Fg?Trs7M163G`z~aj{W#hz`Gak?(@Xo~QxDuR zZhxJz;!mSr>gxaO$$4Ih9=b8}r~HumZFlDRyx__$FSfTRcE*G@b(c&DoXT%y?%2zA zw?b>-GxoeL8T;OylW)y@cWsx!)dfnMk}B$Ma`fg&9d=|-bIY`OIL$+jb7qL!`pO$R zAJ^KNyj~Q2`dnAgt-jN}*=YuguYa;oU3Y8KE}_X<0bg5u8n4EzT6Cgg`K>i--!B}# zV79`0Z`O;YDg3u~r*SB_ygJR>Dj89DVd;#-*$=XwMir(rTcw%Z-NfEh{I*(tT&Zd9k=1e2UC;P!ba-PThcZb>irS-cCcfs6BXAk`Q@v9 zB2?>I)7FiwYv$i{y&bV8OlL<^@6~dx0~y=4`5gFV86C)U?btPrJ%z8INbW!LtaDLI zQtu)boz1pe4_H1vF*ShW^`H0~_cOotNSe76XjHbnSuJX@y#MvLxStI7-|M}3|H!WS zX8!hBixxlqUdO)XYkQIQHlat+hipoW`=rC-?+2KE4tvItWV8JKEQhSMxBr#3I^O2- zXbEjTXwTt&|8C^^*Oz`VpIh|CKSo@t_4l)v7pi95e!OY+H~rYi)wid}wcX#99dn(1 zNhROD37+eofHIb+tDnm{r-UXT+G(q|JM;ggsatpXzD)eFcK5N;T834x`S#tvnQ|Ce FDF86qY-|7k literal 0 HcmV?d00001