123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926 |
- namespace LYFZ.ERPCloudServer
- {
- partial class frmMain
- {
- /// <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()
- {
- 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.tabPage1 = new System.Windows.Forms.TabPage();
- this.listbxClientList = new System.Windows.Forms.ListBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnRefreshList = new System.Windows.Forms.Button();
- this.tabPageSystemSet = new System.Windows.Forms.TabPage();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.btnBrowseBakFileDirPath = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.txtBakFileDirPath = new System.Windows.Forms.TextBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.btnBrowseFileDirPath = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.txtFileDirPath = new System.Windows.Forms.TextBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.btnBrowse = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.txtDBBakPath = new System.Windows.Forms.TextBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.btnBrowseInstallation = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.txtinstallation = new System.Windows.Forms.TextBox();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.chkNetworkTrafficStatistics = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.label3 = new System.Windows.Forms.Label();
- this.txtBenJiDataBasePass = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtBenJiDataBaseUser = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.txtBenJiDataBasePort = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.txtBenJiIP = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- 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.txtServerID = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.btnWebAPIDirPath = new System.Windows.Forms.Button();
- this.label10 = new System.Windows.Forms.Label();
- this.txtWebAPIDirPath = new System.Windows.Forms.TextBox();
- this.txtSiteName = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.txtAppPoolId = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.txtWebAPIPort = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.tabPageSystemSet.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox7.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.groupBox9.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.tabPage1);
- 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 = "8100";
- //
- // 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";
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.listbxClientList);
- this.tabPage1.Controls.Add(this.panel2);
- this.tabPage1.Location = new System.Drawing.Point(4, 36);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(902, 505);
- this.tabPage1.TabIndex = 2;
- this.tabPage1.Text = "在线接列表";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // listbxClientList
- //
- this.listbxClientList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listbxClientList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.listbxClientList.FormattingEnabled = true;
- this.listbxClientList.ItemHeight = 21;
- this.listbxClientList.Location = new System.Drawing.Point(3, 45);
- this.listbxClientList.Name = "listbxClientList";
- this.listbxClientList.Size = new System.Drawing.Size(896, 457);
- this.listbxClientList.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btnRefreshList);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(3, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(896, 42);
- this.panel2.TabIndex = 1;
- //
- // btnRefreshList
- //
- this.btnRefreshList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnRefreshList.Location = new System.Drawing.Point(14, 6);
- this.btnRefreshList.Name = "btnRefreshList";
- this.btnRefreshList.Size = new System.Drawing.Size(129, 28);
- this.btnRefreshList.TabIndex = 3;
- this.btnRefreshList.Text = "刷 新 列 表";
- this.btnRefreshList.UseVisualStyleBackColor = true;
- //
- // tabPageSystemSet
- //
- this.tabPageSystemSet.Controls.Add(this.groupBox8);
- this.tabPageSystemSet.Controls.Add(this.groupBox6);
- this.tabPageSystemSet.Controls.Add(this.groupBox4);
- this.tabPageSystemSet.Controls.Add(this.groupBox5);
- this.tabPageSystemSet.Controls.Add(this.groupBox9);
- this.tabPageSystemSet.Controls.Add(this.groupBox7);
- 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;
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.btnBrowseBakFileDirPath);
- this.groupBox8.Controls.Add(this.label6);
- this.groupBox8.Controls.Add(this.txtBakFileDirPath);
- this.groupBox8.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox8.Location = new System.Drawing.Point(3, 465);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(1010, 69);
- this.groupBox8.TabIndex = 6;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "铂金版托服务器上传文件备份目录设置";
- //
- // btnBrowseBakFileDirPath
- //
- this.btnBrowseBakFileDirPath.Location = new System.Drawing.Point(387, 27);
- this.btnBrowseBakFileDirPath.Name = "btnBrowseBakFileDirPath";
- this.btnBrowseBakFileDirPath.Size = new System.Drawing.Size(53, 25);
- this.btnBrowseBakFileDirPath.TabIndex = 0;
- this.btnBrowseBakFileDirPath.Text = "浏 览";
- this.btnBrowseBakFileDirPath.UseVisualStyleBackColor = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(9, 31);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 17);
- this.label6.TabIndex = 1;
- this.label6.Text = "备份目录:";
- //
- // txtBakFileDirPath
- //
- this.txtBakFileDirPath.Location = new System.Drawing.Point(78, 28);
- this.txtBakFileDirPath.Name = "txtBakFileDirPath";
- this.txtBakFileDirPath.ReadOnly = true;
- this.txtBakFileDirPath.Size = new System.Drawing.Size(303, 23);
- this.txtBakFileDirPath.TabIndex = 0;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.btnBrowseFileDirPath);
- this.groupBox6.Controls.Add(this.label2);
- this.groupBox6.Controls.Add(this.txtFileDirPath);
- this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox6.Location = new System.Drawing.Point(3, 396);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(1010, 69);
- this.groupBox6.TabIndex = 4;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "铂金版托服务器上传文件存放目录设置";
- //
- // btnBrowseFileDirPath
- //
- this.btnBrowseFileDirPath.Location = new System.Drawing.Point(387, 27);
- this.btnBrowseFileDirPath.Name = "btnBrowseFileDirPath";
- this.btnBrowseFileDirPath.Size = new System.Drawing.Size(53, 25);
- this.btnBrowseFileDirPath.TabIndex = 0;
- this.btnBrowseFileDirPath.Text = "浏 览";
- this.btnBrowseFileDirPath.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 31);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 17);
- this.label2.TabIndex = 1;
- this.label2.Text = "文件目录:";
- //
- // txtFileDirPath
- //
- this.txtFileDirPath.Location = new System.Drawing.Point(78, 28);
- this.txtFileDirPath.Name = "txtFileDirPath";
- this.txtFileDirPath.ReadOnly = true;
- this.txtFileDirPath.Size = new System.Drawing.Size(303, 23);
- this.txtFileDirPath.TabIndex = 0;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.btnBrowse);
- this.groupBox4.Controls.Add(this.label5);
- this.groupBox4.Controls.Add(this.txtDBBakPath);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox4.Location = new System.Drawing.Point(3, 327);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(1010, 69);
- this.groupBox4.TabIndex = 2;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "铂金版托管理数据库备份目录设置";
- //
- // btnBrowse
- //
- this.btnBrowse.Location = new System.Drawing.Point(387, 27);
- this.btnBrowse.Name = "btnBrowse";
- this.btnBrowse.Size = new System.Drawing.Size(53, 25);
- this.btnBrowse.TabIndex = 0;
- this.btnBrowse.Text = "浏 览";
- this.btnBrowse.UseVisualStyleBackColor = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(9, 31);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 17);
- this.label5.TabIndex = 1;
- this.label5.Text = "备份目录:";
- //
- // txtDBBakPath
- //
- this.txtDBBakPath.Location = new System.Drawing.Point(78, 28);
- this.txtDBBakPath.Name = "txtDBBakPath";
- this.txtDBBakPath.ReadOnly = true;
- this.txtDBBakPath.Size = new System.Drawing.Size(303, 23);
- this.txtDBBakPath.TabIndex = 0;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.btnBrowseInstallation);
- this.groupBox5.Controls.Add(this.label1);
- this.groupBox5.Controls.Add(this.txtinstallation);
- this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox5.Location = new System.Drawing.Point(3, 258);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(1010, 69);
- this.groupBox5.TabIndex = 3;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "铂金版托管理数据库安装目录设置";
- //
- // btnBrowseInstallation
- //
- this.btnBrowseInstallation.Location = new System.Drawing.Point(387, 27);
- this.btnBrowseInstallation.Name = "btnBrowseInstallation";
- this.btnBrowseInstallation.Size = new System.Drawing.Size(53, 25);
- this.btnBrowseInstallation.TabIndex = 0;
- this.btnBrowseInstallation.Text = "浏 览";
- this.btnBrowseInstallation.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 17);
- this.label1.TabIndex = 1;
- this.label1.Text = "安装目录:";
- //
- // txtinstallation
- //
- this.txtinstallation.Location = new System.Drawing.Point(78, 28);
- this.txtinstallation.Name = "txtinstallation";
- this.txtinstallation.ReadOnly = true;
- this.txtinstallation.Size = new System.Drawing.Size(303, 23);
- this.txtinstallation.TabIndex = 0;
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.label9);
- this.groupBox7.Controls.Add(this.txtServerID);
- this.groupBox7.Controls.Add(this.chkNetworkTrafficStatistics);
- this.groupBox7.Controls.Add(this.label3);
- this.groupBox7.Controls.Add(this.txtBenJiDataBasePass);
- this.groupBox7.Controls.Add(this.label4);
- this.groupBox7.Controls.Add(this.txtBenJiDataBaseUser);
- this.groupBox7.Controls.Add(this.label7);
- this.groupBox7.Controls.Add(this.txtBenJiDataBasePort);
- this.groupBox7.Controls.Add(this.label8);
- this.groupBox7.Controls.Add(this.txtBenJiIP);
- this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox7.Location = new System.Drawing.Point(3, 120);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(1010, 69);
- this.groupBox7.TabIndex = 5;
- this.groupBox7.TabStop = false;
- this.groupBox7.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(897, 29);
- this.chkNetworkTrafficStatistics.Name = "chkNetworkTrafficStatistics";
- this.chkNetworkTrafficStatistics.Size = new System.Drawing.Size(99, 21);
- this.chkNetworkTrafficStatistics.TabIndex = 13;
- this.chkNetworkTrafficStatistics.Text = "开启流量统计";
- this.chkNetworkTrafficStatistics.UseVisualStyleBackColor = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(543, 30);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 17);
- this.label3.TabIndex = 1;
- this.label3.Text = "密码:";
- //
- // txtBenJiDataBasePass
- //
- this.txtBenJiDataBasePass.Location = new System.Drawing.Point(584, 27);
- this.txtBenJiDataBasePass.Name = "txtBenJiDataBasePass";
- this.txtBenJiDataBasePass.Size = new System.Drawing.Size(120, 23);
- this.txtBenJiDataBasePass.TabIndex = 0;
- this.txtBenJiDataBasePass.UseSystemPasswordChar = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(364, 30);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(47, 17);
- this.label4.TabIndex = 1;
- this.label4.Text = "用户名:";
- //
- // txtBenJiDataBaseUser
- //
- this.txtBenJiDataBaseUser.Location = new System.Drawing.Point(417, 27);
- this.txtBenJiDataBaseUser.Name = "txtBenJiDataBaseUser";
- this.txtBenJiDataBaseUser.Size = new System.Drawing.Size(120, 23);
- this.txtBenJiDataBaseUser.TabIndex = 0;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(225, 30);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 17);
- this.label7.TabIndex = 1;
- this.label7.Text = "端口:";
- //
- // txtBenJiDataBasePort
- //
- this.txtBenJiDataBasePort.Location = new System.Drawing.Point(266, 27);
- this.txtBenJiDataBasePort.Name = "txtBenJiDataBasePort";
- this.txtBenJiDataBasePort.Size = new System.Drawing.Size(80, 23);
- this.txtBenJiDataBasePort.TabIndex = 0;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 30);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(63, 17);
- this.label8.TabIndex = 1;
- this.label8.Text = "主机名/IP:";
- //
- // txtBenJiIP
- //
- this.txtBenJiIP.Location = new System.Drawing.Point(78, 27);
- this.txtBenJiIP.Name = "txtBenJiIP";
- this.txtBenJiIP.Size = new System.Drawing.Size(142, 23);
- this.txtBenJiIP.TabIndex = 0;
- //
- // groupBox1
- //
- 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 = "云服务器客户管理数据库配置";
- //
- // lbDataBasePass
- //
- this.lbDataBasePass.AutoSize = true;
- this.lbDataBasePass.Location = new System.Drawing.Point(722, 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(763, 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(543, 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(596, 27);
- this.txtDataBaseUser.Name = "txtDataBaseUser";
- this.txtDataBaseUser.Size = new System.Drawing.Size(120, 23);
- this.txtDataBaseUser.TabIndex = 0;
- //
- // lbDataBaseName
- //
- this.lbDataBaseName.AutoSize = true;
- this.lbDataBaseName.Location = new System.Drawing.Point(352, 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(417, 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(225, 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(266, 27);
- this.txtDataBasePort.Name = "txtDataBasePort";
- this.txtDataBasePort.Size = new System.Drawing.Size(80, 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(142, 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;
- //
- // txtServerID
- //
- this.txtServerID.Location = new System.Drawing.Point(763, 27);
- this.txtServerID.Name = "txtServerID";
- this.txtServerID.Size = new System.Drawing.Size(120, 23);
- this.txtServerID.TabIndex = 0;
- this.txtServerID.Text = "0";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(709, 30);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(48, 17);
- this.label9.TabIndex = 1;
- this.label9.Text = "本机ID:";
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.btnWebAPIDirPath);
- this.groupBox9.Controls.Add(this.label10);
- this.groupBox9.Controls.Add(this.txtWebAPIDirPath);
- this.groupBox9.Controls.Add(this.label13);
- this.groupBox9.Controls.Add(this.txtWebAPIPort);
- this.groupBox9.Controls.Add(this.label12);
- this.groupBox9.Controls.Add(this.txtAppPoolId);
- this.groupBox9.Controls.Add(this.label11);
- this.groupBox9.Controls.Add(this.txtSiteName);
- this.groupBox9.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox9.Location = new System.Drawing.Point(3, 189);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(1010, 69);
- this.groupBox9.TabIndex = 7;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "Web服务器配置";
- //
- // btnWebAPIDirPath
- //
- this.btnWebAPIDirPath.Location = new System.Drawing.Point(387, 27);
- this.btnWebAPIDirPath.Name = "btnWebAPIDirPath";
- this.btnWebAPIDirPath.Size = new System.Drawing.Size(53, 25);
- this.btnWebAPIDirPath.TabIndex = 0;
- this.btnWebAPIDirPath.Text = "浏 览";
- this.btnWebAPIDirPath.UseVisualStyleBackColor = true;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(9, 31);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(54, 17);
- this.label10.TabIndex = 1;
- this.label10.Text = "API目录:";
- //
- // txtWebAPIDirPath
- //
- this.txtWebAPIDirPath.Location = new System.Drawing.Point(78, 28);
- this.txtWebAPIDirPath.Name = "txtWebAPIDirPath";
- this.txtWebAPIDirPath.ReadOnly = true;
- this.txtWebAPIDirPath.Size = new System.Drawing.Size(303, 23);
- this.txtWebAPIDirPath.TabIndex = 0;
- //
- // txtSiteName
- //
- this.txtSiteName.Location = new System.Drawing.Point(509, 28);
- this.txtSiteName.Name = "txtSiteName";
- this.txtSiteName.Size = new System.Drawing.Size(120, 23);
- this.txtSiteName.TabIndex = 0;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(456, 31);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(47, 17);
- this.label11.TabIndex = 1;
- this.label11.Text = "站点名:";
- //
- // txtAppPoolId
- //
- this.txtAppPoolId.Location = new System.Drawing.Point(712, 28);
- this.txtAppPoolId.Name = "txtAppPoolId";
- this.txtAppPoolId.Size = new System.Drawing.Size(120, 23);
- this.txtAppPoolId.TabIndex = 0;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(635, 31);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(71, 17);
- this.label12.TabIndex = 1;
- this.label12.Text = "应用程序池:";
- //
- // txtWebAPIPort
- //
- this.txtWebAPIPort.Location = new System.Drawing.Point(906, 28);
- this.txtWebAPIPort.Name = "txtWebAPIPort";
- this.txtWebAPIPort.Size = new System.Drawing.Size(79, 23);
- this.txtWebAPIPort.TabIndex = 0;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(838, 31);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(62, 17);
- this.label13.TabIndex = 1;
- this.label13.Text = "Web端口:";
- //
- // 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.tabPage1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.tabPageSystemSet.ResumeLayout(false);
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.groupBox7.ResumeLayout(false);
- this.groupBox7.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- 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 System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Button btnBrowse;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtDBBakPath;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.Button btnBrowseInstallation;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtinstallation;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Button btnBrowseFileDirPath;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtFileDirPath;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtBenJiDataBasePass;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtBenJiDataBaseUser;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox txtBenJiDataBasePort;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox txtBenJiIP;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Button btnBrowseBakFileDirPath;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtBakFileDirPath;
- private ComponentLibrary.CheckBoxEx chkNetworkTrafficStatistics;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.ListBox listbxClientList;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btnRefreshList;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtServerID;
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.Button btnWebAPIDirPath;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox txtWebAPIDirPath;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox txtWebAPIPort;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox txtAppPoolId;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox txtSiteName;
- }
- }
|