namespace LYFZ.CloudLoginServer { partial class frmMain { /// /// 必需的设计器变量。 /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtTraceListenerLog = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnStop = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.lbMonitorPort = new System.Windows.Forms.Label(); this.txtMonitorPort = new System.Windows.Forms.TextBox(); this.lbMonitorIP = new System.Windows.Forms.Label(); this.txtMonitorIP = new System.Windows.Forms.TextBox(); this.tabPageSystemSet = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkNetworkTrafficStatistics = new LYFZ.ComponentLibrary.CheckBoxEx(); this.lbDataBasePass = new System.Windows.Forms.Label(); this.txtDataBasePass = new System.Windows.Forms.TextBox(); this.lbDataBaseUser = new System.Windows.Forms.Label(); this.txtDataBaseUser = new System.Windows.Forms.TextBox(); this.lbDataBaseName = new System.Windows.Forms.Label(); this.txtDataBaseName = new System.Windows.Forms.TextBox(); this.lbDataBasePort = new System.Windows.Forms.Label(); this.txtDataBasePort = new System.Windows.Forms.TextBox(); this.lbDataBaseServer = new System.Windows.Forms.Label(); this.txtDataBaseServer = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.btnSaveSet = new System.Windows.Forms.Button(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabPageSystemSet.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControl1); this.plExMainContainer.Size = new System.Drawing.Size(1024, 703); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1024, 703); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(992, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPageSystemSet); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl1.ItemSize = new System.Drawing.Size(248, 32); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1024, 703); this.tabControl1.TabIndex = 1; // // tabPage2 // this.tabPage2.Controls.Add(this.groupBox3); this.tabPage2.Controls.Add(this.groupBox2); this.tabPage2.Location = new System.Drawing.Point(4, 36); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1016, 663); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "服务器运行管理"; this.tabPage2.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.txtTraceListenerLog); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 72); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(1010, 588); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "运行日志"; // // txtTraceListenerLog // this.txtTraceListenerLog.BackColor = System.Drawing.Color.Black; this.txtTraceListenerLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTraceListenerLog.ForeColor = System.Drawing.Color.White; this.txtTraceListenerLog.Location = new System.Drawing.Point(3, 19); this.txtTraceListenerLog.Multiline = true; this.txtTraceListenerLog.Name = "txtTraceListenerLog"; this.txtTraceListenerLog.ReadOnly = true; this.txtTraceListenerLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtTraceListenerLog.Size = new System.Drawing.Size(1004, 566); this.txtTraceListenerLog.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.btnStop); this.groupBox2.Controls.Add(this.btnStart); this.groupBox2.Controls.Add(this.lbMonitorPort); this.groupBox2.Controls.Add(this.txtMonitorPort); this.groupBox2.Controls.Add(this.lbMonitorIP); this.groupBox2.Controls.Add(this.txtMonitorIP); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1010, 69); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "服务器设置"; // // btnStop // this.btnStop.Enabled = false; this.btnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStop.Location = new System.Drawing.Point(421, 27); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(84, 28); this.btnStop.TabIndex = 2; this.btnStop.Text = "停 止"; this.btnStop.UseVisualStyleBackColor = true; // // btnStart // this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStart.Location = new System.Drawing.Point(329, 27); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(84, 28); this.btnStart.TabIndex = 2; this.btnStart.Text = "开 始"; this.btnStart.UseVisualStyleBackColor = true; // // lbMonitorPort // this.lbMonitorPort.AutoSize = true; this.lbMonitorPort.Location = new System.Drawing.Point(190, 33); this.lbMonitorPort.Name = "lbMonitorPort"; this.lbMonitorPort.Size = new System.Drawing.Size(35, 17); this.lbMonitorPort.TabIndex = 1; this.lbMonitorPort.Text = "端口:"; // // txtMonitorPort // this.txtMonitorPort.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMonitorPort.Location = new System.Drawing.Point(233, 28); this.txtMonitorPort.Name = "txtMonitorPort"; this.txtMonitorPort.Size = new System.Drawing.Size(60, 26); this.txtMonitorPort.TabIndex = 0; this.txtMonitorPort.Text = "8000"; // // lbMonitorIP // this.lbMonitorIP.AutoSize = true; this.lbMonitorIP.Location = new System.Drawing.Point(9, 33); this.lbMonitorIP.Name = "lbMonitorIP"; this.lbMonitorIP.Size = new System.Drawing.Size(46, 17); this.lbMonitorIP.TabIndex = 1; this.lbMonitorIP.Text = "监听IP:"; // // txtMonitorIP // this.txtMonitorIP.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMonitorIP.Location = new System.Drawing.Point(63, 28); this.txtMonitorIP.Name = "txtMonitorIP"; this.txtMonitorIP.Size = new System.Drawing.Size(120, 26); this.txtMonitorIP.TabIndex = 0; this.txtMonitorIP.Text = "0.0.0.0"; // // tabPageSystemSet // this.tabPageSystemSet.Controls.Add(this.groupBox1); this.tabPageSystemSet.Controls.Add(this.panel1); this.tabPageSystemSet.Location = new System.Drawing.Point(4, 36); this.tabPageSystemSet.Name = "tabPageSystemSet"; this.tabPageSystemSet.Padding = new System.Windows.Forms.Padding(3); this.tabPageSystemSet.Size = new System.Drawing.Size(1016, 663); this.tabPageSystemSet.TabIndex = 0; this.tabPageSystemSet.Text = "系统设置"; this.tabPageSystemSet.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.chkNetworkTrafficStatistics); this.groupBox1.Controls.Add(this.lbDataBasePass); this.groupBox1.Controls.Add(this.txtDataBasePass); this.groupBox1.Controls.Add(this.lbDataBaseUser); this.groupBox1.Controls.Add(this.txtDataBaseUser); this.groupBox1.Controls.Add(this.lbDataBaseName); this.groupBox1.Controls.Add(this.txtDataBaseName); this.groupBox1.Controls.Add(this.lbDataBasePort); this.groupBox1.Controls.Add(this.txtDataBasePort); this.groupBox1.Controls.Add(this.lbDataBaseServer); this.groupBox1.Controls.Add(this.txtDataBaseServer); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.ForeColor = System.Drawing.Color.Teal; this.groupBox1.Location = new System.Drawing.Point(3, 51); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1010, 69); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "云服务器客户管理数据库配置"; // // chkNetworkTrafficStatistics // this.chkNetworkTrafficStatistics.AutoSize = true; this.chkNetworkTrafficStatistics.BackColor = System.Drawing.Color.Transparent; this.chkNetworkTrafficStatistics.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkNetworkTrafficStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkNetworkTrafficStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkNetworkTrafficStatistics.Fourstates = false; this.chkNetworkTrafficStatistics.IsGreenTick = false; this.chkNetworkTrafficStatistics.Location = new System.Drawing.Point(902, 27); this.chkNetworkTrafficStatistics.Name = "chkNetworkTrafficStatistics"; this.chkNetworkTrafficStatistics.Size = new System.Drawing.Size(99, 21); this.chkNetworkTrafficStatistics.TabIndex = 14; this.chkNetworkTrafficStatistics.Text = "开启流量统计"; this.chkNetworkTrafficStatistics.UseVisualStyleBackColor = false; // // lbDataBasePass // this.lbDataBasePass.AutoSize = true; this.lbDataBasePass.Location = new System.Drawing.Point(731, 30); this.lbDataBasePass.Name = "lbDataBasePass"; this.lbDataBasePass.Size = new System.Drawing.Size(35, 17); this.lbDataBasePass.TabIndex = 1; this.lbDataBasePass.Text = "密码:"; // // txtDataBasePass // this.txtDataBasePass.Location = new System.Drawing.Point(772, 27); this.txtDataBasePass.Name = "txtDataBasePass"; this.txtDataBasePass.Size = new System.Drawing.Size(120, 23); this.txtDataBasePass.TabIndex = 0; this.txtDataBasePass.UseSystemPasswordChar = true; // // lbDataBaseUser // this.lbDataBaseUser.AutoSize = true; this.lbDataBaseUser.Location = new System.Drawing.Point(568, 30); this.lbDataBaseUser.Name = "lbDataBaseUser"; this.lbDataBaseUser.Size = new System.Drawing.Size(47, 17); this.lbDataBaseUser.TabIndex = 1; this.lbDataBaseUser.Text = "用户名:"; // // txtDataBaseUser // this.txtDataBaseUser.Location = new System.Drawing.Point(621, 27); this.txtDataBaseUser.Name = "txtDataBaseUser"; this.txtDataBaseUser.Size = new System.Drawing.Size(103, 23); this.txtDataBaseUser.TabIndex = 0; // // lbDataBaseName // this.lbDataBaseName.AutoSize = true; this.lbDataBaseName.Location = new System.Drawing.Point(377, 30); this.lbDataBaseName.Name = "lbDataBaseName"; this.lbDataBaseName.Size = new System.Drawing.Size(59, 17); this.lbDataBaseName.TabIndex = 1; this.lbDataBaseName.Text = "数据库名:"; // // txtDataBaseName // this.txtDataBaseName.Location = new System.Drawing.Point(442, 27); this.txtDataBaseName.Name = "txtDataBaseName"; this.txtDataBaseName.Size = new System.Drawing.Size(120, 23); this.txtDataBaseName.TabIndex = 0; // // lbDataBasePort // this.lbDataBasePort.AutoSize = true; this.lbDataBasePort.Location = new System.Drawing.Point(251, 30); this.lbDataBasePort.Name = "lbDataBasePort"; this.lbDataBasePort.Size = new System.Drawing.Size(35, 17); this.lbDataBasePort.TabIndex = 1; this.lbDataBasePort.Text = "端口:"; // // txtDataBasePort // this.txtDataBasePort.Location = new System.Drawing.Point(292, 27); this.txtDataBasePort.Name = "txtDataBasePort"; this.txtDataBasePort.Size = new System.Drawing.Size(77, 23); this.txtDataBasePort.TabIndex = 0; // // lbDataBaseServer // this.lbDataBaseServer.AutoSize = true; this.lbDataBaseServer.Location = new System.Drawing.Point(9, 30); this.lbDataBaseServer.Name = "lbDataBaseServer"; this.lbDataBaseServer.Size = new System.Drawing.Size(63, 17); this.lbDataBaseServer.TabIndex = 1; this.lbDataBaseServer.Text = "主机名/IP:"; // // txtDataBaseServer // this.txtDataBaseServer.Location = new System.Drawing.Point(78, 27); this.txtDataBaseServer.Name = "txtDataBaseServer"; this.txtDataBaseServer.Size = new System.Drawing.Size(168, 23); this.txtDataBaseServer.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.btnSaveSet); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1010, 48); this.panel1.TabIndex = 1; // // btnSaveSet // this.btnSaveSet.Location = new System.Drawing.Point(12, 10); this.btnSaveSet.Name = "btnSaveSet"; this.btnSaveSet.Size = new System.Drawing.Size(90, 28); this.btnSaveSet.TabIndex = 0; this.btnSaveSet.Text = "保存配置"; this.btnSaveSet.UseVisualStyleBackColor = true; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(1024, 768); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MinimumSize = new System.Drawing.Size(1024, 768); this.Name = "frmMain"; this.Text = "利亚方舟影楼管理软件铂金版云登录服务器"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.tabPageSystemSet.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPageSystemSet; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lbDataBasePass; private System.Windows.Forms.TextBox txtDataBasePass; private System.Windows.Forms.Label lbDataBaseUser; private System.Windows.Forms.TextBox txtDataBaseUser; private System.Windows.Forms.Label lbDataBaseName; private System.Windows.Forms.TextBox txtDataBaseName; private System.Windows.Forms.Label lbDataBasePort; private System.Windows.Forms.TextBox txtDataBasePort; private System.Windows.Forms.Label lbDataBaseServer; private System.Windows.Forms.TextBox txtDataBaseServer; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnSaveSet; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox txtTraceListenerLog; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Label lbMonitorPort; private System.Windows.Forms.TextBox txtMonitorPort; private System.Windows.Forms.Label lbMonitorIP; private System.Windows.Forms.TextBox txtMonitorIP; private ComponentLibrary.CheckBoxEx chkNetworkTrafficStatistics; } }