frmViewSystemLogs.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmViewSystemLogs
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmViewSystemLogs));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dataGridViewEc1 = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.cbxLogsTime = new LYFZ.ComponentLibrary.ComboBoxEx();
  36. this.btnDelLogs = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.txtContents = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.cbxType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.dateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.dateTimebind = new LYFZ.ComponentLibrary.DateTimePickerEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btn_Export = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. this.panelEx1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEc1)).BeginInit();
  50. this.panelEx2.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // plExMainContainer
  54. //
  55. this.plExMainContainer.Controls.Add(this.panelEx1);
  56. this.plExMainContainer.Size = new System.Drawing.Size(1048, 611);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(1048, 611);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. this.btnAppFormMaximize.Location = new System.Drawing.Point(989, 0);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(1016, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(962, 0);
  76. //
  77. // panelEx1
  78. //
  79. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  81. this.panelEx1.BorderWidth = 1;
  82. this.panelEx1.Controls.Add(this.dataGridViewEc1);
  83. this.panelEx1.Controls.Add(this.ucPagerEx1);
  84. this.panelEx1.Controls.Add(this.panelEx2);
  85. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  87. this.panelEx1.Name = "panelEx1";
  88. this.panelEx1.Size = new System.Drawing.Size(1048, 611);
  89. this.panelEx1.TabIndex = 0;
  90. //
  91. // dataGridViewEc1
  92. //
  93. this.dataGridViewEc1.AllowUserToAddRows = false;
  94. this.dataGridViewEc1.AllowUserToDeleteRows = false;
  95. this.dataGridViewEc1.AllowUserToResizeRows = false;
  96. this.dataGridViewEc1.BackgroundColor = System.Drawing.Color.White;
  97. this.dataGridViewEc1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  98. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  99. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  100. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  102. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  103. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  104. this.dataGridViewEc1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  105. this.dataGridViewEc1.ColumnHeadersHeight = 24;
  106. this.dataGridViewEc1.dgvColumnHeadersHeight = 24;
  107. this.dataGridViewEc1.dgvCurrentColumnOriginalSet = "";
  108. this.dataGridViewEc1.dgvCurrentColumnWidth = "";
  109. this.dataGridViewEc1.dgvCurrentHideColumn = null;
  110. this.dataGridViewEc1.dgvFixedHideColumn = "";
  111. this.dataGridViewEc1.dgvGuidName = null;
  112. this.dataGridViewEc1.dgvUserEmployeeID = null;
  113. this.dataGridViewEc1.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.dataGridViewEc1.EnableHeadersVisualStyles = false;
  115. this.dataGridViewEc1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  116. this.dataGridViewEc1.ImageHeight = 15;
  117. this.dataGridViewEc1.ImageWidth = 15;
  118. this.dataGridViewEc1.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dataGridViewEc1.ImgCollapse")));
  119. this.dataGridViewEc1.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dataGridViewEc1.ImgExpand")));
  120. this.dataGridViewEc1.IsAutomaticDrawSingleOrDoubleRow = true;
  121. this.dataGridViewEc1.IsCompleteBonding = false;
  122. this.dataGridViewEc1.IsCopyCellValue = true;
  123. this.dataGridViewEc1.IsShowSerialNumber = false;
  124. this.dataGridViewEc1.IsSortedRedraw = true;
  125. this.dataGridViewEc1.IsSortMode = false;
  126. this.dataGridViewEc1.Location = new System.Drawing.Point(0, 50);
  127. this.dataGridViewEc1.Name = "dataGridViewEc1";
  128. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  129. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  130. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  132. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  133. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  134. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  135. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  136. this.dataGridViewEc1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  137. this.dataGridViewEc1.RowHeadersWidth = 25;
  138. this.dataGridViewEc1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  139. this.dataGridViewEc1.RowTemplate.Height = 23;
  140. this.dataGridViewEc1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  141. this.dataGridViewEc1.Size = new System.Drawing.Size(1048, 531);
  142. this.dataGridViewEc1.StrSecondStageNull = "";
  143. this.dataGridViewEc1.StrValueNullColumn = "";
  144. this.dataGridViewEc1.TabIndex = 0;
  145. this.dataGridViewEc1.ViceCount = 1;
  146. //
  147. // ucPagerEx1
  148. //
  149. this.ucPagerEx1.CurrentPageCount = 0;
  150. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.ucPagerEx1.Location = new System.Drawing.Point(0, 581);
  152. this.ucPagerEx1.Name = "ucPagerEx1";
  153. this.ucPagerEx1.NMax = 0;
  154. this.ucPagerEx1.PageCount = 0;
  155. this.ucPagerEx1.PageCurrent = 1;
  156. this.ucPagerEx1.PageSize = 20;
  157. this.ucPagerEx1.Size = new System.Drawing.Size(1048, 30);
  158. this.ucPagerEx1.TabIndex = 1;
  159. this.ucPagerEx1.TbDataSource = null;
  160. //
  161. // panelEx2
  162. //
  163. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  164. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  165. this.panelEx2.BorderWidth = 1;
  166. this.panelEx2.Controls.Add(this.btn_Export);
  167. this.panelEx2.Controls.Add(this.cbxLogsTime);
  168. this.panelEx2.Controls.Add(this.btnDelLogs);
  169. this.panelEx2.Controls.Add(this.btnSelect);
  170. this.panelEx2.Controls.Add(this.txtContents);
  171. this.panelEx2.Controls.Add(this.cbxType);
  172. this.panelEx2.Controls.Add(this.dateTimeEnd);
  173. this.panelEx2.Controls.Add(this.dateTimebind);
  174. this.panelEx2.Controls.Add(this.labelEx3);
  175. this.panelEx2.Controls.Add(this.labelEx2);
  176. this.panelEx2.Controls.Add(this.labelEx1);
  177. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  179. this.panelEx2.Name = "panelEx2";
  180. this.panelEx2.Size = new System.Drawing.Size(1048, 50);
  181. this.panelEx2.TabIndex = 2;
  182. //
  183. // cbxLogsTime
  184. //
  185. this.cbxLogsTime.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  186. this.cbxLogsTime.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  187. this.cbxLogsTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  188. this.cbxLogsTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.cbxLogsTime.FormattingEnabled = true;
  190. this.cbxLogsTime.IsCustomColor = false;
  191. this.cbxLogsTime.Items.AddRange(new object[] {
  192. "一年前",
  193. "二年前",
  194. "半年前"});
  195. this.cbxLogsTime.Location = new System.Drawing.Point(724, 10);
  196. this.cbxLogsTime.Name = "cbxLogsTime";
  197. this.cbxLogsTime.ReadOnly = true;
  198. this.cbxLogsTime.Size = new System.Drawing.Size(121, 28);
  199. this.cbxLogsTime.TabIndex = 12;
  200. this.cbxLogsTime.Visible = false;
  201. //
  202. // btnDelLogs
  203. //
  204. this.btnDelLogs.BackColor = System.Drawing.Color.Transparent;
  205. this.btnDelLogs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelLogs.BackImg")));
  206. this.btnDelLogs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  207. this.btnDelLogs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  208. this.btnDelLogs.ForeColor = System.Drawing.Color.White;
  209. this.btnDelLogs.IsCustomBackImg = false;
  210. this.btnDelLogs.IsShowText = true;
  211. this.btnDelLogs.Location = new System.Drawing.Point(852, 10);
  212. this.btnDelLogs.Name = "btnDelLogs";
  213. this.btnDelLogs.Size = new System.Drawing.Size(85, 28);
  214. this.btnDelLogs.TabIndex = 11;
  215. this.btnDelLogs.Text = "清除日志";
  216. this.btnDelLogs.UseVisualStyleBackColor = false;
  217. this.btnDelLogs.Visible = false;
  218. //
  219. // btnSelect
  220. //
  221. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  222. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  223. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btnSelect.ForeColor = System.Drawing.Color.White;
  226. this.btnSelect.IsCustomBackImg = false;
  227. this.btnSelect.IsShowText = true;
  228. this.btnSelect.Location = new System.Drawing.Point(623, 11);
  229. this.btnSelect.Name = "btnSelect";
  230. this.btnSelect.Size = new System.Drawing.Size(70, 28);
  231. this.btnSelect.TabIndex = 10;
  232. this.btnSelect.Text = " 查 找";
  233. this.btnSelect.UseVisualStyleBackColor = false;
  234. //
  235. // txtContents
  236. //
  237. this.txtContents.BackColor = System.Drawing.Color.Transparent;
  238. this.txtContents.Icon = null;
  239. this.txtContents.IconIsButton = false;
  240. this.txtContents.IsPasswordChat = '\0';
  241. this.txtContents.IsSystemPasswordChar = false;
  242. this.txtContents.Lines = new string[0];
  243. this.txtContents.Location = new System.Drawing.Point(475, 13);
  244. this.txtContents.Margin = new System.Windows.Forms.Padding(0);
  245. this.txtContents.MaxLength = 32767;
  246. this.txtContents.MinimumSize = new System.Drawing.Size(0, 26);
  247. this.txtContents.MouseBack = null;
  248. this.txtContents.Multiline = false;
  249. this.txtContents.Name = "txtContents";
  250. this.txtContents.NormlBack = null;
  251. this.txtContents.Padding = new System.Windows.Forms.Padding(5);
  252. this.txtContents.ReadOnly = false;
  253. this.txtContents.ScrollBars = System.Windows.Forms.ScrollBars.None;
  254. this.txtContents.Size = new System.Drawing.Size(142, 26);
  255. this.txtContents.TabIndex = 7;
  256. this.txtContents.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  257. this.txtContents.WaterColor = System.Drawing.Color.DarkGray;
  258. this.txtContents.WaterText = "";
  259. this.txtContents.WordWrap = true;
  260. //
  261. // cbxType
  262. //
  263. this.cbxType.AfterSelectLevelFirstNode = true;
  264. this.cbxType.DropDownHeight = 220;
  265. this.cbxType.DropDownShow = false;
  266. this.cbxType.FormattingEnabled = true;
  267. this.cbxType.IntegralHeight = false;
  268. this.cbxType.IsNodeMouseClick = true;
  269. this.cbxType.IsSelectParentNode = true;
  270. this.cbxType.Location = new System.Drawing.Point(255, 16);
  271. this.cbxType.Name = "cbxType";
  272. this.cbxType.ReadOnly = true;
  273. this.cbxType.SelectedNode = null;
  274. this.cbxType.Size = new System.Drawing.Size(160, 20);
  275. this.cbxType.StrGetName = "";
  276. this.cbxType.StrGetTagName = "";
  277. this.cbxType.StrKey = null;
  278. this.cbxType.TabIndex = 6;
  279. //
  280. // dateTimeEnd
  281. //
  282. this.dateTimeEnd.CustomFormat = " ";
  283. this.dateTimeEnd.DateValue = "";
  284. this.dateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  285. this.dateTimeEnd.IsShowTime = false;
  286. this.dateTimeEnd.Location = new System.Drawing.Point(119, 15);
  287. this.dateTimeEnd.Name = "dateTimeEnd";
  288. this.dateTimeEnd.Size = new System.Drawing.Size(93, 21);
  289. this.dateTimeEnd.TabIndex = 5;
  290. //
  291. // dateTimebind
  292. //
  293. this.dateTimebind.CustomFormat = " ";
  294. this.dateTimebind.DateValue = "";
  295. this.dateTimebind.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  296. this.dateTimebind.IsShowTime = false;
  297. this.dateTimebind.Location = new System.Drawing.Point(7, 15);
  298. this.dateTimebind.Name = "dateTimebind";
  299. this.dateTimebind.Size = new System.Drawing.Size(93, 21);
  300. this.dateTimebind.TabIndex = 4;
  301. //
  302. // labelEx3
  303. //
  304. this.labelEx3.AutoSize = true;
  305. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  306. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  307. this.labelEx3.Location = new System.Drawing.Point(423, 18);
  308. this.labelEx3.Name = "labelEx3";
  309. this.labelEx3.Size = new System.Drawing.Size(47, 17);
  310. this.labelEx3.TabIndex = 2;
  311. this.labelEx3.Text = "关键字:";
  312. //
  313. // labelEx2
  314. //
  315. this.labelEx2.AutoSize = true;
  316. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  317. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  318. this.labelEx2.Location = new System.Drawing.Point(218, 17);
  319. this.labelEx2.Name = "labelEx2";
  320. this.labelEx2.Size = new System.Drawing.Size(35, 17);
  321. this.labelEx2.TabIndex = 1;
  322. this.labelEx2.Text = "类型:";
  323. //
  324. // labelEx1
  325. //
  326. this.labelEx1.AutoSize = true;
  327. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  328. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  329. this.labelEx1.Location = new System.Drawing.Point(104, 17);
  330. this.labelEx1.Name = "labelEx1";
  331. this.labelEx1.Size = new System.Drawing.Size(13, 17);
  332. this.labelEx1.TabIndex = 0;
  333. this.labelEx1.Text = "-";
  334. //
  335. // btn_Export
  336. //
  337. this.btn_Export.BackColor = System.Drawing.Color.Transparent;
  338. this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
  339. this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btn_Export.ForeColor = System.Drawing.Color.White;
  342. this.btn_Export.IsCustomBackImg = false;
  343. this.btn_Export.IsShowText = true;
  344. this.btn_Export.Location = new System.Drawing.Point(962, 10);
  345. this.btn_Export.Name = "btn_Export";
  346. this.btn_Export.Size = new System.Drawing.Size(70, 28);
  347. this.btn_Export.TabIndex = 13;
  348. this.btn_Export.Text = " 导 出";
  349. this.btn_Export.UseVisualStyleBackColor = false;
  350. //
  351. // frmViewSystemLogs
  352. //
  353. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  354. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  355. this.ClientSize = new System.Drawing.Size(1048, 676);
  356. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  357. this.Name = "frmViewSystemLogs";
  358. this.Text = "系统日志";
  359. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  360. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  361. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  362. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  363. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  364. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  365. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  366. this.plExMainContainer.ResumeLayout(false);
  367. this.plFormMainContent.ResumeLayout(false);
  368. this.panelEx1.ResumeLayout(false);
  369. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEc1)).EndInit();
  370. this.panelEx2.ResumeLayout(false);
  371. this.panelEx2.PerformLayout();
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. protected internal ComponentLibrary.PanelEx panelEx1;
  376. private ComponentLibrary.PanelEx panelEx2;
  377. private ComponentLibrary.LabelEx labelEx3;
  378. private ComponentLibrary.LabelEx labelEx2;
  379. private ComponentLibrary.LabelEx labelEx1;
  380. protected internal ComponentLibrary.DataGridViewEc dataGridViewEc1;
  381. protected internal UCPager.ucPagerEx ucPagerEx1;
  382. protected internal ComponentLibrary.DateTimePickerEx dateTimebind;
  383. protected internal ComponentLibrary.DateTimePickerEx dateTimeEnd;
  384. protected internal ComponentLibrary.ButtonEx btnSelect;
  385. protected internal ComponentLibrary.ComboBoxTreeViewEx cbxType;
  386. protected internal ComponentLibrary.TextBoxEx txtContents;
  387. public ComponentLibrary.ComboBoxEx cbxLogsTime;
  388. public ComponentLibrary.ButtonForm btnDelLogs;
  389. protected internal ComponentLibrary.ButtonEx btn_Export;
  390. }
  391. }