diff options
| author | lempamo <[email protected]> | 2017-03-31 16:12:18 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 16:12:18 -0400 |
| commit | b2873bc67093dfdae2566ede9bda85230a37ff44 (patch) | |
| tree | 133cda9451f4a07d08bf40d68207e62b5ad67a5c | |
| parent | 19ea483b2ba7974ffcfbe06b73c160a5ca418f45 (diff) | |
| download | histacom2-b2873bc67093dfdae2566ede9bda85230a37ff44.tar.gz histacom2-b2873bc67093dfdae2566ede9bda85230a37ff44.tar.bz2 histacom2-b2873bc67093dfdae2566ede9bda85230a37ff44.zip | |
finished webchat1998 ui
| -rw-r--r-- | .vs/TimeHACK/v14/.suo | bin | 122368 -> 122368 bytes | |||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 254 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx | 10 |
3 files changed, 263 insertions, 1 deletions
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo Binary files differindex eed9ac0..363d666 100644 --- a/.vs/TimeHACK/v14/.suo +++ b/.vs/TimeHACK/v14/.suo diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index 4348cf3..c3a5964 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -29,25 +29,277 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WebChat1998)); this.Chat = new System.Windows.Forms.Timer(this.components); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.label1 = new System.Windows.Forms.Label(); + this.history = new System.Windows.Forms.TextBox(); + this.panel1 = new System.Windows.Forms.Panel(); + this.label5 = new System.Windows.Forms.Label(); + this.button5 = new System.Windows.Forms.Button(); + this.label6 = new System.Windows.Forms.Label(); + this.typechat = new System.Windows.Forms.TextBox(); + this.login = new System.Windows.Forms.Panel(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.txtscreenname = new System.Windows.Forms.TextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.button2 = new System.Windows.Forms.Button(); + this.button3 = new System.Windows.Forms.Button(); + this.button4 = new System.Windows.Forms.Button(); + this.panel1.SuspendLayout(); + this.login.SuspendLayout(); this.SuspendLayout(); // // Chat // this.Chat.Interval = 15000; // + // listBox1 + // + this.listBox1.FormattingEnabled = true; + this.listBox1.Location = new System.Drawing.Point(504, 32); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(195, 329); + this.listBox1.TabIndex = 0; + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(501, 13); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(85, 13); + this.label1.TabIndex = 1; + this.label1.Text = "Users Logged In"; + // + // history + // + this.history.BackColor = System.Drawing.Color.White; + this.history.Location = new System.Drawing.Point(22, 32); + this.history.Multiline = true; + this.history.Name = "history"; + this.history.ReadOnly = true; + this.history.Size = new System.Drawing.Size(471, 377); + this.history.TabIndex = 2; + // + // panel1 + // + this.panel1.Controls.Add(this.label5); + this.panel1.Controls.Add(this.button5); + this.panel1.Location = new System.Drawing.Point(504, 393); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(195, 51); + this.panel1.TabIndex = 3; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(13, 18); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(68, 13); + this.label5.TabIndex = 1; + this.label5.Text = "Skindows 95"; + // + // button5 + // + this.button5.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver; + this.button5.Location = new System.Drawing.Point(97, 13); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(75, 23); + this.button5.TabIndex = 0; + this.button5.Text = "Download"; + this.button5.UseVisualStyleBackColor = true; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(504, 374); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(62, 13); + this.label6.TabIndex = 4; + this.label6.Text = "File Sharing"; + // + // typechat + // + this.typechat.Location = new System.Drawing.Point(20, 415); + this.typechat.Name = "typechat"; + this.typechat.Size = new System.Drawing.Size(395, 20); + this.typechat.TabIndex = 5; + // + // login + // + 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(92, 94); + this.login.Name = "login"; + this.login.Size = new System.Drawing.Size(497, 251); + this.login.TabIndex = 6; + // + // textBox1 + // + this.textBox1.BackColor = System.Drawing.Color.Silver; + this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.textBox1.Location = new System.Drawing.Point(26, 72); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.ReadOnly = true; + this.textBox1.Size = new System.Drawing.Size(276, 159); + this.textBox1.TabIndex = 1; + this.textBox1.Text = resources.GetString("textBox1.Text"); + // + // textBox2 + // + this.textBox2.BackColor = System.Drawing.Color.Silver; + this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.textBox2.Location = new System.Drawing.Point(331, 72); + this.textBox2.Multiline = true; + this.textBox2.Name = "textBox2"; + this.textBox2.ReadOnly = true; + this.textBox2.Size = new System.Drawing.Size(151, 86); + 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."; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(118, 56); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(93, 13); + this.label4.TabIndex = 2; + this.label4.Text = "Chat Room Rules:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(196, 16); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(112, 13); + this.label3.TabIndex = 3; + this.label3.Text = "Welcome to WebChat"; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(331, 208); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(151, 23); + this.button1.TabIndex = 4; + this.button1.Text = "Login"; + this.button1.UseVisualStyleBackColor = true; + // + // txtscreenname + // + this.txtscreenname.Location = new System.Drawing.Point(331, 181); + this.txtscreenname.Name = "txtscreenname"; + this.txtscreenname.Size = new System.Drawing.Size(151, 20); + this.txtscreenname.TabIndex = 5; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(328, 161); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(149, 13); + this.label2.TabIndex = 6; + this.label2.Text = "Please type in a screen name."; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(22, 13); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(406, 13); + this.label7.TabIndex = 7; + this.label7.Text = "To speak, just type in the bottom textbox, then click the Speak button or press E" + + "nter."; + // + // button2 + // + this.button2.Location = new System.Drawing.Point(422, 415); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(71, 23); + this.button2.TabIndex = 8; + this.button2.Text = "Speak"; + this.button2.UseVisualStyleBackColor = true; + // + // button3 + // + this.button3.Location = new System.Drawing.Point(149, 427); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(75, 23); + this.button3.TabIndex = 9; + this.button3.Text = "Paul"; + this.button3.UseVisualStyleBackColor = true; + // + // button4 + // + this.button4.Location = new System.Drawing.Point(235, 427); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(75, 23); + this.button4.TabIndex = 10; + this.button4.Text = "Bill"; + this.button4.UseVisualStyleBackColor = true; + // // WebChat1998 // 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.button4); + this.Controls.Add(this.button3); + this.Controls.Add(this.button2); + this.Controls.Add(this.label7); + this.Controls.Add(this.login); + 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 = "WebChat1998"; - this.Size = new System.Drawing.Size(724, 482); + this.Size = new System.Drawing.Size(724, 462); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.login.ResumeLayout(false); + this.login.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion private System.Windows.Forms.Timer Chat; + private System.Windows.Forms.ListBox listBox1; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox history; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.TextBox typechat; + private System.Windows.Forms.Panel login; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox txtscreenname; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button4; } } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx index 51a63d1..61225ed 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx @@ -120,4 +120,14 @@ <metadata name="Chat.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> + <data name="textBox1.Text" xml:space="preserve"> + <value>If you do not agree to the following rules below DO NOT log into the chat: + +No Bullying +No Swearing +No Hacking +No Illegal Files/ Piracy + +Failure to follow these rules will result in serious irreversible consequences.</value> + </data> </root>
\ No newline at end of file |
