aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-21 22:22:58 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-21 22:22:58 +0100
commit0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd (patch)
treeb02e5506009d6dcc9988fd86ca9ff9527b9516a3 /TimeHACK.Main
parent001dfb9b14b40e53c133266343a19ec4e56c0311 (diff)
parent7c55b52ced5d2a571a07165ef628281b14bbf1e3 (diff)
downloadhistacom2-0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd.tar.gz
histacom2-0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd.tar.bz2
histacom2-0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs12
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj2
3 files changed, 15 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
index bcd6b07..6730480 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
@@ -239,7 +239,7 @@
//
// button2
//
- this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.BackColor = System.Drawing.Color.Silver;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index bfacaa6..480ac26 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -68,6 +68,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
listBox1.Items.Add(TitleScreen.username);
history.AppendText("System: " + TitleScreen.username + " has joined the chat." + Environment.NewLine);
join.Play();
+ if (TitleScreen.username == "devspeed") Chat.Interval = 100;
Chat.Start();
}
@@ -135,6 +136,17 @@ namespace TimeHACK.OS.Win95.Win95Apps
history.Font = new Font("Arial", 12F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
((WinClassic)this.ParentForm).maximizebutton.Enabled = false;
((WinClassic)this.ParentForm).WindowState = FormWindowState.Maximized;
+ ((WinClassic)this.ParentForm).right.Hide();
+ ((WinClassic)this.ParentForm).left.Hide();
+ ((WinClassic)this.ParentForm).bottom.Hide();
+ ((WinClassic)this.ParentForm).top.Hide();
+ ((WinClassic)this.ParentForm).bottomleftcorner.Hide();
+ ((WinClassic)this.ParentForm).bottomrightcorner.Hide();
+ ((WinClassic)this.ParentForm).topleftcorner.Hide();
+ ((WinClassic)this.ParentForm).toprightcorner.Hide();
+ ((WinClassic)this.ParentForm).Dock = DockStyle.Fill;
+ ((WinClassic)this.ParentForm).max = true;
+ ((WinClassic)this.ParentForm).maximizebutton.Image = Engine.Properties.Resources.WinClassicRestore;
receive.Play();
break;
case "notopbar":
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 8dd8f6c..bda94fd 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -396,6 +396,8 @@
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx">
<DependentUpon>WebChat1998.cs</DependentUpon>
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>WebChat19981.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.resx">
<DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon>