frmMain.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. namespace LYFZ.ERPCloudServer
  2. {
  3. partial class frmMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage2 = new System.Windows.Forms.TabPage();
  31. this.groupBox3 = new System.Windows.Forms.GroupBox();
  32. this.txtTraceListenerLog = new System.Windows.Forms.TextBox();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.btnStop = new System.Windows.Forms.Button();
  35. this.btnStart = new System.Windows.Forms.Button();
  36. this.lbMonitorPort = new System.Windows.Forms.Label();
  37. this.txtMonitorPort = new System.Windows.Forms.TextBox();
  38. this.lbMonitorIP = new System.Windows.Forms.Label();
  39. this.txtMonitorIP = new System.Windows.Forms.TextBox();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.listbxClientList = new System.Windows.Forms.ListBox();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.btnRefreshList = new System.Windows.Forms.Button();
  44. this.tabPageSystemSet = new System.Windows.Forms.TabPage();
  45. this.groupBox8 = new System.Windows.Forms.GroupBox();
  46. this.btnBrowseBakFileDirPath = new System.Windows.Forms.Button();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.txtBakFileDirPath = new System.Windows.Forms.TextBox();
  49. this.groupBox6 = new System.Windows.Forms.GroupBox();
  50. this.btnBrowseFileDirPath = new System.Windows.Forms.Button();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.txtFileDirPath = new System.Windows.Forms.TextBox();
  53. this.groupBox4 = new System.Windows.Forms.GroupBox();
  54. this.btnBrowse = new System.Windows.Forms.Button();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.txtDBBakPath = new System.Windows.Forms.TextBox();
  57. this.groupBox5 = new System.Windows.Forms.GroupBox();
  58. this.btnBrowseInstallation = new System.Windows.Forms.Button();
  59. this.label1 = new System.Windows.Forms.Label();
  60. this.txtinstallation = new System.Windows.Forms.TextBox();
  61. this.groupBox7 = new System.Windows.Forms.GroupBox();
  62. this.chkNetworkTrafficStatistics = new LYFZ.ComponentLibrary.CheckBoxEx();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.txtBenJiDataBasePass = new System.Windows.Forms.TextBox();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.txtBenJiDataBaseUser = new System.Windows.Forms.TextBox();
  67. this.label7 = new System.Windows.Forms.Label();
  68. this.txtBenJiDataBasePort = new System.Windows.Forms.TextBox();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.txtBenJiIP = new System.Windows.Forms.TextBox();
  71. this.groupBox1 = new System.Windows.Forms.GroupBox();
  72. this.lbDataBasePass = new System.Windows.Forms.Label();
  73. this.txtDataBasePass = new System.Windows.Forms.TextBox();
  74. this.lbDataBaseUser = new System.Windows.Forms.Label();
  75. this.txtDataBaseUser = new System.Windows.Forms.TextBox();
  76. this.lbDataBaseName = new System.Windows.Forms.Label();
  77. this.txtDataBaseName = new System.Windows.Forms.TextBox();
  78. this.lbDataBasePort = new System.Windows.Forms.Label();
  79. this.txtDataBasePort = new System.Windows.Forms.TextBox();
  80. this.lbDataBaseServer = new System.Windows.Forms.Label();
  81. this.txtDataBaseServer = new System.Windows.Forms.TextBox();
  82. this.panel1 = new System.Windows.Forms.Panel();
  83. this.btnSaveSet = new System.Windows.Forms.Button();
  84. this.txtServerID = new System.Windows.Forms.TextBox();
  85. this.label9 = new System.Windows.Forms.Label();
  86. this.groupBox9 = new System.Windows.Forms.GroupBox();
  87. this.btnWebAPIDirPath = new System.Windows.Forms.Button();
  88. this.label10 = new System.Windows.Forms.Label();
  89. this.txtWebAPIDirPath = new System.Windows.Forms.TextBox();
  90. this.txtSiteName = new System.Windows.Forms.TextBox();
  91. this.label11 = new System.Windows.Forms.Label();
  92. this.txtAppPoolId = new System.Windows.Forms.TextBox();
  93. this.label12 = new System.Windows.Forms.Label();
  94. this.txtWebAPIPort = new System.Windows.Forms.TextBox();
  95. this.label13 = new System.Windows.Forms.Label();
  96. this.plExMainContainer.SuspendLayout();
  97. this.plFormMainContent.SuspendLayout();
  98. this.tabControl1.SuspendLayout();
  99. this.tabPage2.SuspendLayout();
  100. this.groupBox3.SuspendLayout();
  101. this.groupBox2.SuspendLayout();
  102. this.tabPage1.SuspendLayout();
  103. this.panel2.SuspendLayout();
  104. this.tabPageSystemSet.SuspendLayout();
  105. this.groupBox8.SuspendLayout();
  106. this.groupBox6.SuspendLayout();
  107. this.groupBox4.SuspendLayout();
  108. this.groupBox5.SuspendLayout();
  109. this.groupBox7.SuspendLayout();
  110. this.groupBox1.SuspendLayout();
  111. this.panel1.SuspendLayout();
  112. this.groupBox9.SuspendLayout();
  113. this.SuspendLayout();
  114. //
  115. // plExMainContainer
  116. //
  117. this.plExMainContainer.Controls.Add(this.tabControl1);
  118. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  119. //
  120. // plFormMainContent
  121. //
  122. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  123. //
  124. // btnAppFormMaximize
  125. //
  126. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  127. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  128. //
  129. // btnAppFormExit
  130. //
  131. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  132. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  133. //
  134. // btnAppFormMinimize
  135. //
  136. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  137. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  138. //
  139. // tabControl1
  140. //
  141. this.tabControl1.Controls.Add(this.tabPage2);
  142. this.tabControl1.Controls.Add(this.tabPage1);
  143. this.tabControl1.Controls.Add(this.tabPageSystemSet);
  144. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.tabControl1.ItemSize = new System.Drawing.Size(248, 32);
  147. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  148. this.tabControl1.Name = "tabControl1";
  149. this.tabControl1.SelectedIndex = 0;
  150. this.tabControl1.Size = new System.Drawing.Size(1024, 703);
  151. this.tabControl1.TabIndex = 1;
  152. //
  153. // tabPage2
  154. //
  155. this.tabPage2.Controls.Add(this.groupBox3);
  156. this.tabPage2.Controls.Add(this.groupBox2);
  157. this.tabPage2.Location = new System.Drawing.Point(4, 36);
  158. this.tabPage2.Name = "tabPage2";
  159. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  160. this.tabPage2.Size = new System.Drawing.Size(1016, 663);
  161. this.tabPage2.TabIndex = 1;
  162. this.tabPage2.Text = "服务器运行管理";
  163. this.tabPage2.UseVisualStyleBackColor = true;
  164. //
  165. // groupBox3
  166. //
  167. this.groupBox3.Controls.Add(this.txtTraceListenerLog);
  168. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.groupBox3.Location = new System.Drawing.Point(3, 72);
  170. this.groupBox3.Name = "groupBox3";
  171. this.groupBox3.Size = new System.Drawing.Size(1010, 588);
  172. this.groupBox3.TabIndex = 2;
  173. this.groupBox3.TabStop = false;
  174. this.groupBox3.Text = "运行日志";
  175. //
  176. // txtTraceListenerLog
  177. //
  178. this.txtTraceListenerLog.BackColor = System.Drawing.Color.Black;
  179. this.txtTraceListenerLog.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.txtTraceListenerLog.ForeColor = System.Drawing.Color.White;
  181. this.txtTraceListenerLog.Location = new System.Drawing.Point(3, 19);
  182. this.txtTraceListenerLog.Multiline = true;
  183. this.txtTraceListenerLog.Name = "txtTraceListenerLog";
  184. this.txtTraceListenerLog.ReadOnly = true;
  185. this.txtTraceListenerLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  186. this.txtTraceListenerLog.Size = new System.Drawing.Size(1004, 566);
  187. this.txtTraceListenerLog.TabIndex = 0;
  188. //
  189. // groupBox2
  190. //
  191. this.groupBox2.Controls.Add(this.btnStop);
  192. this.groupBox2.Controls.Add(this.btnStart);
  193. this.groupBox2.Controls.Add(this.lbMonitorPort);
  194. this.groupBox2.Controls.Add(this.txtMonitorPort);
  195. this.groupBox2.Controls.Add(this.lbMonitorIP);
  196. this.groupBox2.Controls.Add(this.txtMonitorIP);
  197. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  198. this.groupBox2.Location = new System.Drawing.Point(3, 3);
  199. this.groupBox2.Name = "groupBox2";
  200. this.groupBox2.Size = new System.Drawing.Size(1010, 69);
  201. this.groupBox2.TabIndex = 1;
  202. this.groupBox2.TabStop = false;
  203. this.groupBox2.Text = "服务器设置";
  204. //
  205. // btnStop
  206. //
  207. this.btnStop.Enabled = false;
  208. this.btnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.btnStop.Location = new System.Drawing.Point(421, 27);
  210. this.btnStop.Name = "btnStop";
  211. this.btnStop.Size = new System.Drawing.Size(84, 28);
  212. this.btnStop.TabIndex = 2;
  213. this.btnStop.Text = "停 止";
  214. this.btnStop.UseVisualStyleBackColor = true;
  215. //
  216. // btnStart
  217. //
  218. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btnStart.Location = new System.Drawing.Point(329, 27);
  220. this.btnStart.Name = "btnStart";
  221. this.btnStart.Size = new System.Drawing.Size(84, 28);
  222. this.btnStart.TabIndex = 2;
  223. this.btnStart.Text = "开 始";
  224. this.btnStart.UseVisualStyleBackColor = true;
  225. //
  226. // lbMonitorPort
  227. //
  228. this.lbMonitorPort.AutoSize = true;
  229. this.lbMonitorPort.Location = new System.Drawing.Point(190, 33);
  230. this.lbMonitorPort.Name = "lbMonitorPort";
  231. this.lbMonitorPort.Size = new System.Drawing.Size(35, 17);
  232. this.lbMonitorPort.TabIndex = 1;
  233. this.lbMonitorPort.Text = "端口:";
  234. //
  235. // txtMonitorPort
  236. //
  237. this.txtMonitorPort.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtMonitorPort.Location = new System.Drawing.Point(233, 28);
  239. this.txtMonitorPort.Name = "txtMonitorPort";
  240. this.txtMonitorPort.Size = new System.Drawing.Size(60, 26);
  241. this.txtMonitorPort.TabIndex = 0;
  242. this.txtMonitorPort.Text = "8100";
  243. //
  244. // lbMonitorIP
  245. //
  246. this.lbMonitorIP.AutoSize = true;
  247. this.lbMonitorIP.Location = new System.Drawing.Point(9, 33);
  248. this.lbMonitorIP.Name = "lbMonitorIP";
  249. this.lbMonitorIP.Size = new System.Drawing.Size(46, 17);
  250. this.lbMonitorIP.TabIndex = 1;
  251. this.lbMonitorIP.Text = "监听IP:";
  252. //
  253. // txtMonitorIP
  254. //
  255. this.txtMonitorIP.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.txtMonitorIP.Location = new System.Drawing.Point(63, 28);
  257. this.txtMonitorIP.Name = "txtMonitorIP";
  258. this.txtMonitorIP.Size = new System.Drawing.Size(120, 26);
  259. this.txtMonitorIP.TabIndex = 0;
  260. this.txtMonitorIP.Text = "0.0.0.0";
  261. //
  262. // tabPage1
  263. //
  264. this.tabPage1.Controls.Add(this.listbxClientList);
  265. this.tabPage1.Controls.Add(this.panel2);
  266. this.tabPage1.Location = new System.Drawing.Point(4, 36);
  267. this.tabPage1.Name = "tabPage1";
  268. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  269. this.tabPage1.Size = new System.Drawing.Size(902, 505);
  270. this.tabPage1.TabIndex = 2;
  271. this.tabPage1.Text = "在线接列表";
  272. this.tabPage1.UseVisualStyleBackColor = true;
  273. //
  274. // listbxClientList
  275. //
  276. this.listbxClientList.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.listbxClientList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.listbxClientList.FormattingEnabled = true;
  279. this.listbxClientList.ItemHeight = 21;
  280. this.listbxClientList.Location = new System.Drawing.Point(3, 45);
  281. this.listbxClientList.Name = "listbxClientList";
  282. this.listbxClientList.Size = new System.Drawing.Size(896, 457);
  283. this.listbxClientList.TabIndex = 0;
  284. //
  285. // panel2
  286. //
  287. this.panel2.Controls.Add(this.btnRefreshList);
  288. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  289. this.panel2.Location = new System.Drawing.Point(3, 3);
  290. this.panel2.Name = "panel2";
  291. this.panel2.Size = new System.Drawing.Size(896, 42);
  292. this.panel2.TabIndex = 1;
  293. //
  294. // btnRefreshList
  295. //
  296. this.btnRefreshList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btnRefreshList.Location = new System.Drawing.Point(14, 6);
  298. this.btnRefreshList.Name = "btnRefreshList";
  299. this.btnRefreshList.Size = new System.Drawing.Size(129, 28);
  300. this.btnRefreshList.TabIndex = 3;
  301. this.btnRefreshList.Text = "刷 新 列 表";
  302. this.btnRefreshList.UseVisualStyleBackColor = true;
  303. //
  304. // tabPageSystemSet
  305. //
  306. this.tabPageSystemSet.Controls.Add(this.groupBox8);
  307. this.tabPageSystemSet.Controls.Add(this.groupBox6);
  308. this.tabPageSystemSet.Controls.Add(this.groupBox4);
  309. this.tabPageSystemSet.Controls.Add(this.groupBox5);
  310. this.tabPageSystemSet.Controls.Add(this.groupBox9);
  311. this.tabPageSystemSet.Controls.Add(this.groupBox7);
  312. this.tabPageSystemSet.Controls.Add(this.groupBox1);
  313. this.tabPageSystemSet.Controls.Add(this.panel1);
  314. this.tabPageSystemSet.Location = new System.Drawing.Point(4, 36);
  315. this.tabPageSystemSet.Name = "tabPageSystemSet";
  316. this.tabPageSystemSet.Padding = new System.Windows.Forms.Padding(3);
  317. this.tabPageSystemSet.Size = new System.Drawing.Size(1016, 663);
  318. this.tabPageSystemSet.TabIndex = 0;
  319. this.tabPageSystemSet.Text = "系统设置";
  320. this.tabPageSystemSet.UseVisualStyleBackColor = true;
  321. //
  322. // groupBox8
  323. //
  324. this.groupBox8.Controls.Add(this.btnBrowseBakFileDirPath);
  325. this.groupBox8.Controls.Add(this.label6);
  326. this.groupBox8.Controls.Add(this.txtBakFileDirPath);
  327. this.groupBox8.Dock = System.Windows.Forms.DockStyle.Top;
  328. this.groupBox8.Location = new System.Drawing.Point(3, 465);
  329. this.groupBox8.Name = "groupBox8";
  330. this.groupBox8.Size = new System.Drawing.Size(1010, 69);
  331. this.groupBox8.TabIndex = 6;
  332. this.groupBox8.TabStop = false;
  333. this.groupBox8.Text = "铂金版托服务器上传文件备份目录设置";
  334. //
  335. // btnBrowseBakFileDirPath
  336. //
  337. this.btnBrowseBakFileDirPath.Location = new System.Drawing.Point(387, 27);
  338. this.btnBrowseBakFileDirPath.Name = "btnBrowseBakFileDirPath";
  339. this.btnBrowseBakFileDirPath.Size = new System.Drawing.Size(53, 25);
  340. this.btnBrowseBakFileDirPath.TabIndex = 0;
  341. this.btnBrowseBakFileDirPath.Text = "浏 览";
  342. this.btnBrowseBakFileDirPath.UseVisualStyleBackColor = true;
  343. //
  344. // label6
  345. //
  346. this.label6.AutoSize = true;
  347. this.label6.Location = new System.Drawing.Point(9, 31);
  348. this.label6.Name = "label6";
  349. this.label6.Size = new System.Drawing.Size(59, 17);
  350. this.label6.TabIndex = 1;
  351. this.label6.Text = "备份目录:";
  352. //
  353. // txtBakFileDirPath
  354. //
  355. this.txtBakFileDirPath.Location = new System.Drawing.Point(78, 28);
  356. this.txtBakFileDirPath.Name = "txtBakFileDirPath";
  357. this.txtBakFileDirPath.ReadOnly = true;
  358. this.txtBakFileDirPath.Size = new System.Drawing.Size(303, 23);
  359. this.txtBakFileDirPath.TabIndex = 0;
  360. //
  361. // groupBox6
  362. //
  363. this.groupBox6.Controls.Add(this.btnBrowseFileDirPath);
  364. this.groupBox6.Controls.Add(this.label2);
  365. this.groupBox6.Controls.Add(this.txtFileDirPath);
  366. this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
  367. this.groupBox6.Location = new System.Drawing.Point(3, 396);
  368. this.groupBox6.Name = "groupBox6";
  369. this.groupBox6.Size = new System.Drawing.Size(1010, 69);
  370. this.groupBox6.TabIndex = 4;
  371. this.groupBox6.TabStop = false;
  372. this.groupBox6.Text = "铂金版托服务器上传文件存放目录设置";
  373. //
  374. // btnBrowseFileDirPath
  375. //
  376. this.btnBrowseFileDirPath.Location = new System.Drawing.Point(387, 27);
  377. this.btnBrowseFileDirPath.Name = "btnBrowseFileDirPath";
  378. this.btnBrowseFileDirPath.Size = new System.Drawing.Size(53, 25);
  379. this.btnBrowseFileDirPath.TabIndex = 0;
  380. this.btnBrowseFileDirPath.Text = "浏 览";
  381. this.btnBrowseFileDirPath.UseVisualStyleBackColor = true;
  382. //
  383. // label2
  384. //
  385. this.label2.AutoSize = true;
  386. this.label2.Location = new System.Drawing.Point(9, 31);
  387. this.label2.Name = "label2";
  388. this.label2.Size = new System.Drawing.Size(59, 17);
  389. this.label2.TabIndex = 1;
  390. this.label2.Text = "文件目录:";
  391. //
  392. // txtFileDirPath
  393. //
  394. this.txtFileDirPath.Location = new System.Drawing.Point(78, 28);
  395. this.txtFileDirPath.Name = "txtFileDirPath";
  396. this.txtFileDirPath.ReadOnly = true;
  397. this.txtFileDirPath.Size = new System.Drawing.Size(303, 23);
  398. this.txtFileDirPath.TabIndex = 0;
  399. //
  400. // groupBox4
  401. //
  402. this.groupBox4.Controls.Add(this.btnBrowse);
  403. this.groupBox4.Controls.Add(this.label5);
  404. this.groupBox4.Controls.Add(this.txtDBBakPath);
  405. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
  406. this.groupBox4.Location = new System.Drawing.Point(3, 327);
  407. this.groupBox4.Name = "groupBox4";
  408. this.groupBox4.Size = new System.Drawing.Size(1010, 69);
  409. this.groupBox4.TabIndex = 2;
  410. this.groupBox4.TabStop = false;
  411. this.groupBox4.Text = "铂金版托管理数据库备份目录设置";
  412. //
  413. // btnBrowse
  414. //
  415. this.btnBrowse.Location = new System.Drawing.Point(387, 27);
  416. this.btnBrowse.Name = "btnBrowse";
  417. this.btnBrowse.Size = new System.Drawing.Size(53, 25);
  418. this.btnBrowse.TabIndex = 0;
  419. this.btnBrowse.Text = "浏 览";
  420. this.btnBrowse.UseVisualStyleBackColor = true;
  421. //
  422. // label5
  423. //
  424. this.label5.AutoSize = true;
  425. this.label5.Location = new System.Drawing.Point(9, 31);
  426. this.label5.Name = "label5";
  427. this.label5.Size = new System.Drawing.Size(59, 17);
  428. this.label5.TabIndex = 1;
  429. this.label5.Text = "备份目录:";
  430. //
  431. // txtDBBakPath
  432. //
  433. this.txtDBBakPath.Location = new System.Drawing.Point(78, 28);
  434. this.txtDBBakPath.Name = "txtDBBakPath";
  435. this.txtDBBakPath.ReadOnly = true;
  436. this.txtDBBakPath.Size = new System.Drawing.Size(303, 23);
  437. this.txtDBBakPath.TabIndex = 0;
  438. //
  439. // groupBox5
  440. //
  441. this.groupBox5.Controls.Add(this.btnBrowseInstallation);
  442. this.groupBox5.Controls.Add(this.label1);
  443. this.groupBox5.Controls.Add(this.txtinstallation);
  444. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  445. this.groupBox5.Location = new System.Drawing.Point(3, 258);
  446. this.groupBox5.Name = "groupBox5";
  447. this.groupBox5.Size = new System.Drawing.Size(1010, 69);
  448. this.groupBox5.TabIndex = 3;
  449. this.groupBox5.TabStop = false;
  450. this.groupBox5.Text = "铂金版托管理数据库安装目录设置";
  451. //
  452. // btnBrowseInstallation
  453. //
  454. this.btnBrowseInstallation.Location = new System.Drawing.Point(387, 27);
  455. this.btnBrowseInstallation.Name = "btnBrowseInstallation";
  456. this.btnBrowseInstallation.Size = new System.Drawing.Size(53, 25);
  457. this.btnBrowseInstallation.TabIndex = 0;
  458. this.btnBrowseInstallation.Text = "浏 览";
  459. this.btnBrowseInstallation.UseVisualStyleBackColor = true;
  460. //
  461. // label1
  462. //
  463. this.label1.AutoSize = true;
  464. this.label1.Location = new System.Drawing.Point(9, 31);
  465. this.label1.Name = "label1";
  466. this.label1.Size = new System.Drawing.Size(59, 17);
  467. this.label1.TabIndex = 1;
  468. this.label1.Text = "安装目录:";
  469. //
  470. // txtinstallation
  471. //
  472. this.txtinstallation.Location = new System.Drawing.Point(78, 28);
  473. this.txtinstallation.Name = "txtinstallation";
  474. this.txtinstallation.ReadOnly = true;
  475. this.txtinstallation.Size = new System.Drawing.Size(303, 23);
  476. this.txtinstallation.TabIndex = 0;
  477. //
  478. // groupBox7
  479. //
  480. this.groupBox7.Controls.Add(this.label9);
  481. this.groupBox7.Controls.Add(this.txtServerID);
  482. this.groupBox7.Controls.Add(this.chkNetworkTrafficStatistics);
  483. this.groupBox7.Controls.Add(this.label3);
  484. this.groupBox7.Controls.Add(this.txtBenJiDataBasePass);
  485. this.groupBox7.Controls.Add(this.label4);
  486. this.groupBox7.Controls.Add(this.txtBenJiDataBaseUser);
  487. this.groupBox7.Controls.Add(this.label7);
  488. this.groupBox7.Controls.Add(this.txtBenJiDataBasePort);
  489. this.groupBox7.Controls.Add(this.label8);
  490. this.groupBox7.Controls.Add(this.txtBenJiIP);
  491. this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
  492. this.groupBox7.Location = new System.Drawing.Point(3, 120);
  493. this.groupBox7.Name = "groupBox7";
  494. this.groupBox7.Size = new System.Drawing.Size(1010, 69);
  495. this.groupBox7.TabIndex = 5;
  496. this.groupBox7.TabStop = false;
  497. this.groupBox7.Text = "本机数据库连接配置";
  498. //
  499. // chkNetworkTrafficStatistics
  500. //
  501. this.chkNetworkTrafficStatistics.AutoSize = true;
  502. this.chkNetworkTrafficStatistics.BackColor = System.Drawing.Color.Transparent;
  503. this.chkNetworkTrafficStatistics.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  504. this.chkNetworkTrafficStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  505. this.chkNetworkTrafficStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  506. this.chkNetworkTrafficStatistics.Fourstates = false;
  507. this.chkNetworkTrafficStatistics.IsGreenTick = false;
  508. this.chkNetworkTrafficStatistics.Location = new System.Drawing.Point(897, 29);
  509. this.chkNetworkTrafficStatistics.Name = "chkNetworkTrafficStatistics";
  510. this.chkNetworkTrafficStatistics.Size = new System.Drawing.Size(99, 21);
  511. this.chkNetworkTrafficStatistics.TabIndex = 13;
  512. this.chkNetworkTrafficStatistics.Text = "开启流量统计";
  513. this.chkNetworkTrafficStatistics.UseVisualStyleBackColor = false;
  514. //
  515. // label3
  516. //
  517. this.label3.AutoSize = true;
  518. this.label3.Location = new System.Drawing.Point(543, 30);
  519. this.label3.Name = "label3";
  520. this.label3.Size = new System.Drawing.Size(35, 17);
  521. this.label3.TabIndex = 1;
  522. this.label3.Text = "密码:";
  523. //
  524. // txtBenJiDataBasePass
  525. //
  526. this.txtBenJiDataBasePass.Location = new System.Drawing.Point(584, 27);
  527. this.txtBenJiDataBasePass.Name = "txtBenJiDataBasePass";
  528. this.txtBenJiDataBasePass.Size = new System.Drawing.Size(120, 23);
  529. this.txtBenJiDataBasePass.TabIndex = 0;
  530. this.txtBenJiDataBasePass.UseSystemPasswordChar = true;
  531. //
  532. // label4
  533. //
  534. this.label4.AutoSize = true;
  535. this.label4.Location = new System.Drawing.Point(364, 30);
  536. this.label4.Name = "label4";
  537. this.label4.Size = new System.Drawing.Size(47, 17);
  538. this.label4.TabIndex = 1;
  539. this.label4.Text = "用户名:";
  540. //
  541. // txtBenJiDataBaseUser
  542. //
  543. this.txtBenJiDataBaseUser.Location = new System.Drawing.Point(417, 27);
  544. this.txtBenJiDataBaseUser.Name = "txtBenJiDataBaseUser";
  545. this.txtBenJiDataBaseUser.Size = new System.Drawing.Size(120, 23);
  546. this.txtBenJiDataBaseUser.TabIndex = 0;
  547. //
  548. // label7
  549. //
  550. this.label7.AutoSize = true;
  551. this.label7.Location = new System.Drawing.Point(225, 30);
  552. this.label7.Name = "label7";
  553. this.label7.Size = new System.Drawing.Size(35, 17);
  554. this.label7.TabIndex = 1;
  555. this.label7.Text = "端口:";
  556. //
  557. // txtBenJiDataBasePort
  558. //
  559. this.txtBenJiDataBasePort.Location = new System.Drawing.Point(266, 27);
  560. this.txtBenJiDataBasePort.Name = "txtBenJiDataBasePort";
  561. this.txtBenJiDataBasePort.Size = new System.Drawing.Size(80, 23);
  562. this.txtBenJiDataBasePort.TabIndex = 0;
  563. //
  564. // label8
  565. //
  566. this.label8.AutoSize = true;
  567. this.label8.Location = new System.Drawing.Point(9, 30);
  568. this.label8.Name = "label8";
  569. this.label8.Size = new System.Drawing.Size(63, 17);
  570. this.label8.TabIndex = 1;
  571. this.label8.Text = "主机名/IP:";
  572. //
  573. // txtBenJiIP
  574. //
  575. this.txtBenJiIP.Location = new System.Drawing.Point(78, 27);
  576. this.txtBenJiIP.Name = "txtBenJiIP";
  577. this.txtBenJiIP.Size = new System.Drawing.Size(142, 23);
  578. this.txtBenJiIP.TabIndex = 0;
  579. //
  580. // groupBox1
  581. //
  582. this.groupBox1.Controls.Add(this.lbDataBasePass);
  583. this.groupBox1.Controls.Add(this.txtDataBasePass);
  584. this.groupBox1.Controls.Add(this.lbDataBaseUser);
  585. this.groupBox1.Controls.Add(this.txtDataBaseUser);
  586. this.groupBox1.Controls.Add(this.lbDataBaseName);
  587. this.groupBox1.Controls.Add(this.txtDataBaseName);
  588. this.groupBox1.Controls.Add(this.lbDataBasePort);
  589. this.groupBox1.Controls.Add(this.txtDataBasePort);
  590. this.groupBox1.Controls.Add(this.lbDataBaseServer);
  591. this.groupBox1.Controls.Add(this.txtDataBaseServer);
  592. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  593. this.groupBox1.ForeColor = System.Drawing.Color.Teal;
  594. this.groupBox1.Location = new System.Drawing.Point(3, 51);
  595. this.groupBox1.Name = "groupBox1";
  596. this.groupBox1.Size = new System.Drawing.Size(1010, 69);
  597. this.groupBox1.TabIndex = 0;
  598. this.groupBox1.TabStop = false;
  599. this.groupBox1.Text = "云服务器客户管理数据库配置";
  600. //
  601. // lbDataBasePass
  602. //
  603. this.lbDataBasePass.AutoSize = true;
  604. this.lbDataBasePass.Location = new System.Drawing.Point(722, 30);
  605. this.lbDataBasePass.Name = "lbDataBasePass";
  606. this.lbDataBasePass.Size = new System.Drawing.Size(35, 17);
  607. this.lbDataBasePass.TabIndex = 1;
  608. this.lbDataBasePass.Text = "密码:";
  609. //
  610. // txtDataBasePass
  611. //
  612. this.txtDataBasePass.Location = new System.Drawing.Point(763, 27);
  613. this.txtDataBasePass.Name = "txtDataBasePass";
  614. this.txtDataBasePass.Size = new System.Drawing.Size(120, 23);
  615. this.txtDataBasePass.TabIndex = 0;
  616. this.txtDataBasePass.UseSystemPasswordChar = true;
  617. //
  618. // lbDataBaseUser
  619. //
  620. this.lbDataBaseUser.AutoSize = true;
  621. this.lbDataBaseUser.Location = new System.Drawing.Point(543, 30);
  622. this.lbDataBaseUser.Name = "lbDataBaseUser";
  623. this.lbDataBaseUser.Size = new System.Drawing.Size(47, 17);
  624. this.lbDataBaseUser.TabIndex = 1;
  625. this.lbDataBaseUser.Text = "用户名:";
  626. //
  627. // txtDataBaseUser
  628. //
  629. this.txtDataBaseUser.Location = new System.Drawing.Point(596, 27);
  630. this.txtDataBaseUser.Name = "txtDataBaseUser";
  631. this.txtDataBaseUser.Size = new System.Drawing.Size(120, 23);
  632. this.txtDataBaseUser.TabIndex = 0;
  633. //
  634. // lbDataBaseName
  635. //
  636. this.lbDataBaseName.AutoSize = true;
  637. this.lbDataBaseName.Location = new System.Drawing.Point(352, 30);
  638. this.lbDataBaseName.Name = "lbDataBaseName";
  639. this.lbDataBaseName.Size = new System.Drawing.Size(59, 17);
  640. this.lbDataBaseName.TabIndex = 1;
  641. this.lbDataBaseName.Text = "数据库名:";
  642. //
  643. // txtDataBaseName
  644. //
  645. this.txtDataBaseName.Location = new System.Drawing.Point(417, 27);
  646. this.txtDataBaseName.Name = "txtDataBaseName";
  647. this.txtDataBaseName.Size = new System.Drawing.Size(120, 23);
  648. this.txtDataBaseName.TabIndex = 0;
  649. //
  650. // lbDataBasePort
  651. //
  652. this.lbDataBasePort.AutoSize = true;
  653. this.lbDataBasePort.Location = new System.Drawing.Point(225, 30);
  654. this.lbDataBasePort.Name = "lbDataBasePort";
  655. this.lbDataBasePort.Size = new System.Drawing.Size(35, 17);
  656. this.lbDataBasePort.TabIndex = 1;
  657. this.lbDataBasePort.Text = "端口:";
  658. //
  659. // txtDataBasePort
  660. //
  661. this.txtDataBasePort.Location = new System.Drawing.Point(266, 27);
  662. this.txtDataBasePort.Name = "txtDataBasePort";
  663. this.txtDataBasePort.Size = new System.Drawing.Size(80, 23);
  664. this.txtDataBasePort.TabIndex = 0;
  665. //
  666. // lbDataBaseServer
  667. //
  668. this.lbDataBaseServer.AutoSize = true;
  669. this.lbDataBaseServer.Location = new System.Drawing.Point(9, 30);
  670. this.lbDataBaseServer.Name = "lbDataBaseServer";
  671. this.lbDataBaseServer.Size = new System.Drawing.Size(63, 17);
  672. this.lbDataBaseServer.TabIndex = 1;
  673. this.lbDataBaseServer.Text = "主机名/IP:";
  674. //
  675. // txtDataBaseServer
  676. //
  677. this.txtDataBaseServer.Location = new System.Drawing.Point(78, 27);
  678. this.txtDataBaseServer.Name = "txtDataBaseServer";
  679. this.txtDataBaseServer.Size = new System.Drawing.Size(142, 23);
  680. this.txtDataBaseServer.TabIndex = 0;
  681. //
  682. // panel1
  683. //
  684. this.panel1.Controls.Add(this.btnSaveSet);
  685. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  686. this.panel1.Location = new System.Drawing.Point(3, 3);
  687. this.panel1.Name = "panel1";
  688. this.panel1.Size = new System.Drawing.Size(1010, 48);
  689. this.panel1.TabIndex = 1;
  690. //
  691. // btnSaveSet
  692. //
  693. this.btnSaveSet.Location = new System.Drawing.Point(12, 10);
  694. this.btnSaveSet.Name = "btnSaveSet";
  695. this.btnSaveSet.Size = new System.Drawing.Size(90, 28);
  696. this.btnSaveSet.TabIndex = 0;
  697. this.btnSaveSet.Text = "保存配置";
  698. this.btnSaveSet.UseVisualStyleBackColor = true;
  699. //
  700. // txtServerID
  701. //
  702. this.txtServerID.Location = new System.Drawing.Point(763, 27);
  703. this.txtServerID.Name = "txtServerID";
  704. this.txtServerID.Size = new System.Drawing.Size(120, 23);
  705. this.txtServerID.TabIndex = 0;
  706. this.txtServerID.Text = "0";
  707. //
  708. // label9
  709. //
  710. this.label9.AutoSize = true;
  711. this.label9.Location = new System.Drawing.Point(709, 30);
  712. this.label9.Name = "label9";
  713. this.label9.Size = new System.Drawing.Size(48, 17);
  714. this.label9.TabIndex = 1;
  715. this.label9.Text = "本机ID:";
  716. //
  717. // groupBox9
  718. //
  719. this.groupBox9.Controls.Add(this.btnWebAPIDirPath);
  720. this.groupBox9.Controls.Add(this.label10);
  721. this.groupBox9.Controls.Add(this.txtWebAPIDirPath);
  722. this.groupBox9.Controls.Add(this.label13);
  723. this.groupBox9.Controls.Add(this.txtWebAPIPort);
  724. this.groupBox9.Controls.Add(this.label12);
  725. this.groupBox9.Controls.Add(this.txtAppPoolId);
  726. this.groupBox9.Controls.Add(this.label11);
  727. this.groupBox9.Controls.Add(this.txtSiteName);
  728. this.groupBox9.Dock = System.Windows.Forms.DockStyle.Top;
  729. this.groupBox9.Location = new System.Drawing.Point(3, 189);
  730. this.groupBox9.Name = "groupBox9";
  731. this.groupBox9.Size = new System.Drawing.Size(1010, 69);
  732. this.groupBox9.TabIndex = 7;
  733. this.groupBox9.TabStop = false;
  734. this.groupBox9.Text = "Web服务器配置";
  735. //
  736. // btnWebAPIDirPath
  737. //
  738. this.btnWebAPIDirPath.Location = new System.Drawing.Point(387, 27);
  739. this.btnWebAPIDirPath.Name = "btnWebAPIDirPath";
  740. this.btnWebAPIDirPath.Size = new System.Drawing.Size(53, 25);
  741. this.btnWebAPIDirPath.TabIndex = 0;
  742. this.btnWebAPIDirPath.Text = "浏 览";
  743. this.btnWebAPIDirPath.UseVisualStyleBackColor = true;
  744. //
  745. // label10
  746. //
  747. this.label10.AutoSize = true;
  748. this.label10.Location = new System.Drawing.Point(9, 31);
  749. this.label10.Name = "label10";
  750. this.label10.Size = new System.Drawing.Size(54, 17);
  751. this.label10.TabIndex = 1;
  752. this.label10.Text = "API目录:";
  753. //
  754. // txtWebAPIDirPath
  755. //
  756. this.txtWebAPIDirPath.Location = new System.Drawing.Point(78, 28);
  757. this.txtWebAPIDirPath.Name = "txtWebAPIDirPath";
  758. this.txtWebAPIDirPath.ReadOnly = true;
  759. this.txtWebAPIDirPath.Size = new System.Drawing.Size(303, 23);
  760. this.txtWebAPIDirPath.TabIndex = 0;
  761. //
  762. // txtSiteName
  763. //
  764. this.txtSiteName.Location = new System.Drawing.Point(509, 28);
  765. this.txtSiteName.Name = "txtSiteName";
  766. this.txtSiteName.Size = new System.Drawing.Size(120, 23);
  767. this.txtSiteName.TabIndex = 0;
  768. //
  769. // label11
  770. //
  771. this.label11.AutoSize = true;
  772. this.label11.Location = new System.Drawing.Point(456, 31);
  773. this.label11.Name = "label11";
  774. this.label11.Size = new System.Drawing.Size(47, 17);
  775. this.label11.TabIndex = 1;
  776. this.label11.Text = "站点名:";
  777. //
  778. // txtAppPoolId
  779. //
  780. this.txtAppPoolId.Location = new System.Drawing.Point(712, 28);
  781. this.txtAppPoolId.Name = "txtAppPoolId";
  782. this.txtAppPoolId.Size = new System.Drawing.Size(120, 23);
  783. this.txtAppPoolId.TabIndex = 0;
  784. //
  785. // label12
  786. //
  787. this.label12.AutoSize = true;
  788. this.label12.Location = new System.Drawing.Point(635, 31);
  789. this.label12.Name = "label12";
  790. this.label12.Size = new System.Drawing.Size(71, 17);
  791. this.label12.TabIndex = 1;
  792. this.label12.Text = "应用程序池:";
  793. //
  794. // txtWebAPIPort
  795. //
  796. this.txtWebAPIPort.Location = new System.Drawing.Point(906, 28);
  797. this.txtWebAPIPort.Name = "txtWebAPIPort";
  798. this.txtWebAPIPort.Size = new System.Drawing.Size(79, 23);
  799. this.txtWebAPIPort.TabIndex = 0;
  800. //
  801. // label13
  802. //
  803. this.label13.AutoSize = true;
  804. this.label13.Location = new System.Drawing.Point(838, 31);
  805. this.label13.Name = "label13";
  806. this.label13.Size = new System.Drawing.Size(62, 17);
  807. this.label13.TabIndex = 1;
  808. this.label13.Text = "Web端口:";
  809. //
  810. // frmMain
  811. //
  812. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  813. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  814. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  815. this.ClientSize = new System.Drawing.Size(1024, 768);
  816. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  817. this.MinimumSize = new System.Drawing.Size(1024, 768);
  818. this.Name = "frmMain";
  819. this.Text = "利亚方舟影楼管理软件铂金版云服务器端";
  820. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  821. this.plExMainContainer.ResumeLayout(false);
  822. this.plFormMainContent.ResumeLayout(false);
  823. this.tabControl1.ResumeLayout(false);
  824. this.tabPage2.ResumeLayout(false);
  825. this.groupBox3.ResumeLayout(false);
  826. this.groupBox3.PerformLayout();
  827. this.groupBox2.ResumeLayout(false);
  828. this.groupBox2.PerformLayout();
  829. this.tabPage1.ResumeLayout(false);
  830. this.panel2.ResumeLayout(false);
  831. this.tabPageSystemSet.ResumeLayout(false);
  832. this.groupBox8.ResumeLayout(false);
  833. this.groupBox8.PerformLayout();
  834. this.groupBox6.ResumeLayout(false);
  835. this.groupBox6.PerformLayout();
  836. this.groupBox4.ResumeLayout(false);
  837. this.groupBox4.PerformLayout();
  838. this.groupBox5.ResumeLayout(false);
  839. this.groupBox5.PerformLayout();
  840. this.groupBox7.ResumeLayout(false);
  841. this.groupBox7.PerformLayout();
  842. this.groupBox1.ResumeLayout(false);
  843. this.groupBox1.PerformLayout();
  844. this.panel1.ResumeLayout(false);
  845. this.groupBox9.ResumeLayout(false);
  846. this.groupBox9.PerformLayout();
  847. this.ResumeLayout(false);
  848. }
  849. #endregion
  850. private System.Windows.Forms.TabControl tabControl1;
  851. private System.Windows.Forms.TabPage tabPageSystemSet;
  852. private System.Windows.Forms.GroupBox groupBox1;
  853. private System.Windows.Forms.Label lbDataBasePass;
  854. private System.Windows.Forms.TextBox txtDataBasePass;
  855. private System.Windows.Forms.Label lbDataBaseUser;
  856. private System.Windows.Forms.TextBox txtDataBaseUser;
  857. private System.Windows.Forms.Label lbDataBaseName;
  858. private System.Windows.Forms.TextBox txtDataBaseName;
  859. private System.Windows.Forms.Label lbDataBasePort;
  860. private System.Windows.Forms.TextBox txtDataBasePort;
  861. private System.Windows.Forms.Label lbDataBaseServer;
  862. private System.Windows.Forms.TextBox txtDataBaseServer;
  863. private System.Windows.Forms.Panel panel1;
  864. private System.Windows.Forms.Button btnSaveSet;
  865. private System.Windows.Forms.TabPage tabPage2;
  866. private System.Windows.Forms.GroupBox groupBox3;
  867. private System.Windows.Forms.TextBox txtTraceListenerLog;
  868. private System.Windows.Forms.GroupBox groupBox2;
  869. private System.Windows.Forms.Button btnStop;
  870. private System.Windows.Forms.Button btnStart;
  871. private System.Windows.Forms.Label lbMonitorPort;
  872. private System.Windows.Forms.TextBox txtMonitorPort;
  873. private System.Windows.Forms.Label lbMonitorIP;
  874. private System.Windows.Forms.TextBox txtMonitorIP;
  875. private System.Windows.Forms.GroupBox groupBox4;
  876. private System.Windows.Forms.Button btnBrowse;
  877. private System.Windows.Forms.Label label5;
  878. private System.Windows.Forms.TextBox txtDBBakPath;
  879. private System.Windows.Forms.GroupBox groupBox5;
  880. private System.Windows.Forms.Button btnBrowseInstallation;
  881. private System.Windows.Forms.Label label1;
  882. private System.Windows.Forms.TextBox txtinstallation;
  883. private System.Windows.Forms.GroupBox groupBox6;
  884. private System.Windows.Forms.Button btnBrowseFileDirPath;
  885. private System.Windows.Forms.Label label2;
  886. private System.Windows.Forms.TextBox txtFileDirPath;
  887. private System.Windows.Forms.GroupBox groupBox7;
  888. private System.Windows.Forms.Label label3;
  889. private System.Windows.Forms.TextBox txtBenJiDataBasePass;
  890. private System.Windows.Forms.Label label4;
  891. private System.Windows.Forms.TextBox txtBenJiDataBaseUser;
  892. private System.Windows.Forms.Label label7;
  893. private System.Windows.Forms.TextBox txtBenJiDataBasePort;
  894. private System.Windows.Forms.Label label8;
  895. private System.Windows.Forms.TextBox txtBenJiIP;
  896. private System.Windows.Forms.GroupBox groupBox8;
  897. private System.Windows.Forms.Button btnBrowseBakFileDirPath;
  898. private System.Windows.Forms.Label label6;
  899. private System.Windows.Forms.TextBox txtBakFileDirPath;
  900. private ComponentLibrary.CheckBoxEx chkNetworkTrafficStatistics;
  901. private System.Windows.Forms.TabPage tabPage1;
  902. private System.Windows.Forms.ListBox listbxClientList;
  903. private System.Windows.Forms.Panel panel2;
  904. private System.Windows.Forms.Button btnRefreshList;
  905. private System.Windows.Forms.Label label9;
  906. private System.Windows.Forms.TextBox txtServerID;
  907. private System.Windows.Forms.GroupBox groupBox9;
  908. private System.Windows.Forms.Button btnWebAPIDirPath;
  909. private System.Windows.Forms.Label label10;
  910. private System.Windows.Forms.TextBox txtWebAPIDirPath;
  911. private System.Windows.Forms.Label label13;
  912. private System.Windows.Forms.TextBox txtWebAPIPort;
  913. private System.Windows.Forms.Label label12;
  914. private System.Windows.Forms.TextBox txtAppPoolId;
  915. private System.Windows.Forms.Label label11;
  916. private System.Windows.Forms.TextBox txtSiteName;
  917. }
  918. }