123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- namespace Scada.Page
- {
- partial class PageLogManage
- {
- /// <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()
- {
- DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
- DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
- uiTitlePanel1 = new Sunny.UI.UITitlePanel();
- btn_ExportExcel = new Sunny.UI.UISymbolButton();
- btn_ShowToTXT = new Sunny.UI.UISymbolButton();
- btn_ShowToDgv = new Sunny.UI.UISymbolButton();
- btn_OpenDire = new Sunny.UI.UISymbolButton();
- lb_Files = new Sunny.UI.UIListBox();
- cb_LogLev = new Sunny.UI.UIComboBox();
- cb_Date = new Sunny.UI.UIComboBox();
- uiTitlePanel2 = new Sunny.UI.UITitlePanel();
- txt_ShowLog = new Sunny.UI.UITextBox();
- uiTitlePanel3 = new Sunny.UI.UITitlePanel();
- dgv_ShowLog = new Sunny.UI.UIDataGridView();
- uiTitlePanel1.SuspendLayout();
- uiTitlePanel2.SuspendLayout();
- uiTitlePanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)dgv_ShowLog).BeginInit();
- SuspendLayout();
- //
- // uiTitlePanel1
- //
- uiTitlePanel1.Controls.Add(btn_ExportExcel);
- uiTitlePanel1.Controls.Add(btn_ShowToTXT);
- uiTitlePanel1.Controls.Add(btn_ShowToDgv);
- uiTitlePanel1.Controls.Add(btn_OpenDire);
- uiTitlePanel1.Controls.Add(lb_Files);
- uiTitlePanel1.Controls.Add(cb_LogLev);
- uiTitlePanel1.Controls.Add(cb_Date);
- uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- uiTitlePanel1.Location = new Point(3, 4);
- uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
- uiTitlePanel1.MinimumSize = new Size(1, 1);
- uiTitlePanel1.Name = "uiTitlePanel1";
- uiTitlePanel1.ShowText = false;
- uiTitlePanel1.Size = new Size(280, 535);
- uiTitlePanel1.TabIndex = 0;
- uiTitlePanel1.Text = "日志控制台";
- uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
- //
- // btn_ExportExcel
- //
- btn_ExportExcel.Font = new Font("微软雅黑", 15.75F);
- btn_ExportExcel.Location = new Point(12, 457);
- btn_ExportExcel.MinimumSize = new Size(1, 1);
- btn_ExportExcel.Name = "btn_ExportExcel";
- btn_ExportExcel.Size = new Size(261, 49);
- btn_ExportExcel.Symbol = 361891;
- btn_ExportExcel.TabIndex = 6;
- btn_ExportExcel.Text = "日志导出EXCEL";
- btn_ExportExcel.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_ExportExcel.Click += btn_ExportExcel_Click;
- //
- // btn_ShowToTXT
- //
- btn_ShowToTXT.Font = new Font("微软雅黑", 15.75F);
- btn_ShowToTXT.Location = new Point(12, 388);
- btn_ShowToTXT.MinimumSize = new Size(1, 1);
- btn_ShowToTXT.Name = "btn_ShowToTXT";
- btn_ShowToTXT.Size = new Size(261, 49);
- btn_ShowToTXT.Symbol = 361890;
- btn_ShowToTXT.TabIndex = 5;
- btn_ShowToTXT.Text = "日志导出TXT";
- btn_ShowToTXT.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_ShowToTXT.Click += btn_ShowToTXT_Click;
- //
- // btn_ShowToDgv
- //
- btn_ShowToDgv.Font = new Font("微软雅黑", 15.75F);
- btn_ShowToDgv.Location = new Point(12, 319);
- btn_ShowToDgv.MinimumSize = new Size(1, 1);
- btn_ShowToDgv.Name = "btn_ShowToDgv";
- btn_ShowToDgv.Size = new Size(261, 49);
- btn_ShowToDgv.Symbol = 57381;
- btn_ShowToDgv.TabIndex = 4;
- btn_ShowToDgv.Text = "显示到表格";
- btn_ShowToDgv.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_ShowToDgv.Click += btn_ShowToDgv_Click;
- //
- // btn_OpenDire
- //
- btn_OpenDire.Font = new Font("微软雅黑", 15.75F);
- btn_OpenDire.Location = new Point(12, 252);
- btn_OpenDire.MinimumSize = new Size(1, 1);
- btn_OpenDire.Name = "btn_OpenDire";
- btn_OpenDire.Size = new Size(261, 49);
- btn_OpenDire.Symbol = 261564;
- btn_OpenDire.TabIndex = 3;
- btn_OpenDire.Text = "打开日志目录";
- btn_OpenDire.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_OpenDire.Click += btn_OpenDire_Click;
- //
- // lb_Files
- //
- lb_Files.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- lb_Files.HoverColor = Color.FromArgb(155, 200, 255);
- lb_Files.ItemSelectForeColor = Color.White;
- lb_Files.Location = new Point(12, 81);
- lb_Files.Margin = new Padding(4, 5, 4, 5);
- lb_Files.MinimumSize = new Size(1, 1);
- lb_Files.Name = "lb_Files";
- lb_Files.Padding = new Padding(2);
- lb_Files.ShowText = false;
- lb_Files.Size = new Size(261, 163);
- lb_Files.TabIndex = 2;
- lb_Files.Text = "uiListBox1";
- lb_Files.SelectedIndexChanged += lb_Files_SelectedIndexChanged;
- //
- // cb_LogLev
- //
- cb_LogLev.DataSource = null;
- cb_LogLev.FillColor = Color.White;
- cb_LogLev.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- cb_LogLev.ItemHoverColor = Color.FromArgb(155, 200, 255);
- cb_LogLev.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
- cb_LogLev.Location = new Point(148, 42);
- cb_LogLev.Margin = new Padding(4, 5, 4, 5);
- cb_LogLev.MinimumSize = new Size(63, 0);
- cb_LogLev.Name = "cb_LogLev";
- cb_LogLev.Padding = new Padding(0, 0, 30, 2);
- cb_LogLev.Size = new Size(125, 29);
- cb_LogLev.SymbolSize = 24;
- cb_LogLev.TabIndex = 1;
- cb_LogLev.TextAlignment = ContentAlignment.MiddleLeft;
- cb_LogLev.Watermark = "选择类型";
- cb_LogLev.SelectedIndexChanged += cb_LogLev_SelectedIndexChanged;
- //
- // cb_Date
- //
- cb_Date.DataSource = null;
- cb_Date.FillColor = Color.White;
- cb_Date.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- cb_Date.ItemHoverColor = Color.FromArgb(155, 200, 255);
- cb_Date.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
- cb_Date.Location = new Point(12, 42);
- cb_Date.Margin = new Padding(4, 5, 4, 5);
- cb_Date.MinimumSize = new Size(63, 0);
- cb_Date.Name = "cb_Date";
- cb_Date.Padding = new Padding(0, 0, 30, 2);
- cb_Date.Size = new Size(128, 29);
- cb_Date.SymbolSize = 24;
- cb_Date.TabIndex = 0;
- cb_Date.TextAlignment = ContentAlignment.MiddleLeft;
- cb_Date.Watermark = "选择日期";
- cb_Date.SelectedIndexChanged += cb_Date_SelectedIndexChanged;
- //
- // uiTitlePanel2
- //
- uiTitlePanel2.Controls.Add(txt_ShowLog);
- uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- uiTitlePanel2.Location = new Point(284, 4);
- uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
- uiTitlePanel2.MinimumSize = new Size(1, 1);
- uiTitlePanel2.Name = "uiTitlePanel2";
- uiTitlePanel2.ShowText = false;
- uiTitlePanel2.Size = new Size(307, 535);
- uiTitlePanel2.TabIndex = 1;
- uiTitlePanel2.Text = "文本显示";
- uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
- //
- // txt_ShowLog
- //
- txt_ShowLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- txt_ShowLog.Location = new Point(7, 42);
- txt_ShowLog.Margin = new Padding(4, 5, 4, 5);
- txt_ShowLog.MinimumSize = new Size(1, 16);
- txt_ShowLog.Multiline = true;
- txt_ShowLog.Name = "txt_ShowLog";
- txt_ShowLog.Padding = new Padding(5);
- txt_ShowLog.ShowText = false;
- txt_ShowLog.Size = new Size(293, 488);
- txt_ShowLog.TabIndex = 0;
- txt_ShowLog.Text = "文本显示";
- txt_ShowLog.TextAlignment = ContentAlignment.TopLeft;
- txt_ShowLog.Watermark = "";
- //
- // uiTitlePanel3
- //
- uiTitlePanel3.Controls.Add(dgv_ShowLog);
- uiTitlePanel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- uiTitlePanel3.Location = new Point(592, 4);
- uiTitlePanel3.Margin = new Padding(4, 5, 4, 5);
- uiTitlePanel3.MinimumSize = new Size(1, 1);
- uiTitlePanel3.Name = "uiTitlePanel3";
- uiTitlePanel3.ShowText = false;
- uiTitlePanel3.Size = new Size(474, 535);
- uiTitlePanel3.TabIndex = 1;
- uiTitlePanel3.Text = "表格显示";
- uiTitlePanel3.TextAlignment = ContentAlignment.MiddleCenter;
- //
- // dgv_ShowLog
- //
- dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
- dgv_ShowLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- dgv_ShowLog.BackgroundColor = Color.White;
- dgv_ShowLog.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
- dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- dataGridViewCellStyle2.ForeColor = Color.White;
- dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
- dgv_ShowLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- dgv_ShowLog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = SystemColors.Window;
- dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
- dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
- dgv_ShowLog.DefaultCellStyle = dataGridViewCellStyle3;
- dgv_ShowLog.EnableHeadersVisualStyles = false;
- dgv_ShowLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- dgv_ShowLog.GridColor = Color.FromArgb(80, 160, 255);
- dgv_ShowLog.Location = new Point(6, 42);
- dgv_ShowLog.Name = "dgv_ShowLog";
- dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
- dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
- dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
- dataGridViewCellStyle4.SelectionForeColor = Color.White;
- dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
- dgv_ShowLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- dgv_ShowLog.RowHeadersWidth = 51;
- dataGridViewCellStyle5.BackColor = Color.White;
- dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- dgv_ShowLog.RowsDefaultCellStyle = dataGridViewCellStyle5;
- dgv_ShowLog.SelectedIndex = -1;
- dgv_ShowLog.Size = new Size(465, 488);
- dgv_ShowLog.StripeOddColor = Color.FromArgb(235, 243, 255);
- dgv_ShowLog.TabIndex = 0;
- //
- // PageLogManage
- //
- AutoScaleMode = AutoScaleMode.None;
- ClientSize = new Size(1067, 544);
- Controls.Add(uiTitlePanel3);
- Controls.Add(uiTitlePanel2);
- Controls.Add(uiTitlePanel1);
- Name = "PageLogManage";
- Text = "日志管理";
- Initialize += PageLogManage_Initialize;
- Load += PageLogManage_Load;
- uiTitlePanel1.ResumeLayout(false);
- uiTitlePanel2.ResumeLayout(false);
- uiTitlePanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)dgv_ShowLog).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITitlePanel uiTitlePanel1;
- private Sunny.UI.UIListBox lb_Files;
- private Sunny.UI.UIComboBox cb_LogLev;
- private Sunny.UI.UIComboBox cb_Date;
- private Sunny.UI.UITitlePanel uiTitlePanel2;
- private Sunny.UI.UITitlePanel uiTitlePanel3;
- private Sunny.UI.UISymbolButton btn_ExportExcel;
- private Sunny.UI.UISymbolButton btn_ShowToTXT;
- private Sunny.UI.UISymbolButton btn_ShowToDgv;
- private Sunny.UI.UISymbolButton btn_OpenDire;
- private Sunny.UI.UITextBox txt_ShowLog;
- private Sunny.UI.UIDataGridView dgv_ShowLog;
- }
- }
|