namespace YangjieTester.主界面 { partial class HistoryDataForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.dtpStart = new Sunny.UI.UIDatetimePicker(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.btn导出 = new MyUiButton(); this.cob查询类型 = new MyUIComboBox(); this.btn测试添加操作日志 = new MyUiButton(); this.cob时间区间选择 = new MyUIComboBox(); this.btn测试添加报警 = new MyUiButton(); this.btn查询 = new MyUiButton(); this.dtpEnd = new Sunny.UI.UIDatetimePicker(); this.uiLabel1 = new Sunny.UI.UILabel(); this.dgvHistoryData = new Sunny.UI.UIDataGridView(); this.uiPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryData)).BeginInit(); this.SuspendLayout(); // // dtpStart // this.dtpStart.FillColor = System.Drawing.Color.White; this.dtpStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpStart.Location = new System.Drawing.Point(189, 7); this.dtpStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dtpStart.MaxLength = 19; this.dtpStart.MinimumSize = new System.Drawing.Size(63, 0); this.dtpStart.Name = "dtpStart"; this.dtpStart.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dtpStart.Size = new System.Drawing.Size(198, 31); this.dtpStart.SymbolDropDown = 61555; this.dtpStart.SymbolNormal = 61555; this.dtpStart.SymbolSize = 24; this.dtpStart.TabIndex = 2; this.dtpStart.Text = "2025-09-25 12:09:30"; this.dtpStart.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dtpStart.Value = new System.DateTime(2025, 9, 25, 12, 9, 30, 320); this.dtpStart.Watermark = ""; // // uiPanel1 // this.uiPanel1.Controls.Add(this.btn导出); this.uiPanel1.Controls.Add(this.cob查询类型); this.uiPanel1.Controls.Add(this.btn测试添加操作日志); this.uiPanel1.Controls.Add(this.cob时间区间选择); this.uiPanel1.Controls.Add(this.btn测试添加报警); this.uiPanel1.Controls.Add(this.btn查询); this.uiPanel1.Controls.Add(this.dtpEnd); this.uiPanel1.Controls.Add(this.uiLabel1); this.uiPanel1.Controls.Add(this.dtpStart); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 35); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(1248, 44); this.uiPanel1.TabIndex = 3; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // btn导出 // this.btn导出.Cursor = System.Windows.Forms.Cursors.Hand; this.btn导出.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn导出.Location = new System.Drawing.Point(931, 7); this.btn导出.MinimumSize = new System.Drawing.Size(1, 1); this.btn导出.Name = "btn导出"; this.btn导出.NeedUserEnsure = false; this.btn导出.Size = new System.Drawing.Size(128, 31); this.btn导出.Symbol = 61462; this.btn导出.TabIndex = 10; this.btn导出.Text = "导出"; this.btn导出.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn导出.Click += new System.EventHandler(this.btn导出_Click); // // cob查询类型 // this.cob查询类型.DataSource = null; this.cob查询类型.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; this.cob查询类型.FillColor = System.Drawing.Color.White; this.cob查询类型.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cob查询类型.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255))))); this.cob查询类型.Items.AddRange(new object[] { "报警记录", "提示记录", "操作记录"}); this.cob查询类型.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.cob查询类型.Location = new System.Drawing.Point(13, 7); this.cob查询类型.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cob查询类型.MinimumSize = new System.Drawing.Size(63, 0); this.cob查询类型.Name = "cob查询类型"; this.cob查询类型.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cob查询类型.Size = new System.Drawing.Size(152, 31); this.cob查询类型.SymbolSize = 24; this.cob查询类型.TabIndex = 9; this.cob查询类型.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cob查询类型.Watermark = ""; this.cob查询类型.SelectedIndexChanged += new System.EventHandler(this.cobQueryType_SelectedIndexChanged); // // btn测试添加操作日志 // this.btn测试添加操作日志.Cursor = System.Windows.Forms.Cursors.Hand; this.btn测试添加操作日志.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn测试添加操作日志.Location = new System.Drawing.Point(1158, 7); this.btn测试添加操作日志.MinimumSize = new System.Drawing.Size(1, 1); this.btn测试添加操作日志.Name = "btn测试添加操作日志"; this.btn测试添加操作日志.NeedUserEnsure = false; this.btn测试添加操作日志.Size = new System.Drawing.Size(87, 31); this.btn测试添加操作日志.Symbol = 0; this.btn测试添加操作日志.TabIndex = 8; this.btn测试添加操作日志.Text = "添加操作日志"; this.btn测试添加操作日志.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn测试添加操作日志.Visible = false; this.btn测试添加操作日志.Click += new System.EventHandler(this.myUiButton1_Click); // // cob时间区间选择 // this.cob时间区间选择.DataSource = null; this.cob时间区间选择.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList; this.cob时间区间选择.FillColor = System.Drawing.Color.White; this.cob时间区间选择.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cob时间区间选择.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255))))); this.cob时间区间选择.Items.AddRange(new object[] { "最近一小时", "最近一天", "最近一月", "最近一年"}); this.cob时间区间选择.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.cob时间区间选择.Location = new System.Drawing.Point(641, 7); this.cob时间区间选择.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cob时间区间选择.MinimumSize = new System.Drawing.Size(63, 0); this.cob时间区间选择.Name = "cob时间区间选择"; this.cob时间区间选择.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.cob时间区间选择.Size = new System.Drawing.Size(150, 31); this.cob时间区间选择.SymbolSize = 24; this.cob时间区间选择.TabIndex = 7; this.cob时间区间选择.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cob时间区间选择.Watermark = ""; this.cob时间区间选择.SelectedIndexChanged += new System.EventHandler(this.cobDate_SelectedIndexChanged); // // btn测试添加报警 // this.btn测试添加报警.Cursor = System.Windows.Forms.Cursors.Hand; this.btn测试添加报警.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn测试添加报警.Location = new System.Drawing.Point(1065, 7); this.btn测试添加报警.MinimumSize = new System.Drawing.Size(1, 1); this.btn测试添加报警.Name = "btn测试添加报警"; this.btn测试添加报警.NeedUserEnsure = false; this.btn测试添加报警.Size = new System.Drawing.Size(87, 31); this.btn测试添加报警.Symbol = 0; this.btn测试添加报警.TabIndex = 6; this.btn测试添加报警.Text = "添加报警"; this.btn测试添加报警.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn测试添加报警.Visible = false; this.btn测试添加报警.Click += new System.EventHandler(this.btnAdd_Click); // // btn查询 // this.btn查询.Cursor = System.Windows.Forms.Cursors.Hand; this.btn查询.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn查询.Location = new System.Drawing.Point(798, 7); this.btn查询.MinimumSize = new System.Drawing.Size(1, 1); this.btn查询.Name = "btn查询"; this.btn查询.NeedUserEnsure = false; this.btn查询.Size = new System.Drawing.Size(128, 31); this.btn查询.Symbol = 61442; this.btn查询.TabIndex = 5; this.btn查询.Text = "查询"; this.btn查询.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn查询.Click += new System.EventHandler(this.btnQuery_Click); // // dtpEnd // this.dtpEnd.FillColor = System.Drawing.Color.White; this.dtpEnd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpEnd.Location = new System.Drawing.Point(435, 7); this.dtpEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dtpEnd.MaxLength = 19; this.dtpEnd.MinimumSize = new System.Drawing.Size(63, 0); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.dtpEnd.Size = new System.Drawing.Size(198, 31); this.dtpEnd.SymbolDropDown = 61555; this.dtpEnd.SymbolNormal = 61555; this.dtpEnd.SymbolSize = 24; this.dtpEnd.TabIndex = 4; this.dtpEnd.Text = "2025-09-25 12:09:30"; this.dtpEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.dtpEnd.Value = new System.DateTime(2025, 9, 25, 12, 9, 30, 320); this.dtpEnd.Watermark = ""; // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.uiLabel1.Location = new System.Drawing.Point(394, 7); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(34, 31); this.uiLabel1.TabIndex = 3; this.uiLabel1.Text = "To"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dgvHistoryData // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvHistoryData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvHistoryData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.dgvHistoryData.BackgroundColor = System.Drawing.Color.White; this.dgvHistoryData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvHistoryData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvHistoryData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvHistoryData.DefaultCellStyle = dataGridViewCellStyle3; this.dgvHistoryData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvHistoryData.EnableHeadersVisualStyles = false; this.dgvHistoryData.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvHistoryData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.dgvHistoryData.Location = new System.Drawing.Point(0, 79); this.dgvHistoryData.Name = "dgvHistoryData"; this.dgvHistoryData.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvHistoryData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvHistoryData.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvHistoryData.SelectedIndex = -1; this.dgvHistoryData.Size = new System.Drawing.Size(1248, 479); this.dgvHistoryData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.dgvHistoryData.TabIndex = 4; // // HistoryDataForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1248, 558); this.Controls.Add(this.dgvHistoryData); this.Controls.Add(this.uiPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "HistoryDataForm"; this.Text = "历史记录"; this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.Load += new System.EventHandler(this.HistoryDataForm_Load); this.uiPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryData)).EndInit(); this.ResumeLayout(false); } #endregion private Sunny.UI.UIDatetimePicker dtpStart; private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIDatetimePicker dtpEnd; private Sunny.UI.UILabel uiLabel1; private MyUiButton btn测试添加报警; private MyUiButton btn查询; private Sunny.UI.UIDataGridView dgvHistoryData; private MyUIComboBox cob时间区间选择; private MyUiButton btn测试添加操作日志; private MyUIComboBox cob查询类型; private MyUiButton btn导出; } }