frmMain.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. namespace LYFZ.CloudLoginServer
  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.tabPageSystemSet = new System.Windows.Forms.TabPage();
  41. this.groupBox1 = new System.Windows.Forms.GroupBox();
  42. this.chkNetworkTrafficStatistics = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.lbDataBasePass = new System.Windows.Forms.Label();
  44. this.txtDataBasePass = new System.Windows.Forms.TextBox();
  45. this.lbDataBaseUser = new System.Windows.Forms.Label();
  46. this.txtDataBaseUser = new System.Windows.Forms.TextBox();
  47. this.lbDataBaseName = new System.Windows.Forms.Label();
  48. this.txtDataBaseName = new System.Windows.Forms.TextBox();
  49. this.lbDataBasePort = new System.Windows.Forms.Label();
  50. this.txtDataBasePort = new System.Windows.Forms.TextBox();
  51. this.lbDataBaseServer = new System.Windows.Forms.Label();
  52. this.txtDataBaseServer = new System.Windows.Forms.TextBox();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.btnSaveSet = new System.Windows.Forms.Button();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.tabControl1.SuspendLayout();
  58. this.tabPage2.SuspendLayout();
  59. this.groupBox3.SuspendLayout();
  60. this.groupBox2.SuspendLayout();
  61. this.tabPageSystemSet.SuspendLayout();
  62. this.groupBox1.SuspendLayout();
  63. this.panel1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.tabControl1);
  69. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  74. //
  75. // btnAppFormMaximize
  76. //
  77. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  78. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  84. //
  85. // btnAppFormMinimize
  86. //
  87. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  88. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  89. //
  90. // tabControl1
  91. //
  92. this.tabControl1.Controls.Add(this.tabPage2);
  93. this.tabControl1.Controls.Add(this.tabPageSystemSet);
  94. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tabControl1.ItemSize = new System.Drawing.Size(248, 32);
  97. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  98. this.tabControl1.Name = "tabControl1";
  99. this.tabControl1.SelectedIndex = 0;
  100. this.tabControl1.Size = new System.Drawing.Size(1024, 703);
  101. this.tabControl1.TabIndex = 1;
  102. //
  103. // tabPage2
  104. //
  105. this.tabPage2.Controls.Add(this.groupBox3);
  106. this.tabPage2.Controls.Add(this.groupBox2);
  107. this.tabPage2.Location = new System.Drawing.Point(4, 36);
  108. this.tabPage2.Name = "tabPage2";
  109. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  110. this.tabPage2.Size = new System.Drawing.Size(1016, 663);
  111. this.tabPage2.TabIndex = 1;
  112. this.tabPage2.Text = "服务器运行管理";
  113. this.tabPage2.UseVisualStyleBackColor = true;
  114. //
  115. // groupBox3
  116. //
  117. this.groupBox3.Controls.Add(this.txtTraceListenerLog);
  118. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.groupBox3.Location = new System.Drawing.Point(3, 72);
  120. this.groupBox3.Name = "groupBox3";
  121. this.groupBox3.Size = new System.Drawing.Size(1010, 588);
  122. this.groupBox3.TabIndex = 2;
  123. this.groupBox3.TabStop = false;
  124. this.groupBox3.Text = "运行日志";
  125. //
  126. // txtTraceListenerLog
  127. //
  128. this.txtTraceListenerLog.BackColor = System.Drawing.Color.Black;
  129. this.txtTraceListenerLog.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.txtTraceListenerLog.ForeColor = System.Drawing.Color.White;
  131. this.txtTraceListenerLog.Location = new System.Drawing.Point(3, 19);
  132. this.txtTraceListenerLog.Multiline = true;
  133. this.txtTraceListenerLog.Name = "txtTraceListenerLog";
  134. this.txtTraceListenerLog.ReadOnly = true;
  135. this.txtTraceListenerLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  136. this.txtTraceListenerLog.Size = new System.Drawing.Size(1004, 566);
  137. this.txtTraceListenerLog.TabIndex = 0;
  138. //
  139. // groupBox2
  140. //
  141. this.groupBox2.Controls.Add(this.btnStop);
  142. this.groupBox2.Controls.Add(this.btnStart);
  143. this.groupBox2.Controls.Add(this.lbMonitorPort);
  144. this.groupBox2.Controls.Add(this.txtMonitorPort);
  145. this.groupBox2.Controls.Add(this.lbMonitorIP);
  146. this.groupBox2.Controls.Add(this.txtMonitorIP);
  147. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.groupBox2.Location = new System.Drawing.Point(3, 3);
  149. this.groupBox2.Name = "groupBox2";
  150. this.groupBox2.Size = new System.Drawing.Size(1010, 69);
  151. this.groupBox2.TabIndex = 1;
  152. this.groupBox2.TabStop = false;
  153. this.groupBox2.Text = "服务器设置";
  154. //
  155. // btnStop
  156. //
  157. this.btnStop.Enabled = false;
  158. this.btnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btnStop.Location = new System.Drawing.Point(421, 27);
  160. this.btnStop.Name = "btnStop";
  161. this.btnStop.Size = new System.Drawing.Size(84, 28);
  162. this.btnStop.TabIndex = 2;
  163. this.btnStop.Text = "停 止";
  164. this.btnStop.UseVisualStyleBackColor = true;
  165. //
  166. // btnStart
  167. //
  168. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btnStart.Location = new System.Drawing.Point(329, 27);
  170. this.btnStart.Name = "btnStart";
  171. this.btnStart.Size = new System.Drawing.Size(84, 28);
  172. this.btnStart.TabIndex = 2;
  173. this.btnStart.Text = "开 始";
  174. this.btnStart.UseVisualStyleBackColor = true;
  175. //
  176. // lbMonitorPort
  177. //
  178. this.lbMonitorPort.AutoSize = true;
  179. this.lbMonitorPort.Location = new System.Drawing.Point(190, 33);
  180. this.lbMonitorPort.Name = "lbMonitorPort";
  181. this.lbMonitorPort.Size = new System.Drawing.Size(35, 17);
  182. this.lbMonitorPort.TabIndex = 1;
  183. this.lbMonitorPort.Text = "端口:";
  184. //
  185. // txtMonitorPort
  186. //
  187. this.txtMonitorPort.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.txtMonitorPort.Location = new System.Drawing.Point(233, 28);
  189. this.txtMonitorPort.Name = "txtMonitorPort";
  190. this.txtMonitorPort.Size = new System.Drawing.Size(60, 26);
  191. this.txtMonitorPort.TabIndex = 0;
  192. this.txtMonitorPort.Text = "8000";
  193. //
  194. // lbMonitorIP
  195. //
  196. this.lbMonitorIP.AutoSize = true;
  197. this.lbMonitorIP.Location = new System.Drawing.Point(9, 33);
  198. this.lbMonitorIP.Name = "lbMonitorIP";
  199. this.lbMonitorIP.Size = new System.Drawing.Size(46, 17);
  200. this.lbMonitorIP.TabIndex = 1;
  201. this.lbMonitorIP.Text = "监听IP:";
  202. //
  203. // txtMonitorIP
  204. //
  205. this.txtMonitorIP.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.txtMonitorIP.Location = new System.Drawing.Point(63, 28);
  207. this.txtMonitorIP.Name = "txtMonitorIP";
  208. this.txtMonitorIP.Size = new System.Drawing.Size(120, 26);
  209. this.txtMonitorIP.TabIndex = 0;
  210. this.txtMonitorIP.Text = "0.0.0.0";
  211. //
  212. // tabPageSystemSet
  213. //
  214. this.tabPageSystemSet.Controls.Add(this.groupBox1);
  215. this.tabPageSystemSet.Controls.Add(this.panel1);
  216. this.tabPageSystemSet.Location = new System.Drawing.Point(4, 36);
  217. this.tabPageSystemSet.Name = "tabPageSystemSet";
  218. this.tabPageSystemSet.Padding = new System.Windows.Forms.Padding(3);
  219. this.tabPageSystemSet.Size = new System.Drawing.Size(1016, 663);
  220. this.tabPageSystemSet.TabIndex = 0;
  221. this.tabPageSystemSet.Text = "系统设置";
  222. this.tabPageSystemSet.UseVisualStyleBackColor = true;
  223. //
  224. // groupBox1
  225. //
  226. this.groupBox1.Controls.Add(this.chkNetworkTrafficStatistics);
  227. this.groupBox1.Controls.Add(this.lbDataBasePass);
  228. this.groupBox1.Controls.Add(this.txtDataBasePass);
  229. this.groupBox1.Controls.Add(this.lbDataBaseUser);
  230. this.groupBox1.Controls.Add(this.txtDataBaseUser);
  231. this.groupBox1.Controls.Add(this.lbDataBaseName);
  232. this.groupBox1.Controls.Add(this.txtDataBaseName);
  233. this.groupBox1.Controls.Add(this.lbDataBasePort);
  234. this.groupBox1.Controls.Add(this.txtDataBasePort);
  235. this.groupBox1.Controls.Add(this.lbDataBaseServer);
  236. this.groupBox1.Controls.Add(this.txtDataBaseServer);
  237. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  238. this.groupBox1.ForeColor = System.Drawing.Color.Teal;
  239. this.groupBox1.Location = new System.Drawing.Point(3, 51);
  240. this.groupBox1.Name = "groupBox1";
  241. this.groupBox1.Size = new System.Drawing.Size(1010, 69);
  242. this.groupBox1.TabIndex = 0;
  243. this.groupBox1.TabStop = false;
  244. this.groupBox1.Text = "云服务器客户管理数据库配置";
  245. //
  246. // chkNetworkTrafficStatistics
  247. //
  248. this.chkNetworkTrafficStatistics.AutoSize = true;
  249. this.chkNetworkTrafficStatistics.BackColor = System.Drawing.Color.Transparent;
  250. this.chkNetworkTrafficStatistics.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  251. this.chkNetworkTrafficStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  252. this.chkNetworkTrafficStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  253. this.chkNetworkTrafficStatistics.Fourstates = false;
  254. this.chkNetworkTrafficStatistics.IsGreenTick = false;
  255. this.chkNetworkTrafficStatistics.Location = new System.Drawing.Point(902, 27);
  256. this.chkNetworkTrafficStatistics.Name = "chkNetworkTrafficStatistics";
  257. this.chkNetworkTrafficStatistics.Size = new System.Drawing.Size(99, 21);
  258. this.chkNetworkTrafficStatistics.TabIndex = 14;
  259. this.chkNetworkTrafficStatistics.Text = "开启流量统计";
  260. this.chkNetworkTrafficStatistics.UseVisualStyleBackColor = false;
  261. //
  262. // lbDataBasePass
  263. //
  264. this.lbDataBasePass.AutoSize = true;
  265. this.lbDataBasePass.Location = new System.Drawing.Point(731, 30);
  266. this.lbDataBasePass.Name = "lbDataBasePass";
  267. this.lbDataBasePass.Size = new System.Drawing.Size(35, 17);
  268. this.lbDataBasePass.TabIndex = 1;
  269. this.lbDataBasePass.Text = "密码:";
  270. //
  271. // txtDataBasePass
  272. //
  273. this.txtDataBasePass.Location = new System.Drawing.Point(772, 27);
  274. this.txtDataBasePass.Name = "txtDataBasePass";
  275. this.txtDataBasePass.Size = new System.Drawing.Size(120, 23);
  276. this.txtDataBasePass.TabIndex = 0;
  277. this.txtDataBasePass.UseSystemPasswordChar = true;
  278. //
  279. // lbDataBaseUser
  280. //
  281. this.lbDataBaseUser.AutoSize = true;
  282. this.lbDataBaseUser.Location = new System.Drawing.Point(568, 30);
  283. this.lbDataBaseUser.Name = "lbDataBaseUser";
  284. this.lbDataBaseUser.Size = new System.Drawing.Size(47, 17);
  285. this.lbDataBaseUser.TabIndex = 1;
  286. this.lbDataBaseUser.Text = "用户名:";
  287. //
  288. // txtDataBaseUser
  289. //
  290. this.txtDataBaseUser.Location = new System.Drawing.Point(621, 27);
  291. this.txtDataBaseUser.Name = "txtDataBaseUser";
  292. this.txtDataBaseUser.Size = new System.Drawing.Size(103, 23);
  293. this.txtDataBaseUser.TabIndex = 0;
  294. //
  295. // lbDataBaseName
  296. //
  297. this.lbDataBaseName.AutoSize = true;
  298. this.lbDataBaseName.Location = new System.Drawing.Point(377, 30);
  299. this.lbDataBaseName.Name = "lbDataBaseName";
  300. this.lbDataBaseName.Size = new System.Drawing.Size(59, 17);
  301. this.lbDataBaseName.TabIndex = 1;
  302. this.lbDataBaseName.Text = "数据库名:";
  303. //
  304. // txtDataBaseName
  305. //
  306. this.txtDataBaseName.Location = new System.Drawing.Point(442, 27);
  307. this.txtDataBaseName.Name = "txtDataBaseName";
  308. this.txtDataBaseName.Size = new System.Drawing.Size(120, 23);
  309. this.txtDataBaseName.TabIndex = 0;
  310. //
  311. // lbDataBasePort
  312. //
  313. this.lbDataBasePort.AutoSize = true;
  314. this.lbDataBasePort.Location = new System.Drawing.Point(251, 30);
  315. this.lbDataBasePort.Name = "lbDataBasePort";
  316. this.lbDataBasePort.Size = new System.Drawing.Size(35, 17);
  317. this.lbDataBasePort.TabIndex = 1;
  318. this.lbDataBasePort.Text = "端口:";
  319. //
  320. // txtDataBasePort
  321. //
  322. this.txtDataBasePort.Location = new System.Drawing.Point(292, 27);
  323. this.txtDataBasePort.Name = "txtDataBasePort";
  324. this.txtDataBasePort.Size = new System.Drawing.Size(77, 23);
  325. this.txtDataBasePort.TabIndex = 0;
  326. //
  327. // lbDataBaseServer
  328. //
  329. this.lbDataBaseServer.AutoSize = true;
  330. this.lbDataBaseServer.Location = new System.Drawing.Point(9, 30);
  331. this.lbDataBaseServer.Name = "lbDataBaseServer";
  332. this.lbDataBaseServer.Size = new System.Drawing.Size(63, 17);
  333. this.lbDataBaseServer.TabIndex = 1;
  334. this.lbDataBaseServer.Text = "主机名/IP:";
  335. //
  336. // txtDataBaseServer
  337. //
  338. this.txtDataBaseServer.Location = new System.Drawing.Point(78, 27);
  339. this.txtDataBaseServer.Name = "txtDataBaseServer";
  340. this.txtDataBaseServer.Size = new System.Drawing.Size(168, 23);
  341. this.txtDataBaseServer.TabIndex = 0;
  342. //
  343. // panel1
  344. //
  345. this.panel1.Controls.Add(this.btnSaveSet);
  346. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  347. this.panel1.Location = new System.Drawing.Point(3, 3);
  348. this.panel1.Name = "panel1";
  349. this.panel1.Size = new System.Drawing.Size(1010, 48);
  350. this.panel1.TabIndex = 1;
  351. //
  352. // btnSaveSet
  353. //
  354. this.btnSaveSet.Location = new System.Drawing.Point(12, 10);
  355. this.btnSaveSet.Name = "btnSaveSet";
  356. this.btnSaveSet.Size = new System.Drawing.Size(90, 28);
  357. this.btnSaveSet.TabIndex = 0;
  358. this.btnSaveSet.Text = "保存配置";
  359. this.btnSaveSet.UseVisualStyleBackColor = true;
  360. //
  361. // frmMain
  362. //
  363. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  364. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  365. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  366. this.ClientSize = new System.Drawing.Size(1024, 768);
  367. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  368. this.MinimumSize = new System.Drawing.Size(1024, 768);
  369. this.Name = "frmMain";
  370. this.Text = "利亚方舟影楼管理软件铂金版云登录服务器";
  371. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  372. this.plExMainContainer.ResumeLayout(false);
  373. this.plFormMainContent.ResumeLayout(false);
  374. this.tabControl1.ResumeLayout(false);
  375. this.tabPage2.ResumeLayout(false);
  376. this.groupBox3.ResumeLayout(false);
  377. this.groupBox3.PerformLayout();
  378. this.groupBox2.ResumeLayout(false);
  379. this.groupBox2.PerformLayout();
  380. this.tabPageSystemSet.ResumeLayout(false);
  381. this.groupBox1.ResumeLayout(false);
  382. this.groupBox1.PerformLayout();
  383. this.panel1.ResumeLayout(false);
  384. this.ResumeLayout(false);
  385. }
  386. #endregion
  387. private System.Windows.Forms.TabControl tabControl1;
  388. private System.Windows.Forms.TabPage tabPageSystemSet;
  389. private System.Windows.Forms.GroupBox groupBox1;
  390. private System.Windows.Forms.Label lbDataBasePass;
  391. private System.Windows.Forms.TextBox txtDataBasePass;
  392. private System.Windows.Forms.Label lbDataBaseUser;
  393. private System.Windows.Forms.TextBox txtDataBaseUser;
  394. private System.Windows.Forms.Label lbDataBaseName;
  395. private System.Windows.Forms.TextBox txtDataBaseName;
  396. private System.Windows.Forms.Label lbDataBasePort;
  397. private System.Windows.Forms.TextBox txtDataBasePort;
  398. private System.Windows.Forms.Label lbDataBaseServer;
  399. private System.Windows.Forms.TextBox txtDataBaseServer;
  400. private System.Windows.Forms.Panel panel1;
  401. private System.Windows.Forms.Button btnSaveSet;
  402. private System.Windows.Forms.TabPage tabPage2;
  403. private System.Windows.Forms.GroupBox groupBox3;
  404. private System.Windows.Forms.TextBox txtTraceListenerLog;
  405. private System.Windows.Forms.GroupBox groupBox2;
  406. private System.Windows.Forms.Button btnStop;
  407. private System.Windows.Forms.Button btnStart;
  408. private System.Windows.Forms.Label lbMonitorPort;
  409. private System.Windows.Forms.TextBox txtMonitorPort;
  410. private System.Windows.Forms.Label lbMonitorIP;
  411. private System.Windows.Forms.TextBox txtMonitorIP;
  412. private ComponentLibrary.CheckBoxEx chkNetworkTrafficStatistics;
  413. }
  414. }