ProcessMonitorFormMain.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class ProcessMonitorFormMain
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessMonitorFormMain));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnWarningSet = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  41. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  54. this.plExMainContainer.SuspendLayout();
  55. this.plFormMainContent.SuspendLayout();
  56. this.panelEx1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  58. this.flowLayoutPanel1.SuspendLayout();
  59. this.panelEx3.SuspendLayout();
  60. this.flowLayoutPanel2.SuspendLayout();
  61. this.panelEx4.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.AutoScroll = true;
  67. this.plExMainContainer.Controls.Add(this.panelEx1);
  68. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  69. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  70. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  71. //
  72. // btnAppFormMaximize
  73. //
  74. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.dgvData);
  89. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  90. this.panelEx1.Controls.Add(this.ucPagerEx1);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  95. this.panelEx1.Size = new System.Drawing.Size(910, 505);
  96. this.panelEx1.TabIndex = 8;
  97. //
  98. // dgvData
  99. //
  100. this.dgvData.AllowUserToAddRows = false;
  101. this.dgvData.AllowUserToDeleteRows = false;
  102. this.dgvData.AllowUserToOrderColumns = true;
  103. this.dgvData.AllowUserToResizeRows = false;
  104. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  105. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  106. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  107. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  108. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  109. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  110. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  111. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  113. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
  114. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  115. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  116. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  117. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.dgvData.EnableHeadersVisualStyles = false;
  119. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  120. this.dgvData.GridViewUniquelyIdentify = resources.GetString("dgvData.GridViewUniquelyIdentify");
  121. this.dgvData.IsCompleteBonding = false;
  122. this.dgvData.IsCopyCellValue = true;
  123. this.dgvData.Location = new System.Drawing.Point(3, 67);
  124. this.dgvData.Name = "dgvData";
  125. this.dgvData.RowHeadersVisible = false;
  126. this.dgvData.RowTemplate.Height = 23;
  127. this.dgvData.RowTemplate.ReadOnly = true;
  128. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  129. this.dgvData.Size = new System.Drawing.Size(904, 405);
  130. this.dgvData.TabIndex = 9;
  131. //
  132. // flowLayoutPanel1
  133. //
  134. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  135. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  136. this.flowLayoutPanel1.Controls.Add(this.btnWarningSet);
  137. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  138. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  139. this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
  140. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  141. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  142. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  143. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  144. this.flowLayoutPanel1.Size = new System.Drawing.Size(904, 64);
  145. this.flowLayoutPanel1.TabIndex = 29;
  146. //
  147. // panelEx3
  148. //
  149. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  150. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  151. this.panelEx3.BorderWidth = 1;
  152. this.panelEx3.Controls.Add(this.cmbQueryText);
  153. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  154. this.panelEx3.Name = "panelEx3";
  155. this.panelEx3.Size = new System.Drawing.Size(160, 28);
  156. this.panelEx3.TabIndex = 28;
  157. //
  158. // cmbQueryText
  159. //
  160. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  161. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  162. this.cmbQueryText.Icon = null;
  163. this.cmbQueryText.IconIsButton = false;
  164. this.cmbQueryText.IsPasswordChat = '\0';
  165. this.cmbQueryText.IsSystemPasswordChar = false;
  166. this.cmbQueryText.Lines = new string[0];
  167. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  168. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  169. this.cmbQueryText.MaxLength = 32767;
  170. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  171. this.cmbQueryText.MouseBack = null;
  172. this.cmbQueryText.Multiline = false;
  173. this.cmbQueryText.Name = "cmbQueryText";
  174. this.cmbQueryText.NormlBack = null;
  175. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  176. this.cmbQueryText.ReadOnly = false;
  177. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.cmbQueryText.Size = new System.Drawing.Size(150, 28);
  179. this.cmbQueryText.TabIndex = 18;
  180. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  182. this.cmbQueryText.WaterText = "";
  183. this.cmbQueryText.WordWrap = true;
  184. //
  185. // btnQuery
  186. //
  187. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  188. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  189. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btnQuery.ForeColor = System.Drawing.Color.White;
  192. this.btnQuery.IsCustomBackImg = false;
  193. this.btnQuery.IsShowText = true;
  194. this.btnQuery.Location = new System.Drawing.Point(169, 3);
  195. this.btnQuery.Name = "btnQuery";
  196. this.btnQuery.Size = new System.Drawing.Size(75, 28);
  197. this.btnQuery.TabIndex = 2;
  198. this.btnQuery.Text = " 查 询";
  199. this.btnQuery.UseVisualStyleBackColor = false;
  200. //
  201. // btnWarningSet
  202. //
  203. this.btnWarningSet.BackColor = System.Drawing.Color.Transparent;
  204. this.btnWarningSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarningSet.BackImg")));
  205. this.btnWarningSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btnWarningSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btnWarningSet.ForeColor = System.Drawing.Color.White;
  208. this.btnWarningSet.IsCustomBackImg = false;
  209. this.btnWarningSet.IsShowText = true;
  210. this.btnWarningSet.Location = new System.Drawing.Point(250, 3);
  211. this.btnWarningSet.Name = "btnWarningSet";
  212. this.btnWarningSet.Size = new System.Drawing.Size(85, 28);
  213. this.btnWarningSet.TabIndex = 11;
  214. this.btnWarningSet.Text = " 预警设置";
  215. this.btnWarningSet.UseVisualStyleBackColor = false;
  216. //
  217. // btnExport
  218. //
  219. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  220. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  221. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  222. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  223. this.btnExport.ForeColor = System.Drawing.Color.White;
  224. this.btnExport.IsCustomBackImg = false;
  225. this.btnExport.IsShowText = true;
  226. this.btnExport.Location = new System.Drawing.Point(341, 3);
  227. this.btnExport.Name = "btnExport";
  228. this.btnExport.Size = new System.Drawing.Size(75, 28);
  229. this.btnExport.TabIndex = 5;
  230. this.btnExport.Text = " 导 出";
  231. this.btnExport.UseVisualStyleBackColor = false;
  232. //
  233. // btnClose
  234. //
  235. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  236. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  237. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  238. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  239. this.btnClose.ForeColor = System.Drawing.Color.White;
  240. this.btnClose.IsCustomBackImg = false;
  241. this.btnClose.IsShowText = true;
  242. this.btnClose.Location = new System.Drawing.Point(422, 3);
  243. this.btnClose.Name = "btnClose";
  244. this.btnClose.Size = new System.Drawing.Size(75, 28);
  245. this.btnClose.TabIndex = 8;
  246. this.btnClose.Text = " 关 闭";
  247. this.btnClose.UseVisualStyleBackColor = false;
  248. //
  249. // flowLayoutPanel2
  250. //
  251. this.flowLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  252. this.flowLayoutPanel2.Controls.Add(this.chkDressVersion);
  253. this.flowLayoutPanel2.Controls.Add(this.chkKidsVersion);
  254. this.flowLayoutPanel2.Controls.Add(this.chkPortraitVersion);
  255. this.flowLayoutPanel2.Location = new System.Drawing.Point(503, 3);
  256. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  257. this.flowLayoutPanel2.Size = new System.Drawing.Size(177, 28);
  258. this.flowLayoutPanel2.TabIndex = 28;
  259. //
  260. // chkDressVersion
  261. //
  262. this.chkDressVersion.AutoSize = true;
  263. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  264. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  265. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  266. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  267. this.chkDressVersion.Fourstates = false;
  268. this.chkDressVersion.IsGreenTick = false;
  269. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  270. this.chkDressVersion.Name = "chkDressVersion";
  271. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  272. this.chkDressVersion.TabIndex = 12;
  273. this.chkDressVersion.Text = "婚纱";
  274. this.chkDressVersion.UseVisualStyleBackColor = false;
  275. //
  276. // chkKidsVersion
  277. //
  278. this.chkKidsVersion.AutoSize = true;
  279. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  280. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  281. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  282. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  283. this.chkKidsVersion.Fourstates = false;
  284. this.chkKidsVersion.IsGreenTick = false;
  285. this.chkKidsVersion.Location = new System.Drawing.Point(60, 3);
  286. this.chkKidsVersion.Name = "chkKidsVersion";
  287. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  288. this.chkKidsVersion.TabIndex = 13;
  289. this.chkKidsVersion.Text = "儿童";
  290. this.chkKidsVersion.UseVisualStyleBackColor = false;
  291. //
  292. // chkPortraitVersion
  293. //
  294. this.chkPortraitVersion.AutoSize = true;
  295. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  296. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  297. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  298. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  299. this.chkPortraitVersion.Fourstates = false;
  300. this.chkPortraitVersion.IsGreenTick = false;
  301. this.chkPortraitVersion.Location = new System.Drawing.Point(117, 3);
  302. this.chkPortraitVersion.Name = "chkPortraitVersion";
  303. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  304. this.chkPortraitVersion.TabIndex = 22;
  305. this.chkPortraitVersion.Text = "写真";
  306. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  307. //
  308. // panelEx4
  309. //
  310. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  311. this.panelEx4.BorderWidth = 1;
  312. this.panelEx4.Controls.Add(this.labelEx4);
  313. this.panelEx4.Controls.Add(this.labelEx3);
  314. this.panelEx4.Controls.Add(this.panelEx8);
  315. this.panelEx4.Controls.Add(this.labelEx2);
  316. this.panelEx4.Controls.Add(this.panelEx7);
  317. this.panelEx4.Controls.Add(this.panelEx6);
  318. this.panelEx4.Controls.Add(this.labelEx1);
  319. this.panelEx4.Controls.Add(this.panelEx5);
  320. this.panelEx4.Location = new System.Drawing.Point(3, 37);
  321. this.panelEx4.Name = "panelEx4";
  322. this.panelEx4.Size = new System.Drawing.Size(340, 28);
  323. this.panelEx4.TabIndex = 30;
  324. //
  325. // labelEx4
  326. //
  327. this.labelEx4.AutoSize = true;
  328. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  329. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  330. this.labelEx4.Location = new System.Drawing.Point(274, 5);
  331. this.labelEx4.Name = "labelEx4";
  332. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  333. this.labelEx4.TabIndex = 35;
  334. this.labelEx4.Text = "已延期";
  335. //
  336. // labelEx3
  337. //
  338. this.labelEx3.AutoSize = true;
  339. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.labelEx3.Location = new System.Drawing.Point(199, 5);
  342. this.labelEx3.Name = "labelEx3";
  343. this.labelEx3.Size = new System.Drawing.Size(32, 17);
  344. this.labelEx3.TabIndex = 35;
  345. this.labelEx3.Text = "报警";
  346. //
  347. // panelEx8
  348. //
  349. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  350. this.panelEx8.BorderWidth = 1;
  351. this.panelEx8.Location = new System.Drawing.Point(242, 6);
  352. this.panelEx8.Name = "panelEx8";
  353. this.panelEx8.Size = new System.Drawing.Size(30, 15);
  354. this.panelEx8.TabIndex = 34;
  355. //
  356. // labelEx2
  357. //
  358. this.labelEx2.AutoSize = true;
  359. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  360. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  361. this.labelEx2.Location = new System.Drawing.Point(120, 5);
  362. this.labelEx2.Name = "labelEx2";
  363. this.labelEx2.Size = new System.Drawing.Size(38, 17);
  364. this.labelEx2.TabIndex = 33;
  365. this.labelEx2.Text = "已OK";
  366. //
  367. // panelEx7
  368. //
  369. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  370. this.panelEx7.BorderWidth = 1;
  371. this.panelEx7.Location = new System.Drawing.Point(167, 6);
  372. this.panelEx7.Name = "panelEx7";
  373. this.panelEx7.Size = new System.Drawing.Size(30, 15);
  374. this.panelEx7.TabIndex = 34;
  375. //
  376. // panelEx6
  377. //
  378. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelEx6.BorderWidth = 1;
  380. this.panelEx6.Location = new System.Drawing.Point(88, 6);
  381. this.panelEx6.Name = "panelEx6";
  382. this.panelEx6.Size = new System.Drawing.Size(30, 15);
  383. this.panelEx6.TabIndex = 32;
  384. //
  385. // labelEx1
  386. //
  387. this.labelEx1.AutoSize = true;
  388. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  389. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  390. this.labelEx1.Location = new System.Drawing.Point(34, 5);
  391. this.labelEx1.Name = "labelEx1";
  392. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  393. this.labelEx1.TabIndex = 31;
  394. this.labelEx1.Text = "未到期";
  395. //
  396. // panelEx5
  397. //
  398. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  399. this.panelEx5.BorderWidth = 1;
  400. this.panelEx5.Location = new System.Drawing.Point(2, 6);
  401. this.panelEx5.Name = "panelEx5";
  402. this.panelEx5.Size = new System.Drawing.Size(30, 15);
  403. this.panelEx5.TabIndex = 30;
  404. //
  405. // ucPagerEx1
  406. //
  407. this.ucPagerEx1.CurrentPageCount = 0;
  408. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  409. this.ucPagerEx1.Location = new System.Drawing.Point(3, 472);
  410. this.ucPagerEx1.Name = "ucPagerEx1";
  411. this.ucPagerEx1.NMax = 0;
  412. this.ucPagerEx1.PageCount = 0;
  413. this.ucPagerEx1.PageCurrent = 1;
  414. this.ucPagerEx1.PageSize = 20;
  415. this.ucPagerEx1.Size = new System.Drawing.Size(904, 30);
  416. this.ucPagerEx1.TabIndex = 20;
  417. this.ucPagerEx1.TbDataSource = null;
  418. //
  419. // ProcessMonitorFormMain
  420. //
  421. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  422. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  423. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  424. this.ClientSize = new System.Drawing.Size(910, 610);
  425. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  426. this.ImeMode = System.Windows.Forms.ImeMode.On;
  427. this.IsShowUcNavigationTool = true;
  428. this.Name = "ProcessMonitorFormMain";
  429. this.Text = "流程监控";
  430. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  431. this.plExMainContainer.ResumeLayout(false);
  432. this.plFormMainContent.ResumeLayout(false);
  433. this.panelEx1.ResumeLayout(false);
  434. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  435. this.flowLayoutPanel1.ResumeLayout(false);
  436. this.panelEx3.ResumeLayout(false);
  437. this.flowLayoutPanel2.ResumeLayout(false);
  438. this.flowLayoutPanel2.PerformLayout();
  439. this.panelEx4.ResumeLayout(false);
  440. this.panelEx4.PerformLayout();
  441. this.ResumeLayout(false);
  442. }
  443. #endregion
  444. protected ComponentLibrary.PanelEx panelEx1;
  445. protected ComponentLibrary.ButtonEx btnWarningSet;
  446. protected ComponentLibrary.ButtonEx btnClose;
  447. protected ComponentLibrary.ButtonEx btnExport;
  448. protected ComponentLibrary.ButtonEx btnQuery;
  449. protected ComponentLibrary.DataGridViewEx dgvData;
  450. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  451. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  452. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  453. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  454. private ComponentLibrary.PanelEx panelEx3;
  455. protected ComponentLibrary.TextBoxEx cmbQueryText;
  456. private ComponentLibrary.PanelEx panelEx4;
  457. private ComponentLibrary.LabelEx labelEx4;
  458. private ComponentLibrary.LabelEx labelEx3;
  459. private ComponentLibrary.LabelEx labelEx2;
  460. private ComponentLibrary.LabelEx labelEx1;
  461. protected ComponentLibrary.PanelEx panelEx8;
  462. protected ComponentLibrary.PanelEx panelEx7;
  463. protected ComponentLibrary.PanelEx panelEx6;
  464. protected ComponentLibrary.PanelEx panelEx5;
  465. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  466. protected UCPager.ucPagerEx ucPagerEx1;
  467. }
  468. }