www.pudn.com > IntMail.rar > MailOption.Designer.cs


namespace IntMail 
{ 
    partial class MailOption 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            this.label6 = new System.Windows.Forms.Label(); 
            this.label5 = new System.Windows.Forms.Label(); 
            this.label4 = new System.Windows.Forms.Label(); 
            this.listView1 = new System.Windows.Forms.ListView(); 
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); 
            this.button1 = new System.Windows.Forms.Button(); 
            this.button2 = new System.Windows.Forms.Button(); 
            this.button3 = new System.Windows.Forms.Button(); 
            this.SuspendLayout(); 
            //  
            // label6 
            //  
            this.label6.BackColor = System.Drawing.Color.White; 
            this.label6.Location = new System.Drawing.Point(35, 14); 
            this.label6.Name = "label6"; 
            this.label6.Size = new System.Drawing.Size(135, 23); 
            this.label6.TabIndex = 14; 
            this.label6.Text = "设置您的邮箱服务项"; 
            //  
            // label5 
            //  
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 
            this.label5.Location = new System.Drawing.Point(-8, 49); 
            this.label5.Name = "label5"; 
            this.label5.Size = new System.Drawing.Size(500, 2); 
            this.label5.TabIndex = 13; 
            //  
            // label4 
            //  
            this.label4.BackColor = System.Drawing.Color.White; 
            this.label4.Location = new System.Drawing.Point(-2, -7); 
            this.label4.Name = "label4"; 
            this.label4.Size = new System.Drawing.Size(494, 55); 
            this.label4.TabIndex = 12; 
            //  
            // listView1 
            //  
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.columnHeader1, 
            this.columnHeader2, 
            this.columnHeader3, 
            this.columnHeader4}); 
            this.listView1.FullRowSelect = true; 
            this.listView1.Location = new System.Drawing.Point(2, 53); 
            this.listView1.Name = "listView1"; 
            this.listView1.Size = new System.Drawing.Size(381, 198); 
            this.listView1.TabIndex = 15; 
            this.listView1.UseCompatibleStateImageBehavior = false; 
            this.listView1.View = System.Windows.Forms.View.Details; 
            //  
            // columnHeader1 
            //  
            this.columnHeader1.Text = "邮箱地址"; 
            this.columnHeader1.Width = 79; 
            //  
            // columnHeader2 
            //  
            this.columnHeader2.Text = "POP3服务器"; 
            this.columnHeader2.Width = 104; 
            //  
            // columnHeader3 
            //  
            this.columnHeader3.Text = "SMTP服务器"; 
            this.columnHeader3.Width = 107; 
            //  
            // columnHeader4 
            //  
            this.columnHeader4.Text = "登陆帐号"; 
            this.columnHeader4.Width = 83; 
            //  
            // button1 
            //  
            this.button1.Location = new System.Drawing.Point(389, 84); 
            this.button1.Name = "button1"; 
            this.button1.Size = new System.Drawing.Size(84, 23); 
            this.button1.TabIndex = 16; 
            this.button1.Text = "新建帐户"; 
            this.button1.UseVisualStyleBackColor = true; 
            this.button1.Click += new System.EventHandler(this.button1_Click); 
            //  
            // button2 
            //  
            this.button2.Location = new System.Drawing.Point(389, 130); 
            this.button2.Name = "button2"; 
            this.button2.Size = new System.Drawing.Size(84, 23); 
            this.button2.TabIndex = 16; 
            this.button2.Text = "编辑帐户"; 
            this.button2.UseVisualStyleBackColor = true; 
            this.button2.Click += new System.EventHandler(this.button2_Click); 
            //  
            // button3 
            //  
            this.button3.Location = new System.Drawing.Point(389, 177); 
            this.button3.Name = "button3"; 
            this.button3.Size = new System.Drawing.Size(84, 23); 
            this.button3.TabIndex = 16; 
            this.button3.Text = "删除帐户"; 
            this.button3.UseVisualStyleBackColor = true; 
            this.button3.Click += new System.EventHandler(this.button3_Click); 
            //  
            // MailOption 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(487, 254); 
            this.Controls.Add(this.button3); 
            this.Controls.Add(this.button2); 
            this.Controls.Add(this.button1); 
            this.Controls.Add(this.listView1); 
            this.Controls.Add(this.label6); 
            this.Controls.Add(this.label5); 
            this.Controls.Add(this.label4); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 
            this.MaximizeBox = false; 
            this.MinimizeBox = false; 
            this.Name = "MailOption"; 
            this.ShowIcon = false; 
            this.ShowInTaskbar = false; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "邮件帐户"; 
            this.Load += new System.EventHandler(this.MailOption_Load); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label label6; 
        private System.Windows.Forms.Label label5; 
        private System.Windows.Forms.Label label4; 
        private System.Windows.Forms.ListView listView1; 
        private System.Windows.Forms.Button button1; 
        private System.Windows.Forms.Button button2; 
        private System.Windows.Forms.Button button3; 
        private System.Windows.Forms.ColumnHeader columnHeader1; 
        private System.Windows.Forms.ColumnHeader columnHeader2; 
        private System.Windows.Forms.ColumnHeader columnHeader3; 
        private System.Windows.Forms.ColumnHeader columnHeader4; 
    } 
}