aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-10-24 11:27:51 +0100
committerAlex-TIMEHACK <[email protected]>2017-10-24 11:27:51 +0100
commit3d2e297b43cbd7f99269c9a58b25651a83ccef3c (patch)
treeef636bc39af2b880af61acde98a2c5fb9e92cbaa /Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs
parente5f29e7b53322e11578acd0deb3b1d454998bb77 (diff)
parentaff052b475abc5d4035369a85fa471f62cad021b (diff)
downloadhistacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.tar.gz
histacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.tar.bz2
histacom2-3d2e297b43cbd7f99269c9a58b25651a83ccef3c.zip
Updated my fork!
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs307
1 files changed, 307 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs
new file mode 100644
index 0000000..3c2fc4c
--- /dev/null
+++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs
@@ -0,0 +1,307 @@
+namespace Histacom2.OS.Win98.Win98Apps
+{
+ partial class WebChat1999
+ {
+ /// <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()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WebChat1999));
+ this.button2 = new Histacom2.Engine.UI.ClassicButton();
+ this.label7 = new Histacom2.Engine.UI.ClassicLabel();
+ this.typechat = new System.Windows.Forms.TextBox();
+ this.label6 = new Histacom2.Engine.UI.ClassicLabel();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.label5 = new Histacom2.Engine.UI.ClassicLabel();
+ this.button5 = new Histacom2.Engine.UI.ClassicButton();
+ this.history = new System.Windows.Forms.TextBox();
+ this.label1 = new Histacom2.Engine.UI.ClassicLabel();
+ this.listBox1 = new System.Windows.Forms.ListBox();
+ this.login = new System.Windows.Forms.Panel();
+ this.label2 = new Histacom2.Engine.UI.ClassicLabel();
+ this.txtscreenname = new System.Windows.Forms.TextBox();
+ this.button1 = new Histacom2.Engine.UI.ClassicButton();
+ this.label3 = new Histacom2.Engine.UI.ClassicLabel();
+ this.label4 = new Histacom2.Engine.UI.ClassicLabel();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.textBox2 = new Histacom2.Engine.UI.ClassicLabel();
+ this.panel1.SuspendLayout();
+ this.login.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // button2
+ //
+ this.button2.AdaptBackColorWithTheme = false;
+ this.button2.AdaptFontWithTheme = false;
+ this.button2.AdaptForeColorWithTheme = false;
+ this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.button2.BackColor = System.Drawing.Color.NavajoWhite;
+ this.button2.DialogResult = System.Windows.Forms.DialogResult.None;
+ this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.button2.ForeColor = System.Drawing.Color.Black;
+ this.button2.Location = new System.Drawing.Point(425, 428);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(71, 20);
+ this.button2.TabIndex = 16;
+ this.button2.Text = "Speak";
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // label7
+ //
+ this.label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label7.Location = new System.Drawing.Point(13, 12);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(483, 14);
+ this.label7.TabIndex = 15;
+ this.label7.Text = "To speak, just type in the bottom textbox, then click the Speak button or press E" +
+ "nter.";
+ //
+ // typechat
+ //
+ this.typechat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ this.typechat.BackColor = System.Drawing.Color.PapayaWhip;
+ this.typechat.Location = new System.Drawing.Point(14, 428);
+ this.typechat.Name = "typechat";
+ this.typechat.Size = new System.Drawing.Size(405, 20);
+ this.typechat.TabIndex = 14;
+ //
+ // label6
+ //
+ this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.label6.Font = new System.Drawing.Font("Courier New", 8.75F);
+ this.label6.Location = new System.Drawing.Point(552, 378);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(98, 14);
+ this.label6.TabIndex = 13;
+ this.label6.Text = "File Sharing";
+ //
+ // panel1
+ //
+ this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.panel1.BackColor = System.Drawing.Color.Linen;
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel1.Controls.Add(this.label5);
+ this.panel1.Controls.Add(this.button5);
+ this.panel1.Location = new System.Drawing.Point(507, 397);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(198, 51);
+ this.panel1.TabIndex = 12;
+ //
+ // label5
+ //
+ this.label5.Location = new System.Drawing.Point(10, 18);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(87, 13);
+ this.label5.TabIndex = 1;
+ this.label5.Text = "tdistortv2.exe";
+ //
+ // button5
+ //
+ this.button5.AdaptBackColorWithTheme = true;
+ this.button5.AdaptFontWithTheme = true;
+ this.button5.AdaptForeColorWithTheme = true;
+ this.button5.BackColor = System.Drawing.Color.NavajoWhite;
+ this.button5.DialogResult = System.Windows.Forms.DialogResult.None;
+ this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.button5.ForeColor = System.Drawing.Color.Black;
+ this.button5.Location = new System.Drawing.Point(103, 13);
+ this.button5.Name = "button5";
+ this.button5.Size = new System.Drawing.Size(75, 23);
+ this.button5.TabIndex = 0;
+ this.button5.Text = "Download";
+ this.button5.Click += new System.EventHandler(this.button5_Click);
+ //
+ // history
+ //
+ this.history.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.history.BackColor = System.Drawing.Color.LemonChiffon;
+ this.history.Location = new System.Drawing.Point(13, 32);
+ this.history.Multiline = true;
+ this.history.Name = "history";
+ this.history.ReadOnly = true;
+ this.history.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.history.Size = new System.Drawing.Size(483, 390);
+ this.history.TabIndex = 11;
+ //
+ // label1
+ //
+ this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.label1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Location = new System.Drawing.Point(561, 14);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(94, 17);
+ this.label1.TabIndex = 10;
+ this.label1.Text = "Users Logged In";
+ //
+ // listBox1
+ //
+ this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.listBox1.BackColor = System.Drawing.Color.PapayaWhip;
+ this.listBox1.FormattingEnabled = true;
+ this.listBox1.Location = new System.Drawing.Point(510, 32);
+ this.listBox1.Name = "listBox1";
+ this.listBox1.Size = new System.Drawing.Size(195, 342);
+ this.listBox1.TabIndex = 9;
+ //
+ // login
+ //
+ this.login.BackColor = System.Drawing.Color.Moccasin;
+ this.login.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.login.Controls.Add(this.label2);
+ this.login.Controls.Add(this.txtscreenname);
+ this.login.Controls.Add(this.button1);
+ this.login.Controls.Add(this.label3);
+ this.login.Controls.Add(this.label4);
+ this.login.Controls.Add(this.textBox1);
+ this.login.Controls.Add(this.textBox2);
+ this.login.Location = new System.Drawing.Point(126, 106);
+ this.login.Name = "login";
+ this.login.Size = new System.Drawing.Size(469, 243);
+ this.login.TabIndex = 17;
+ //
+ // label2
+ //
+ this.label2.Location = new System.Drawing.Point(303, 161);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(161, 13);
+ this.label2.TabIndex = 6;
+ this.label2.Text = "Please type in a screen name.";
+ //
+ // txtscreenname
+ //
+ this.txtscreenname.Location = new System.Drawing.Point(306, 181);
+ this.txtscreenname.Name = "txtscreenname";
+ this.txtscreenname.Size = new System.Drawing.Size(151, 20);
+ this.txtscreenname.TabIndex = 5;
+ //
+ // button1
+ //
+ this.button1.AdaptBackColorWithTheme = false;
+ this.button1.AdaptFontWithTheme = false;
+ this.button1.AdaptForeColorWithTheme = false;
+ this.button1.BackColor = System.Drawing.Color.NavajoWhite;
+ this.button1.DialogResult = System.Windows.Forms.DialogResult.None;
+ this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.button1.ForeColor = System.Drawing.Color.Black;
+ this.button1.Location = new System.Drawing.Point(306, 208);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(151, 23);
+ this.button1.TabIndex = 4;
+ this.button1.Text = "Login";
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // label3
+ //
+ this.label3.Font = new System.Drawing.Font("Helvetica CE Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.Location = new System.Drawing.Point(168, 10);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(144, 21);
+ this.label3.TabIndex = 3;
+ this.label3.Text = "Welcome to WebChat";
+ //
+ // label4
+ //
+ this.label4.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label4.Location = new System.Drawing.Point(10, 40);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(100, 16);
+ this.label4.TabIndex = 2;
+ this.label4.Text = "Chat Room Rules:";
+ //
+ // textBox1
+ //
+ this.textBox1.BackColor = System.Drawing.Color.White;
+ this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.textBox1.Font = new System.Drawing.Font("Adobe Gothic Std B", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
+ this.textBox1.Location = new System.Drawing.Point(10, 59);
+ this.textBox1.Multiline = true;
+ this.textBox1.Name = "textBox1";
+ this.textBox1.ReadOnly = true;
+ this.textBox1.Size = new System.Drawing.Size(279, 172);
+ this.textBox1.TabIndex = 1;
+ this.textBox1.Text = resources.GetString("textBox1.Text");
+ this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // textBox2
+ //
+ this.textBox2.BackColor = System.Drawing.Color.Moccasin;
+ this.textBox2.Location = new System.Drawing.Point(303, 58);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(154, 76);
+ this.textBox2.TabIndex = 0;
+ this.textBox2.Text = "A screen name is a temporary name which will be displayed in place of your real n" +
+ "ame. To keep your identity safe, please do not enter your real name in this chat" +
+ "room.";
+ //
+ // WebChat1999
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.Silver;
+ this.Controls.Add(this.login);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.label7);
+ this.Controls.Add(this.typechat);
+ this.Controls.Add(this.label6);
+ this.Controls.Add(this.panel1);
+ this.Controls.Add(this.history);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.listBox1);
+ this.Name = "WebChat1999";
+ this.Size = new System.Drawing.Size(724, 462);
+ this.Load += new System.EventHandler(this.WebChat1999_Load);
+ this.panel1.ResumeLayout(false);
+ this.login.ResumeLayout(false);
+ this.login.PerformLayout();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private Engine.UI.ClassicButton button2;
+ private Engine.UI.ClassicLabel label7;
+ private System.Windows.Forms.TextBox typechat;
+ private Engine.UI.ClassicLabel label6;
+ private System.Windows.Forms.Panel panel1;
+ private Engine.UI.ClassicLabel label5;
+ private Engine.UI.ClassicButton button5;
+ private Engine.UI.ClassicLabel label1;
+ private System.Windows.Forms.ListBox listBox1;
+ private System.Windows.Forms.Panel login;
+ private Engine.UI.ClassicLabel label2;
+ private System.Windows.Forms.TextBox txtscreenname;
+ private Engine.UI.ClassicButton button1;
+ private Engine.UI.ClassicLabel label3;
+ private Engine.UI.ClassicLabel label4;
+ private System.Windows.Forms.TextBox textBox1;
+ private Engine.UI.ClassicLabel textBox2;
+ public System.Windows.Forms.TextBox history;
+ }
+}