aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-31 14:36:15 -0400
committerlempamo <[email protected]>2017-03-31 14:36:15 -0400
commit19ea483b2ba7974ffcfbe06b73c160a5ca418f45 (patch)
treefa9b07821f8bb61e456071ca8f3a35696dda57eb /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
parent4c50ceab1c15545c0c643e2e82650a86b4c1f27b (diff)
downloadhistacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.tar.gz
histacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.tar.bz2
histacom2-19ea483b2ba7974ffcfbe06b73c160a5ca418f45.zip
starting work on the actual webchat98 app
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs53
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;
+ }
+}