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


namespace IntMail 
{ 
    partial class FrmDefaultSet 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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() 
        { 
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { 
            "1212", 
            "1212", 
            "1212", 
            "1212"}, -1); 
            this.label6 = new System.Windows.Forms.Label(); 
            this.label5 = new System.Windows.Forms.Label(); 
            this.label4 = new System.Windows.Forms.Label(); 
            this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 
            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.SuspendLayout(); 
            //  
            // label6 
            //  
            this.label6.BackColor = System.Drawing.Color.White; 
            this.label6.Location = new System.Drawing.Point(39, 16); 
            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(-32, 53); 
            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(-5, -3); 
            this.label4.Name = "label4"; 
            this.label4.Size = new System.Drawing.Size(482, 55); 
            this.label4.TabIndex = 12; 
            //  
            // statusStrip1 
            //  
            this.statusStrip1.Location = new System.Drawing.Point(0, 216); 
            this.statusStrip1.Name = "statusStrip1"; 
            this.statusStrip1.Size = new System.Drawing.Size(452, 22); 
            this.statusStrip1.TabIndex = 16; 
            this.statusStrip1.Text = "statusStrip1"; 
            //  
            // listView1 
            //  
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.columnHeader1, 
            this.columnHeader2, 
            this.columnHeader3, 
            this.columnHeader4}); 
            this.listView1.FullRowSelect = true; 
            this.listView1.GridLines = true; 
            this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] { 
            listViewItem1}); 
            this.listView1.Location = new System.Drawing.Point(0, 58); 
            this.listView1.Name = "listView1"; 
            this.listView1.Size = new System.Drawing.Size(452, 160); 
            this.listView1.TabIndex = 17; 
            this.listView1.UseCompatibleStateImageBehavior = false; 
            this.listView1.View = System.Windows.Forms.View.Details; 
            this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); 
            //  
            // columnHeader1 
            //  
            this.columnHeader1.Text = "邮箱地址"; 
            this.columnHeader1.Width = 94; 
            //  
            // columnHeader2 
            //  
            this.columnHeader2.Text = "POP3服务器"; 
            this.columnHeader2.Width = 122; 
            //  
            // columnHeader3 
            //  
            this.columnHeader3.Text = "SMTP服务器"; 
            this.columnHeader3.Width = 107; 
            //  
            // columnHeader4 
            //  
            this.columnHeader4.Text = "登陆帐号"; 
            this.columnHeader4.Width = 93; 
            //  
            // FrmDefaultSet 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(452, 238); 
            this.Controls.Add(this.listView1); 
            this.Controls.Add(this.statusStrip1); 
            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 = "FrmDefaultSet"; 
            this.ShowIcon = false; 
            this.ShowInTaskbar = false; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "默认邮箱设置"; 
            this.Load += new System.EventHandler(this.FrmDefaultSet_Load); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label label6; 
        private System.Windows.Forms.Label label5; 
        private System.Windows.Forms.Label label4; 
        private System.Windows.Forms.StatusStrip statusStrip1; 
        private System.Windows.Forms.ListView listView1; 
        private System.Windows.Forms.ColumnHeader columnHeader1; 
        private System.Windows.Forms.ColumnHeader columnHeader2; 
        private System.Windows.Forms.ColumnHeader columnHeader3; 
        private System.Windows.Forms.ColumnHeader columnHeader4; 
    } 
}