mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 17:12:56 -05:00
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
This commit is contained in:
commit
0fe1f13532
5 changed files with 49 additions and 35 deletions
66
TimeHACK.Engine/Properties/Resources.Designer.cs
generated
66
TimeHACK.Engine/Properties/Resources.Designer.cs
generated
|
@ -22,7 +22,7 @@ namespace TimeHACK.Engine.Properties {
|
|||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
public class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
|
@ -36,7 +36,7 @@ internal Resources() {
|
|||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TimeHACK.Engine.Properties.Resources", typeof(Resources).Assembly);
|
||||
|
@ -51,7 +51,7 @@ internal Resources() {
|
|||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
public static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ internal Resources() {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap BottomLeft {
|
||||
public static System.Drawing.Bitmap BottomLeft {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("BottomLeft", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -73,7 +73,7 @@ internal static System.Drawing.Bitmap BottomLeft {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap BottomRight {
|
||||
public static System.Drawing.Bitmap BottomRight {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("BottomRight", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -83,7 +83,7 @@ internal static System.Drawing.Bitmap BottomRight {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap BottomSide {
|
||||
public static System.Drawing.Bitmap BottomSide {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("BottomSide", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -93,7 +93,7 @@ internal static System.Drawing.Bitmap BottomSide {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream CHORD {
|
||||
public static System.IO.UnmanagedMemoryStream CHORD {
|
||||
get {
|
||||
return ResourceManager.GetStream("CHORD", resourceCulture);
|
||||
}
|
||||
|
@ -102,7 +102,7 @@ internal static System.IO.UnmanagedMemoryStream CHORD {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap LeftSide {
|
||||
public static System.Drawing.Bitmap LeftSide {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("LeftSide", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -112,7 +112,7 @@ internal static System.Drawing.Bitmap LeftSide {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] LeviWindows {
|
||||
public static byte[] LeviWindows {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("LeviWindows", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
|
@ -122,7 +122,7 @@ internal static byte[] LeviWindows {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] LeviWindows1 {
|
||||
public static byte[] LeviWindows1 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("LeviWindows1", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
|
@ -132,7 +132,7 @@ internal static byte[] LeviWindows1 {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap nullIcon {
|
||||
public static System.Drawing.Bitmap nullIcon {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("nullIcon", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -142,7 +142,7 @@ internal static System.Drawing.Bitmap nullIcon {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap RightSide {
|
||||
public static System.Drawing.Bitmap RightSide {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("RightSide", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -152,7 +152,7 @@ internal static System.Drawing.Bitmap RightSide {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap TopLeft {
|
||||
public static System.Drawing.Bitmap TopLeft {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("TopLeft", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -162,7 +162,7 @@ internal static System.Drawing.Bitmap TopLeft {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap TopRight {
|
||||
public static System.Drawing.Bitmap TopRight {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("TopRight", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -172,7 +172,7 @@ internal static System.Drawing.Bitmap TopRight {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap TopSide {
|
||||
public static System.Drawing.Bitmap TopSide {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("TopSide", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -182,7 +182,7 @@ internal static System.Drawing.Bitmap TopSide {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Win95Error {
|
||||
public static System.Drawing.Bitmap Win95Error {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win95Error", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -192,7 +192,7 @@ internal static System.Drawing.Bitmap Win95Error {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Win95Info {
|
||||
public static System.Drawing.Bitmap Win95Info {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win95Info", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -202,7 +202,7 @@ internal static System.Drawing.Bitmap Win95Info {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesStart {
|
||||
public static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesStart {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win95PlusDangerousCreaturesStart", resourceCulture);
|
||||
}
|
||||
|
@ -211,7 +211,7 @@ internal static System.IO.UnmanagedMemoryStream Win95PlusDangerousCreaturesStart
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Win95PlusDangerousCreaturesWallpaper {
|
||||
public static System.Drawing.Bitmap Win95PlusDangerousCreaturesWallpaper {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win95PlusDangerousCreaturesWallpaper", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -221,7 +221,7 @@ internal static System.Drawing.Bitmap Win95PlusDangerousCreaturesWallpaper {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStart {
|
||||
public static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStart {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win95PlusInsideComputerStart", resourceCulture);
|
||||
}
|
||||
|
@ -230,7 +230,7 @@ internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStart {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStop {
|
||||
public static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStop {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win95PlusInsideComputerStop", resourceCulture);
|
||||
}
|
||||
|
@ -239,7 +239,7 @@ internal static System.IO.UnmanagedMemoryStream Win95PlusInsideComputerStop {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Win95PlusInsideComputerWallpaper {
|
||||
public static System.Drawing.Bitmap Win95PlusInsideComputerWallpaper {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win95PlusInsideComputerWallpaper", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -249,7 +249,7 @@ internal static System.Drawing.Bitmap Win95PlusInsideComputerWallpaper {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win95Start {
|
||||
public static System.IO.UnmanagedMemoryStream Win95Start {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win95Start", resourceCulture);
|
||||
}
|
||||
|
@ -258,7 +258,7 @@ internal static System.IO.UnmanagedMemoryStream Win95Start {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win95Stop {
|
||||
public static System.IO.UnmanagedMemoryStream Win95Stop {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win95Stop", resourceCulture);
|
||||
}
|
||||
|
@ -267,7 +267,7 @@ internal static System.IO.UnmanagedMemoryStream Win95Stop {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Win95Warning {
|
||||
public static System.Drawing.Bitmap Win95Warning {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win95Warning", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -277,7 +277,7 @@ internal static System.Drawing.Bitmap Win95Warning {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win98Start {
|
||||
public static System.IO.UnmanagedMemoryStream Win98Start {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win98Start", resourceCulture);
|
||||
}
|
||||
|
@ -286,7 +286,7 @@ internal static System.IO.UnmanagedMemoryStream Win98Start {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
internal static System.IO.UnmanagedMemoryStream Win98Stop {
|
||||
public static System.IO.UnmanagedMemoryStream Win98Stop {
|
||||
get {
|
||||
return ResourceManager.GetStream("Win98Stop", resourceCulture);
|
||||
}
|
||||
|
@ -295,7 +295,7 @@ internal static System.IO.UnmanagedMemoryStream Win98Stop {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinAboutSeparator95 {
|
||||
public static System.Drawing.Bitmap WinAboutSeparator95 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinAboutSeparator95", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -305,7 +305,7 @@ internal static System.Drawing.Bitmap WinAboutSeparator95 {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinClassicClose {
|
||||
public static System.Drawing.Bitmap WinClassicClose {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicClose", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -315,7 +315,7 @@ internal static System.Drawing.Bitmap WinClassicClose {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinClassicMax {
|
||||
public static System.Drawing.Bitmap WinClassicMax {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicMax", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -325,7 +325,7 @@ internal static System.Drawing.Bitmap WinClassicMax {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinClassicMin {
|
||||
public static System.Drawing.Bitmap WinClassicMin {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicMin", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -335,7 +335,7 @@ internal static System.Drawing.Bitmap WinClassicMin {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinClassicRestore {
|
||||
public static System.Drawing.Bitmap WinClassicRestore {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicRestore", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
|
@ -345,7 +345,7 @@ internal static System.Drawing.Bitmap WinClassicRestore {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] windows_command_prompt {
|
||||
public static byte[] windows_command_prompt {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("windows_command_prompt", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Template\Win9XBSOD.resx">
|
||||
|
|
|
@ -239,7 +239,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// 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;
|
||||
|
|
|
@ -68,6 +68,7 @@ private void Button1_Click(object sender, EventArgs e)
|
|||
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 @@ private void Chat_Tick(object sender, EventArgs e)
|
|||
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":
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue