namespace Scada.Page { partial class PageReportManage { /// /// 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() { DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle(); uiSymbolLabel1 = new Sunny.UI.UISymbolLabel(); uiSymbolLabel2 = new Sunny.UI.UISymbolLabel(); dtp_Start = new Sunny.UI.UIDatePicker(); dtp_End = new Sunny.UI.UIDatePicker(); btn_QueryData = new Sunny.UI.UISymbolButton(); btn_ExportData = new Sunny.UI.UISymbolButton(); dgv_Data = new Sunny.UI.UIDataGridView(); pgn_Data = new Sunny.UI.UIPagination(); Column1 = new DataGridViewTextBoxColumn(); Column2 = new DataGridViewTextBoxColumn(); Column3 = new DataGridViewTextBoxColumn(); Column4 = new DataGridViewTextBoxColumn(); Column5 = new DataGridViewTextBoxColumn(); Column6 = new DataGridViewTextBoxColumn(); Column7 = new DataGridViewTextBoxColumn(); Column8 = new DataGridViewTextBoxColumn(); Column9 = new DataGridViewTextBoxColumn(); Column10 = new DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)dgv_Data).BeginInit(); SuspendLayout(); // // uiSymbolLabel1 // uiSymbolLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); uiSymbolLabel1.Location = new Point(12, 12); uiSymbolLabel1.MinimumSize = new Size(1, 1); uiSymbolLabel1.Name = "uiSymbolLabel1"; uiSymbolLabel1.Size = new Size(127, 44); uiSymbolLabel1.Symbol = 62067; uiSymbolLabel1.TabIndex = 0; uiSymbolLabel1.Text = "开始时间"; // // uiSymbolLabel2 // uiSymbolLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); uiSymbolLabel2.Location = new Point(372, 12); uiSymbolLabel2.MinimumSize = new Size(1, 1); uiSymbolLabel2.Name = "uiSymbolLabel2"; uiSymbolLabel2.Size = new Size(127, 44); uiSymbolLabel2.Symbol = 62067; uiSymbolLabel2.TabIndex = 1; uiSymbolLabel2.Text = "结束时间"; // // dtp_Start // dtp_Start.FillColor = Color.White; dtp_Start.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); dtp_Start.Location = new Point(146, 20); dtp_Start.Margin = new Padding(4, 5, 4, 5); dtp_Start.MaxLength = 10; dtp_Start.MinimumSize = new Size(63, 0); dtp_Start.Name = "dtp_Start"; dtp_Start.Padding = new Padding(0, 0, 30, 2); dtp_Start.Size = new Size(219, 36); dtp_Start.SymbolDropDown = 61555; dtp_Start.SymbolNormal = 61555; dtp_Start.SymbolSize = 24; dtp_Start.TabIndex = 2; dtp_Start.Text = "2025-06-06"; dtp_Start.TextAlignment = ContentAlignment.MiddleLeft; dtp_Start.Value = new DateTime(2025, 6, 6, 0, 0, 0, 0); dtp_Start.Watermark = ""; // // dtp_End // dtp_End.FillColor = Color.White; dtp_End.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); dtp_End.Location = new Point(506, 20); dtp_End.Margin = new Padding(4, 5, 4, 5); dtp_End.MaxLength = 10; dtp_End.MinimumSize = new Size(63, 0); dtp_End.Name = "dtp_End"; dtp_End.Padding = new Padding(0, 0, 30, 2); dtp_End.Size = new Size(219, 36); dtp_End.SymbolDropDown = 61555; dtp_End.SymbolNormal = 61555; dtp_End.SymbolSize = 24; dtp_End.TabIndex = 3; dtp_End.Text = "2025-06-06"; dtp_End.TextAlignment = ContentAlignment.MiddleLeft; dtp_End.Value = new DateTime(2025, 6, 6, 9, 19, 19, 219); dtp_End.Watermark = ""; // // btn_QueryData // btn_QueryData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); btn_QueryData.Location = new Point(751, 20); btn_QueryData.MinimumSize = new Size(1, 1); btn_QueryData.Name = "btn_QueryData"; btn_QueryData.Size = new Size(131, 36); btn_QueryData.Symbol = 559520; btn_QueryData.TabIndex = 4; btn_QueryData.Text = "查询数据"; btn_QueryData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); btn_QueryData.Click += btn_QueryData_Click; // // btn_ExportData // btn_ExportData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); btn_ExportData.Location = new Point(906, 20); btn_ExportData.MinimumSize = new Size(1, 1); btn_ExportData.Name = "btn_ExportData"; btn_ExportData.Size = new Size(131, 36); btn_ExportData.Symbol = 362830; btn_ExportData.TabIndex = 5; btn_ExportData.Text = "导出数据"; btn_ExportData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); btn_ExportData.Click += btn_ExportData_Click; // // dgv_Data // dgv_Data.AllowUserToAddRows = false; dgv_Data.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255); dgv_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; dgv_Data.BackgroundColor = Color.White; dgv_Data.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_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; dgv_Data.ColumnHeadersHeight = 45; dgv_Data.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dgv_Data.Columns.AddRange(new DataGridViewColumn[] { Column1, Column2, Column3, Column4, Column5, Column6, Column7, Column8, Column9, Column10 }); 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_Data.DefaultCellStyle = dataGridViewCellStyle3; dgv_Data.EnableHeadersVisualStyles = false; dgv_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); dgv_Data.GridColor = Color.FromArgb(80, 160, 255); dgv_Data.Location = new Point(12, 64); dgv_Data.Name = "dgv_Data"; dgv_Data.ReadOnly = true; 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_Data.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; dgv_Data.RowHeadersWidth = 51; dataGridViewCellStyle5.BackColor = Color.White; dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); dgv_Data.RowsDefaultCellStyle = dataGridViewCellStyle5; dgv_Data.SelectedIndex = -1; dgv_Data.Size = new Size(1025, 418); dgv_Data.StripeOddColor = Color.FromArgb(235, 243, 255); dgv_Data.TabIndex = 6; // // pgn_Data // pgn_Data.ButtonFillSelectedColor = Color.FromArgb(64, 128, 204); pgn_Data.ButtonStyleInherited = false; pgn_Data.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); pgn_Data.Location = new Point(13, 490); pgn_Data.Margin = new Padding(4, 5, 4, 5); pgn_Data.MinimumSize = new Size(1, 1); pgn_Data.Name = "pgn_Data"; pgn_Data.RectSides = ToolStripStatusLabelBorderSides.None; pgn_Data.ShowText = false; pgn_Data.Size = new Size(653, 44); pgn_Data.TabIndex = 7; pgn_Data.Text = "uiPagination1"; pgn_Data.TextAlignment = ContentAlignment.MiddleCenter; pgn_Data.PageChanged += pgn_Data_PageChanged; // // Column1 // Column1.DataPropertyName = "脱脂喷淋泵压力值"; Column1.HeaderText = "脱脂喷淋泵压力值"; Column1.MinimumWidth = 6; Column1.Name = "Column1"; Column1.ReadOnly = true; Column1.Width = 125; // // Column2 // Column2.DataPropertyName = "脱脂PH值"; Column2.HeaderText = "脱脂PH值"; Column2.MinimumWidth = 6; Column2.Name = "Column2"; Column2.ReadOnly = true; Column2.Width = 125; // // Column3 // Column3.DataPropertyName = "陶化喷淋泵压力值"; Column3.HeaderText = "陶化喷淋泵压力值"; Column3.MinimumWidth = 6; Column3.Name = "Column3"; Column3.ReadOnly = true; Column3.Width = 125; // // Column4 // Column4.DataPropertyName = "陶化PH值"; Column4.HeaderText = "陶化PH值"; Column4.MinimumWidth = 6; Column4.Name = "Column4"; Column4.ReadOnly = true; Column4.Width = 125; // // Column5 // Column5.DataPropertyName = "精洗喷淋泵压力值"; Column5.HeaderText = "精洗喷淋泵压力值"; Column5.MinimumWidth = 6; Column5.Name = "Column5"; Column5.ReadOnly = true; Column5.Width = 125; // // Column6 // Column6.DataPropertyName = "粗洗喷淋泵压力值"; Column6.HeaderText = "粗洗喷淋泵压力值"; Column6.MinimumWidth = 6; Column6.Name = "Column6"; Column6.ReadOnly = true; Column6.Width = 125; // // Column7 // Column7.DataPropertyName = "水分炉测量温度"; Column7.HeaderText = "水分炉测量温度"; Column7.MinimumWidth = 6; Column7.Name = "Column7"; Column7.ReadOnly = true; Column7.Width = 125; // // Column8 // Column8.DataPropertyName = "固化炉测量温度"; Column8.HeaderText = "固化炉测量温度"; Column8.MinimumWidth = 6; Column8.Name = "Column8"; Column8.ReadOnly = true; Column8.Width = 125; // // Column9 // Column9.DataPropertyName = "厂房温度"; Column9.HeaderText = "厂房温度"; Column9.MinimumWidth = 6; Column9.Name = "Column9"; Column9.ReadOnly = true; Column9.Width = 125; // // Column10 // Column10.DataPropertyName = "厂房湿度"; Column10.HeaderText = "厂房湿度"; Column10.MinimumWidth = 6; Column10.Name = "Column10"; Column10.ReadOnly = true; Column10.Width = 125; // // PageReportManage // AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(1067, 544); Controls.Add(pgn_Data); Controls.Add(dgv_Data); Controls.Add(btn_ExportData); Controls.Add(btn_QueryData); Controls.Add(dtp_End); Controls.Add(dtp_Start); Controls.Add(uiSymbolLabel2); Controls.Add(uiSymbolLabel1); Name = "PageReportManage"; Text = "报表管理"; Load += PageReportManage_Load; ((System.ComponentModel.ISupportInitialize)dgv_Data).EndInit(); ResumeLayout(false); } #endregion private Sunny.UI.UISymbolLabel uiSymbolLabel1; private Sunny.UI.UISymbolLabel uiSymbolLabel2; private Sunny.UI.UIDatePicker dtp_Start; private Sunny.UI.UIDatePicker dtp_End; private Sunny.UI.UISymbolButton btn_QueryData; private Sunny.UI.UISymbolButton btn_ExportData; private Sunny.UI.UIDataGridView dgv_Data; private Sunny.UI.UIPagination pgn_Data; private DataGridViewTextBoxColumn Column1; private DataGridViewTextBoxColumn Column2; private DataGridViewTextBoxColumn Column3; private DataGridViewTextBoxColumn Column4; private DataGridViewTextBoxColumn Column5; private DataGridViewTextBoxColumn Column6; private DataGridViewTextBoxColumn Column7; private DataGridViewTextBoxColumn Column8; private DataGridViewTextBoxColumn Column9; private DataGridViewTextBoxColumn Column10; } }