123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- namespace LYFZ.Software.UI
- {
- partial class frmViewSystemLogs
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmViewSystemLogs));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dataGridViewEc1 = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbxLogsTime = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.btnDelLogs = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtContents = new LYFZ.ComponentLibrary.TextBoxEx();
- this.cbxType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.dateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dateTimebind = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btn_Export = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEc1)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(1048, 611);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1048, 611);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(989, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1016, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(962, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dataGridViewEc1);
- this.panelEx1.Controls.Add(this.ucPagerEx1);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(0, 0);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(1048, 611);
- this.panelEx1.TabIndex = 0;
- //
- // dataGridViewEc1
- //
- this.dataGridViewEc1.AllowUserToAddRows = false;
- this.dataGridViewEc1.AllowUserToDeleteRows = false;
- this.dataGridViewEc1.AllowUserToResizeRows = false;
- this.dataGridViewEc1.BackgroundColor = System.Drawing.Color.White;
- this.dataGridViewEc1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dataGridViewEc1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridViewEc1.ColumnHeadersHeight = 24;
- this.dataGridViewEc1.dgvColumnHeadersHeight = 24;
- this.dataGridViewEc1.dgvCurrentColumnOriginalSet = "";
- this.dataGridViewEc1.dgvCurrentColumnWidth = "";
- this.dataGridViewEc1.dgvCurrentHideColumn = null;
- this.dataGridViewEc1.dgvFixedHideColumn = "";
- this.dataGridViewEc1.dgvGuidName = null;
- this.dataGridViewEc1.dgvUserEmployeeID = null;
- this.dataGridViewEc1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridViewEc1.EnableHeadersVisualStyles = false;
- this.dataGridViewEc1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dataGridViewEc1.ImageHeight = 15;
- this.dataGridViewEc1.ImageWidth = 15;
- this.dataGridViewEc1.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dataGridViewEc1.ImgCollapse")));
- this.dataGridViewEc1.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dataGridViewEc1.ImgExpand")));
- this.dataGridViewEc1.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dataGridViewEc1.IsCompleteBonding = false;
- this.dataGridViewEc1.IsCopyCellValue = true;
- this.dataGridViewEc1.IsShowSerialNumber = false;
- this.dataGridViewEc1.IsSortedRedraw = true;
- this.dataGridViewEc1.IsSortMode = false;
- this.dataGridViewEc1.Location = new System.Drawing.Point(0, 50);
- this.dataGridViewEc1.Name = "dataGridViewEc1";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewEc1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridViewEc1.RowHeadersWidth = 25;
- this.dataGridViewEc1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dataGridViewEc1.RowTemplate.Height = 23;
- this.dataGridViewEc1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewEc1.Size = new System.Drawing.Size(1048, 531);
- this.dataGridViewEc1.StrSecondStageNull = "";
- this.dataGridViewEc1.StrValueNullColumn = "";
- this.dataGridViewEc1.TabIndex = 0;
- this.dataGridViewEc1.ViceCount = 1;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 581);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(1048, 30);
- this.ucPagerEx1.TabIndex = 1;
- this.ucPagerEx1.TbDataSource = null;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.btn_Export);
- this.panelEx2.Controls.Add(this.cbxLogsTime);
- this.panelEx2.Controls.Add(this.btnDelLogs);
- this.panelEx2.Controls.Add(this.btnSelect);
- this.panelEx2.Controls.Add(this.txtContents);
- this.panelEx2.Controls.Add(this.cbxType);
- this.panelEx2.Controls.Add(this.dateTimeEnd);
- this.panelEx2.Controls.Add(this.dateTimebind);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(0, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(1048, 50);
- this.panelEx2.TabIndex = 2;
- //
- // cbxLogsTime
- //
- this.cbxLogsTime.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbxLogsTime.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbxLogsTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbxLogsTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxLogsTime.FormattingEnabled = true;
- this.cbxLogsTime.IsCustomColor = false;
- this.cbxLogsTime.Items.AddRange(new object[] {
- "一年前",
- "二年前",
- "半年前"});
- this.cbxLogsTime.Location = new System.Drawing.Point(724, 10);
- this.cbxLogsTime.Name = "cbxLogsTime";
- this.cbxLogsTime.ReadOnly = true;
- this.cbxLogsTime.Size = new System.Drawing.Size(121, 28);
- this.cbxLogsTime.TabIndex = 12;
- this.cbxLogsTime.Visible = false;
- //
- // btnDelLogs
- //
- this.btnDelLogs.BackColor = System.Drawing.Color.Transparent;
- this.btnDelLogs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelLogs.BackImg")));
- this.btnDelLogs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelLogs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelLogs.ForeColor = System.Drawing.Color.White;
- this.btnDelLogs.IsCustomBackImg = false;
- this.btnDelLogs.IsShowText = true;
- this.btnDelLogs.Location = new System.Drawing.Point(852, 10);
- this.btnDelLogs.Name = "btnDelLogs";
- this.btnDelLogs.Size = new System.Drawing.Size(85, 28);
- this.btnDelLogs.TabIndex = 11;
- this.btnDelLogs.Text = "清除日志";
- this.btnDelLogs.UseVisualStyleBackColor = false;
- this.btnDelLogs.Visible = false;
- //
- // btnSelect
- //
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
- this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.IsCustomBackImg = false;
- this.btnSelect.IsShowText = true;
- this.btnSelect.Location = new System.Drawing.Point(623, 11);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(70, 28);
- this.btnSelect.TabIndex = 10;
- this.btnSelect.Text = " 查 找";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // txtContents
- //
- this.txtContents.BackColor = System.Drawing.Color.Transparent;
- this.txtContents.Icon = null;
- this.txtContents.IconIsButton = false;
- this.txtContents.IsPasswordChat = '\0';
- this.txtContents.IsSystemPasswordChar = false;
- this.txtContents.Lines = new string[0];
- this.txtContents.Location = new System.Drawing.Point(475, 13);
- this.txtContents.Margin = new System.Windows.Forms.Padding(0);
- this.txtContents.MaxLength = 32767;
- this.txtContents.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtContents.MouseBack = null;
- this.txtContents.Multiline = false;
- this.txtContents.Name = "txtContents";
- this.txtContents.NormlBack = null;
- this.txtContents.Padding = new System.Windows.Forms.Padding(5);
- this.txtContents.ReadOnly = false;
- this.txtContents.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtContents.Size = new System.Drawing.Size(142, 26);
- this.txtContents.TabIndex = 7;
- this.txtContents.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtContents.WaterColor = System.Drawing.Color.DarkGray;
- this.txtContents.WaterText = "";
- this.txtContents.WordWrap = true;
- //
- // cbxType
- //
- this.cbxType.AfterSelectLevelFirstNode = true;
- this.cbxType.DropDownHeight = 220;
- this.cbxType.DropDownShow = false;
- this.cbxType.FormattingEnabled = true;
- this.cbxType.IntegralHeight = false;
- this.cbxType.IsNodeMouseClick = true;
- this.cbxType.IsSelectParentNode = true;
- this.cbxType.Location = new System.Drawing.Point(255, 16);
- this.cbxType.Name = "cbxType";
- this.cbxType.ReadOnly = true;
- this.cbxType.SelectedNode = null;
- this.cbxType.Size = new System.Drawing.Size(160, 20);
- this.cbxType.StrGetName = "";
- this.cbxType.StrGetTagName = "";
- this.cbxType.StrKey = null;
- this.cbxType.TabIndex = 6;
- //
- // dateTimeEnd
- //
- this.dateTimeEnd.CustomFormat = " ";
- this.dateTimeEnd.DateValue = "";
- this.dateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimeEnd.IsShowTime = false;
- this.dateTimeEnd.Location = new System.Drawing.Point(119, 15);
- this.dateTimeEnd.Name = "dateTimeEnd";
- this.dateTimeEnd.Size = new System.Drawing.Size(93, 21);
- this.dateTimeEnd.TabIndex = 5;
- //
- // dateTimebind
- //
- this.dateTimebind.CustomFormat = " ";
- this.dateTimebind.DateValue = "";
- this.dateTimebind.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimebind.IsShowTime = false;
- this.dateTimebind.Location = new System.Drawing.Point(7, 15);
- this.dateTimebind.Name = "dateTimebind";
- this.dateTimebind.Size = new System.Drawing.Size(93, 21);
- this.dateTimebind.TabIndex = 4;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(423, 18);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(47, 17);
- this.labelEx3.TabIndex = 2;
- this.labelEx3.Text = "关键字:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(218, 17);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(35, 17);
- this.labelEx2.TabIndex = 1;
- this.labelEx2.Text = "类型:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(104, 17);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(13, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "-";
- //
- // btn_Export
- //
- this.btn_Export.BackColor = System.Drawing.Color.Transparent;
- this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
- this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Export.ForeColor = System.Drawing.Color.White;
- this.btn_Export.IsCustomBackImg = false;
- this.btn_Export.IsShowText = true;
- this.btn_Export.Location = new System.Drawing.Point(962, 10);
- this.btn_Export.Name = "btn_Export";
- this.btn_Export.Size = new System.Drawing.Size(70, 28);
- this.btn_Export.TabIndex = 13;
- this.btn_Export.Text = " 导 出";
- this.btn_Export.UseVisualStyleBackColor = false;
- //
- // frmViewSystemLogs
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(1048, 676);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmViewSystemLogs";
- this.Text = "系统日志";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEc1)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DataGridViewEc dataGridViewEc1;
- protected internal UCPager.ucPagerEx ucPagerEx1;
- protected internal ComponentLibrary.DateTimePickerEx dateTimebind;
- protected internal ComponentLibrary.DateTimePickerEx dateTimeEnd;
- protected internal ComponentLibrary.ButtonEx btnSelect;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cbxType;
- protected internal ComponentLibrary.TextBoxEx txtContents;
- public ComponentLibrary.ComboBoxEx cbxLogsTime;
- public ComponentLibrary.ButtonForm btnDelLogs;
- protected internal ComponentLibrary.ButtonEx btn_Export;
- }
- }
|