コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pop31        = new CleverComponents.InetSuite.Pop3();
     this.mailMessage1 = new CleverComponents.InetSuite.MailMessage();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).BeginInit();
     //
     // pop31
     //
     this.pop31.Port = 110;
     //
     // mailMessage1
     //
     this.mailMessage1.Date = new System.DateTime(2006, 5, 8, 17, 4, 14, 859);
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).EndInit();
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cbUseTLS      = new System.Windows.Forms.CheckBox();
     this.edtPort       = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.edtPassword   = new System.Windows.Forms.TextBox();
     this.edtUser       = new System.Windows.Forms.TextBox();
     this.edtServer     = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.btnConnect    = new System.Windows.Forms.Button();
     this.btnDisconnect = new System.Windows.Forms.Button();
     this.memBody       = new System.Windows.Forms.TextBox();
     this.edtSubject    = new System.Windows.Forms.TextBox();
     this.label8        = new System.Windows.Forms.Label();
     this.edtFrom       = new System.Windows.Forms.TextBox();
     this.label7        = new System.Windows.Forms.Label();
     this.lvMessages    = new System.Windows.Forms.ListView();
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6        = new System.Windows.Forms.Label();
     this.btnDelete     = new System.Windows.Forms.Button();
     this.pop31         = new CleverComponents.InetSuite.Pop3();
     this.mailMessage1  = new CleverComponents.InetSuite.MailMessage();
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).BeginInit();
     this.SuspendLayout();
     //
     // cbUseTLS
     //
     this.cbUseTLS.Checked    = true;
     this.cbUseTLS.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbUseTLS.Location   = new System.Drawing.Point(312, 40);
     this.cbUseTLS.Name       = "cbUseTLS";
     this.cbUseTLS.Size       = new System.Drawing.Size(104, 24);
     this.cbUseTLS.TabIndex   = 3;
     this.cbUseTLS.Text       = "Use SSL / TLS";
     //
     // edtPort
     //
     this.edtPort.Location = new System.Drawing.Point(62, 40);
     this.edtPort.Name     = "edtPort";
     this.edtPort.Size     = new System.Drawing.Size(66, 20);
     this.edtPort.TabIndex = 2;
     this.edtPort.Text     = "995";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 43);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 21;
     this.label4.Text     = "Port";
     //
     // edtPassword
     //
     this.edtPassword.Location     = new System.Drawing.Point(312, 72);
     this.edtPassword.Name         = "edtPassword";
     this.edtPassword.PasswordChar = '*';
     this.edtPassword.Size         = new System.Drawing.Size(104, 20);
     this.edtPassword.TabIndex     = 5;
     this.edtPassword.Text         = "clevertester";
     //
     // edtUser
     //
     this.edtUser.Location = new System.Drawing.Point(62, 72);
     this.edtUser.Name     = "edtUser";
     this.edtUser.Size     = new System.Drawing.Size(122, 20);
     this.edtUser.TabIndex = 4;
     this.edtUser.Text     = "CleverTester";
     //
     // edtServer
     //
     this.edtServer.Location = new System.Drawing.Point(62, 16);
     this.edtServer.Name     = "edtServer";
     this.edtServer.Size     = new System.Drawing.Size(354, 20);
     this.edtServer.TabIndex = 1;
     this.edtServer.Text     = "localhost";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(253, 75);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 16);
     this.label3.TabIndex = 20;
     this.label3.Text     = "Password";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 75);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 19;
     this.label2.Text     = "User";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 18;
     this.label1.Text     = "Server";
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(440, 16);
     this.btnConnect.Name     = "btnConnect";
     this.btnConnect.Size     = new System.Drawing.Size(96, 23);
     this.btnConnect.TabIndex = 6;
     this.btnConnect.Text     = "Connect";
     this.btnConnect.Click   += new System.EventHandler(this.btnConnect_Click);
     //
     // btnDisconnect
     //
     this.btnDisconnect.Location = new System.Drawing.Point(440, 64);
     this.btnDisconnect.Name     = "btnDisconnect";
     this.btnDisconnect.Size     = new System.Drawing.Size(96, 23);
     this.btnDisconnect.TabIndex = 7;
     this.btnDisconnect.Text     = "Disconnect";
     this.btnDisconnect.Click   += new System.EventHandler(this.btnDisconnect_Click);
     //
     // memBody
     //
     this.memBody.Location   = new System.Drawing.Point(16, 272);
     this.memBody.Multiline  = true;
     this.memBody.Name       = "memBody";
     this.memBody.ReadOnly   = true;
     this.memBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.memBody.Size       = new System.Drawing.Size(520, 96);
     this.memBody.TabIndex   = 13;
     //
     // edtSubject
     //
     this.edtSubject.Location = new System.Drawing.Point(72, 248);
     this.edtSubject.Name     = "edtSubject";
     this.edtSubject.ReadOnly = true;
     this.edtSubject.Size     = new System.Drawing.Size(464, 20);
     this.edtSubject.TabIndex = 12;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(16, 248);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(48, 23);
     this.label8.TabIndex = 34;
     this.label8.Text     = "Subject";
     //
     // edtFrom
     //
     this.edtFrom.Location = new System.Drawing.Point(72, 224);
     this.edtFrom.Name     = "edtFrom";
     this.edtFrom.ReadOnly = true;
     this.edtFrom.Size     = new System.Drawing.Size(464, 20);
     this.edtFrom.TabIndex = 11;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 224);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 23);
     this.label7.TabIndex = 33;
     this.label7.Text     = "From";
     //
     // lvMessages
     //
     this.lvMessages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader2,
         this.columnHeader4,
         this.columnHeader5
     });
     this.lvMessages.FullRowSelect = true;
     this.lvMessages.HideSelection = false;
     this.lvMessages.Location      = new System.Drawing.Point(16, 128);
     this.lvMessages.Name          = "lvMessages";
     this.lvMessages.Size          = new System.Drawing.Size(400, 88);
     this.lvMessages.TabIndex      = 8;
     this.lvMessages.UseCompatibleStateImageBehavior = false;
     this.lvMessages.View = System.Windows.Forms.View.Details;
     this.lvMessages.SelectedIndexChanged += new System.EventHandler(this.lvMessages_SelectedIndexChanged);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "From";
     this.columnHeader3.Width = 120;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Subject";
     this.columnHeader2.Width = 120;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Date";
     this.columnHeader4.Width = 80;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "UID";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 104);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(64, 23);
     this.label6.TabIndex = 32;
     this.label6.Text     = "Messages";
     //
     // btnDelete
     //
     this.btnDelete.Location = new System.Drawing.Point(440, 136);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(96, 23);
     this.btnDelete.TabIndex = 10;
     this.btnDelete.Text     = "Delete Message";
     this.btnDelete.Click   += new System.EventHandler(this.btnDelete_Click);
     //
     // pop31
     //
     this.pop31.VerifyServer += new CleverComponents.InetSuite.VerifyPeerEventHandler(this.pop31_VerifyServer);
     //
     // mailMessage1
     //
     this.mailMessage1.Date       = new System.DateTime(2007, 1, 10, 21, 6, 40, 109);
     this.mailMessage1.From.Email = "";
     this.mailMessage1.From.Name  = "";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(560, 376);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.memBody);
     this.Controls.Add(this.edtSubject);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.edtFrom);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.lvMessages);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnDisconnect);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.cbUseTLS);
     this.Controls.Add(this.edtPort);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.edtPassword);
     this.Controls.Add(this.edtUser);
     this.Controls.Add(this.edtServer);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form1";
     this.Text            = "POP3 Client with SSL / TLS support";
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.edtPop3Server  = new System.Windows.Forms.TextBox();
     this.edtUser        = new System.Windows.Forms.TextBox();
     this.edtPassword    = new System.Windows.Forms.TextBox();
     this.edtSmtpServer  = new System.Windows.Forms.TextBox();
     this.btnComposeMail = new System.Windows.Forms.Button();
     this.btnCheckMail   = new System.Windows.Forms.Button();
     this.lbMessages     = new System.Windows.Forms.ListBox();
     this.pop31          = new CleverComponents.InetSuite.Pop3();
     this.smtp1          = new CleverComponents.InetSuite.Smtp();
     this.mailMessage1   = new CleverComponents.InetSuite.MailMessage();
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.smtp1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "POP server";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "User";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 91);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Password";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 43);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "SMTP server";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 152);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(168, 16);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Messages. Double click to view";
     //
     // edtPop3Server
     //
     this.edtPop3Server.Location = new System.Drawing.Point(94, 16);
     this.edtPop3Server.Name     = "edtPop3Server";
     this.edtPop3Server.Size     = new System.Drawing.Size(282, 20);
     this.edtPop3Server.TabIndex = 1;
     this.edtPop3Server.Text     = "pop.domain.com";
     //
     // edtUser
     //
     this.edtUser.Location = new System.Drawing.Point(94, 64);
     this.edtUser.Name     = "edtUser";
     this.edtUser.Size     = new System.Drawing.Size(282, 20);
     this.edtUser.TabIndex = 3;
     this.edtUser.Text     = "user";
     //
     // edtPassword
     //
     this.edtPassword.Location     = new System.Drawing.Point(94, 88);
     this.edtPassword.Name         = "edtPassword";
     this.edtPassword.PasswordChar = '*';
     this.edtPassword.Size         = new System.Drawing.Size(282, 20);
     this.edtPassword.TabIndex     = 4;
     this.edtPassword.Text         = "password";
     //
     // edtSmtpServer
     //
     this.edtSmtpServer.Location = new System.Drawing.Point(94, 40);
     this.edtSmtpServer.Name     = "edtSmtpServer";
     this.edtSmtpServer.Size     = new System.Drawing.Size(282, 20);
     this.edtSmtpServer.TabIndex = 2;
     this.edtSmtpServer.Text     = "smtp.domain.com";
     //
     // btnComposeMail
     //
     this.btnComposeMail.Location = new System.Drawing.Point(213, 120);
     this.btnComposeMail.Name     = "btnComposeMail";
     this.btnComposeMail.Size     = new System.Drawing.Size(104, 20);
     this.btnComposeMail.TabIndex = 6;
     this.btnComposeMail.Text     = "Compose Mail";
     this.btnComposeMail.Click   += new System.EventHandler(this.btnComposeMail_Click);
     //
     // btnCheckMail
     //
     this.btnCheckMail.Location = new System.Drawing.Point(94, 120);
     this.btnCheckMail.Name     = "btnCheckMail";
     this.btnCheckMail.Size     = new System.Drawing.Size(104, 20);
     this.btnCheckMail.TabIndex = 5;
     this.btnCheckMail.Text     = "Check Mail";
     this.btnCheckMail.Click   += new System.EventHandler(this.btnCheckMail_Click);
     //
     // lbMessages
     //
     this.lbMessages.Location     = new System.Drawing.Point(16, 168);
     this.lbMessages.Name         = "lbMessages";
     this.lbMessages.Size         = new System.Drawing.Size(360, 147);
     this.lbMessages.TabIndex     = 7;
     this.lbMessages.DoubleClick += new System.EventHandler(this.lbMessages_DoubleClick);
     //
     // mailMessage1
     //
     this.mailMessage1.Date = new System.DateTime(2006, 5, 4, 23, 33, 9, 265);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(394, 326);
     this.Controls.Add(this.lbMessages);
     this.Controls.Add(this.btnCheckMail);
     this.Controls.Add(this.btnComposeMail);
     this.Controls.Add(this.edtSmtpServer);
     this.Controls.Add(this.edtPassword);
     this.Controls.Add(this.edtUser);
     this.Controls.Add(this.edtPop3Server);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SMTP / POP3 client demo";
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.smtp1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1          = new System.Windows.Forms.Label();
     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.label6          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.lblProgress     = new System.Windows.Forms.Label();
     this.edtServer       = new System.Windows.Forms.TextBox();
     this.edtUser         = new System.Windows.Forms.TextBox();
     this.edtPassword     = new System.Windows.Forms.TextBox();
     this.edtFrom         = new System.Windows.Forms.TextBox();
     this.edtTo           = new System.Windows.Forms.TextBox();
     this.memBody         = new System.Windows.Forms.TextBox();
     this.edtAttachment   = new System.Windows.Forms.TextBox();
     this.btnBrowse       = new System.Windows.Forms.Button();
     this.btnSend         = new System.Windows.Forms.Button();
     this.btnReceive      = new System.Windows.Forms.Button();
     this.btnStop         = new System.Windows.Forms.Button();
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.pop31           = new CleverComponents.InetSuite.Pop3();
     this.smtp1           = new CleverComponents.InetSuite.Smtp();
     this.mailMessage1    = new CleverComponents.InetSuite.MailMessage();
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.smtp1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Server";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "User";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 67);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Password";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 91);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "From";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 115);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 4;
     this.label5.Text     = "To";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 136);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(56, 16);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Message";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 235);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(64, 17);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Attachment";
     //
     // lblProgress
     //
     this.lblProgress.Location = new System.Drawing.Point(16, 296);
     this.lblProgress.Name     = "lblProgress";
     this.lblProgress.Size     = new System.Drawing.Size(48, 16);
     this.lblProgress.TabIndex = 7;
     this.lblProgress.Text     = "%";
     //
     // edtServer
     //
     this.edtServer.Location = new System.Drawing.Point(80, 16);
     this.edtServer.Name     = "edtServer";
     this.edtServer.Size     = new System.Drawing.Size(272, 20);
     this.edtServer.TabIndex = 8;
     this.edtServer.Text     = "localhost";
     //
     // edtUser
     //
     this.edtUser.Location = new System.Drawing.Point(80, 40);
     this.edtUser.Name     = "edtUser";
     this.edtUser.Size     = new System.Drawing.Size(120, 20);
     this.edtUser.TabIndex = 9;
     this.edtUser.Text     = "CleverTester";
     //
     // edtPassword
     //
     this.edtPassword.Location     = new System.Drawing.Point(80, 64);
     this.edtPassword.Name         = "edtPassword";
     this.edtPassword.PasswordChar = '*';
     this.edtPassword.Size         = new System.Drawing.Size(120, 20);
     this.edtPassword.TabIndex     = 10;
     this.edtPassword.Text         = "clevertester";
     //
     // edtFrom
     //
     this.edtFrom.Location = new System.Drawing.Point(80, 88);
     this.edtFrom.Name     = "edtFrom";
     this.edtFrom.Size     = new System.Drawing.Size(272, 20);
     this.edtFrom.TabIndex = 11;
     this.edtFrom.Text     = "*****@*****.**";
     //
     // edtTo
     //
     this.edtTo.Location = new System.Drawing.Point(80, 112);
     this.edtTo.Name     = "edtTo";
     this.edtTo.Size     = new System.Drawing.Size(272, 20);
     this.edtTo.TabIndex = 12;
     this.edtTo.Text     = "*****@*****.**";
     //
     // memBody
     //
     this.memBody.Location   = new System.Drawing.Point(80, 136);
     this.memBody.Multiline  = true;
     this.memBody.Name       = "memBody";
     this.memBody.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.memBody.Size       = new System.Drawing.Size(272, 88);
     this.memBody.TabIndex   = 13;
     this.memBody.Text       = "Message text follows here";
     //
     // edtAttachment
     //
     this.edtAttachment.Location = new System.Drawing.Point(80, 232);
     this.edtAttachment.Name     = "edtAttachment";
     this.edtAttachment.Size     = new System.Drawing.Size(232, 20);
     this.edtAttachment.TabIndex = 14;
     //
     // btnBrowse
     //
     this.btnBrowse.Location = new System.Drawing.Point(320, 232);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(32, 23);
     this.btnBrowse.TabIndex = 15;
     this.btnBrowse.Text     = "...";
     this.btnBrowse.Click   += new System.EventHandler(this.btnBrowse_Click);
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(80, 264);
     this.btnSend.Name     = "btnSend";
     this.btnSend.Size     = new System.Drawing.Size(75, 23);
     this.btnSend.TabIndex = 16;
     this.btnSend.Text     = "Send";
     this.btnSend.Click   += new System.EventHandler(this.btnSend_Click);
     //
     // btnReceive
     //
     this.btnReceive.Location = new System.Drawing.Point(176, 264);
     this.btnReceive.Name     = "btnReceive";
     this.btnReceive.Size     = new System.Drawing.Size(75, 23);
     this.btnReceive.TabIndex = 17;
     this.btnReceive.Text     = "Receive";
     this.btnReceive.Click   += new System.EventHandler(this.btnReceive_Click);
     //
     // btnStop
     //
     this.btnStop.Location = new System.Drawing.Point(277, 264);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new System.Drawing.Size(75, 23);
     this.btnStop.TabIndex = 18;
     this.btnStop.Text     = "Stop";
     this.btnStop.Click   += new System.EventHandler(this.btnStop_Click);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(64, 296);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(288, 16);
     this.progressBar1.TabIndex = 19;
     //
     // pop31
     //
     this.pop31.Progress += new CleverComponents.InetSuite.ProgressEventHandler(this.pop31_Progress);
     //
     // smtp1
     //
     this.smtp1.Progress += new CleverComponents.InetSuite.ProgressEventHandler(this.smtp1_Progress);
     //
     // mailMessage1
     //
     this.mailMessage1.Date            = new System.DateTime(2006, 5, 4, 22, 40, 1, 608);
     this.mailMessage1.SaveAttachment += new CleverComponents.InetSuite.GetBodyStreamEventHandler(this.mailMessage1_SaveAttachment);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 326);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnReceive);
     this.Controls.Add(this.btnSend);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.edtAttachment);
     this.Controls.Add(this.memBody);
     this.Controls.Add(this.edtTo);
     this.Controls.Add(this.edtFrom);
     this.Controls.Add(this.edtPassword);
     this.Controls.Add(this.edtUser);
     this.Controls.Add(this.edtServer);
     this.Controls.Add(this.lblProgress);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mail Send / Receive Progress";
     ((System.ComponentModel.ISupportInitialize)(this.pop31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.smtp1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mailMessage1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }