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

📄 frmsystemoption.designer.cs

📁 .Net实现的局域网完整IM,含完整的设计远隔
💻 CS
字号:
namespace JPMLab_LanTalker_Client
{
    partial class frmSystemOption
    {
        /// <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.mbtSave = new NewControl.JPM_CurrentButton();
            this.mbtCancel = new NewControl.JPM_CurrentButton();
            this.txtSAddress = new System.Windows.Forms.TextBox();
            this.txtSPort = new System.Windows.Forms.TextBox();
            this.txtLPort = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // mbtSave
            // 
            this.mbtSave.Caption = "保存";
            this.mbtSave.Location = new System.Drawing.Point(42, 69);
            this.mbtSave.Name = "mbtSave";
            this.mbtSave.Size = new System.Drawing.Size(60, 22);
            this.mbtSave.TabIndex = 0;
            this.mbtSave.Text = "jpM_CurrentButton1";
            this.mbtSave.Click += new System.EventHandler(this.mbtSave_Click);
            // 
            // mbtCancel
            // 
            this.mbtCancel.Caption = "取消";
            this.mbtCancel.Location = new System.Drawing.Point(105, 69);
            this.mbtCancel.Name = "mbtCancel";
            this.mbtCancel.Size = new System.Drawing.Size(60, 22);
            this.mbtCancel.TabIndex = 1;
            this.mbtCancel.Text = "jpM_CurrentButton2";
            this.mbtCancel.Click += new System.EventHandler(this.mbtCancel_Click);
            // 
            // txtSAddress
            // 
            this.txtSAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtSAddress.Location = new System.Drawing.Point(74, 6);
            this.txtSAddress.Name = "txtSAddress";
            this.txtSAddress.Size = new System.Drawing.Size(90, 14);
            this.txtSAddress.TabIndex = 2;
            // 
            // txtSPort
            // 
            this.txtSPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtSPort.Location = new System.Drawing.Point(74, 27);
            this.txtSPort.Name = "txtSPort";
            this.txtSPort.Size = new System.Drawing.Size(90, 14);
            this.txtSPort.TabIndex = 3;
            // 
            // txtLPort
            // 
            this.txtLPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtLPort.Location = new System.Drawing.Point(74, 48);
            this.txtLPort.Name = "txtLPort";
            this.txtLPort.Size = new System.Drawing.Size(90, 14);
            this.txtLPort.TabIndex = 4;
            // 
            // frmSystemOption
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::JPMLab_LanTalker_Client.Properties.Resources.BMP_SYSTEMOPTIONBG;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(172, 94);
            this.Controls.Add(this.txtLPort);
            this.Controls.Add(this.txtSPort);
            this.Controls.Add(this.txtSAddress);
            this.Controls.Add(this.mbtCancel);
            this.Controls.Add(this.mbtSave);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "frmSystemOption";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "系统设置";
            this.Load += new System.EventHandler(this.frmSystemOption_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private NewControl.JPM_CurrentButton mbtSave;
        private NewControl.JPM_CurrentButton mbtCancel;
        private System.Windows.Forms.TextBox txtSAddress;
        private System.Windows.Forms.TextBox txtSPort;
        private System.Windows.Forms.TextBox txtLPort;
    }
}

⌨️ 快捷键说明

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