frmTerminalConnect.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmTerminalConnect
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  34. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.ucPagerEx1 = new LYFZ.ManagementService.UCPager.ucPagerEx();
  36. this.skinComboBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
  37. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  38. this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  39. this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  44. this.skinButtomExport = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  45. this.sbtnRunExpireClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  46. this.sbtnUnknownClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  47. this.sbtnExpireClient = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  48. this.skbtnModifyValidRuns = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  49. this.sbtnRemotelyControl = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  50. this.contextMenuStripExTitle = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.tabControlEx1.SuspendLayout();
  54. this.tabPage1.SuspendLayout();
  55. this.groupBoxEx2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  57. this.groupBoxEx1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // plExMainContainer
  61. //
  62. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  63. //
  64. // tabControlEx1
  65. //
  66. this.tabControlEx1.BaseColor = System.Drawing.Color.White;
  67. this.tabControlEx1.BorderColor = System.Drawing.Color.White;
  68. this.tabControlEx1.Controls.Add(this.tabPage1);
  69. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.tabControlEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 25);
  72. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  73. this.tabControlEx1.Name = "tabControlEx1";
  74. this.tabControlEx1.PageColor = System.Drawing.Color.White;
  75. this.tabControlEx1.SelectedIndex = 0;
  76. this.tabControlEx1.Size = new System.Drawing.Size(710, 445);
  77. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  78. this.tabControlEx1.TabIndex = 2;
  79. //
  80. // tabPage1
  81. //
  82. this.tabPage1.BackColor = System.Drawing.Color.White;
  83. this.tabPage1.Controls.Add(this.groupBoxEx2);
  84. this.tabPage1.Controls.Add(this.groupBoxEx1);
  85. this.tabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  87. this.tabPage1.Name = "tabPage1";
  88. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  89. this.tabPage1.Size = new System.Drawing.Size(702, 412);
  90. this.tabPage1.TabIndex = 0;
  91. this.tabPage1.Text = "终端连接管理";
  92. //
  93. // groupBoxEx2
  94. //
  95. this.groupBoxEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.groupBoxEx2.Controls.Add(this.labelEx3);
  99. this.groupBoxEx2.Controls.Add(this.ucPagerEx1);
  100. this.groupBoxEx2.Controls.Add(this.skinComboBoxQuery);
  101. this.groupBoxEx2.Controls.Add(this.dataGridViewEx1);
  102. this.groupBoxEx2.Controls.Add(this.skinButtomQueryAll);
  103. this.groupBoxEx2.Controls.Add(this.skinButtomQuery);
  104. this.groupBoxEx2.Controls.Add(this.labelEx2);
  105. this.groupBoxEx2.Controls.Add(this.skinTextBoxQuery);
  106. this.groupBoxEx2.Controls.Add(this.labelEx1);
  107. this.groupBoxEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.groupBoxEx2.Location = new System.Drawing.Point(6, 67);
  109. this.groupBoxEx2.Name = "groupBoxEx2";
  110. this.groupBoxEx2.Size = new System.Drawing.Size(693, 339);
  111. this.groupBoxEx2.TabIndex = 0;
  112. this.groupBoxEx2.TabStop = false;
  113. this.groupBoxEx2.Text = "数据查询";
  114. //
  115. // labelEx3
  116. //
  117. this.labelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 20F);
  120. this.labelEx3.ForeColor = System.Drawing.SystemColors.AppWorkspace;
  121. this.labelEx3.Location = new System.Drawing.Point(170, 117);
  122. this.labelEx3.Name = "labelEx3";
  123. this.labelEx3.Size = new System.Drawing.Size(366, 70);
  124. this.labelEx3.TabIndex = 13;
  125. this.labelEx3.Text = "没有找到任何数据...";
  126. this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  127. this.labelEx3.Visible = false;
  128. //
  129. // ucPagerEx1
  130. //
  131. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  132. this.ucPagerEx1.Location = new System.Drawing.Point(3, 306);
  133. this.ucPagerEx1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  134. this.ucPagerEx1.Name = "ucPagerEx1";
  135. this.ucPagerEx1.NMax = 0;
  136. this.ucPagerEx1.PageCount = 0;
  137. this.ucPagerEx1.PageCurrent = 1;
  138. this.ucPagerEx1.PageSize = 20;
  139. this.ucPagerEx1.Size = new System.Drawing.Size(687, 30);
  140. this.ucPagerEx1.TabIndex = 4;
  141. this.ucPagerEx1.TbDataSource = null;
  142. //
  143. // skinComboBoxQuery
  144. //
  145. this.skinComboBoxQuery.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  146. this.skinComboBoxQuery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  147. this.skinComboBoxQuery.FormattingEnabled = true;
  148. this.skinComboBoxQuery.Location = new System.Drawing.Point(43, 19);
  149. this.skinComboBoxQuery.Name = "skinComboBoxQuery";
  150. this.skinComboBoxQuery.Size = new System.Drawing.Size(120, 24);
  151. this.skinComboBoxQuery.TabIndex = 3;
  152. this.skinComboBoxQuery.WaterText = "";
  153. //
  154. // dataGridViewEx1
  155. //
  156. this.dataGridViewEx1.AllowUserToAddRows = false;
  157. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  158. this.dataGridViewEx1.AllowUserToOrderColumns = true;
  159. this.dataGridViewEx1.AllowUserToResizeRows = false;
  160. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  161. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  162. this.dataGridViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  163. | System.Windows.Forms.AnchorStyles.Left)
  164. | System.Windows.Forms.AnchorStyles.Right)));
  165. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  166. this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  167. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  168. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  169. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  170. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  172. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  173. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  174. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  175. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  176. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  177. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  178. this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
  179. "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
  180. this.dataGridViewEx1.IsCompleteBonding = false;
  181. this.dataGridViewEx1.Location = new System.Drawing.Point(5, 51);
  182. this.dataGridViewEx1.Name = "dataGridViewEx1";
  183. this.dataGridViewEx1.RowHeadersVisible = false;
  184. this.dataGridViewEx1.RowTemplate.Height = 23;
  185. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  186. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  187. this.dataGridViewEx1.Size = new System.Drawing.Size(684, 244);
  188. this.dataGridViewEx1.TabIndex = 2;
  189. //
  190. // skinButtomQueryAll
  191. //
  192. this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
  193. this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  194. this.skinButtomQueryAll.DownBack = null;
  195. this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.skinButtomQueryAll.Location = new System.Drawing.Point(590, 16);
  197. this.skinButtomQueryAll.MouseBack = null;
  198. this.skinButtomQueryAll.Name = "skinButtomQueryAll";
  199. this.skinButtomQueryAll.NormlBack = null;
  200. this.skinButtomQueryAll.Size = new System.Drawing.Size(75, 28);
  201. this.skinButtomQueryAll.TabIndex = 0;
  202. this.skinButtomQueryAll.Text = "所有客户";
  203. this.skinButtomQueryAll.UseVisualStyleBackColor = false;
  204. //
  205. // skinButtomQuery
  206. //
  207. this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
  208. this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  209. this.skinButtomQuery.DownBack = null;
  210. this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.skinButtomQuery.Location = new System.Drawing.Point(508, 16);
  212. this.skinButtomQuery.MouseBack = null;
  213. this.skinButtomQuery.Name = "skinButtomQuery";
  214. this.skinButtomQuery.NormlBack = null;
  215. this.skinButtomQuery.Size = new System.Drawing.Size(75, 28);
  216. this.skinButtomQuery.TabIndex = 0;
  217. this.skinButtomQuery.Text = "查 询";
  218. this.skinButtomQuery.UseVisualStyleBackColor = false;
  219. //
  220. // labelEx2
  221. //
  222. this.labelEx2.AutoSize = true;
  223. this.labelEx2.Location = new System.Drawing.Point(3, 21);
  224. this.labelEx2.Name = "labelEx2";
  225. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  226. this.labelEx2.TabIndex = 0;
  227. this.labelEx2.Text = "条件:";
  228. //
  229. // skinTextBoxQuery
  230. //
  231. this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
  232. this.skinTextBoxQuery.Icon = null;
  233. this.skinTextBoxQuery.IconIsButton = false;
  234. this.skinTextBoxQuery.IsPasswordChat = '\0';
  235. this.skinTextBoxQuery.IsSystemPasswordChar = false;
  236. this.skinTextBoxQuery.Lines = new string[0];
  237. this.skinTextBoxQuery.Location = new System.Drawing.Point(232, 16);
  238. this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
  239. this.skinTextBoxQuery.MaxLength = 32767;
  240. this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
  241. this.skinTextBoxQuery.MouseBack = null;
  242. this.skinTextBoxQuery.Multiline = false;
  243. this.skinTextBoxQuery.Name = "skinTextBoxQuery";
  244. this.skinTextBoxQuery.NormlBack = null;
  245. this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
  246. this.skinTextBoxQuery.ReadOnly = false;
  247. this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  248. this.skinTextBoxQuery.Size = new System.Drawing.Size(260, 28);
  249. this.skinTextBoxQuery.TabIndex = 1;
  250. this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  251. this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
  252. this.skinTextBoxQuery.WaterText = "请输入查询关键字";
  253. this.skinTextBoxQuery.WordWrap = true;
  254. //
  255. // labelEx1
  256. //
  257. this.labelEx1.AutoSize = true;
  258. this.labelEx1.Location = new System.Drawing.Point(173, 24);
  259. this.labelEx1.Name = "labelEx1";
  260. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  261. this.labelEx1.TabIndex = 0;
  262. this.labelEx1.Text = "关键字:";
  263. //
  264. // groupBoxEx1
  265. //
  266. this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  267. | System.Windows.Forms.AnchorStyles.Right)));
  268. this.groupBoxEx1.Controls.Add(this.skinButtomExport);
  269. this.groupBoxEx1.Controls.Add(this.sbtnRunExpireClient);
  270. this.groupBoxEx1.Controls.Add(this.sbtnUnknownClient);
  271. this.groupBoxEx1.Controls.Add(this.sbtnExpireClient);
  272. this.groupBoxEx1.Controls.Add(this.skbtnModifyValidRuns);
  273. this.groupBoxEx1.Controls.Add(this.sbtnRemotelyControl);
  274. this.groupBoxEx1.Location = new System.Drawing.Point(6, 6);
  275. this.groupBoxEx1.Name = "groupBoxEx1";
  276. this.groupBoxEx1.Size = new System.Drawing.Size(693, 55);
  277. this.groupBoxEx1.TabIndex = 0;
  278. this.groupBoxEx1.TabStop = false;
  279. this.groupBoxEx1.Text = "工具栏";
  280. //
  281. // skinButtomExport
  282. //
  283. this.skinButtomExport.BackColor = System.Drawing.Color.Transparent;
  284. this.skinButtomExport.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  285. this.skinButtomExport.DownBack = null;
  286. this.skinButtomExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.skinButtomExport.Location = new System.Drawing.Point(511, 20);
  288. this.skinButtomExport.MouseBack = null;
  289. this.skinButtomExport.Name = "skinButtomExport";
  290. this.skinButtomExport.NormlBack = null;
  291. this.skinButtomExport.Size = new System.Drawing.Size(75, 28);
  292. this.skinButtomExport.TabIndex = 0;
  293. this.skinButtomExport.Text = "导出Excel";
  294. this.skinButtomExport.UseVisualStyleBackColor = false;
  295. //
  296. // sbtnRunExpireClient
  297. //
  298. this.sbtnRunExpireClient.BackColor = System.Drawing.Color.Transparent;
  299. this.sbtnRunExpireClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  300. this.sbtnRunExpireClient.DownBack = null;
  301. this.sbtnRunExpireClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.sbtnRunExpireClient.Location = new System.Drawing.Point(318, 20);
  303. this.sbtnRunExpireClient.MouseBack = null;
  304. this.sbtnRunExpireClient.Name = "sbtnRunExpireClient";
  305. this.sbtnRunExpireClient.NormlBack = null;
  306. this.sbtnRunExpireClient.Size = new System.Drawing.Size(98, 28);
  307. this.sbtnRunExpireClient.TabIndex = 0;
  308. this.sbtnRunExpireClient.Text = "运行中到期客户";
  309. this.sbtnRunExpireClient.UseVisualStyleBackColor = false;
  310. this.sbtnRunExpireClient.Click += new System.EventHandler(this.sbtnRunExpireClient_Click);
  311. //
  312. // sbtnUnknownClient
  313. //
  314. this.sbtnUnknownClient.BackColor = System.Drawing.Color.Transparent;
  315. this.sbtnUnknownClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  316. this.sbtnUnknownClient.DownBack = null;
  317. this.sbtnUnknownClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.sbtnUnknownClient.Location = new System.Drawing.Point(426, 20);
  319. this.sbtnUnknownClient.MouseBack = null;
  320. this.sbtnUnknownClient.Name = "sbtnUnknownClient";
  321. this.sbtnUnknownClient.NormlBack = null;
  322. this.sbtnUnknownClient.Size = new System.Drawing.Size(75, 28);
  323. this.sbtnUnknownClient.TabIndex = 0;
  324. this.sbtnUnknownClient.Text = "未知客户";
  325. this.sbtnUnknownClient.UseVisualStyleBackColor = false;
  326. this.sbtnUnknownClient.Click += new System.EventHandler(this.sbtnUnknownClient_Click);
  327. //
  328. // sbtnExpireClient
  329. //
  330. this.sbtnExpireClient.BackColor = System.Drawing.Color.Transparent;
  331. this.sbtnExpireClient.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  332. this.sbtnExpireClient.DownBack = null;
  333. this.sbtnExpireClient.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.sbtnExpireClient.Location = new System.Drawing.Point(233, 20);
  335. this.sbtnExpireClient.MouseBack = null;
  336. this.sbtnExpireClient.Name = "sbtnExpireClient";
  337. this.sbtnExpireClient.NormlBack = null;
  338. this.sbtnExpireClient.Size = new System.Drawing.Size(75, 28);
  339. this.sbtnExpireClient.TabIndex = 0;
  340. this.sbtnExpireClient.Text = "到期客户";
  341. this.sbtnExpireClient.UseVisualStyleBackColor = false;
  342. this.sbtnExpireClient.Click += new System.EventHandler(this.sbtnExpireClient_Click);
  343. //
  344. // skbtnModifyValidRuns
  345. //
  346. this.skbtnModifyValidRuns.BackColor = System.Drawing.Color.Transparent;
  347. this.skbtnModifyValidRuns.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  348. this.skbtnModifyValidRuns.DownBack = null;
  349. this.skbtnModifyValidRuns.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.skbtnModifyValidRuns.Location = new System.Drawing.Point(9, 20);
  351. this.skbtnModifyValidRuns.MouseBack = null;
  352. this.skbtnModifyValidRuns.Name = "skbtnModifyValidRuns";
  353. this.skbtnModifyValidRuns.NormlBack = null;
  354. this.skbtnModifyValidRuns.Size = new System.Drawing.Size(129, 28);
  355. this.skbtnModifyValidRuns.TabIndex = 0;
  356. this.skbtnModifyValidRuns.Text = "修改软件运行有效期";
  357. this.skbtnModifyValidRuns.UseVisualStyleBackColor = false;
  358. this.skbtnModifyValidRuns.Click += new System.EventHandler(this.skbtnModifyValidRuns_Click);
  359. //
  360. // sbtnRemotelyControl
  361. //
  362. this.sbtnRemotelyControl.BackColor = System.Drawing.Color.Transparent;
  363. this.sbtnRemotelyControl.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  364. this.sbtnRemotelyControl.DownBack = null;
  365. this.sbtnRemotelyControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.sbtnRemotelyControl.Location = new System.Drawing.Point(148, 20);
  367. this.sbtnRemotelyControl.MouseBack = null;
  368. this.sbtnRemotelyControl.Name = "sbtnRemotelyControl";
  369. this.sbtnRemotelyControl.NormlBack = null;
  370. this.sbtnRemotelyControl.Size = new System.Drawing.Size(75, 28);
  371. this.sbtnRemotelyControl.TabIndex = 0;
  372. this.sbtnRemotelyControl.Text = "远程控制";
  373. this.sbtnRemotelyControl.UseVisualStyleBackColor = false;
  374. this.sbtnRemotelyControl.Click += new System.EventHandler(this.sbtnRemotelyControl_Click);
  375. //
  376. // contextMenuStripExTitle
  377. //
  378. this.contextMenuStripExTitle.Name = "contextMenuStripExTitle";
  379. this.contextMenuStripExTitle.Size = new System.Drawing.Size(61, 4);
  380. //
  381. // frmTerminalConnect
  382. //
  383. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  384. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  385. this.ClientSize = new System.Drawing.Size(710, 510);
  386. this.Name = "frmTerminalConnect";
  387. this.Text = "终端连接管理";
  388. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  389. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  390. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  391. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  392. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  393. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  394. this.plExMainContainer.ResumeLayout(false);
  395. this.plFormMainContent.ResumeLayout(false);
  396. this.tabControlEx1.ResumeLayout(false);
  397. this.tabPage1.ResumeLayout(false);
  398. this.groupBoxEx2.ResumeLayout(false);
  399. this.groupBoxEx2.PerformLayout();
  400. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  401. this.groupBoxEx1.ResumeLayout(false);
  402. this.ResumeLayout(false);
  403. }
  404. #endregion
  405. private ComponentLibrary.TabControlEx tabControlEx1;
  406. private System.Windows.Forms.TabPage tabPage1;
  407. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  408. private UCPager.ucPagerEx ucPagerEx1;
  409. private OtherExpansion.SkinControl.SkinComboBox skinComboBoxQuery;
  410. private ComponentLibrary.DataGridViewEx dataGridViewEx1;
  411. private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
  412. private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
  413. private ComponentLibrary.LabelEx labelEx2;
  414. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
  415. private ComponentLibrary.LabelEx labelEx1;
  416. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  417. private OtherExpansion.SkinControl.SkinButtom skinButtomExport;
  418. private OtherExpansion.SkinControl.SkinButtom sbtnRemotelyControl;
  419. private ComponentLibrary.ContextMenuStripEx contextMenuStripExTitle;
  420. private ComponentLibrary.LabelEx labelEx3;
  421. private OtherExpansion.SkinControl.SkinButtom sbtnRunExpireClient;
  422. private OtherExpansion.SkinControl.SkinButtom sbtnUnknownClient;
  423. private OtherExpansion.SkinControl.SkinButtom sbtnExpireClient;
  424. private OtherExpansion.SkinControl.SkinButtom skbtnModifyValidRuns;
  425. }
  426. }