⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 receivemail.designer.cs

📁 visual c# 网络编程技术与实践实例包括几个源码
💻 CS
字号:
namespace EmailApp
{
    partial class receiveMail
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.maillabel = new System.Windows.Forms.Label();
            this.RecBtn = new System.Windows.Forms.Button();
            this.messagelistBox = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            this.statlistBox = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // maillabel
            // 
            this.maillabel.AutoSize = true;
            this.maillabel.Location = new System.Drawing.Point(175, 23);
            this.maillabel.Name = "maillabel";
            this.maillabel.Size = new System.Drawing.Size(0, 12);
            this.maillabel.TabIndex = 0;
            // 
            // RecBtn
            // 
            this.RecBtn.Location = new System.Drawing.Point(41, 23);
            this.RecBtn.Name = "RecBtn";
            this.RecBtn.Size = new System.Drawing.Size(75, 23);
            this.RecBtn.TabIndex = 2;
            this.RecBtn.Text = "接收邮件";
            this.RecBtn.UseVisualStyleBackColor = true;
            this.RecBtn.Click += new System.EventHandler(this.RecBtn_Click);
            // 
            // messagelistBox
            // 
            this.messagelistBox.FormattingEnabled = true;
            this.messagelistBox.HorizontalScrollbar = true;
            this.messagelistBox.ItemHeight = 12;
            this.messagelistBox.Location = new System.Drawing.Point(21, 90);
            this.messagelistBox.Name = "messagelistBox";
            this.messagelistBox.Size = new System.Drawing.Size(520, 172);
            this.messagelistBox.TabIndex = 3;
            this.messagelistBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.messagelistBox_MouseDoubleClick);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(288, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "当前状态";
            // 
            // statlistBox
            // 
            this.statlistBox.FormattingEnabled = true;
            this.statlistBox.ItemHeight = 12;
            this.statlistBox.Location = new System.Drawing.Point(347, 9);
            this.statlistBox.Name = "statlistBox";
            this.statlistBox.Size = new System.Drawing.Size(194, 64);
            this.statlistBox.TabIndex = 6;
            // 
            // receiveMail
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(594, 284);
            this.Controls.Add(this.statlistBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.messagelistBox);
            this.Controls.Add(this.RecBtn);
            this.Controls.Add(this.maillabel);
            this.Name = "receiveMail";
            this.Text = "收邮件";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label maillabel;
        private System.Windows.Forms.Button RecBtn;
        private System.Windows.Forms.ListBox messagelistBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListBox statlistBox;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -