frmMainService.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. namespace LYFZ.Service.UI
  2. {
  3. partial class frmMainService
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainService));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  38. this.rtxtExMainServiceMsg = new LYFZ.ComponentLibrary.RichTextBoxEx();
  39. this.cnMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  40. this.tspMenuItemRefresh = new System.Windows.Forms.ToolStripMenuItem();
  41. this.tspMenuItemOpen = new System.Windows.Forms.ToolStripMenuItem();
  42. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  43. this.sbtnStartup = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  44. this.sbtnTestingService = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  45. this.sbtnRestart = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  46. this.sbtnStop = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  47. this.picExStateDiagram = new LYFZ.ComponentLibrary.PictureBoxEx();
  48. this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
  49. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.tabPage2 = new System.Windows.Forms.TabPage();
  51. this.groupBoxEx5 = new LYFZ.ComponentLibrary.GroupBoxEx();
  52. this.dgvClientList = new LYFZ.ComponentLibrary.DataGridViewEx();
  53. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  60. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.lbStatisticsInfo = new LYFZ.ComponentLibrary.LabelEx();
  63. this.tabPage3 = new System.Windows.Forms.TabPage();
  64. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  65. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
  67. this.buttonRes = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.plExMainContainer.SuspendLayout();
  76. this.plFormMainContent.SuspendLayout();
  77. this.tabControlEx1.SuspendLayout();
  78. this.tabPage1.SuspendLayout();
  79. this.panelEx1.SuspendLayout();
  80. this.groupBoxEx1.SuspendLayout();
  81. this.cnMenuStrip.SuspendLayout();
  82. this.groupBoxEx3.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).BeginInit();
  84. this.groupBoxEx4.SuspendLayout();
  85. this.tabPage2.SuspendLayout();
  86. this.groupBoxEx5.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvClientList)).BeginInit();
  88. this.groupBoxEx2.SuspendLayout();
  89. this.tabPage3.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  91. this.panelEx2.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // plExMainContainer
  95. //
  96. this.plExMainContainer.BackColor = System.Drawing.Color.Transparent;
  97. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  98. this.plExMainContainer.Size = new System.Drawing.Size(1020, 703);
  99. //
  100. // plFormMainContent
  101. //
  102. this.plFormMainContent.Size = new System.Drawing.Size(1020, 703);
  103. //
  104. // btnAppFormMaximize
  105. //
  106. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  107. this.btnAppFormMaximize.Location = new System.Drawing.Point(961, 0);
  108. //
  109. // btnAppFormExit
  110. //
  111. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  112. this.btnAppFormExit.Location = new System.Drawing.Point(988, 0);
  113. //
  114. // btnAppFormMinimize
  115. //
  116. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  117. this.btnAppFormMinimize.Location = new System.Drawing.Point(934, 0);
  118. //
  119. // tabControlEx1
  120. //
  121. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  122. this.tabControlEx1.Controls.Add(this.tabPage1);
  123. this.tabControlEx1.Controls.Add(this.tabPage2);
  124. this.tabControlEx1.Controls.Add(this.tabPage3);
  125. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 36);
  127. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  128. this.tabControlEx1.Name = "tabControlEx1";
  129. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  130. this.tabControlEx1.SelectedIndex = 0;
  131. this.tabControlEx1.Size = new System.Drawing.Size(1020, 703);
  132. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  133. this.tabControlEx1.TabIndex = 0;
  134. //
  135. // tabPage1
  136. //
  137. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  138. this.tabPage1.Controls.Add(this.panelEx1);
  139. this.tabPage1.Controls.Add(this.groupBoxEx4);
  140. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  141. this.tabPage1.Name = "tabPage1";
  142. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  143. this.tabPage1.Size = new System.Drawing.Size(1012, 659);
  144. this.tabPage1.TabIndex = 0;
  145. this.tabPage1.Text = "系统务管理";
  146. //
  147. // panelEx1
  148. //
  149. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  150. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  151. this.panelEx1.BorderWidth = 1;
  152. this.panelEx1.Controls.Add(this.groupBoxEx1);
  153. this.panelEx1.Controls.Add(this.groupBoxEx3);
  154. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.panelEx1.Location = new System.Drawing.Point(3, 63);
  156. this.panelEx1.Name = "panelEx1";
  157. this.panelEx1.Size = new System.Drawing.Size(1006, 593);
  158. this.panelEx1.TabIndex = 5;
  159. //
  160. // groupBoxEx1
  161. //
  162. this.groupBoxEx1.Controls.Add(this.rtxtExMainServiceMsg);
  163. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.groupBoxEx1.Location = new System.Drawing.Point(100, 0);
  165. this.groupBoxEx1.Name = "groupBoxEx1";
  166. this.groupBoxEx1.Size = new System.Drawing.Size(906, 593);
  167. this.groupBoxEx1.TabIndex = 4;
  168. this.groupBoxEx1.TabStop = false;
  169. this.groupBoxEx1.Text = "日志记录";
  170. //
  171. // rtxtExMainServiceMsg
  172. //
  173. this.rtxtExMainServiceMsg.BackColor = System.Drawing.Color.WhiteSmoke;
  174. this.rtxtExMainServiceMsg.BorderStyle = System.Windows.Forms.BorderStyle.None;
  175. this.rtxtExMainServiceMsg.ContextMenuStrip = this.cnMenuStrip;
  176. this.rtxtExMainServiceMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.rtxtExMainServiceMsg.ForeColor = System.Drawing.Color.DimGray;
  178. this.rtxtExMainServiceMsg.Location = new System.Drawing.Point(3, 17);
  179. this.rtxtExMainServiceMsg.Name = "rtxtExMainServiceMsg";
  180. this.rtxtExMainServiceMsg.ReadOnly = true;
  181. this.rtxtExMainServiceMsg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  182. this.rtxtExMainServiceMsg.Size = new System.Drawing.Size(900, 573);
  183. this.rtxtExMainServiceMsg.TabIndex = 1;
  184. this.rtxtExMainServiceMsg.Text = "服务未启动";
  185. //
  186. // cnMenuStrip
  187. //
  188. this.cnMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  189. this.tspMenuItemRefresh,
  190. this.tspMenuItemOpen});
  191. this.cnMenuStrip.Name = "cnMenuStrip";
  192. this.cnMenuStrip.Size = new System.Drawing.Size(149, 48);
  193. //
  194. // tspMenuItemRefresh
  195. //
  196. this.tspMenuItemRefresh.Name = "tspMenuItemRefresh";
  197. this.tspMenuItemRefresh.Size = new System.Drawing.Size(148, 22);
  198. this.tspMenuItemRefresh.Text = "刷新日志";
  199. //
  200. // tspMenuItemOpen
  201. //
  202. this.tspMenuItemOpen.Name = "tspMenuItemOpen";
  203. this.tspMenuItemOpen.Size = new System.Drawing.Size(148, 22);
  204. this.tspMenuItemOpen.Text = "打开日志目录";
  205. //
  206. // groupBoxEx3
  207. //
  208. this.groupBoxEx3.Controls.Add(this.sbtnStartup);
  209. this.groupBoxEx3.Controls.Add(this.sbtnTestingService);
  210. this.groupBoxEx3.Controls.Add(this.sbtnRestart);
  211. this.groupBoxEx3.Controls.Add(this.sbtnStop);
  212. this.groupBoxEx3.Controls.Add(this.picExStateDiagram);
  213. this.groupBoxEx3.Dock = System.Windows.Forms.DockStyle.Left;
  214. this.groupBoxEx3.Location = new System.Drawing.Point(0, 0);
  215. this.groupBoxEx3.Name = "groupBoxEx3";
  216. this.groupBoxEx3.Size = new System.Drawing.Size(100, 593);
  217. this.groupBoxEx3.TabIndex = 3;
  218. this.groupBoxEx3.TabStop = false;
  219. this.groupBoxEx3.Text = "服务工作区";
  220. //
  221. // sbtnStartup
  222. //
  223. this.sbtnStartup.BackColor = System.Drawing.Color.Transparent;
  224. this.sbtnStartup.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  225. this.sbtnStartup.DownBack = null;
  226. this.sbtnStartup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.sbtnStartup.ForeColor = System.Drawing.Color.White;
  228. this.sbtnStartup.Location = new System.Drawing.Point(6, 83);
  229. this.sbtnStartup.MouseBack = null;
  230. this.sbtnStartup.Name = "sbtnStartup";
  231. this.sbtnStartup.NormlBack = null;
  232. this.sbtnStartup.Size = new System.Drawing.Size(80, 30);
  233. this.sbtnStartup.TabIndex = 3;
  234. this.sbtnStartup.Text = "启动服务";
  235. this.sbtnStartup.UseVisualStyleBackColor = false;
  236. //
  237. // sbtnTestingService
  238. //
  239. this.sbtnTestingService.BackColor = System.Drawing.Color.Transparent;
  240. this.sbtnTestingService.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  241. this.sbtnTestingService.DownBack = null;
  242. this.sbtnTestingService.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.sbtnTestingService.ForeColor = System.Drawing.Color.White;
  244. this.sbtnTestingService.Location = new System.Drawing.Point(6, 163);
  245. this.sbtnTestingService.MouseBack = null;
  246. this.sbtnTestingService.Name = "sbtnTestingService";
  247. this.sbtnTestingService.NormlBack = null;
  248. this.sbtnTestingService.Size = new System.Drawing.Size(80, 30);
  249. this.sbtnTestingService.TabIndex = 3;
  250. this.sbtnTestingService.Text = "检测服务";
  251. this.sbtnTestingService.UseVisualStyleBackColor = false;
  252. //
  253. // sbtnRestart
  254. //
  255. this.sbtnRestart.BackColor = System.Drawing.Color.Transparent;
  256. this.sbtnRestart.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  257. this.sbtnRestart.DownBack = null;
  258. this.sbtnRestart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.sbtnRestart.ForeColor = System.Drawing.Color.White;
  260. this.sbtnRestart.Location = new System.Drawing.Point(6, 203);
  261. this.sbtnRestart.MouseBack = null;
  262. this.sbtnRestart.Name = "sbtnRestart";
  263. this.sbtnRestart.NormlBack = null;
  264. this.sbtnRestart.Size = new System.Drawing.Size(80, 30);
  265. this.sbtnRestart.TabIndex = 3;
  266. this.sbtnRestart.Text = "重启服务";
  267. this.sbtnRestart.UseVisualStyleBackColor = false;
  268. this.sbtnRestart.Visible = false;
  269. //
  270. // sbtnStop
  271. //
  272. this.sbtnStop.BackColor = System.Drawing.Color.Transparent;
  273. this.sbtnStop.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  274. this.sbtnStop.DownBack = null;
  275. this.sbtnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.sbtnStop.ForeColor = System.Drawing.Color.White;
  277. this.sbtnStop.Location = new System.Drawing.Point(6, 123);
  278. this.sbtnStop.MouseBack = null;
  279. this.sbtnStop.Name = "sbtnStop";
  280. this.sbtnStop.NormlBack = null;
  281. this.sbtnStop.Size = new System.Drawing.Size(80, 30);
  282. this.sbtnStop.TabIndex = 3;
  283. this.sbtnStop.Text = "停止服务";
  284. this.sbtnStop.UseVisualStyleBackColor = false;
  285. //
  286. // picExStateDiagram
  287. //
  288. this.picExStateDiagram.Image = ((System.Drawing.Image)(resources.GetObject("picExStateDiagram.Image")));
  289. this.picExStateDiagram.Location = new System.Drawing.Point(24, 25);
  290. this.picExStateDiagram.Name = "picExStateDiagram";
  291. this.picExStateDiagram.Size = new System.Drawing.Size(40, 40);
  292. this.picExStateDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  293. this.picExStateDiagram.TabIndex = 2;
  294. this.picExStateDiagram.TabStop = false;
  295. //
  296. // groupBoxEx4
  297. //
  298. this.groupBoxEx4.Controls.Add(this.labelEx2);
  299. this.groupBoxEx4.Dock = System.Windows.Forms.DockStyle.Top;
  300. this.groupBoxEx4.ForeColor = System.Drawing.Color.Red;
  301. this.groupBoxEx4.Location = new System.Drawing.Point(3, 3);
  302. this.groupBoxEx4.Name = "groupBoxEx4";
  303. this.groupBoxEx4.Size = new System.Drawing.Size(1006, 60);
  304. this.groupBoxEx4.TabIndex = 2;
  305. this.groupBoxEx4.TabStop = false;
  306. this.groupBoxEx4.Text = "温馨提示";
  307. //
  308. // labelEx2
  309. //
  310. this.labelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  311. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  312. this.labelEx2.ForeColor = System.Drawing.Color.Blue;
  313. this.labelEx2.Location = new System.Drawing.Point(3, 17);
  314. this.labelEx2.Name = "labelEx2";
  315. this.labelEx2.Size = new System.Drawing.Size(1000, 40);
  316. this.labelEx2.TabIndex = 0;
  317. this.labelEx2.Text = "本服务为管理软件主要通信服务,必须正常安装和运行客户端才能正常连接使用。\r\n为了服务器能正常运行,请检查服务器是否启动并正常工作。";
  318. //
  319. // tabPage2
  320. //
  321. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  322. this.tabPage2.Controls.Add(this.groupBoxEx5);
  323. this.tabPage2.Controls.Add(this.groupBoxEx2);
  324. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  325. this.tabPage2.Name = "tabPage2";
  326. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  327. this.tabPage2.Size = new System.Drawing.Size(902, 501);
  328. this.tabPage2.TabIndex = 1;
  329. this.tabPage2.Text = "客户端连接列表";
  330. //
  331. // groupBoxEx5
  332. //
  333. this.groupBoxEx5.Controls.Add(this.dgvClientList);
  334. this.groupBoxEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  335. this.groupBoxEx5.Location = new System.Drawing.Point(3, 103);
  336. this.groupBoxEx5.Name = "groupBoxEx5";
  337. this.groupBoxEx5.Size = new System.Drawing.Size(896, 395);
  338. this.groupBoxEx5.TabIndex = 0;
  339. this.groupBoxEx5.TabStop = false;
  340. this.groupBoxEx5.Text = "客户端列表";
  341. //
  342. // dgvClientList
  343. //
  344. this.dgvClientList.AllowUserToAddRows = false;
  345. this.dgvClientList.AllowUserToDeleteRows = false;
  346. this.dgvClientList.AllowUserToResizeRows = false;
  347. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  348. this.dgvClientList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  349. this.dgvClientList.BackgroundColor = System.Drawing.Color.White;
  350. this.dgvClientList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  351. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  352. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  353. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  355. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  356. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  357. this.dgvClientList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  358. this.dgvClientList.ColumnHeadersHeight = 20;
  359. this.dgvClientList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  360. this.dgvClientList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  361. this.Column1,
  362. this.Column2,
  363. this.Column3,
  364. this.Column4,
  365. this.Column5,
  366. this.Column6});
  367. this.dgvClientList.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.dgvClientList.EnableHeadersVisualStyles = false;
  369. this.dgvClientList.EraseCell = false;
  370. this.dgvClientList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  371. this.dgvClientList.GridViewUniquelyIdentify = "_dgvClientList_dgvClientList_dgvClientList_dgvClientList_dgvClientList_dgvClientL" +
  372. "ist_dgvClientList_dgvClientList_dgvClientList_dgvClientList_dgvClientList_dgvCli" +
  373. "entList";
  374. this.dgvClientList.IsCompleteBonding = false;
  375. this.dgvClientList.IsCopyCellValue = true;
  376. this.dgvClientList.Location = new System.Drawing.Point(3, 17);
  377. this.dgvClientList.Name = "dgvClientList";
  378. this.dgvClientList.RowHeadersVisible = false;
  379. this.dgvClientList.RowTemplate.Height = 23;
  380. this.dgvClientList.RowTemplate.ReadOnly = true;
  381. this.dgvClientList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  382. this.dgvClientList.Size = new System.Drawing.Size(890, 375);
  383. this.dgvClientList.TabIndex = 0;
  384. //
  385. // Column1
  386. //
  387. this.Column1.HeaderText = "客户端名称";
  388. this.Column1.Name = "Column1";
  389. this.Column1.ReadOnly = true;
  390. this.Column1.Width = 160;
  391. //
  392. // Column2
  393. //
  394. this.Column2.HeaderText = "客户端(身份证)ID";
  395. this.Column2.Name = "Column2";
  396. this.Column2.ReadOnly = true;
  397. this.Column2.Width = 200;
  398. //
  399. // Column3
  400. //
  401. this.Column3.HeaderText = "IP";
  402. this.Column3.Name = "Column3";
  403. this.Column3.ReadOnly = true;
  404. this.Column3.Width = 160;
  405. //
  406. // Column4
  407. //
  408. this.Column4.HeaderText = "在线状态";
  409. this.Column4.Name = "Column4";
  410. this.Column4.ReadOnly = true;
  411. //
  412. // Column5
  413. //
  414. this.Column5.HeaderText = "登录用户名";
  415. this.Column5.Name = "Column5";
  416. this.Column5.ReadOnly = true;
  417. this.Column5.Width = 120;
  418. //
  419. // Column6
  420. //
  421. this.Column6.HeaderText = "时间";
  422. this.Column6.Name = "Column6";
  423. this.Column6.ReadOnly = true;
  424. this.Column6.Width = 160;
  425. //
  426. // groupBoxEx2
  427. //
  428. this.groupBoxEx2.Controls.Add(this.labelEx1);
  429. this.groupBoxEx2.Controls.Add(this.btnRefresh);
  430. this.groupBoxEx2.Controls.Add(this.lbStatisticsInfo);
  431. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Top;
  432. this.groupBoxEx2.Location = new System.Drawing.Point(3, 3);
  433. this.groupBoxEx2.Name = "groupBoxEx2";
  434. this.groupBoxEx2.Size = new System.Drawing.Size(896, 100);
  435. this.groupBoxEx2.TabIndex = 0;
  436. this.groupBoxEx2.TabStop = false;
  437. this.groupBoxEx2.Text = "客户端连接信息";
  438. //
  439. // labelEx1
  440. //
  441. this.labelEx1.AutoSize = true;
  442. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  443. this.labelEx1.ForeColor = System.Drawing.Color.Red;
  444. this.labelEx1.Location = new System.Drawing.Point(7, 44);
  445. this.labelEx1.Name = "labelEx1";
  446. this.labelEx1.Size = new System.Drawing.Size(773, 17);
  447. this.labelEx1.TabIndex = 2;
  448. this.labelEx1.Text = "说明:在同一局域网中出现IP冲突或IP过期重新分配时,或是多个同一网络远程客户端连接时,会出现部分客户端IP相同的情况,此属正常现象。";
  449. //
  450. // btnRefresh
  451. //
  452. this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
  453. this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
  454. this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  455. this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  456. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  457. this.btnRefresh.IsCustomBackImg = false;
  458. this.btnRefresh.IsShowText = true;
  459. this.btnRefresh.Location = new System.Drawing.Point(6, 66);
  460. this.btnRefresh.Name = "btnRefresh";
  461. this.btnRefresh.Size = new System.Drawing.Size(85, 28);
  462. this.btnRefresh.TabIndex = 1;
  463. this.btnRefresh.Text = "刷 新";
  464. this.btnRefresh.UseVisualStyleBackColor = false;
  465. //
  466. // lbStatisticsInfo
  467. //
  468. this.lbStatisticsInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  469. this.lbStatisticsInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  470. this.lbStatisticsInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  471. this.lbStatisticsInfo.Location = new System.Drawing.Point(3, 17);
  472. this.lbStatisticsInfo.Name = "lbStatisticsInfo";
  473. this.lbStatisticsInfo.Size = new System.Drawing.Size(890, 80);
  474. this.lbStatisticsInfo.TabIndex = 0;
  475. this.lbStatisticsInfo.Text = "-";
  476. //
  477. // tabPage3
  478. //
  479. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  480. this.tabPage3.Controls.Add(this.dataGridViewEx1);
  481. this.tabPage3.Controls.Add(this.panelEx2);
  482. this.tabPage3.Location = new System.Drawing.Point(4, 40);
  483. this.tabPage3.Name = "tabPage3";
  484. this.tabPage3.Size = new System.Drawing.Size(1012, 659);
  485. this.tabPage3.TabIndex = 2;
  486. this.tabPage3.Text = "分店管理";
  487. //
  488. // dataGridViewEx1
  489. //
  490. this.dataGridViewEx1.AllowUserToAddRows = false;
  491. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  492. this.dataGridViewEx1.AllowUserToResizeRows = false;
  493. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  494. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  495. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  496. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  497. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  498. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  499. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  501. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  502. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  503. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  504. this.dataGridViewEx1.ColumnHeadersHeight = 24;
  505. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  506. this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  507. this.Column7,
  508. this.Column8,
  509. this.Column9,
  510. this.Column10,
  511. this.Column11,
  512. this.Column14});
  513. this.dataGridViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  514. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  515. this.dataGridViewEx1.EraseCell = false;
  516. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  517. this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
  518. "dataGridViewEx1";
  519. this.dataGridViewEx1.IsCompleteBonding = false;
  520. this.dataGridViewEx1.IsCopyCellValue = true;
  521. this.dataGridViewEx1.Location = new System.Drawing.Point(0, 43);
  522. this.dataGridViewEx1.Name = "dataGridViewEx1";
  523. this.dataGridViewEx1.RowHeadersVisible = false;
  524. this.dataGridViewEx1.RowTemplate.Height = 23;
  525. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  526. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  527. this.dataGridViewEx1.Size = new System.Drawing.Size(1012, 616);
  528. this.dataGridViewEx1.TabIndex = 0;
  529. //
  530. // panelEx2
  531. //
  532. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  533. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  534. this.panelEx2.BorderWidth = 1;
  535. this.panelEx2.Controls.Add(this.btndel);
  536. this.panelEx2.Controls.Add(this.buttonRes);
  537. this.panelEx2.Controls.Add(this.btnAdd);
  538. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  539. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  540. this.panelEx2.Name = "panelEx2";
  541. this.panelEx2.Size = new System.Drawing.Size(1012, 43);
  542. this.panelEx2.TabIndex = 1;
  543. //
  544. // btndel
  545. //
  546. this.btndel.BackColor = System.Drawing.Color.Transparent;
  547. this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
  548. this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  549. this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  550. this.btndel.ForeColor = System.Drawing.Color.White;
  551. this.btndel.IsCustomBackImg = false;
  552. this.btndel.IsShowText = true;
  553. this.btndel.Location = new System.Drawing.Point(99, 9);
  554. this.btndel.Name = "btndel";
  555. this.btndel.Size = new System.Drawing.Size(85, 28);
  556. this.btndel.TabIndex = 0;
  557. this.btndel.Text = "删除门店";
  558. this.btndel.UseVisualStyleBackColor = false;
  559. //
  560. // buttonRes
  561. //
  562. this.buttonRes.BackColor = System.Drawing.Color.Transparent;
  563. this.buttonRes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonRes.BackImg")));
  564. this.buttonRes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  565. this.buttonRes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  566. this.buttonRes.ForeColor = System.Drawing.Color.White;
  567. this.buttonRes.IsCustomBackImg = false;
  568. this.buttonRes.IsShowText = true;
  569. this.buttonRes.Location = new System.Drawing.Point(190, 9);
  570. this.buttonRes.Name = "buttonRes";
  571. this.buttonRes.Size = new System.Drawing.Size(85, 28);
  572. this.buttonRes.TabIndex = 0;
  573. this.buttonRes.Text = "刷 新";
  574. this.buttonRes.UseVisualStyleBackColor = false;
  575. //
  576. // btnAdd
  577. //
  578. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  579. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  580. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  581. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  582. this.btnAdd.ForeColor = System.Drawing.Color.White;
  583. this.btnAdd.IsCustomBackImg = false;
  584. this.btnAdd.IsShowText = true;
  585. this.btnAdd.Location = new System.Drawing.Point(8, 9);
  586. this.btnAdd.Name = "btnAdd";
  587. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  588. this.btnAdd.TabIndex = 0;
  589. this.btnAdd.Text = "添加门店";
  590. this.btnAdd.UseVisualStyleBackColor = false;
  591. //
  592. // Column7
  593. //
  594. this.Column7.HeaderText = "门店ID";
  595. this.Column7.Name = "Column7";
  596. this.Column7.ReadOnly = true;
  597. //
  598. // Column8
  599. //
  600. this.Column8.HeaderText = "店名";
  601. this.Column8.Name = "Column8";
  602. this.Column8.ReadOnly = true;
  603. this.Column8.Width = 160;
  604. //
  605. // Column9
  606. //
  607. this.Column9.HeaderText = "店长";
  608. this.Column9.Name = "Column9";
  609. this.Column9.ReadOnly = true;
  610. this.Column9.Width = 160;
  611. //
  612. // Column10
  613. //
  614. this.Column10.HeaderText = "联系电话";
  615. this.Column10.Name = "Column10";
  616. this.Column10.ReadOnly = true;
  617. this.Column10.Width = 160;
  618. //
  619. // Column11
  620. //
  621. this.Column11.HeaderText = "智能锁域名";
  622. this.Column11.Name = "Column11";
  623. this.Column11.ReadOnly = true;
  624. this.Column11.Width = 160;
  625. //
  626. // Column14
  627. //
  628. this.Column14.HeaderText = "门店地址";
  629. this.Column14.Name = "Column14";
  630. this.Column14.ReadOnly = true;
  631. this.Column14.Width = 200;
  632. //
  633. // frmMainService
  634. //
  635. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  636. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  637. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  638. this.ClientSize = new System.Drawing.Size(1020, 768);
  639. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  640. this.Name = "frmMainService";
  641. this.Text = "系统主服务管理";
  642. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  643. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  644. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  645. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  646. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  647. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  648. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  649. this.plExMainContainer.ResumeLayout(false);
  650. this.plFormMainContent.ResumeLayout(false);
  651. this.tabControlEx1.ResumeLayout(false);
  652. this.tabPage1.ResumeLayout(false);
  653. this.panelEx1.ResumeLayout(false);
  654. this.groupBoxEx1.ResumeLayout(false);
  655. this.cnMenuStrip.ResumeLayout(false);
  656. this.groupBoxEx3.ResumeLayout(false);
  657. ((System.ComponentModel.ISupportInitialize)(this.picExStateDiagram)).EndInit();
  658. this.groupBoxEx4.ResumeLayout(false);
  659. this.tabPage2.ResumeLayout(false);
  660. this.groupBoxEx5.ResumeLayout(false);
  661. ((System.ComponentModel.ISupportInitialize)(this.dgvClientList)).EndInit();
  662. this.groupBoxEx2.ResumeLayout(false);
  663. this.groupBoxEx2.PerformLayout();
  664. this.tabPage3.ResumeLayout(false);
  665. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  666. this.panelEx2.ResumeLayout(false);
  667. this.ResumeLayout(false);
  668. }
  669. #endregion
  670. private System.Windows.Forms.TabPage tabPage1;
  671. private ComponentLibrary.GroupBoxEx groupBoxEx3;
  672. private ComponentLibrary.RichTextBoxEx rtxtExMainServiceMsg;
  673. private ComponentLibrary.GroupBoxEx groupBoxEx4;
  674. private ComponentLibrary.LabelEx labelEx2;
  675. private ComponentLibrary.PictureBoxEx picExStateDiagram;
  676. private OtherExpansion.SkinControl.SkinButtom sbtnStop;
  677. private OtherExpansion.SkinControl.SkinButtom sbtnStartup;
  678. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  679. private System.Windows.Forms.ContextMenuStrip cnMenuStrip;
  680. private System.Windows.Forms.ToolStripMenuItem tspMenuItemRefresh;
  681. private System.Windows.Forms.ToolStripMenuItem tspMenuItemOpen;
  682. private OtherExpansion.SkinControl.SkinButtom sbtnTestingService;
  683. private OtherExpansion.SkinControl.SkinButtom sbtnRestart;
  684. private ComponentLibrary.PanelEx panelEx1;
  685. private System.Windows.Forms.TabPage tabPage2;
  686. private ComponentLibrary.GroupBoxEx groupBoxEx5;
  687. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  688. public ComponentLibrary.DataGridViewEx dgvClientList;
  689. public ComponentLibrary.LabelEx lbStatisticsInfo;
  690. public ComponentLibrary.TabControlEx tabControlEx1;
  691. public ComponentLibrary.ButtonEx btnRefresh;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  698. private ComponentLibrary.LabelEx labelEx1;
  699. private ComponentLibrary.PanelEx panelEx2;
  700. public System.Windows.Forms.TabPage tabPage3;
  701. public ComponentLibrary.DataGridViewEx dataGridViewEx1;
  702. public ComponentLibrary.ButtonEx btndel;
  703. public ComponentLibrary.ButtonEx btnAdd;
  704. public ComponentLibrary.ButtonEx buttonRes;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
  711. }
  712. }