diff --git a/aol_4/Classes/chat.cs b/aol_4/Classes/chat.cs index 8dbeb7e..4e6b8ea 100644 --- a/aol_4/Classes/chat.cs +++ b/aol_4/Classes/chat.cs @@ -58,7 +58,7 @@ public static void chatOutputCallback(object source, IrcReceivedEventArgs args) if (frm.Tag.ToString() == newPM) foundFrm = true; - } + } if (!foundFrm) { diff --git a/aol_4/Classes/email.cs b/aol_4/Classes/email.cs index 6ce8e23..a49cb2a 100644 --- a/aol_4/Classes/email.cs +++ b/aol_4/Classes/email.cs @@ -23,7 +23,7 @@ class email public static ConcurrentDictionary emailsSent = new ConcurrentDictionary(); public static string reply = ""; public static bool youGotMail = false; - private static string host = "ns65v.stableserver.net"; + private static string host = "s3122.usc1.stableserver.net"; private static int imapPort = 993; private static int smtpPort = 465; diff --git a/aol_4/Forms/read_mail.Designer.cs b/aol_4/Forms/read_mail.Designer.cs index f2dfa9a..e58c7db 100644 --- a/aol_4/Forms/read_mail.Designer.cs +++ b/aol_4/Forms/read_mail.Designer.cs @@ -29,375 +29,366 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(read_mail)); - this.panel1 = new System.Windows.Forms.Panel(); - this.mainTitle = 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.mailViewer = new System.Windows.Forms.WebBrowser(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.pictureBox2 = new System.Windows.Forms.PictureBox(); - this.helpBtn = new System.Windows.Forms.Button(); - this.button1 = new System.Windows.Forms.Button(); - this.curID = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.totalQty = new System.Windows.Forms.Label(); - this.replyButton = new System.Windows.Forms.PictureBox(); - this.forwardButton = new System.Windows.Forms.PictureBox(); - this.replyAllButton = new System.Windows.Forms.PictureBox(); - this.addressBookButton = new System.Windows.Forms.PictureBox(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.panel2 = new System.Windows.Forms.Panel(); - this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.replyButton)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.forwardButton)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.replyAllButton)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.addressBookButton)).BeginInit(); - this.panel2.SuspendLayout(); - this.SuspendLayout(); + panel1 = new System.Windows.Forms.Panel(); + mainTitle = new System.Windows.Forms.Label(); + miniBtn = new System.Windows.Forms.Button(); + maxBtn = new System.Windows.Forms.Button(); + closeBtn = new System.Windows.Forms.Button(); + mailViewer = new System.Windows.Forms.WebBrowser(); + pictureBox1 = new System.Windows.Forms.PictureBox(); + pictureBox2 = new System.Windows.Forms.PictureBox(); + helpBtn = new System.Windows.Forms.Button(); + button1 = new System.Windows.Forms.Button(); + curID = new System.Windows.Forms.Label(); + label1 = new System.Windows.Forms.Label(); + totalQty = new System.Windows.Forms.Label(); + replyButton = new System.Windows.Forms.PictureBox(); + forwardButton = new System.Windows.Forms.PictureBox(); + replyAllButton = new System.Windows.Forms.PictureBox(); + addressBookButton = new System.Windows.Forms.PictureBox(); + label2 = new System.Windows.Forms.Label(); + label3 = new System.Windows.Forms.Label(); + label4 = new System.Windows.Forms.Label(); + label5 = new System.Windows.Forms.Label(); + panel2 = new System.Windows.Forms.Panel(); + panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)replyButton).BeginInit(); + ((System.ComponentModel.ISupportInitialize)forwardButton).BeginInit(); + ((System.ComponentModel.ISupportInitialize)replyAllButton).BeginInit(); + ((System.ComponentModel.ISupportInitialize)addressBookButton).BeginInit(); + panel2.SuspendLayout(); + SuspendLayout(); // // 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.miniBtn); - this.panel1.Controls.Add(this.maxBtn); - this.panel1.Controls.Add(this.closeBtn); - this.panel1.Location = new System.Drawing.Point(2, 2); - this.panel1.Margin = new System.Windows.Forms.Padding(6); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1063, 35); - this.panel1.TabIndex = 4; - this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); - 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(miniBtn); + panel1.Controls.Add(maxBtn); + panel1.Controls.Add(closeBtn); + panel1.Location = new System.Drawing.Point(1, 2); + panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + panel1.Name = "panel1"; + panel1.Size = new System.Drawing.Size(773, 28); + panel1.TabIndex = 4; + panel1.Paint += panel1_Paint; + 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(6, 4); - this.mainTitle.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.mainTitle.Name = "mainTitle"; - this.mainTitle.Size = new System.Drawing.Size(74, 25); - this.mainTitle.TabIndex = 8; - this.mainTitle.Text = "Subject"; - this.mainTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove); + mainTitle.AutoSize = true; + mainTitle.BackColor = System.Drawing.Color.Transparent; + mainTitle.ForeColor = System.Drawing.Color.WhiteSmoke; + mainTitle.Location = new System.Drawing.Point(4, 3); + mainTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + mainTitle.Name = "mainTitle"; + mainTitle.Size = new System.Drawing.Size(58, 20); + mainTitle.TabIndex = 8; + mainTitle.Text = "Subject"; + mainTitle.MouseMove += panel1_MouseMove; // // 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(961, 2); - this.miniBtn.Margin = new System.Windows.Forms.Padding(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(699, 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.Arrow; - 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(994, 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(723, 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(1030, 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(749, 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; // // mailViewer // - this.mailViewer.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.mailViewer.Location = new System.Drawing.Point(2, 2); - this.mailViewer.Margin = new System.Windows.Forms.Padding(6); - this.mailViewer.MinimumSize = new System.Drawing.Size(37, 38); - this.mailViewer.Name = "mailViewer"; - this.mailViewer.Size = new System.Drawing.Size(898, 646); - this.mailViewer.TabIndex = 5; + mailViewer.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + mailViewer.Location = new System.Drawing.Point(1, 2); + mailViewer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + mailViewer.MinimumSize = new System.Drawing.Size(27, 30); + mailViewer.Name = "mailViewer"; + mailViewer.Size = new System.Drawing.Size(653, 517); + mailViewer.TabIndex = 5; // // pictureBox1 // - this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(806, 723); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(6); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(89, 44); - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox1.TabIndex = 6; - this.pictureBox1.TabStop = false; + pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + pictureBox1.Image = (System.Drawing.Image)resources.GetObject("pictureBox1.Image"); + pictureBox1.Location = new System.Drawing.Point(586, 578); + pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + pictureBox1.Name = "pictureBox1"; + pictureBox1.Size = new System.Drawing.Size(65, 35); + pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + pictureBox1.TabIndex = 6; + pictureBox1.TabStop = false; // // pictureBox2 // - this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(618, 723); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(6); - this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(90, 44); - this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox2.TabIndex = 7; - this.pictureBox2.TabStop = false; + pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + pictureBox2.Image = (System.Drawing.Image)resources.GetObject("pictureBox2.Image"); + pictureBox2.Location = new System.Drawing.Point(449, 578); + pictureBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + pictureBox2.Name = "pictureBox2"; + pictureBox2.Size = new System.Drawing.Size(65, 35); + pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + pictureBox2.TabIndex = 7; + pictureBox2.TabStop = false; // // helpBtn // - this.helpBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.helpBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(170))))); - this.helpBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.helpBtn.ForeColor = System.Drawing.SystemColors.Control; - this.helpBtn.Location = new System.Drawing.Point(944, 725); - this.helpBtn.Margin = new System.Windows.Forms.Padding(6); - this.helpBtn.Name = "helpBtn"; - this.helpBtn.Size = new System.Drawing.Size(101, 44); - this.helpBtn.TabIndex = 9; - this.helpBtn.Text = "Help"; - this.helpBtn.UseVisualStyleBackColor = false; + helpBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + helpBtn.BackColor = System.Drawing.Color.FromArgb(0, 109, 170); + helpBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + helpBtn.ForeColor = System.Drawing.SystemColors.Control; + helpBtn.Location = new System.Drawing.Point(687, 580); + helpBtn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + helpBtn.Name = "helpBtn"; + helpBtn.Size = new System.Drawing.Size(73, 35); + helpBtn.TabIndex = 9; + helpBtn.Text = "Help"; + helpBtn.UseVisualStyleBackColor = false; // // button1 // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(170))))); - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button1.ForeColor = System.Drawing.SystemColors.Control; - this.button1.Location = new System.Drawing.Point(482, 723); - this.button1.Margin = new System.Windows.Forms.Padding(6); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(101, 44); - this.button1.TabIndex = 10; - this.button1.Text = "Delete"; - this.button1.UseVisualStyleBackColor = false; + button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + button1.BackColor = System.Drawing.Color.FromArgb(0, 109, 170); + button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + button1.ForeColor = System.Drawing.SystemColors.Control; + button1.Location = new System.Drawing.Point(351, 578); + button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + button1.Name = "button1"; + button1.Size = new System.Drawing.Size(73, 35); + button1.TabIndex = 10; + button1.Text = "Delete"; + button1.UseVisualStyleBackColor = false; // // curID // - this.curID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.curID.AutoSize = true; - this.curID.Location = new System.Drawing.Point(720, 733); - this.curID.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.curID.Name = "curID"; - this.curID.Size = new System.Drawing.Size(22, 25); - this.curID.TabIndex = 11; - this.curID.Text = "1"; + curID.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + curID.AutoSize = true; + curID.Location = new System.Drawing.Point(524, 586); + curID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + curID.Name = "curID"; + curID.Size = new System.Drawing.Size(17, 20); + curID.TabIndex = 11; + curID.Text = "1"; // // label1 // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(744, 733); - this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(29, 25); - this.label1.TabIndex = 12; - this.label1.Text = "of"; + label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + label1.AutoSize = true; + label1.Location = new System.Drawing.Point(541, 586); + label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label1.Name = "label1"; + label1.Size = new System.Drawing.Size(23, 20); + label1.TabIndex = 12; + label1.Text = "of"; // // totalQty // - this.totalQty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.totalQty.AutoSize = true; - this.totalQty.Location = new System.Drawing.Point(772, 733); - this.totalQty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.totalQty.Name = "totalQty"; - this.totalQty.Size = new System.Drawing.Size(22, 25); - this.totalQty.TabIndex = 13; - this.totalQty.Text = "1"; + totalQty.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; + totalQty.AutoSize = true; + totalQty.Location = new System.Drawing.Point(561, 586); + totalQty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + totalQty.Name = "totalQty"; + totalQty.Size = new System.Drawing.Size(17, 20); + totalQty.TabIndex = 13; + totalQty.Text = "1"; // // replyButton // - this.replyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.replyButton.Cursor = System.Windows.Forms.Cursors.Hand; - this.replyButton.Image = ((System.Drawing.Image)(resources.GetObject("replyButton.Image"))); - this.replyButton.Location = new System.Drawing.Point(959, 58); - this.replyButton.Margin = new System.Windows.Forms.Padding(6); - this.replyButton.Name = "replyButton"; - this.replyButton.Size = new System.Drawing.Size(75, 75); - this.replyButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.replyButton.TabIndex = 14; - this.replyButton.TabStop = false; - this.replyButton.Click += new System.EventHandler(this.replyButton_Click); + replyButton.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + replyButton.Cursor = System.Windows.Forms.Cursors.Hand; + replyButton.Image = (System.Drawing.Image)resources.GetObject("replyButton.Image"); + replyButton.Location = new System.Drawing.Point(697, 46); + replyButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + replyButton.Name = "replyButton"; + replyButton.Size = new System.Drawing.Size(55, 60); + replyButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + replyButton.TabIndex = 14; + replyButton.TabStop = false; + replyButton.Click += replyButton_Click; // // forwardButton // - this.forwardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.forwardButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardButton.Image"))); - this.forwardButton.Location = new System.Drawing.Point(959, 179); - this.forwardButton.Margin = new System.Windows.Forms.Padding(6); - this.forwardButton.Name = "forwardButton"; - this.forwardButton.Size = new System.Drawing.Size(75, 75); - this.forwardButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.forwardButton.TabIndex = 15; - this.forwardButton.TabStop = false; + forwardButton.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + forwardButton.Image = (System.Drawing.Image)resources.GetObject("forwardButton.Image"); + forwardButton.Location = new System.Drawing.Point(697, 143); + forwardButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + forwardButton.Name = "forwardButton"; + forwardButton.Size = new System.Drawing.Size(55, 60); + forwardButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + forwardButton.TabIndex = 15; + forwardButton.TabStop = false; // // replyAllButton // - this.replyAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.replyAllButton.Image = ((System.Drawing.Image)(resources.GetObject("replyAllButton.Image"))); - this.replyAllButton.Location = new System.Drawing.Point(959, 300); - this.replyAllButton.Margin = new System.Windows.Forms.Padding(6); - this.replyAllButton.Name = "replyAllButton"; - this.replyAllButton.Size = new System.Drawing.Size(75, 75); - this.replyAllButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.replyAllButton.TabIndex = 16; - this.replyAllButton.TabStop = false; + replyAllButton.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + replyAllButton.Image = (System.Drawing.Image)resources.GetObject("replyAllButton.Image"); + replyAllButton.Location = new System.Drawing.Point(697, 240); + replyAllButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + replyAllButton.Name = "replyAllButton"; + replyAllButton.Size = new System.Drawing.Size(55, 60); + replyAllButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + replyAllButton.TabIndex = 16; + replyAllButton.TabStop = false; // // addressBookButton // - this.addressBookButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.addressBookButton.Image = ((System.Drawing.Image)(resources.GetObject("addressBookButton.Image"))); - this.addressBookButton.Location = new System.Drawing.Point(959, 436); - this.addressBookButton.Margin = new System.Windows.Forms.Padding(6); - this.addressBookButton.Name = "addressBookButton"; - this.addressBookButton.Size = new System.Drawing.Size(75, 75); - this.addressBookButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.addressBookButton.TabIndex = 17; - this.addressBookButton.TabStop = false; + addressBookButton.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + addressBookButton.Image = (System.Drawing.Image)resources.GetObject("addressBookButton.Image"); + addressBookButton.Location = new System.Drawing.Point(697, 349); + addressBookButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + addressBookButton.Name = "addressBookButton"; + addressBookButton.Size = new System.Drawing.Size(55, 60); + addressBookButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + addressBookButton.TabIndex = 17; + addressBookButton.TabStop = false; // // label2 // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(972, 139); - this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(57, 25); - this.label2.TabIndex = 18; - this.label2.Text = "Reply"; + label2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + label2.AutoSize = true; + label2.Location = new System.Drawing.Point(700, 111); + label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label2.Name = "label2"; + label2.Size = new System.Drawing.Size(46, 20); + label2.TabIndex = 18; + label2.Text = "Reply"; // // label3 // - this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(962, 260); - this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(81, 25); - this.label3.TabIndex = 19; - this.label3.Text = "Forward"; + label3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + label3.AutoSize = true; + label3.Location = new System.Drawing.Point(693, 208); + label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(63, 20); + label3.TabIndex = 19; + label3.Text = "Forward"; // // label4 // - this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(959, 381); - this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(84, 25); - this.label4.TabIndex = 20; - this.label4.Text = "Reply All"; + label4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + label4.AutoSize = true; + label4.Location = new System.Drawing.Point(691, 305); + label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label4.Name = "label4"; + label4.Size = new System.Drawing.Size(68, 20); + label4.TabIndex = 20; + label4.Text = "Reply All"; // // label5 // - this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(939, 517); - this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(118, 25); - this.label5.TabIndex = 21; - this.label5.Text = "Add Address"; + label5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; + label5.AutoSize = true; + label5.Location = new System.Drawing.Point(676, 414); + label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + label5.Name = "label5"; + label5.Size = new System.Drawing.Size(94, 20); + label5.TabIndex = 21; + label5.Text = "Add Address"; // // panel2 // - this.panel2.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.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel2.Controls.Add(this.mailViewer); - this.panel2.Location = new System.Drawing.Point(22, 58); - this.panel2.Margin = new System.Windows.Forms.Padding(6); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(906, 652); - this.panel2.TabIndex = 22; + panel2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; + panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + panel2.Controls.Add(mailViewer); + panel2.Location = new System.Drawing.Point(16, 46); + panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + panel2.Name = "panel2"; + panel2.Size = new System.Drawing.Size(659, 522); + panel2.TabIndex = 22; // // read_mail // - this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(253)))), ((int)(((byte)(241))))); - this.ClientSize = new System.Drawing.Size(1067, 790); - this.Controls.Add(this.panel2); - this.Controls.Add(this.label5); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.addressBookButton); - this.Controls.Add(this.replyAllButton); - this.Controls.Add(this.forwardButton); - this.Controls.Add(this.replyButton); - this.Controls.Add(this.totalQty); - this.Controls.Add(this.label1); - this.Controls.Add(this.curID); - this.Controls.Add(this.button1); - this.Controls.Add(this.helpBtn); - this.Controls.Add(this.pictureBox2); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Location = new System.Drawing.Point(15, 220); - this.Margin = new System.Windows.Forms.Padding(6); - this.Name = "read_mail"; - this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; - this.Text = "Read Mail"; - this.Load += new System.EventHandler(this.read_mail_Load); - this.Shown += new System.EventHandler(this.read_mail_Shown); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.replyButton)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.forwardButton)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.replyAllButton)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.addressBookButton)).EndInit(); - this.panel2.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + BackColor = System.Drawing.Color.FromArgb(255, 253, 241); + ClientSize = new System.Drawing.Size(776, 632); + Controls.Add(panel2); + Controls.Add(label5); + Controls.Add(label4); + Controls.Add(label3); + Controls.Add(label2); + Controls.Add(addressBookButton); + Controls.Add(replyAllButton); + Controls.Add(forwardButton); + Controls.Add(replyButton); + Controls.Add(totalQty); + Controls.Add(label1); + Controls.Add(curID); + Controls.Add(button1); + Controls.Add(helpBtn); + Controls.Add(pictureBox2); + Controls.Add(pictureBox1); + Controls.Add(panel1); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + Location = new System.Drawing.Point(15, 220); + Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + Name = "read_mail"; + StartPosition = System.Windows.Forms.FormStartPosition.Manual; + Text = "Read Mail"; + Load += read_mail_Load; + Shown += read_mail_Shown; + panel1.ResumeLayout(false); + panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); + ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit(); + ((System.ComponentModel.ISupportInitialize)replyButton).EndInit(); + ((System.ComponentModel.ISupportInitialize)forwardButton).EndInit(); + ((System.ComponentModel.ISupportInitialize)replyAllButton).EndInit(); + ((System.ComponentModel.ISupportInitialize)addressBookButton).EndInit(); + panel2.ResumeLayout(false); + ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/aol_4/Forms/read_mail.resx b/aol_4/Forms/read_mail.resx index 65abc61..76dd531 100644 --- a/aol_4/Forms/read_mail.resx +++ b/aol_4/Forms/read_mail.resx @@ -1,4 +1,64 @@ - + + + @@ -61,7 +121,7 @@ iVBORw0KGgoAAAANSUhEUgAAACgAAAAXCAYAAAB50g0VAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - mgAADpoBh5cXRgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADeSURBVEhL + mQAADpkBKi42KwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADeSURBVEhL zZHRDcMgDEQzSrfoOP3rTp2W9CK5cq0DDiQTLD2BzyC9kKOUspTH8/Vd+IxBw0wgOCJJw0wgd7w/siQN MzFBVfL35CsxQUXy74vuoiW5hSCoSW4jCJgkFUS1epWZe1GyKojyvZ+rzN7zksOCVmzme19+rmKSzV9c W2t7W2M+A7wut1FBX3ben+llKtIL2h4V8wibsUzB5MC0INvbGvMRvBzoCsbeis2UvkWUA1TwDpgc2EKw @@ -71,7 +131,7 @@ iVBORw0KGgoAAAANSUhEUgAAACcAAAAXCAYAAACI2VaYAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - mgAADpoBh5cXRgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADWSURBVEhL + mQAADpkBKi42KwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADWSURBVEhL zZCLDcMgDETZqTtlp05Le1aNnMtBAxIES0/GH9ATKed8m/Q6vknPZiCbCohtKWdix3s/uSK2m9xJ7Ce3 FCUFbBjFVlOTe1wMKLktxADL9YpxqJ0WzTtRbuTH+HGu/9Hcd7kRMcCPx9qD54hYq7MBp1ExwFHbiVn1 PJ9Y8XMInvEO9w2XAyOC/LDXnmu9O7OTHOgVRKja80ivwHKgR5CjNuNerP18qZUc6P3BKdTkwOOCLTlw @@ -81,7 +141,7 @@ iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL - EAAACxABrSO9dQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA+qSURBVFhH + DwAACw8BkvkDpQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA+qSURBVFhH nVhpWFRXtj3USA0UUAzFJCAKKCKKbRSVEFEkIqDIIIJMVcVUDIpjxHnCiIwiSFScjaYd0sbENumORqOm IxqTtO38FG2MsaOdZ4z5ErWT9dYt0v/Mj5cf+zu37j11zrp7r73O3leo9S4QWm8IfR9aKK9p6kCaH80f wvFX0/z3Oohzgnvm6Xit41wt7f87avhfNfeU1tP5QrhxP5kOJqMXhNDoETSlHIOrN8G1oBZueWsQlFuD @@ -155,7 +215,7 @@ iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL - EAAACxABrSO9dQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA+8SURBVFhH + DwAACw8BkvkDpQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA+8SURBVFhH TVhnWFVXFj28R3mN3ot0sKJGjcokGVssGDsoRfrrFLGgRmNBFBEBBSwI9sQSHVtMGTOaxGjUKFaiYo8x Zow9RizRJGvWeej3zY/93ffuveecdfZee+19rlD7+0D4hUNogyHUERCaMAj3SAjXVhC6QAiXIAhnPtOE QqhoapqW7+loWo6T9zV8R5r6tXGcxp/PfVtMI//L+eX7cg15pcn1pOm4Xmhn2Ht4QwjvVgiJt6K1ZQHa @@ -229,7 +289,7 @@ iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL - EAAACxABrSO9dQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA4PSURBVFhH + DwAACw8BkvkDpQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA4PSURBVFhH VVgHVFzXmX50wdCHAYY6DKJK9N4EEkLCwkINVWRFsr1OHJ/NenPSE+ckOY6Tk/V6vckm7km8dtaRHdvr yLKKbRVHsiwkWRCKANM7iBG9DsOX7/6PnJzoHPHPffe+e7//++t9GvjPyS9CCWiugbo0+OjSzUOX7gZd +vjr0tlTly5eunR1XZNuunTx1aWzvp+zIUikwT9YpKZ569IjTJfO+np3gxvnPHwwsApYN+/HMB+GZm2F @@ -296,7 +356,7 @@ iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL - EAAACxABrSO9dQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA8lSURBVFhH + DwAACw8BkvkDpQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAA8lSURBVFhH PVgJXJTV2j/MwMzAMAyLbAKyCGoCZqbdTMM09aYmhmKKCcM2LAOYmmhq7gKyigoCguEKKumtm1+ZZf2y rG5q3b6bn3nVcl9D9n353/958X6vPr7vec95n/M/z/N/llEIKy2EUwCErR+EfiiEwzAI3RDeAzkezvcU /QjegyA0fK+R657hmGIXPPBszzX2nDdQj4FrDN4ce3GOYkvRcSx16jiv4x5Sp53UK7+hGCk+oRBqYhGG