www.pudn.com > 365codes.cn19MailToCode.rar > add.Designer.cs


namespace MailTo 
{ 
    partial class add 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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.label1 = new System.Windows.Forms.Label(); 
            this.textBox1 = new System.Windows.Forms.TextBox(); 
            this.button1 = new System.Windows.Forms.Button(); 
            this.msg = new System.Windows.Forms.Label(); 
            this.button2 = new System.Windows.Forms.Button(); 
            this.SuspendLayout(); 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(21, 38); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(53, 12); 
            this.label1.TabIndex = 0; 
            this.label1.Text = "收件人:"; 
            //  
            // textBox1 
            //  
            this.textBox1.Location = new System.Drawing.Point(78, 32); 
            this.textBox1.Name = "textBox1"; 
            this.textBox1.Size = new System.Drawing.Size(188, 21); 
            this.textBox1.TabIndex = 1; 
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); 
            this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); 
            //  
            // button1 
            //  
            this.button1.Location = new System.Drawing.Point(281, 31); 
            this.button1.Name = "button1"; 
            this.button1.Size = new System.Drawing.Size(55, 23); 
            this.button1.TabIndex = 2; 
            this.button1.Text = "添 加"; 
            this.button1.UseVisualStyleBackColor = true; 
            this.button1.Click += new System.EventHandler(this.button1_Click); 
            //  
            // msg 
            //  
            this.msg.AutoSize = true; 
            this.msg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); 
            this.msg.Location = new System.Drawing.Point(76, 60); 
            this.msg.Name = "msg"; 
            this.msg.Size = new System.Drawing.Size(0, 12); 
            this.msg.TabIndex = 3; 
            //  
            // button2 
            //  
            this.button2.Location = new System.Drawing.Point(342, 31); 
            this.button2.Name = "button2"; 
            this.button2.Size = new System.Drawing.Size(55, 23); 
            this.button2.TabIndex = 2; 
            this.button2.Text = "取 消"; 
            this.button2.UseVisualStyleBackColor = true; 
            this.button2.Click += new System.EventHandler(this.button2_Click); 
            //  
            // add 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(421, 91); 
            this.Controls.Add(this.msg); 
            this.Controls.Add(this.button2); 
            this.Controls.Add(this.button1); 
            this.Controls.Add(this.textBox1); 
            this.Controls.Add(this.label1); 
            this.Name = "add"; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 
            this.Text = "添加收件人"; 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label label1; 
        private System.Windows.Forms.TextBox textBox1; 
        private System.Windows.Forms.Button button1; 
        private System.Windows.Forms.Label msg; 
        private System.Windows.Forms.Button button2; 
    } 
}