aboutsummaryrefslogtreecommitdiff
path: root/Project Ports
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports')
-rw-r--r--Project Ports/AboutPorts.Designer.cs4
-rw-r--r--Project Ports/Programs/ChatApp.Designer.cs3
-rw-r--r--Project Ports/Programs/ChatApp.cs2
-rw-r--r--Project Ports/Programs/ChatApp.resx3
4 files changed, 10 insertions, 2 deletions
diff --git a/Project Ports/AboutPorts.Designer.cs b/Project Ports/AboutPorts.Designer.cs
index 046ca5a..16532e8 100644
--- a/Project Ports/AboutPorts.Designer.cs
+++ b/Project Ports/AboutPorts.Designer.cs
@@ -37,7 +37,11 @@
this.richTextBox1.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.richTextBox1.BackColor = System.Drawing.Color.White;
+ this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.richTextBox1.Enabled = false;
+ this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Location = new System.Drawing.Point(3, 3);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(426, 238);
diff --git a/Project Ports/Programs/ChatApp.Designer.cs b/Project Ports/Programs/ChatApp.Designer.cs
index 4084dfd..921a57c 100644
--- a/Project Ports/Programs/ChatApp.Designer.cs
+++ b/Project Ports/Programs/ChatApp.Designer.cs
@@ -28,10 +28,12 @@
/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
this.txtSentMessages = new System.Windows.Forms.TextBox();
this.txtMsgContents = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.btnSendMSG = new System.Windows.Forms.Button();
+ this.delay = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// txtSentMessages
@@ -109,5 +111,6 @@
private System.Windows.Forms.TextBox txtMsgContents;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button btnSendMSG;
+ private System.Windows.Forms.Timer delay;
}
}
diff --git a/Project Ports/Programs/ChatApp.cs b/Project Ports/Programs/ChatApp.cs
index aeb384d..50d89c6 100644
--- a/Project Ports/Programs/ChatApp.cs
+++ b/Project Ports/Programs/ChatApp.cs
@@ -41,10 +41,8 @@ namespace Project_Ports
Properties.Settings.Default.chatterStoryline = false;
#endif
-
if (Properties.Settings.Default.chatterStoryline == true)
{
- Thread.Sleep(2000);
txtSentMessages.AppendText("Adam has entered the channel..." + Environment.NewLine);
Thread.Sleep(2000);
txtSentMessages.AppendText("<Adam> Hey there user!" + Environment.NewLine);
diff --git a/Project Ports/Programs/ChatApp.resx b/Project Ports/Programs/ChatApp.resx
index 1af7de1..359cf31 100644
--- a/Project Ports/Programs/ChatApp.resx
+++ b/Project Ports/Programs/ChatApp.resx
@@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <metadata name="delay.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>17, 17</value>
+ </metadata>
</root> \ No newline at end of file