From bfac247014f585cbe7c8f2e480a116758ca6f7b5 Mon Sep 17 00:00:00 2001 From: Jacob Fliss Date: Fri, 26 Jul 2024 09:53:45 -0400 Subject: [PATCH] fixed buttons in chatroom list, removed borders on list boxes --- aol_4/Classes/Win95Theme.cs | 1 - aol_4/Classes/Win95Theme.resx | 120 ++++ aol_4/Forms/chat_list.Designer.cs | 119 ++-- aol_4/Forms/chat_list.cs | 52 +- aol_4/Forms/chat_list.resx | 37 ++ aol_4/Forms/chatroom.Designer.cs | 89 +-- aol_4/Forms/chatroom.resx | 3 + aol_4/Forms/instant_message.Designer.cs | 695 +++++++++++------------- aol_4/Forms/instant_message.resx | 64 ++- icons/go_chat_btn.png | Bin 0 -> 2292 bytes icons/search_btn.png | Bin 0 -> 2081 bytes 11 files changed, 698 insertions(+), 482 deletions(-) create mode 100644 aol_4/Classes/Win95Theme.resx create mode 100644 icons/go_chat_btn.png create mode 100644 icons/search_btn.png diff --git a/aol_4/Classes/Win95Theme.cs b/aol_4/Classes/Win95Theme.cs index c36a861..873a7a7 100644 --- a/aol_4/Classes/Win95Theme.cs +++ b/aol_4/Classes/Win95Theme.cs @@ -169,7 +169,6 @@ public float GetDisplayScaleFactor(IntPtr windowHandle) } #endregion - public List rects = new List(); public Win95Theme() { diff --git a/aol_4/Classes/Win95Theme.resx b/aol_4/Classes/Win95Theme.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/aol_4/Classes/Win95Theme.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/aol_4/Forms/chat_list.Designer.cs b/aol_4/Forms/chat_list.Designer.cs index 1de0fb0..0f0a4cc 100644 --- a/aol_4/Forms/chat_list.Designer.cs +++ b/aol_4/Forms/chat_list.Designer.cs @@ -43,9 +43,13 @@ private void InitializeComponent() channels = new System.Windows.Forms.ColumnHeader(); pictureBox2 = new System.Windows.Forms.PictureBox(); roomsIn = new System.Windows.Forms.Label(); + goChatBtn = new System.Windows.Forms.PictureBox(); + searchBtn = new System.Windows.Forms.PictureBox(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)goChatBtn).BeginInit(); + ((System.ComponentModel.ISupportInitialize)searchBtn).BeginInit(); SuspendLayout(); // // panel1 @@ -60,10 +64,10 @@ private void InitializeComponent() panel1.Controls.Add(miniBtn); panel1.Controls.Add(maxBtn); panel1.Controls.Add(closeBtn); - panel1.Location = new System.Drawing.Point(3, 2); - panel1.Margin = new System.Windows.Forms.Padding(4); + panel1.Location = new System.Drawing.Point(3, 3); + panel1.Margin = new System.Windows.Forms.Padding(5); panel1.Name = "panel1"; - panel1.Size = new System.Drawing.Size(704, 21); + panel1.Size = new System.Drawing.Size(805, 28); panel1.TabIndex = 2; panel1.MouseDoubleClick += panel1_MouseDoubleClick; panel1.MouseMove += panel1_MouseMove; @@ -73,10 +77,10 @@ private void InitializeComponent() mainTitle.AutoSize = true; mainTitle.BackColor = System.Drawing.Color.Transparent; mainTitle.ForeColor = System.Drawing.Color.WhiteSmoke; - mainTitle.Location = new System.Drawing.Point(29, 4); - mainTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + mainTitle.Location = new System.Drawing.Point(33, 5); + mainTitle.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); mainTitle.Name = "mainTitle"; - mainTitle.Size = new System.Drawing.Size(82, 15); + mainTitle.Size = new System.Drawing.Size(101, 20); mainTitle.TabIndex = 10; mainTitle.Text = "Chatroom List"; mainTitle.MouseMove += mainTitle_MouseMove; @@ -88,10 +92,10 @@ private void InitializeComponent() pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pictureBox1.Image = Properties.Resources.aol_icon_4; pictureBox1.InitialImage = Properties.Resources.aol_icon_4; - pictureBox1.Location = new System.Drawing.Point(4, 0); - pictureBox1.Margin = new System.Windows.Forms.Padding(4); + pictureBox1.Location = new System.Drawing.Point(5, 0); + pictureBox1.Margin = new System.Windows.Forms.Padding(5); pictureBox1.Name = "pictureBox1"; - pictureBox1.Size = new System.Drawing.Size(21, 21); + pictureBox1.Size = new System.Drawing.Size(24, 28); pictureBox1.TabIndex = 9; pictureBox1.TabStop = false; // @@ -100,10 +104,10 @@ private void InitializeComponent() titleLabel.AutoSize = true; titleLabel.BackColor = System.Drawing.Color.Transparent; titleLabel.ForeColor = System.Drawing.Color.White; - titleLabel.Location = new System.Drawing.Point(4, 4); - titleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + titleLabel.Location = new System.Drawing.Point(5, 5); + titleLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); titleLabel.Name = "titleLabel"; - titleLabel.Size = new System.Drawing.Size(0, 15); + titleLabel.Size = new System.Drawing.Size(0, 20); titleLabel.TabIndex = 3; // // miniBtn @@ -113,12 +117,12 @@ private void InitializeComponent() miniBtn.BackgroundImage = Properties.Resources.minimize_btn; miniBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; miniBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); miniBtn.ForeColor = System.Drawing.Color.Black; - miniBtn.Location = new System.Drawing.Point(638, 1); - miniBtn.Margin = new System.Windows.Forms.Padding(4); + miniBtn.Location = new System.Drawing.Point(729, 1); + miniBtn.Margin = new System.Windows.Forms.Padding(5); miniBtn.Name = "miniBtn"; - miniBtn.Size = new System.Drawing.Size(21, 19); + miniBtn.Size = new System.Drawing.Size(24, 25); miniBtn.TabIndex = 2; miniBtn.UseVisualStyleBackColor = false; miniBtn.Click += miniBtn_Click; @@ -130,13 +134,13 @@ private void InitializeComponent() maxBtn.BackgroundImage = Properties.Resources.maximize_btn; maxBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; maxBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); maxBtn.ForeColor = System.Drawing.Color.Black; - maxBtn.Location = new System.Drawing.Point(659, 1); + maxBtn.Location = new System.Drawing.Point(753, 1); maxBtn.Margin = new System.Windows.Forms.Padding(0); maxBtn.Name = "maxBtn"; maxBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - maxBtn.Size = new System.Drawing.Size(21, 19); + maxBtn.Size = new System.Drawing.Size(24, 25); maxBtn.TabIndex = 1; maxBtn.UseVisualStyleBackColor = false; maxBtn.Click += maxBtn_Click; @@ -148,36 +152,38 @@ private void InitializeComponent() closeBtn.BackgroundImage = Properties.Resources.close_btn; closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); closeBtn.ForeColor = System.Drawing.Color.Black; - closeBtn.Location = new System.Drawing.Point(682, 1); + closeBtn.Location = new System.Drawing.Point(779, 1); closeBtn.Margin = new System.Windows.Forms.Padding(0); closeBtn.Name = "closeBtn"; closeBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - closeBtn.Size = new System.Drawing.Size(21, 19); + closeBtn.Size = new System.Drawing.Size(24, 25); closeBtn.TabIndex = 0; closeBtn.UseVisualStyleBackColor = false; closeBtn.Click += closeBtn_Click; // // searchTextBox // - searchTextBox.Font = new System.Drawing.Font("Segoe UI", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - searchTextBox.Location = new System.Drawing.Point(14, 127); - searchTextBox.Margin = new System.Windows.Forms.Padding(4); + searchTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + searchTextBox.Font = new System.Drawing.Font("Segoe UI", 8F); + searchTextBox.Location = new System.Drawing.Point(20, 170); + searchTextBox.Margin = new System.Windows.Forms.Padding(5); searchTextBox.Name = "searchTextBox"; - searchTextBox.Size = new System.Drawing.Size(168, 18); + searchTextBox.Size = new System.Drawing.Size(185, 18); searchTextBox.TabIndex = 3; // // catListView // + catListView.BorderStyle = System.Windows.Forms.BorderStyle.None; catListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { category_column }); catListView.FullRowSelect = true; catListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - catListView.Location = new System.Drawing.Point(21, 256); - catListView.Margin = new System.Windows.Forms.Padding(4); + catListView.Location = new System.Drawing.Point(24, 344); + catListView.Margin = new System.Windows.Forms.Padding(5); catListView.MultiSelect = false; catListView.Name = "catListView"; - catListView.Size = new System.Drawing.Size(166, 203); + catListView.Size = new System.Drawing.Size(187, 266); catListView.TabIndex = 7; catListView.UseCompatibleStateImageBehavior = false; catListView.View = System.Windows.Forms.View.Details; @@ -191,12 +197,13 @@ private void InitializeComponent() // // chanListView // + chanListView.BorderStyle = System.Windows.Forms.BorderStyle.None; chanListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { channels }); chanListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - chanListView.Location = new System.Drawing.Point(196, 256); - chanListView.Margin = new System.Windows.Forms.Padding(4); + chanListView.Location = new System.Drawing.Point(230, 344); + chanListView.Margin = new System.Windows.Forms.Padding(5); chanListView.Name = "chanListView"; - chanListView.Size = new System.Drawing.Size(276, 184); + chanListView.Size = new System.Drawing.Size(306, 243); chanListView.TabIndex = 8; chanListView.UseCompatibleStateImageBehavior = false; chanListView.View = System.Windows.Forms.View.Details; @@ -211,10 +218,10 @@ private void InitializeComponent() // pictureBox2.BackgroundImage = (System.Drawing.Image)resources.GetObject("pictureBox2.BackgroundImage"); pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - pictureBox2.Location = new System.Drawing.Point(3, 23); - pictureBox2.Margin = new System.Windows.Forms.Padding(4); + pictureBox2.Location = new System.Drawing.Point(3, 31); + pictureBox2.Margin = new System.Windows.Forms.Padding(5); pictureBox2.Name = "pictureBox2"; - pictureBox2.Size = new System.Drawing.Size(704, 482); + pictureBox2.Size = new System.Drawing.Size(805, 643); pictureBox2.TabIndex = 9; pictureBox2.TabStop = false; pictureBox2.MouseClick += pictureBox2_MouseClick; @@ -225,18 +232,44 @@ private void InitializeComponent() roomsIn.AutoSize = true; roomsIn.BackColor = System.Drawing.Color.FromArgb(201, 229, 248); roomsIn.ForeColor = System.Drawing.Color.DarkSlateGray; - roomsIn.Location = new System.Drawing.Point(312, 238); - roomsIn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + roomsIn.Location = new System.Drawing.Point(357, 317); + roomsIn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); roomsIn.Name = "roomsIn"; - roomsIn.Size = new System.Drawing.Size(13, 15); + roomsIn.Size = new System.Drawing.Size(15, 20); roomsIn.TabIndex = 10; roomsIn.Text = "''"; // + // goChatBtn + // + goChatBtn.BackgroundImage = (System.Drawing.Image)resources.GetObject("goChatBtn.BackgroundImage"); + goChatBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + goChatBtn.Cursor = System.Windows.Forms.Cursors.Hand; + goChatBtn.Location = new System.Drawing.Point(219, 600); + goChatBtn.Name = "goChatBtn"; + goChatBtn.Size = new System.Drawing.Size(97, 34); + goChatBtn.TabIndex = 11; + goChatBtn.TabStop = false; + goChatBtn.Click += goChatBtn_Click; + // + // searchBtn + // + searchBtn.BackgroundImage = (System.Drawing.Image)resources.GetObject("searchBtn.BackgroundImage"); + searchBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + searchBtn.Cursor = System.Windows.Forms.Cursors.Hand; + searchBtn.Location = new System.Drawing.Point(212, 162); + searchBtn.Name = "searchBtn"; + searchBtn.Size = new System.Drawing.Size(83, 35); + searchBtn.TabIndex = 12; + searchBtn.TabStop = false; + searchBtn.Click += searchBtn_Click_1; + // // chat_list // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(710, 506); + ClientSize = new System.Drawing.Size(811, 675); + Controls.Add(searchBtn); + Controls.Add(goChatBtn); Controls.Add(roomsIn); Controls.Add(chanListView); Controls.Add(catListView); @@ -245,7 +278,7 @@ private void InitializeComponent() Controls.Add(pictureBox2); FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; Location = new System.Drawing.Point(10, 245); - Margin = new System.Windows.Forms.Padding(4); + Margin = new System.Windows.Forms.Padding(5); Name = "chat_list"; StartPosition = System.Windows.Forms.FormStartPosition.Manual; Text = "chat_list"; @@ -255,6 +288,8 @@ private void InitializeComponent() panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit(); + ((System.ComponentModel.ISupportInitialize)goChatBtn).EndInit(); + ((System.ComponentModel.ISupportInitialize)searchBtn).EndInit(); ResumeLayout(false); PerformLayout(); } @@ -275,5 +310,7 @@ private void InitializeComponent() private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label roomsIn; + private System.Windows.Forms.PictureBox goChatBtn; + private System.Windows.Forms.PictureBox searchBtn; } } \ No newline at end of file diff --git a/aol_4/Forms/chat_list.cs b/aol_4/Forms/chat_list.cs index ee002a5..758f1e9 100644 --- a/aol_4/Forms/chat_list.cs +++ b/aol_4/Forms/chat_list.cs @@ -45,7 +45,8 @@ private void getChannels() try { catListView.Invoke(new MethodInvoker(delegate { catListView.Items.Add(lIt); })); - } catch { } + } + catch { } // add channels foreach (Match m2 in Regex.Matches(m.Value, "", RegexOptions.Singleline)) { @@ -65,8 +66,6 @@ private void getChannels() #endregion #region winform_functions - List rects = new List(); - public chat_list() { InitializeComponent(); @@ -74,7 +73,8 @@ public chat_list() private void chanListView_DoubleClick(object sender, EventArgs e) { - if (!chat.irc.IsClientRunning()) { + if (!chat.irc.IsClientRunning()) + { MessageBox.Show("ERROR: IRC client not running."); return; } @@ -88,8 +88,6 @@ private void chanListView_DoubleClick(object sender, EventArgs e) private void chat_list_Shown(object sender, EventArgs e) { location.PositionWindow(this, 0, 50); - rects.Add(new Rectangle(195, 427, 62, 23)); // 0 join channel - rects.Add(new Rectangle(185, 95, 54, 23)); // 1 search button } private void catListView_SelectedIndexChanged(object sender, EventArgs e) @@ -105,31 +103,12 @@ private void mainTitle_MouseMove(object sender, MouseEventArgs e) private void pictureBox2_MouseMove(object sender, MouseEventArgs e) { - foreach (Rectangle r in rects) - { - if (r.Contains(e.Location)) - { - Cursor = Cursors.Hand; - return; - } - } - Cursor = Cursors.Default; + } private void pictureBox2_MouseClick(object sender, MouseEventArgs e) { - foreach (Rectangle r in rects) - { - if (r.Contains(e.Location) && rects.IndexOf(r) == 0) // join channel - { - if (chanListView.SelectedItems.Count <= 0) - continue; - chatroom cr = new chatroom(chanListView.SelectedItems[0].Text.ToLower()); - cr.Owner = this; - cr.MdiParent = MdiParent; - cr.Show(); - } - } + } private void catListView_MouseClick(object sender, MouseEventArgs e) @@ -140,14 +119,14 @@ private void catListView_MouseClick(object sender, MouseEventArgs e) { ListViewItem lIt2 = new ListViewItem(); lIt2.Tag = chan; - lIt2.Text = chan.Replace("#",""); + lIt2.Text = chan.Replace("#", ""); chanListView.Items.Add(lIt2); } } private void panel1_MouseDoubleClick(object sender, MouseEventArgs e) { - + } private void miniBtn_Click(object sender, EventArgs e) @@ -176,5 +155,20 @@ private void chat_list_Load(object sender, EventArgs e) thread.Start(); } #endregion + + private void goChatBtn_Click(object sender, EventArgs e) + { + if (chanListView.SelectedItems.Count <= 0) + return; + chatroom cr = new chatroom(chanListView.SelectedItems[0].Text.ToLower()); + cr.Owner = this; + cr.MdiParent = MdiParent; + cr.Show(); + } + + private void searchBtn_Click_1(object sender, EventArgs e) + { + + } } } diff --git a/aol_4/Forms/chat_list.resx b/aol_4/Forms/chat_list.resx index fd68ecc..ffe8538 100644 --- a/aol_4/Forms/chat_list.resx +++ b/aol_4/Forms/chat_list.resx @@ -892,6 +892,43 @@ POb42L59DW1ZiTeXoGOB/TCN8JiwbRkX22abLMv2mSbj42tQ+zJWItdF6rOuvP+CypaiKIqilGG4cHNB FylQUg8lTeSWsihyGITKlqIoiqKUUbgDxR0T7pa48pXUQNnie8LdwEREWGVLURRFUcoolC3umvhvSymp hc9p8X0h8sxWLFS2FEVRFEVRSpCQbH2I/w/NhYsLOWn6fAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAAEUAAAAXCAIAAADSqRWCAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAM4SURBVFhH3dbPi5VVGAfwttIicNmqha1rI/QXzDbc + 6K6F0I+NQjLMQs2dMwMJlkJS0EjOoMxGnRC9hKg4WjDRoBiWYigZwwwDjlFg7frAVw7vnLnvfbf3Bl8O + 5zznec7z/T7Pec+9rxzorVaY+O73j3u/jQRQrcjXeuL31he7XpvcPsx4/dibSIZtk/8mPekM1w+/3f34 + xe2n/y4NLe5uXDl0Yy+qlaRNemwQHTEjAZLSpSKh1qOVD/++PkJAuPkV9dFz/6/eYOj1rZXzXy1Pwffr + 89VuXwhp4p0Tb3+6eLjyqcBNls7zu/Xc+XOhDT9tXLz2x7k9Z9/dNv5qAUvZheJcjAlxMmdKWEzGr3xQ + +WcZi3Hu3kluSlYc+qJbz9Kz+TaoFkJ8VHftn0cgn6Zn6+ralyd+PGjSDGHcMfkGZkIWHpwxcoiepr/x + +uqMZXoO5tyMzdO2Apmpm+tFQh89i+vftEGyMKPEfVBFidlRGZvbaQuccPqXT+LP7nUpIYliZ4nITC6v + HA/7QMmqpUQ5sEL0dPRH2doQckvrl9CyvPB0WmKjYrMrv6uFHwaSJSQ6vUU4xQIsEvH3QJk7RAnAVlIc + /eGjTJzMzRUosRU82R16VKsNyRGulrImN9I0JOtLzc/mE8JuqY0JCUKUf06gh9HcZ5a+uQjZ8hXl2BJb + obs/6t2GlNPYXEqMNMRID04amGUej8+W92cZsNDjNoa0MUeJTTkozJYJMc3YCt165p8caYMrwUEa6S1D + Qi1DGoOvH+0jxpKehMSHkSRLPkaWvAdVRWyln87MVhINQPd9m308MQBo5UoUuN/qVIwI+Yp8YyUkJS9w + SYz0uIRpAvbFJ6VxzVJ7cwcKKadV6O6PGrdBvDR4yBf4K+V+E+DyEOYX0DJiEqKE2LDEP29JRt9htsyd + KRzyR4bFgSXEvHCo0K3n1MP3BwNXVyUvNbrFiBy1chTPArs4CeFQbQWibKUPTYuotjMDhDt+fz7/9b0R + wiA9Gufv6tjczmP394wEUEV4ZnmjSKj7A14MftM/7xpyIInq7N3nrf2BSNLE4YeXsBIDtR5w6zhp4jCD + kq1ioI+ekcb/S09v9T/C4sHMjkoWWgAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAADYAAAAWCAIAAAAEi/i8AAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKYSURBVEhLzZc9a1RREIa31kLwd9hYWdtY2KWxshAR + UgsqFiGdH0SQbGcIgmLjWhgNiBEkTZAYBUk0atgQEgxRFkVXg6ho4bM8l8m5HyuiEi+8HObMvDPznjln + d5PGwsZmzZFJnFl5c/fZq7/E9bn2vwLVkLQlUX37xw/uOru7JkCMWnsS1bd3dM/RmwOrXx6A9W+P/y+e + frh3evoYQpGIvIbzQx8xJdYEqswkYi1/nq4hELbUede7aKznn6b6YaE7OduZuDw/cqPdLIT+ABTh0n6z + VCbRKaIj8OTj7fnuBMBm5Q3sOLFTcDI8EKQJabEFwcHQZnXbfDREHQ4cFYJWRk7i3PtWJXgQVOTQ8VL1 + O9Sg3e+M0RtneMDM26vhkeBKQVbSC/wychIpVwYkR0gt7jr8B67swwkw2NpV8M0QHmls4x4wDEHTY4V+ + yEnkfJXgrEStNbZ4Ck/MlS3GyMPj2E5UKYjAiYEOh41NFvfAOSOELT9tV0BO4p3XFysBjx7WgoYstGLQ + w0nQG9qZ2UE4epDIVoNJmMtXHZpkFkLRq4ycxFvr5/pBthekDsB4BAdwrqy2TCWSrpOjWq0c0l+JnMTW + 2nAlGBvAUAelrUsno6NLRxR9bfWkjw9OkGmjTRYE+BEi3VI2qkROIvmVsKKgIvdFphcqeFt2AkpktI4K + A4kUCT6ENGRi2q6AosRL7UGR2gji6FSMx0SUlfvFiYdPiVsgRxo3i0E6fNTIh8ATJMTqnDDSdgGdOYlp + eJvBUyl4AplEfwCbLw8D2LEG2AZSTxD0VG7LTJE6++WCLYn8aPJKcF14cWib8YumSAJfv/9oINNBsj+/ + OFATIIYPGfp6Ev2rW5X1Ad8k6sv+MQDMEuitD3raNjZ/AksHB8Nr2IPUAAAAAElFTkSuQmCC \ No newline at end of file diff --git a/aol_4/Forms/chatroom.Designer.cs b/aol_4/Forms/chatroom.Designer.cs index d31ea46..e9cbd92 100644 --- a/aol_4/Forms/chatroom.Designer.cs +++ b/aol_4/Forms/chatroom.Designer.cs @@ -53,22 +53,24 @@ private void InitializeComponent() // messageTextBox // messageTextBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; - messageTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - messageTextBox.Location = new System.Drawing.Point(20, 482); - messageTextBox.Margin = new System.Windows.Forms.Padding(4); + messageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + messageTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); + messageTextBox.Location = new System.Drawing.Point(23, 642); + messageTextBox.Margin = new System.Windows.Forms.Padding(5); messageTextBox.Name = "messageTextBox"; - messageTextBox.Size = new System.Drawing.Size(471, 23); + messageTextBox.Size = new System.Drawing.Size(535, 27); messageTextBox.TabIndex = 3; messageTextBox.KeyDown += messageTextBox_KeyDown; // // chatRoomTextBox // chatRoomTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; - chatRoomTextBox.Location = new System.Drawing.Point(15, 26); - chatRoomTextBox.Margin = new System.Windows.Forms.Padding(4); + chatRoomTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + chatRoomTextBox.Location = new System.Drawing.Point(17, 35); + chatRoomTextBox.Margin = new System.Windows.Forms.Padding(5); chatRoomTextBox.Name = "chatRoomTextBox"; chatRoomTextBox.ReadOnly = true; - chatRoomTextBox.Size = new System.Drawing.Size(543, 411); + chatRoomTextBox.Size = new System.Drawing.Size(620, 547); chatRoomTextBox.TabIndex = 6; chatRoomTextBox.Text = ""; // @@ -84,10 +86,10 @@ private void InitializeComponent() panel1.Controls.Add(miniBtn); panel1.Controls.Add(maxBtn); panel1.Controls.Add(closeBtn); - panel1.Location = new System.Drawing.Point(3, 2); - panel1.Margin = new System.Windows.Forms.Padding(4); + panel1.Location = new System.Drawing.Point(3, 3); + panel1.Margin = new System.Windows.Forms.Padding(5); panel1.Name = "panel1"; - panel1.Size = new System.Drawing.Size(788, 21); + panel1.Size = new System.Drawing.Size(901, 28); panel1.TabIndex = 2; panel1.DoubleClick += panel1_DoubleClick; panel1.MouseMove += panel1_MouseMove; @@ -97,10 +99,10 @@ private void InitializeComponent() mainTitle.AutoSize = true; mainTitle.BackColor = System.Drawing.Color.Transparent; mainTitle.ForeColor = System.Drawing.Color.WhiteSmoke; - mainTitle.Location = new System.Drawing.Point(25, 2); - mainTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + mainTitle.Location = new System.Drawing.Point(29, 3); + mainTitle.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); mainTitle.Name = "mainTitle"; - mainTitle.Size = new System.Drawing.Size(61, 15); + mainTitle.Size = new System.Drawing.Size(75, 20); mainTitle.TabIndex = 10; mainTitle.Text = "Chatroom"; mainTitle.MouseMove += mainTitle_MouseMove; @@ -113,9 +115,9 @@ private void InitializeComponent() pictureBox1.Image = Properties.Resources.aol_icon_4; pictureBox1.InitialImage = Properties.Resources.aol_icon_4; pictureBox1.Location = new System.Drawing.Point(0, -1); - pictureBox1.Margin = new System.Windows.Forms.Padding(4); + pictureBox1.Margin = new System.Windows.Forms.Padding(5); pictureBox1.Name = "pictureBox1"; - pictureBox1.Size = new System.Drawing.Size(21, 21); + pictureBox1.Size = new System.Drawing.Size(24, 28); pictureBox1.TabIndex = 9; pictureBox1.TabStop = false; // @@ -124,10 +126,10 @@ private void InitializeComponent() titleLabel.AutoSize = true; titleLabel.BackColor = System.Drawing.Color.Transparent; titleLabel.ForeColor = System.Drawing.Color.White; - titleLabel.Location = new System.Drawing.Point(4, 4); - titleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + titleLabel.Location = new System.Drawing.Point(5, 5); + titleLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); titleLabel.Name = "titleLabel"; - titleLabel.Size = new System.Drawing.Size(0, 15); + titleLabel.Size = new System.Drawing.Size(0, 20); titleLabel.TabIndex = 3; // // miniBtn @@ -137,12 +139,12 @@ private void InitializeComponent() miniBtn.BackgroundImage = Properties.Resources.minimize_btn; miniBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; miniBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); miniBtn.ForeColor = System.Drawing.Color.Black; - miniBtn.Location = new System.Drawing.Point(722, 1); - miniBtn.Margin = new System.Windows.Forms.Padding(4); + miniBtn.Location = new System.Drawing.Point(825, 1); + miniBtn.Margin = new System.Windows.Forms.Padding(5); miniBtn.Name = "miniBtn"; - miniBtn.Size = new System.Drawing.Size(21, 19); + miniBtn.Size = new System.Drawing.Size(24, 25); miniBtn.TabIndex = 2; miniBtn.UseVisualStyleBackColor = false; miniBtn.Click += miniBtn_Click; @@ -154,13 +156,13 @@ private void InitializeComponent() maxBtn.BackgroundImage = Properties.Resources.maximize_disabled_btn; maxBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; maxBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); maxBtn.ForeColor = System.Drawing.Color.Black; - maxBtn.Location = new System.Drawing.Point(743, 1); + maxBtn.Location = new System.Drawing.Point(849, 1); maxBtn.Margin = new System.Windows.Forms.Padding(0); maxBtn.Name = "maxBtn"; maxBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - maxBtn.Size = new System.Drawing.Size(21, 19); + maxBtn.Size = new System.Drawing.Size(24, 25); maxBtn.TabIndex = 1; maxBtn.UseVisualStyleBackColor = false; maxBtn.Click += maxBtn_Click; @@ -172,25 +174,26 @@ private void InitializeComponent() closeBtn.BackgroundImage = Properties.Resources.close_btn; closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); closeBtn.ForeColor = System.Drawing.Color.Black; - closeBtn.Location = new System.Drawing.Point(766, 1); + closeBtn.Location = new System.Drawing.Point(875, 1); closeBtn.Margin = new System.Windows.Forms.Padding(0); closeBtn.Name = "closeBtn"; closeBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - closeBtn.Size = new System.Drawing.Size(21, 19); + closeBtn.Size = new System.Drawing.Size(24, 25); closeBtn.TabIndex = 0; closeBtn.UseVisualStyleBackColor = false; closeBtn.Click += closeBtn_Click; // // usersListView // + usersListView.BorderStyle = System.Windows.Forms.BorderStyle.None; usersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { users }); usersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - usersListView.Location = new System.Drawing.Point(568, 118); - usersListView.Margin = new System.Windows.Forms.Padding(4); + usersListView.Location = new System.Drawing.Point(649, 157); + usersListView.Margin = new System.Windows.Forms.Padding(5); usersListView.Name = "usersListView"; - usersListView.Size = new System.Drawing.Size(204, 204); + usersListView.Size = new System.Drawing.Size(233, 271); usersListView.TabIndex = 7; usersListView.UseCompatibleStateImageBehavior = false; usersListView.View = System.Windows.Forms.View.Details; @@ -209,10 +212,10 @@ private void InitializeComponent() // pictureBox2.BackgroundImage = (System.Drawing.Image)resources.GetObject("pictureBox2.BackgroundImage"); pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - pictureBox2.Location = new System.Drawing.Point(3, 23); - pictureBox2.Margin = new System.Windows.Forms.Padding(4); + pictureBox2.Location = new System.Drawing.Point(3, 31); + pictureBox2.Margin = new System.Windows.Forms.Padding(5); pictureBox2.Name = "pictureBox2"; - pictureBox2.Size = new System.Drawing.Size(788, 494); + pictureBox2.Size = new System.Drawing.Size(901, 659); pictureBox2.TabIndex = 8; pictureBox2.TabStop = false; pictureBox2.MouseClick += pictureBox2_MouseClick; @@ -222,10 +225,10 @@ private void InitializeComponent() // pplQty.AutoSize = true; pplQty.BackColor = System.Drawing.Color.FromArgb(209, 229, 243); - pplQty.Location = new System.Drawing.Point(668, 62); - pplQty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + pplQty.Location = new System.Drawing.Point(763, 83); + pplQty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); pplQty.Name = "pplQty"; - pplQty.Size = new System.Drawing.Size(14, 15); + pplQty.Size = new System.Drawing.Size(18, 20); pplQty.TabIndex = 9; pplQty.Text = "#"; // @@ -233,10 +236,10 @@ private void InitializeComponent() // chatSendBtn.Cursor = System.Windows.Forms.Cursors.Hand; chatSendBtn.Image = (System.Drawing.Image)resources.GetObject("chatSendBtn.Image"); - chatSendBtn.Location = new System.Drawing.Point(497, 479); - chatSendBtn.Margin = new System.Windows.Forms.Padding(4); + chatSendBtn.Location = new System.Drawing.Point(568, 639); + chatSendBtn.Margin = new System.Windows.Forms.Padding(5); chatSendBtn.Name = "chatSendBtn"; - chatSendBtn.Size = new System.Drawing.Size(59, 23); + chatSendBtn.Size = new System.Drawing.Size(67, 31); chatSendBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; chatSendBtn.TabIndex = 10; chatSendBtn.TabStop = false; @@ -244,9 +247,9 @@ private void InitializeComponent() // // chatroom // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(794, 518); + ClientSize = new System.Drawing.Size(907, 691); Controls.Add(chatSendBtn); Controls.Add(pplQty); Controls.Add(usersListView); @@ -256,7 +259,7 @@ private void InitializeComponent() Controls.Add(pictureBox2); FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; Location = new System.Drawing.Point(5, 245); - Margin = new System.Windows.Forms.Padding(4); + Margin = new System.Windows.Forms.Padding(5); Name = "chatroom"; StartPosition = System.Windows.Forms.FormStartPosition.Manual; Text = "chatroom"; diff --git a/aol_4/Forms/chatroom.resx b/aol_4/Forms/chatroom.resx index be237c6..b2a1e7a 100644 --- a/aol_4/Forms/chatroom.resx +++ b/aol_4/Forms/chatroom.resx @@ -347,4 +347,7 @@ AABJRU5ErkJggg== + + 25 + \ No newline at end of file diff --git a/aol_4/Forms/instant_message.Designer.cs b/aol_4/Forms/instant_message.Designer.cs index 3acb060..d3088f5 100644 --- a/aol_4/Forms/instant_message.Designer.cs +++ b/aol_4/Forms/instant_message.Designer.cs @@ -28,498 +28,461 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.messagesBox = new System.Windows.Forms.RichTextBox(); - this.myMessageBox = new System.Windows.Forms.RichTextBox(); - this.sendBtn = new System.Windows.Forms.Button(); - this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); - this.panel2 = new System.Windows.Forms.Panel(); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.imageOrSoundFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.recordSoundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.hyperlinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.smileyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SmiliesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.frowningCtrl2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.winkingCtrl3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pStickingouttongueCtrl4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.oSurprisedCtrl5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.kissingCtrl6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.oYellingCtrl7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.coolCtrl8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.moneymouthCtrlShift1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.footinmouthCtrlShift2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.embarrassedCtrlShift3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.oInnocentCtrlShift4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.undecidedCtrlShift5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.cryingCtrlShift6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.xLipsaresealedCtrlShift7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.dLaughingCtrlShift8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.textFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.peopleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.panel1 = new System.Windows.Forms.Panel(); - this.mainTitle = new System.Windows.Forms.Label(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.titleLabel = new System.Windows.Forms.Label(); - this.miniBtn = new System.Windows.Forms.Button(); - this.maxBtn = new System.Windows.Forms.Button(); - this.closeBtn = new System.Windows.Forms.Button(); - this.panel2.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.SuspendLayout(); + messagesBox = new System.Windows.Forms.RichTextBox(); + myMessageBox = new System.Windows.Forms.RichTextBox(); + sendBtn = new System.Windows.Forms.Button(); + backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); + panel2 = new System.Windows.Forms.Panel(); + menuStrip1 = new System.Windows.Forms.MenuStrip(); + fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + imageOrSoundFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + recordSoundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + hyperlinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + smileyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + SmiliesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + frowningCtrl2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + winkingCtrl3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + pStickingouttongueCtrl4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + oSurprisedCtrl5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + kissingCtrl6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + oYellingCtrl7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + coolCtrl8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + moneymouthCtrlShift1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + footinmouthCtrlShift2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + embarrassedCtrlShift3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + oInnocentCtrlShift4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + undecidedCtrlShift5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + cryingCtrlShift6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + xLipsaresealedCtrlShift7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + dLaughingCtrlShift8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + textFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + peopleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + panel1 = new System.Windows.Forms.Panel(); + mainTitle = new System.Windows.Forms.Label(); + pictureBox1 = new System.Windows.Forms.PictureBox(); + titleLabel = new System.Windows.Forms.Label(); + miniBtn = new System.Windows.Forms.Button(); + maxBtn = new System.Windows.Forms.Button(); + closeBtn = new System.Windows.Forms.Button(); + panel2.SuspendLayout(); + menuStrip1.SuspendLayout(); + panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); + SuspendLayout(); // // messagesBox // - this.messagesBox.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.messagesBox.Location = new System.Drawing.Point(11, 96); - this.messagesBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.messagesBox.Name = "messagesBox"; - this.messagesBox.ReadOnly = true; - this.messagesBox.Size = new System.Drawing.Size(954, 375); - this.messagesBox.TabIndex = 4; - this.messagesBox.Text = ""; + messagesBox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + messagesBox.Location = new System.Drawing.Point(8, 77); + messagesBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + messagesBox.Name = "messagesBox"; + messagesBox.ReadOnly = true; + messagesBox.Size = new System.Drawing.Size(695, 301); + messagesBox.TabIndex = 4; + messagesBox.Text = ""; // // myMessageBox // - this.myMessageBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.myMessageBox.Location = new System.Drawing.Point(11, 487); - this.myMessageBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.myMessageBox.Name = "myMessageBox"; - this.myMessageBox.Size = new System.Drawing.Size(954, 106); - this.myMessageBox.TabIndex = 5; - this.myMessageBox.Text = ""; - this.myMessageBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.myMessageBox_KeyDown); + myMessageBox.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + myMessageBox.Location = new System.Drawing.Point(8, 390); + myMessageBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + myMessageBox.Name = "myMessageBox"; + myMessageBox.Size = new System.Drawing.Size(695, 86); + myMessageBox.TabIndex = 5; + myMessageBox.Text = ""; + myMessageBox.KeyDown += myMessageBox_KeyDown; // // sendBtn // - this.sendBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.sendBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(170))))); - this.sendBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.sendBtn.ForeColor = System.Drawing.SystemColors.Control; - this.sendBtn.Location = new System.Drawing.Point(864, 608); - this.sendBtn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.sendBtn.Name = "sendBtn"; - this.sendBtn.Size = new System.Drawing.Size(104, 98); - this.sendBtn.TabIndex = 6; - this.sendBtn.Text = "SEND"; - this.sendBtn.UseVisualStyleBackColor = false; - this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click); + sendBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + sendBtn.BackColor = System.Drawing.Color.FromArgb(0, 109, 170); + sendBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + sendBtn.ForeColor = System.Drawing.SystemColors.Control; + sendBtn.Location = new System.Drawing.Point(628, 486); + sendBtn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + sendBtn.Name = "sendBtn"; + sendBtn.Size = new System.Drawing.Size(76, 78); + sendBtn.TabIndex = 6; + sendBtn.Text = "SEND"; + sendBtn.UseVisualStyleBackColor = false; + sendBtn.Click += sendBtn_Click; // // backgroundWorker1 // - this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); + backgroundWorker1.DoWork += backgroundWorker1_DoWork; // // panel2 // - this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.panel2.Controls.Add(this.menuStrip1); - this.panel2.Location = new System.Drawing.Point(4, 42); - this.panel2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(968, 42); - this.panel2.TabIndex = 8; + panel2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + panel2.Controls.Add(menuStrip1); + panel2.Location = new System.Drawing.Point(3, 34); + panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + panel2.Name = "panel2"; + panel2.Size = new System.Drawing.Size(704, 34); + panel2.TabIndex = 8; // // menuStrip1 // - this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; - this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.fileToolStripMenuItem, - this.editToolStripMenuItem, - this.insertToolStripMenuItem, - this.peopleToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Padding = new System.Windows.Forms.Padding(11, 4, 0, 4); - this.menuStrip1.Size = new System.Drawing.Size(290, 37); - this.menuStrip1.TabIndex = 0; - this.menuStrip1.Text = "menuStrip1"; + menuStrip1.Dock = System.Windows.Forms.DockStyle.None; + menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); + menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, insertToolStripMenuItem, peopleToolStripMenuItem }); + menuStrip1.Location = new System.Drawing.Point(0, 0); + menuStrip1.Name = "menuStrip1"; + menuStrip1.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3); + menuStrip1.Size = new System.Drawing.Size(232, 30); + menuStrip1.TabIndex = 0; + menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(57, 29); - this.fileToolStripMenuItem.Text = "File"; + fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); + fileToolStripMenuItem.Text = "File"; // // editToolStripMenuItem // - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(60, 29); - this.editToolStripMenuItem.Text = "Edit"; + editToolStripMenuItem.Name = "editToolStripMenuItem"; + editToolStripMenuItem.Size = new System.Drawing.Size(49, 24); + editToolStripMenuItem.Text = "Edit"; // // insertToolStripMenuItem // - this.insertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.imageOrSoundFileToolStripMenuItem, - this.recordSoundToolStripMenuItem, - this.hyperlinkToolStripMenuItem, - this.smileyToolStripMenuItem, - this.textFromFileToolStripMenuItem}); - this.insertToolStripMenuItem.Name = "insertToolStripMenuItem"; - this.insertToolStripMenuItem.Size = new System.Drawing.Size(75, 29); - this.insertToolStripMenuItem.Text = "Insert"; + insertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { imageOrSoundFileToolStripMenuItem, recordSoundToolStripMenuItem, hyperlinkToolStripMenuItem, smileyToolStripMenuItem, textFromFileToolStripMenuItem }); + insertToolStripMenuItem.Name = "insertToolStripMenuItem"; + insertToolStripMenuItem.Size = new System.Drawing.Size(59, 24); + insertToolStripMenuItem.Text = "Insert"; // // imageOrSoundFileToolStripMenuItem // - this.imageOrSoundFileToolStripMenuItem.Name = "imageOrSoundFileToolStripMenuItem"; - this.imageOrSoundFileToolStripMenuItem.Size = new System.Drawing.Size(294, 34); - this.imageOrSoundFileToolStripMenuItem.Text = "Image or Sound File..."; + imageOrSoundFileToolStripMenuItem.Name = "imageOrSoundFileToolStripMenuItem"; + imageOrSoundFileToolStripMenuItem.Size = new System.Drawing.Size(234, 26); + imageOrSoundFileToolStripMenuItem.Text = "Image or Sound File..."; // // recordSoundToolStripMenuItem // - this.recordSoundToolStripMenuItem.Name = "recordSoundToolStripMenuItem"; - this.recordSoundToolStripMenuItem.Size = new System.Drawing.Size(294, 34); - this.recordSoundToolStripMenuItem.Text = "Record Sound..."; + recordSoundToolStripMenuItem.Name = "recordSoundToolStripMenuItem"; + recordSoundToolStripMenuItem.Size = new System.Drawing.Size(234, 26); + recordSoundToolStripMenuItem.Text = "Record Sound..."; // // hyperlinkToolStripMenuItem // - this.hyperlinkToolStripMenuItem.Name = "hyperlinkToolStripMenuItem"; - this.hyperlinkToolStripMenuItem.Size = new System.Drawing.Size(294, 34); - this.hyperlinkToolStripMenuItem.Text = "Hyperlink..."; + hyperlinkToolStripMenuItem.Name = "hyperlinkToolStripMenuItem"; + hyperlinkToolStripMenuItem.Size = new System.Drawing.Size(234, 26); + hyperlinkToolStripMenuItem.Text = "Hyperlink..."; // // smileyToolStripMenuItem // - this.smileyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.SmiliesToolStripMenuItem, - this.frowningCtrl2ToolStripMenuItem, - this.winkingCtrl3ToolStripMenuItem, - this.pStickingouttongueCtrl4ToolStripMenuItem, - this.toolStripSeparator1, - this.oSurprisedCtrl5ToolStripMenuItem, - this.kissingCtrl6ToolStripMenuItem, - this.oYellingCtrl7ToolStripMenuItem, - this.coolCtrl8ToolStripMenuItem, - this.toolStripSeparator2, - this.moneymouthCtrlShift1ToolStripMenuItem, - this.footinmouthCtrlShift2ToolStripMenuItem, - this.embarrassedCtrlShift3ToolStripMenuItem, - this.oInnocentCtrlShift4ToolStripMenuItem, - this.toolStripSeparator3, - this.undecidedCtrlShift5ToolStripMenuItem, - this.cryingCtrlShift6ToolStripMenuItem, - this.xLipsaresealedCtrlShift7ToolStripMenuItem, - this.dLaughingCtrlShift8ToolStripMenuItem}); - this.smileyToolStripMenuItem.Name = "smileyToolStripMenuItem"; - this.smileyToolStripMenuItem.Size = new System.Drawing.Size(294, 34); - this.smileyToolStripMenuItem.Text = "Smiley"; + smileyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { SmiliesToolStripMenuItem, frowningCtrl2ToolStripMenuItem, winkingCtrl3ToolStripMenuItem, pStickingouttongueCtrl4ToolStripMenuItem, toolStripSeparator1, oSurprisedCtrl5ToolStripMenuItem, kissingCtrl6ToolStripMenuItem, oYellingCtrl7ToolStripMenuItem, coolCtrl8ToolStripMenuItem, toolStripSeparator2, moneymouthCtrlShift1ToolStripMenuItem, footinmouthCtrlShift2ToolStripMenuItem, embarrassedCtrlShift3ToolStripMenuItem, oInnocentCtrlShift4ToolStripMenuItem, toolStripSeparator3, undecidedCtrlShift5ToolStripMenuItem, cryingCtrlShift6ToolStripMenuItem, xLipsaresealedCtrlShift7ToolStripMenuItem, dLaughingCtrlShift8ToolStripMenuItem }); + smileyToolStripMenuItem.Name = "smileyToolStripMenuItem"; + smileyToolStripMenuItem.Size = new System.Drawing.Size(234, 26); + smileyToolStripMenuItem.Text = "Smiley"; // // SmiliesToolStripMenuItem // - this.SmiliesToolStripMenuItem.Image = global::aol.Properties.Resources.Smiling; - this.SmiliesToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.SmiliesToolStripMenuItem.Name = "SmiliesToolStripMenuItem"; - this.SmiliesToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.SmiliesToolStripMenuItem.Text = ":-) Smiling Ctrl+1"; - this.SmiliesToolStripMenuItem.Click += new System.EventHandler(this.SmiliesToolStripMenuItem_Click); + SmiliesToolStripMenuItem.Image = Properties.Resources.Smiling; + SmiliesToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + SmiliesToolStripMenuItem.Name = "SmiliesToolStripMenuItem"; + SmiliesToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + SmiliesToolStripMenuItem.Text = ":-) Smiling Ctrl+1"; + SmiliesToolStripMenuItem.Click += SmiliesToolStripMenuItem_Click; // // frowningCtrl2ToolStripMenuItem // - this.frowningCtrl2ToolStripMenuItem.Image = global::aol.Properties.Resources.Frowning; - this.frowningCtrl2ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.frowningCtrl2ToolStripMenuItem.Name = "frowningCtrl2ToolStripMenuItem"; - this.frowningCtrl2ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.frowningCtrl2ToolStripMenuItem.Text = ":-( Frowning Ctrl+2"; - this.frowningCtrl2ToolStripMenuItem.Click += new System.EventHandler(this.frowningCtrl2ToolStripMenuItem_Click); + frowningCtrl2ToolStripMenuItem.Image = Properties.Resources.Frowning; + frowningCtrl2ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + frowningCtrl2ToolStripMenuItem.Name = "frowningCtrl2ToolStripMenuItem"; + frowningCtrl2ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + frowningCtrl2ToolStripMenuItem.Text = ":-( Frowning Ctrl+2"; + frowningCtrl2ToolStripMenuItem.Click += frowningCtrl2ToolStripMenuItem_Click; // // winkingCtrl3ToolStripMenuItem // - this.winkingCtrl3ToolStripMenuItem.Image = global::aol.Properties.Resources.Winking; - this.winkingCtrl3ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.winkingCtrl3ToolStripMenuItem.Name = "winkingCtrl3ToolStripMenuItem"; - this.winkingCtrl3ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.winkingCtrl3ToolStripMenuItem.Text = ";-) Winking Ctrl+3"; - this.winkingCtrl3ToolStripMenuItem.Click += new System.EventHandler(this.winkingCtrl3ToolStripMenuItem_Click); + winkingCtrl3ToolStripMenuItem.Image = Properties.Resources.Winking; + winkingCtrl3ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + winkingCtrl3ToolStripMenuItem.Name = "winkingCtrl3ToolStripMenuItem"; + winkingCtrl3ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + winkingCtrl3ToolStripMenuItem.Text = ";-) Winking Ctrl+3"; + winkingCtrl3ToolStripMenuItem.Click += winkingCtrl3ToolStripMenuItem_Click; // // pStickingouttongueCtrl4ToolStripMenuItem // - this.pStickingouttongueCtrl4ToolStripMenuItem.Image = global::aol.Properties.Resources.Sticking_out_tongue; - this.pStickingouttongueCtrl4ToolStripMenuItem.Name = "pStickingouttongueCtrl4ToolStripMenuItem"; - this.pStickingouttongueCtrl4ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.pStickingouttongueCtrl4ToolStripMenuItem.Text = ":-P Sticking-out-tongue Ctrl+4"; - this.pStickingouttongueCtrl4ToolStripMenuItem.Click += new System.EventHandler(this.pStickingouttongueCtrl4ToolStripMenuItem_Click); + pStickingouttongueCtrl4ToolStripMenuItem.Image = Properties.Resources.Sticking_out_tongue; + pStickingouttongueCtrl4ToolStripMenuItem.Name = "pStickingouttongueCtrl4ToolStripMenuItem"; + pStickingouttongueCtrl4ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + pStickingouttongueCtrl4ToolStripMenuItem.Text = ":-P Sticking-out-tongue Ctrl+4"; + pStickingouttongueCtrl4ToolStripMenuItem.Click += pStickingouttongueCtrl4ToolStripMenuItem_Click; // // toolStripSeparator1 // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(495, 6); + toolStripSeparator1.Name = "toolStripSeparator1"; + toolStripSeparator1.Size = new System.Drawing.Size(393, 6); // // oSurprisedCtrl5ToolStripMenuItem // - this.oSurprisedCtrl5ToolStripMenuItem.Image = global::aol.Properties.Resources.Surprised; - this.oSurprisedCtrl5ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.oSurprisedCtrl5ToolStripMenuItem.Name = "oSurprisedCtrl5ToolStripMenuItem"; - this.oSurprisedCtrl5ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.oSurprisedCtrl5ToolStripMenuItem.Text = "=-O Surprised Ctrl+5"; - this.oSurprisedCtrl5ToolStripMenuItem.Click += new System.EventHandler(this.oSurprisedCtrl5ToolStripMenuItem_Click); + oSurprisedCtrl5ToolStripMenuItem.Image = Properties.Resources.Surprised; + oSurprisedCtrl5ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + oSurprisedCtrl5ToolStripMenuItem.Name = "oSurprisedCtrl5ToolStripMenuItem"; + oSurprisedCtrl5ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + oSurprisedCtrl5ToolStripMenuItem.Text = "=-O Surprised Ctrl+5"; + oSurprisedCtrl5ToolStripMenuItem.Click += oSurprisedCtrl5ToolStripMenuItem_Click; // // kissingCtrl6ToolStripMenuItem // - this.kissingCtrl6ToolStripMenuItem.Image = global::aol.Properties.Resources.Kissing; - this.kissingCtrl6ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.kissingCtrl6ToolStripMenuItem.Name = "kissingCtrl6ToolStripMenuItem"; - this.kissingCtrl6ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.kissingCtrl6ToolStripMenuItem.Text = ":-* Kissing Ctrl+6"; - this.kissingCtrl6ToolStripMenuItem.Click += new System.EventHandler(this.kissingCtrl6ToolStripMenuItem_Click); + kissingCtrl6ToolStripMenuItem.Image = Properties.Resources.Kissing; + kissingCtrl6ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + kissingCtrl6ToolStripMenuItem.Name = "kissingCtrl6ToolStripMenuItem"; + kissingCtrl6ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + kissingCtrl6ToolStripMenuItem.Text = ":-* Kissing Ctrl+6"; + kissingCtrl6ToolStripMenuItem.Click += kissingCtrl6ToolStripMenuItem_Click; // // oYellingCtrl7ToolStripMenuItem // - this.oYellingCtrl7ToolStripMenuItem.Image = global::aol.Properties.Resources.Yelling; - this.oYellingCtrl7ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.oYellingCtrl7ToolStripMenuItem.Name = "oYellingCtrl7ToolStripMenuItem"; - this.oYellingCtrl7ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.oYellingCtrl7ToolStripMenuItem.Text = ">:o Yelling Ctrl+7"; - this.oYellingCtrl7ToolStripMenuItem.Click += new System.EventHandler(this.oYellingCtrl7ToolStripMenuItem_Click); + oYellingCtrl7ToolStripMenuItem.Image = Properties.Resources.Yelling; + oYellingCtrl7ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + oYellingCtrl7ToolStripMenuItem.Name = "oYellingCtrl7ToolStripMenuItem"; + oYellingCtrl7ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + oYellingCtrl7ToolStripMenuItem.Text = ">:o Yelling Ctrl+7"; + oYellingCtrl7ToolStripMenuItem.Click += oYellingCtrl7ToolStripMenuItem_Click; // // coolCtrl8ToolStripMenuItem // - this.coolCtrl8ToolStripMenuItem.Image = global::aol.Properties.Resources.Cool; - this.coolCtrl8ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.coolCtrl8ToolStripMenuItem.Name = "coolCtrl8ToolStripMenuItem"; - this.coolCtrl8ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.coolCtrl8ToolStripMenuItem.Text = "8-) Cool Ctrl+8"; - this.coolCtrl8ToolStripMenuItem.Click += new System.EventHandler(this.coolCtrl8ToolStripMenuItem_Click); + coolCtrl8ToolStripMenuItem.Image = Properties.Resources.Cool; + coolCtrl8ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + coolCtrl8ToolStripMenuItem.Name = "coolCtrl8ToolStripMenuItem"; + coolCtrl8ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + coolCtrl8ToolStripMenuItem.Text = "8-) Cool Ctrl+8"; + coolCtrl8ToolStripMenuItem.Click += coolCtrl8ToolStripMenuItem_Click; // // toolStripSeparator2 // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(495, 6); + toolStripSeparator2.Name = "toolStripSeparator2"; + toolStripSeparator2.Size = new System.Drawing.Size(393, 6); // // moneymouthCtrlShift1ToolStripMenuItem // - this.moneymouthCtrlShift1ToolStripMenuItem.Image = global::aol.Properties.Resources.Money_mouth; - this.moneymouthCtrlShift1ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.moneymouthCtrlShift1ToolStripMenuItem.Name = "moneymouthCtrlShift1ToolStripMenuItem"; - this.moneymouthCtrlShift1ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.moneymouthCtrlShift1ToolStripMenuItem.Text = ":-$ Money-mouth Ctrl+Shift+1"; - this.moneymouthCtrlShift1ToolStripMenuItem.Click += new System.EventHandler(this.moneymouthCtrlShift1ToolStripMenuItem_Click); + moneymouthCtrlShift1ToolStripMenuItem.Image = Properties.Resources.Money_mouth; + moneymouthCtrlShift1ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + moneymouthCtrlShift1ToolStripMenuItem.Name = "moneymouthCtrlShift1ToolStripMenuItem"; + moneymouthCtrlShift1ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + moneymouthCtrlShift1ToolStripMenuItem.Text = ":-$ Money-mouth Ctrl+Shift+1"; + moneymouthCtrlShift1ToolStripMenuItem.Click += moneymouthCtrlShift1ToolStripMenuItem_Click; // // footinmouthCtrlShift2ToolStripMenuItem // - this.footinmouthCtrlShift2ToolStripMenuItem.Image = global::aol.Properties.Resources.Foot_in_mouth; - this.footinmouthCtrlShift2ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.footinmouthCtrlShift2ToolStripMenuItem.Name = "footinmouthCtrlShift2ToolStripMenuItem"; - this.footinmouthCtrlShift2ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.footinmouthCtrlShift2ToolStripMenuItem.Text = ":-! Foot-in-mouth Ctrl+Shift+2"; - this.footinmouthCtrlShift2ToolStripMenuItem.Click += new System.EventHandler(this.footinmouthCtrlShift2ToolStripMenuItem_Click); + footinmouthCtrlShift2ToolStripMenuItem.Image = Properties.Resources.Foot_in_mouth; + footinmouthCtrlShift2ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + footinmouthCtrlShift2ToolStripMenuItem.Name = "footinmouthCtrlShift2ToolStripMenuItem"; + footinmouthCtrlShift2ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + footinmouthCtrlShift2ToolStripMenuItem.Text = ":-! Foot-in-mouth Ctrl+Shift+2"; + footinmouthCtrlShift2ToolStripMenuItem.Click += footinmouthCtrlShift2ToolStripMenuItem_Click; // // embarrassedCtrlShift3ToolStripMenuItem // - this.embarrassedCtrlShift3ToolStripMenuItem.Image = global::aol.Properties.Resources.Embarrassed; - this.embarrassedCtrlShift3ToolStripMenuItem.Name = "embarrassedCtrlShift3ToolStripMenuItem"; - this.embarrassedCtrlShift3ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.embarrassedCtrlShift3ToolStripMenuItem.Text = ":-[ Embarrassed Ctrl+Shift+3"; - this.embarrassedCtrlShift3ToolStripMenuItem.Click += new System.EventHandler(this.embarrassedCtrlShift3ToolStripMenuItem_Click); + embarrassedCtrlShift3ToolStripMenuItem.Image = Properties.Resources.Embarrassed; + embarrassedCtrlShift3ToolStripMenuItem.Name = "embarrassedCtrlShift3ToolStripMenuItem"; + embarrassedCtrlShift3ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + embarrassedCtrlShift3ToolStripMenuItem.Text = ":-[ Embarrassed Ctrl+Shift+3"; + embarrassedCtrlShift3ToolStripMenuItem.Click += embarrassedCtrlShift3ToolStripMenuItem_Click; // // oInnocentCtrlShift4ToolStripMenuItem // - this.oInnocentCtrlShift4ToolStripMenuItem.Image = global::aol.Properties.Resources.Innocent; - this.oInnocentCtrlShift4ToolStripMenuItem.Name = "oInnocentCtrlShift4ToolStripMenuItem"; - this.oInnocentCtrlShift4ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.oInnocentCtrlShift4ToolStripMenuItem.Text = "O:-) Innocent Ctrl+Shift+4"; - this.oInnocentCtrlShift4ToolStripMenuItem.Click += new System.EventHandler(this.oInnocentCtrlShift4ToolStripMenuItem_Click); + oInnocentCtrlShift4ToolStripMenuItem.Image = Properties.Resources.Innocent; + oInnocentCtrlShift4ToolStripMenuItem.Name = "oInnocentCtrlShift4ToolStripMenuItem"; + oInnocentCtrlShift4ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + oInnocentCtrlShift4ToolStripMenuItem.Text = "O:-) Innocent Ctrl+Shift+4"; + oInnocentCtrlShift4ToolStripMenuItem.Click += oInnocentCtrlShift4ToolStripMenuItem_Click; // // toolStripSeparator3 // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(495, 6); + toolStripSeparator3.Name = "toolStripSeparator3"; + toolStripSeparator3.Size = new System.Drawing.Size(393, 6); // // undecidedCtrlShift5ToolStripMenuItem // - this.undecidedCtrlShift5ToolStripMenuItem.Image = global::aol.Properties.Resources.Undecided; - this.undecidedCtrlShift5ToolStripMenuItem.Name = "undecidedCtrlShift5ToolStripMenuItem"; - this.undecidedCtrlShift5ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.undecidedCtrlShift5ToolStripMenuItem.Text = ":-\\ Undecided Ctrl+Shift+5"; - this.undecidedCtrlShift5ToolStripMenuItem.Click += new System.EventHandler(this.undecidedCtrlShift5ToolStripMenuItem_Click); + undecidedCtrlShift5ToolStripMenuItem.Image = Properties.Resources.Undecided; + undecidedCtrlShift5ToolStripMenuItem.Name = "undecidedCtrlShift5ToolStripMenuItem"; + undecidedCtrlShift5ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + undecidedCtrlShift5ToolStripMenuItem.Text = ":-\\ Undecided Ctrl+Shift+5"; + undecidedCtrlShift5ToolStripMenuItem.Click += undecidedCtrlShift5ToolStripMenuItem_Click; // // cryingCtrlShift6ToolStripMenuItem // - this.cryingCtrlShift6ToolStripMenuItem.Image = global::aol.Properties.Resources.Crying; - this.cryingCtrlShift6ToolStripMenuItem.Name = "cryingCtrlShift6ToolStripMenuItem"; - this.cryingCtrlShift6ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.cryingCtrlShift6ToolStripMenuItem.Text = ":\'( Crying Ctrl+Shift+6"; - this.cryingCtrlShift6ToolStripMenuItem.Click += new System.EventHandler(this.cryingCtrlShift6ToolStripMenuItem_Click); + cryingCtrlShift6ToolStripMenuItem.Image = Properties.Resources.Crying; + cryingCtrlShift6ToolStripMenuItem.Name = "cryingCtrlShift6ToolStripMenuItem"; + cryingCtrlShift6ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + cryingCtrlShift6ToolStripMenuItem.Text = ":'( Crying Ctrl+Shift+6"; + cryingCtrlShift6ToolStripMenuItem.Click += cryingCtrlShift6ToolStripMenuItem_Click; // // xLipsaresealedCtrlShift7ToolStripMenuItem // - this.xLipsaresealedCtrlShift7ToolStripMenuItem.Image = global::aol.Properties.Resources.Lips_are_sealed; - this.xLipsaresealedCtrlShift7ToolStripMenuItem.Name = "xLipsaresealedCtrlShift7ToolStripMenuItem"; - this.xLipsaresealedCtrlShift7ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.xLipsaresealedCtrlShift7ToolStripMenuItem.Text = ":-X Lips-are-sealed Ctrl+Shift+7"; - this.xLipsaresealedCtrlShift7ToolStripMenuItem.Click += new System.EventHandler(this.xLipsaresealedCtrlShift7ToolStripMenuItem_Click); + xLipsaresealedCtrlShift7ToolStripMenuItem.Image = Properties.Resources.Lips_are_sealed; + xLipsaresealedCtrlShift7ToolStripMenuItem.Name = "xLipsaresealedCtrlShift7ToolStripMenuItem"; + xLipsaresealedCtrlShift7ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + xLipsaresealedCtrlShift7ToolStripMenuItem.Text = ":-X Lips-are-sealed Ctrl+Shift+7"; + xLipsaresealedCtrlShift7ToolStripMenuItem.Click += xLipsaresealedCtrlShift7ToolStripMenuItem_Click; // // dLaughingCtrlShift8ToolStripMenuItem // - this.dLaughingCtrlShift8ToolStripMenuItem.Image = global::aol.Properties.Resources.Laughing; - this.dLaughingCtrlShift8ToolStripMenuItem.Name = "dLaughingCtrlShift8ToolStripMenuItem"; - this.dLaughingCtrlShift8ToolStripMenuItem.Size = new System.Drawing.Size(498, 34); - this.dLaughingCtrlShift8ToolStripMenuItem.Text = ":-D Laughing Ctrl+Shift+8"; - this.dLaughingCtrlShift8ToolStripMenuItem.Click += new System.EventHandler(this.dLaughingCtrlShift8ToolStripMenuItem_Click); + dLaughingCtrlShift8ToolStripMenuItem.Image = Properties.Resources.Laughing; + dLaughingCtrlShift8ToolStripMenuItem.Name = "dLaughingCtrlShift8ToolStripMenuItem"; + dLaughingCtrlShift8ToolStripMenuItem.Size = new System.Drawing.Size(396, 26); + dLaughingCtrlShift8ToolStripMenuItem.Text = ":-D Laughing Ctrl+Shift+8"; + dLaughingCtrlShift8ToolStripMenuItem.Click += dLaughingCtrlShift8ToolStripMenuItem_Click; // // textFromFileToolStripMenuItem // - this.textFromFileToolStripMenuItem.Name = "textFromFileToolStripMenuItem"; - this.textFromFileToolStripMenuItem.Size = new System.Drawing.Size(294, 34); - this.textFromFileToolStripMenuItem.Text = "Text from File..."; + textFromFileToolStripMenuItem.Name = "textFromFileToolStripMenuItem"; + textFromFileToolStripMenuItem.Size = new System.Drawing.Size(234, 26); + textFromFileToolStripMenuItem.Text = "Text from File..."; // // peopleToolStripMenuItem // - this.peopleToolStripMenuItem.Name = "peopleToolStripMenuItem"; - this.peopleToolStripMenuItem.Size = new System.Drawing.Size(85, 29); - this.peopleToolStripMenuItem.Text = "People"; + peopleToolStripMenuItem.Name = "peopleToolStripMenuItem"; + peopleToolStripMenuItem.Size = new System.Drawing.Size(68, 24); + peopleToolStripMenuItem.Text = "People"; // // panel1 // - this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.panel1.BackColor = System.Drawing.Color.White; - this.panel1.BackgroundImage = global::aol.Properties.Resources.top_bar; - this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.panel1.Controls.Add(this.mainTitle); - this.panel1.Controls.Add(this.pictureBox1); - this.panel1.Controls.Add(this.titleLabel); - this.panel1.Controls.Add(this.miniBtn); - this.panel1.Controls.Add(this.maxBtn); - this.panel1.Controls.Add(this.closeBtn); - this.panel1.Location = new System.Drawing.Point(4, 4); - this.panel1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(970, 35); - this.panel1.TabIndex = 3; - this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick); - this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove); + panel1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + panel1.BackColor = System.Drawing.Color.White; + panel1.BackgroundImage = Properties.Resources.top_bar; + panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + panel1.Controls.Add(mainTitle); + panel1.Controls.Add(pictureBox1); + panel1.Controls.Add(titleLabel); + panel1.Controls.Add(miniBtn); + panel1.Controls.Add(maxBtn); + panel1.Controls.Add(closeBtn); + panel1.Location = new System.Drawing.Point(3, 3); + panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + panel1.Name = "panel1"; + panel1.Size = new System.Drawing.Size(705, 28); + panel1.TabIndex = 3; + panel1.DoubleClick += panel1_DoubleClick; + panel1.MouseMove += panel1_MouseMove; // // mainTitle // - this.mainTitle.AutoSize = true; - this.mainTitle.BackColor = System.Drawing.Color.Transparent; - this.mainTitle.ForeColor = System.Drawing.Color.WhiteSmoke; - this.mainTitle.Location = new System.Drawing.Point(44, 6); - this.mainTitle.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.mainTitle.Name = "mainTitle"; - this.mainTitle.Size = new System.Drawing.Size(148, 25); - this.mainTitle.TabIndex = 12; - this.mainTitle.Text = "Instant Message"; + mainTitle.AutoSize = true; + mainTitle.BackColor = System.Drawing.Color.Transparent; + mainTitle.ForeColor = System.Drawing.Color.WhiteSmoke; + mainTitle.Location = new System.Drawing.Point(32, 5); + mainTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + mainTitle.Name = "mainTitle"; + mainTitle.Size = new System.Drawing.Size(115, 20); + mainTitle.TabIndex = 12; + mainTitle.Text = "Instant Message"; // // pictureBox1 // - this.pictureBox1.BackColor = System.Drawing.Color.Transparent; - this.pictureBox1.BackgroundImage = global::aol.Properties.Resources.aol_icon_4; - this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pictureBox1.Image = global::aol.Properties.Resources.aol_icon_4; - this.pictureBox1.InitialImage = global::aol.Properties.Resources.aol_icon_4; - this.pictureBox1.Location = new System.Drawing.Point(4, 0); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(33, 35); - this.pictureBox1.TabIndex = 11; - this.pictureBox1.TabStop = false; + pictureBox1.BackColor = System.Drawing.Color.Transparent; + pictureBox1.BackgroundImage = Properties.Resources.aol_icon_4; + pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + pictureBox1.Image = Properties.Resources.aol_icon_4; + pictureBox1.InitialImage = Properties.Resources.aol_icon_4; + pictureBox1.Location = new System.Drawing.Point(3, 0); + pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + pictureBox1.Name = "pictureBox1"; + pictureBox1.Size = new System.Drawing.Size(24, 28); + pictureBox1.TabIndex = 11; + pictureBox1.TabStop = false; // // titleLabel // - this.titleLabel.AutoSize = true; - this.titleLabel.BackColor = System.Drawing.Color.Transparent; - this.titleLabel.ForeColor = System.Drawing.Color.White; - this.titleLabel.Location = new System.Drawing.Point(6, 6); - this.titleLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.titleLabel.Name = "titleLabel"; - this.titleLabel.Size = new System.Drawing.Size(0, 25); - this.titleLabel.TabIndex = 3; + titleLabel.AutoSize = true; + titleLabel.BackColor = System.Drawing.Color.Transparent; + titleLabel.ForeColor = System.Drawing.Color.White; + titleLabel.Location = new System.Drawing.Point(4, 5); + titleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + titleLabel.Name = "titleLabel"; + titleLabel.Size = new System.Drawing.Size(0, 20); + titleLabel.TabIndex = 3; // // miniBtn // - this.miniBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.miniBtn.BackColor = System.Drawing.SystemColors.Control; - this.miniBtn.BackgroundImage = global::aol.Properties.Resources.minimize_btn; - this.miniBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.miniBtn.Cursor = System.Windows.Forms.Cursors.Arrow; - this.miniBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.miniBtn.ForeColor = System.Drawing.Color.Black; - this.miniBtn.Location = new System.Drawing.Point(865, 2); - this.miniBtn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.miniBtn.Name = "miniBtn"; - this.miniBtn.Size = new System.Drawing.Size(33, 31); - this.miniBtn.TabIndex = 2; - this.miniBtn.UseVisualStyleBackColor = false; - this.miniBtn.Click += new System.EventHandler(this.miniBtn_Click); + miniBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + miniBtn.BackColor = System.Drawing.SystemColors.Control; + miniBtn.BackgroundImage = Properties.Resources.minimize_btn; + miniBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + miniBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + miniBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); + miniBtn.ForeColor = System.Drawing.Color.Black; + miniBtn.Location = new System.Drawing.Point(629, 2); + miniBtn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + miniBtn.Name = "miniBtn"; + miniBtn.Size = new System.Drawing.Size(24, 25); + miniBtn.TabIndex = 2; + miniBtn.UseVisualStyleBackColor = false; + miniBtn.Click += miniBtn_Click; // // maxBtn // - this.maxBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.maxBtn.BackColor = System.Drawing.SystemColors.Control; - this.maxBtn.BackgroundImage = global::aol.Properties.Resources.maximize_btn; - this.maxBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.maxBtn.Cursor = System.Windows.Forms.Cursors.Default; - this.maxBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.maxBtn.ForeColor = System.Drawing.Color.Black; - this.maxBtn.Location = new System.Drawing.Point(898, 2); - this.maxBtn.Margin = new System.Windows.Forms.Padding(0); - this.maxBtn.Name = "maxBtn"; - this.maxBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.maxBtn.Size = new System.Drawing.Size(33, 31); - this.maxBtn.TabIndex = 1; - this.maxBtn.UseVisualStyleBackColor = false; - this.maxBtn.Click += new System.EventHandler(this.maxBtn_Click); + maxBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + maxBtn.BackColor = System.Drawing.SystemColors.Control; + maxBtn.BackgroundImage = Properties.Resources.maximize_btn; + maxBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + maxBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + maxBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); + maxBtn.ForeColor = System.Drawing.Color.Black; + maxBtn.Location = new System.Drawing.Point(653, 2); + maxBtn.Margin = new System.Windows.Forms.Padding(0); + maxBtn.Name = "maxBtn"; + maxBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; + maxBtn.Size = new System.Drawing.Size(24, 25); + maxBtn.TabIndex = 1; + maxBtn.UseVisualStyleBackColor = false; + maxBtn.Click += maxBtn_Click; // // closeBtn // - this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.closeBtn.BackColor = System.Drawing.SystemColors.Control; - this.closeBtn.BackgroundImage = global::aol.Properties.Resources.close_btn; - this.closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.closeBtn.Cursor = System.Windows.Forms.Cursors.Default; - this.closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); - this.closeBtn.ForeColor = System.Drawing.Color.Black; - this.closeBtn.Location = new System.Drawing.Point(935, 2); - this.closeBtn.Margin = new System.Windows.Forms.Padding(0); - this.closeBtn.Name = "closeBtn"; - this.closeBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.closeBtn.Size = new System.Drawing.Size(33, 31); - this.closeBtn.TabIndex = 0; - this.closeBtn.UseVisualStyleBackColor = false; - this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); + closeBtn.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + closeBtn.BackColor = System.Drawing.SystemColors.Control; + closeBtn.BackgroundImage = Properties.Resources.close_btn; + closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + closeBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); + closeBtn.ForeColor = System.Drawing.Color.Black; + closeBtn.Location = new System.Drawing.Point(680, 2); + closeBtn.Margin = new System.Windows.Forms.Padding(0); + closeBtn.Name = "closeBtn"; + closeBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; + closeBtn.Size = new System.Drawing.Size(24, 25); + closeBtn.TabIndex = 0; + closeBtn.UseVisualStyleBackColor = false; + closeBtn.Click += closeBtn_Click; // // instant_message // - this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(977, 729); - this.Controls.Add(this.panel2); - this.Controls.Add(this.sendBtn); - this.Controls.Add(this.myMessageBox); - this.Controls.Add(this.messagesBox); - this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Location = new System.Drawing.Point(5, 120); - this.MainMenuStrip = this.menuStrip1; - this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); - this.Name = "instant_message"; - this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; - this.Text = "instant_message"; - this.Load += new System.EventHandler(this.instant_message_Load); - this.Shown += new System.EventHandler(this.instant_message_Shown); - this.panel2.ResumeLayout(false); - this.panel2.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + ClientSize = new System.Drawing.Size(711, 583); + Controls.Add(panel2); + Controls.Add(sendBtn); + Controls.Add(myMessageBox); + Controls.Add(messagesBox); + Controls.Add(panel1); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + Location = new System.Drawing.Point(5, 120); + MainMenuStrip = menuStrip1; + Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + Name = "instant_message"; + StartPosition = System.Windows.Forms.FormStartPosition.Manual; + Text = "instant_message"; + Load += instant_message_Load; + Shown += instant_message_Shown; + panel2.ResumeLayout(false); + panel2.PerformLayout(); + menuStrip1.ResumeLayout(false); + menuStrip1.PerformLayout(); + panel1.ResumeLayout(false); + panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); + ResumeLayout(false); } #endregion diff --git a/aol_4/Forms/instant_message.resx b/aol_4/Forms/instant_message.resx index 03ee911..734ddfa 100644 --- a/aol_4/Forms/instant_message.resx +++ b/aol_4/Forms/instant_message.resx @@ -1,4 +1,64 @@ - + + + @@ -64,6 +124,6 @@ 181, 17 - 47 + 25 \ No newline at end of file diff --git a/icons/go_chat_btn.png b/icons/go_chat_btn.png new file mode 100644 index 0000000000000000000000000000000000000000..ed72848b6ffcc6ecffdb9d202376623b7f44018b GIT binary patch literal 2292 zcmaJ@dpy&7AD@tj)FPGJS~sWcYBL*4Y%Y_LZJ5egv;EkxOWU+1rOYKEBD(0#lbkp? zbW*X*C7q~K4~6JhA?ndXa+1sG>HKukdH#5Mey`W>_r1K{@Av2S{^OUvHNeNrWTgoN z0x_fcQW@at1-@1b=7Ha~Qp+T8S)uS^E0~fCEVhD8_b2frA|!VfgH(y6AR7X4b5}{Zycj?MivXg8VlsTRrVb7h^2zW}JRMD! zQUHO_H(mxX;{#Z{_!u6M4|m@Lb5oH(0TH0!!c?MIv7DqL!$0ei!2Rqs3J&`WQN)np ze&q(O4%G28+Vr5g0THhb1`?U|$|M z7*NKKBr&MoU&4VWGF+fgNJ%J^QmI5Losbe)6beHm5>aR@3X4U62!wo(Siw~x#PZd1 z3RFPOlL@5?p+pRuRpdrU;uK^!nCxFwh@@X-#quwm0(*v1aiu5>5 zbcQ*E3dMYhQvTg%Je^LWiRB8em<=Ngz+F! z@B|D7i}%DiQ|Gu;2`^3rh!t~O{@+}$Z*phdAd-TSsenwl8{m7(BqG@7l1ajE=i>QI zy)Rt;w{xL4-9`Unb1o3=9mM9!<~@ zb)$Pv%SSAOtNXed;Fj%~+4UWsN7I3_z}uUrylmtr3dgw0)a)$M$d8e0Uc7tNRZ(VJ zs^czS-OxbkKl#D5W2a;9m4}*%f0~uDuSbt9wwrm<+svssta})3Xm0>RX!W`C&+4J^ zHAl2L;dg?pE@V!shF879eXuY5kh{6o;{?8dfU(i6dpET6`>@|W=1w_6wT(5vk!|so zsb>n;-rJwBcslG}=}KUr(pv5Nw&Gt55pCq`Z$!h^5qJS+V;JX=`&Pj@nBA`gLjSsl z)tsBX`&>82PQ8gLCz(F*+_)se^YFDJy+y_w_EMUkR$hby3n`F2>}&u&^`IITZ8 z){=pbny}a9PP8R9HttEe5w>Wi?*mgG*-jX>K|H()X|ey9MLT6+L^fpFoh#De3QAfF z{LW^$thih9emx@DjQabo=?kT+4!`e-Id#_bt=i?zP5UhOV86%D<(v97Ap*^_H_++x z(0}ZR8kZ)i9Jo^l$Bfa4dFs4Cc4m@hJ#A_0uJw|0HJ$C|ZnE;eG^KgT-QtJ+Ln~c- z7B5fcSXmA8OU}z5NXKJ)fLCjxd5L8%?;c0Y)V?t7HcYsY*t1=*03j<)J2O?X$s|3u zI^%e zmpJ#?=pAjVB|IozVgqHjq!JI-wNDSd9-I#;3Zd;MvCfpyqZ1y5=z1#&=Nxpmtx0K0 zI|qNn)>gP0PzR@E2%f6O9skWSsd5#fD&80R1meO;-!nR*2nQ@V{{GH4({@LS^vGIS zm1+H5>w5d?kmD;ZVpK0%o-v*ip!;i@eWJ~H>hjdvX+;`zW^nP&pWMjnUt3-)%Lx&8 z+qqe!9VYl)Zl+#7aN+$}_*+v`^07~BA3yiA`ymPoPm>@6C@r0)=QpG>f_hle!gj2_ z?9>XirDSVyEA!{wKiJlsD2XqJtYhyE3NNm8DNam|j!%FW8&Q2btA^(5Z%=B=34M-C zs=T(smGcBJ>Yyba%uc)2G0eMeJkWLkwmxFsGU4#>eDl$+V^3X41{4>|M~{oGtMdxh zvbK5DJ}@54W~J{7|6`SdQO>-k$+u1WQhHzkTCGFjmFuHL>_z2yC!uQWg^6m;;zZ_q zT|J5wt2FvQ6;fyxKGu;Bx20mW=%F3Tg^<%u1Y$_``yJ(R-N@d~x#@!O!v-rplXpdDf=*M z9@4%a{v(II;JnPxE=c$^IiS6ENK$TrnfSCJaUmKKvQUbzYxLea`yWE{3ZVYzxijfc DYh$&5 literal 0 HcmV?d00001 diff --git a/icons/search_btn.png b/icons/search_btn.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9f28bbc1ff891bad6a6cab8865f7e634024aad GIT binary patch literal 2081 zcmaJ?X;f2Z8V-~KDli3!PYAOSh&}t{LMAH-k^u2g0+&xhPBb(l z0WO<_jKtG1bfGVl$n{SZL7}OEVXV|77J-f2w-?wWC&B_eNWui$8K;@v?E z(F04wc>(VqBpgu0<`5Ya+WT-s3+hW$>p;JGO^n`Je^Jq;EN?pJ_`z)^Q%hm#lKxzjJYGa#y;6CxjzYAQ4vzv1uX!4|ta{ zk-N4R%$j=dx$L#QfNOHmuo?8q!T#Z(SGVBqS($$5TzK)J_aQ#q@FKXg|32w}h40p- z0E$nTyk8rcb}%N~ZesK*oCLAMxLojwdbj_s#FT+Y~;p_vh67 z>q2M!FN+33v#k5=XZT}N>#+?vn&zz1fB2~;9(}E{S~_wk!d3TK*0z}H1Hs!Ctt^{B zorCs*mQ)l|enJ;|rez^GX>r)*X^Yyx$ck6B4M| zGFR(qI8WIG_@~>)e08{D;Ekint;MN|9C=yDAi6lv)VZ)$aOisRIg88P;Q{KXd;V(JpY+{sSQ>fNVDp!=C5I1xb$T5u#5`}mo$W22eKTS2 zBn~|Ly>y}Vva5?-n`=w94fbfT=u^x$M@!qSu^#H;uJK2o%olli0?4VB`+V`RNx4zn z%%7a?TmB~Q^DFkK)#1oz-riD}2J}`vROJS}Q9iT9rB{CUG{4P}Uwy?gF#2_l5^<+! zAxG1`%VBIgdUFQ;o>qL3sW|6R>Ccx9=9-oI-ZnhV7M>d3=RL4AFz21wzH{fG;0tjF z`-_Q%pzO+fiS&Wa6FH_4Evd7$>Ce)YJxssx(9zR(tchmb4jg)k3JS5HDqP9+6*WUW z?7@N9o0GLX-!v|N1Z|rRV5ar)yC$TcHZefPx2XHpn@Fi6-q%hZan-j=R0GS=Ge*Uo zmalfl$P9{us);eLw+Bl8Z5Y?rIUOOFC1iA#cg!og^cx?Z8#n7deEKON>5#AA^;WZJ=*)Chl#ivGUKfb}NrHzx)yNpQU-h=N2V;lx#%*4<7mlIW*&R`1#hv=;nM~JV)zu%er=QQp))nqQ zB&*vzy3uiLwCaQtrDdI|ehz_{G~1u{pVatEIsaU?>cZ=JMK@paR@ z*5yBuUsqoY{{%m}XmPepXYsVB#<)2sleZ-FDGdJcXY)fClRD&GpF;aO=RC zDenWHS8q z^vI7BxZW(tMelS>w4`jc|8jP>`-7llSM7y_?zS5dCH%l1{2-Mj3to*bCsDYGf^3ja{0+Akg AkN^Mx literal 0 HcmV?d00001