diff options
| author | AShifter <[email protected]> | 2017-03-31 14:19:58 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-31 14:19:58 -0600 |
| commit | 1e25868f0fb574d2b0f7e990b962a2d7b5efa9dd (patch) | |
| tree | fdd4df902301fb44dbcfa2fbf91a6a1dd2893907 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | |
| parent | 82557462d1bb0a7fb776692cd0887b00919999d8 (diff) | |
| parent | a1e832d8869f036f1428a2ea75456360101d17a3 (diff) | |
| download | histacom2-1e25868f0fb574d2b0f7e990b962a2d7b5efa9dd.tar.gz histacom2-1e25868f0fb574d2b0f7e990b962a2d7b5efa9dd.tar.bz2 histacom2-1e25868f0fb574d2b0f7e990b962a2d7b5efa9dd.zip | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
# TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.FileListAbsolute.txt
# TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache
# TimeHACK.Main/bin/Release/TimeHACK.application
# TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache
# TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
# TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache
# TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache
# TimeHACK.Main/obj/Release/TimeHACK.application
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs new file mode 100644 index 0000000..4348cf3 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -0,0 +1,53 @@ +namespace TimeHACK.OS.Win95.Win95Apps +{ + partial class WebChat1998 + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.Chat = new System.Windows.Forms.Timer(this.components); + this.SuspendLayout(); + // + // Chat + // + this.Chat.Interval = 15000; + // + // WebChat1998 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Name = "WebChat1998"; + this.Size = new System.Drawing.Size(724, 482); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Timer Chat; + } +} |
