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

📄 frmmessage.designer.cs

📁 .Net实现的局域网完整IM,含完整的设计远隔
💻 CS
字号:
namespace JPMLab_LanTalker_Client
{
    partial class frmMessage
    {
        /// <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.mbtYes = new NewControl.JPM_CurrentButton();
            this.mbtNo = new NewControl.JPM_CurrentButton();
            this.mbtCancel = new NewControl.JPM_CurrentButton();
            this.labMessage = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // mbtYes
            // 
            this.mbtYes.Caption = "确定";
            this.mbtYes.Location = new System.Drawing.Point(38, 69);
            this.mbtYes.Name = "mbtYes";
            this.mbtYes.Size = new System.Drawing.Size(60, 22);
            this.mbtYes.TabIndex = 0;
            this.mbtYes.Click += new System.EventHandler(this.mbtYes_Click);
            // 
            // mbtNo
            // 
            this.mbtNo.Caption = "否";
            this.mbtNo.Location = new System.Drawing.Point(102, 69);
            this.mbtNo.Name = "mbtNo";
            this.mbtNo.Size = new System.Drawing.Size(60, 22);
            this.mbtNo.TabIndex = 1;
            this.mbtNo.Click += new System.EventHandler(this.mbtNo_Click);
            // 
            // mbtCancel
            // 
            this.mbtCancel.Caption = "取消";
            this.mbtCancel.Location = new System.Drawing.Point(166, 69);
            this.mbtCancel.Name = "mbtCancel";
            this.mbtCancel.Size = new System.Drawing.Size(60, 22);
            this.mbtCancel.TabIndex = 2;
            this.mbtCancel.Click += new System.EventHandler(this.mbtCancel_Click);
            // 
            // labMessage
            // 
            this.labMessage.BackColor = System.Drawing.Color.Transparent;
            this.labMessage.Location = new System.Drawing.Point(59, 22);
            this.labMessage.Name = "labMessage";
            this.labMessage.Size = new System.Drawing.Size(176, 39);
            this.labMessage.TabIndex = 3;
            this.labMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // frmMessage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::JPMLab_LanTalker_Client.Properties.Resources.BMP_MESSAGEBG;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(251, 96);
            this.Controls.Add(this.labMessage);
            this.Controls.Add(this.mbtCancel);
            this.Controls.Add(this.mbtNo);
            this.Controls.Add(this.mbtYes);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmMessage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "frmMessage";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.frmMessage_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private NewControl.JPM_CurrentButton mbtYes;
        private NewControl.JPM_CurrentButton mbtNo;
        private NewControl.JPM_CurrentButton mbtCancel;
        private System.Windows.Forms.Label labMessage;
    }
}

⌨️ 快捷键说明

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