123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- namespace Scada.Page
- {
- partial class PageReportManage
- {
- /// <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();
- 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();
- 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();
- pgn_Data = new Sunny.UI.UIPagination();
- ((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_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);
- //
- // 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;
- //
- // Column1
- //
- Column1.HeaderText = "脱脂喷淋泵压力值";
- Column1.MinimumWidth = 6;
- Column1.Name = "Column1";
- Column1.ReadOnly = true;
- Column1.Width = 125;
- //
- // Column2
- //
- Column2.HeaderText = "脱脂PH值";
- Column2.MinimumWidth = 6;
- Column2.Name = "Column2";
- Column2.ReadOnly = true;
- Column2.Width = 125;
- //
- // Column3
- //
- Column3.HeaderText = "陶化喷淋泵压力值";
- Column3.MinimumWidth = 6;
- Column3.Name = "Column3";
- Column3.ReadOnly = true;
- Column3.Width = 125;
- //
- // Column4
- //
- Column4.HeaderText = "陶化pH值";
- Column4.MinimumWidth = 6;
- Column4.Name = "Column4";
- Column4.ReadOnly = true;
- Column4.Width = 125;
- //
- // Column5
- //
- Column5.HeaderText = "精洗喷淋泵压力值";
- Column5.MinimumWidth = 6;
- Column5.Name = "Column5";
- Column5.ReadOnly = true;
- Column5.Width = 125;
- //
- // Column6
- //
- Column6.HeaderText = "粗洗喷淋泵压力值";
- Column6.MinimumWidth = 6;
- Column6.Name = "Column6";
- Column6.ReadOnly = true;
- Column6.Width = 125;
- //
- // Column7
- //
- Column7.HeaderText = "水分炉测量温度";
- Column7.MinimumWidth = 6;
- Column7.Name = "Column7";
- Column7.ReadOnly = true;
- Column7.Width = 125;
- //
- // Column8
- //
- Column8.HeaderText = "固化炉测量温度";
- Column8.MinimumWidth = 6;
- Column8.Name = "Column8";
- Column8.ReadOnly = true;
- Column8.Width = 125;
- //
- // Column9
- //
- Column9.HeaderText = "厂内温度";
- Column9.MinimumWidth = 6;
- Column9.Name = "Column9";
- Column9.ReadOnly = true;
- Column9.Width = 125;
- //
- // Column10
- //
- Column10.HeaderText = "厂内湿度";
- Column10.MinimumWidth = 6;
- Column10.Name = "Column10";
- Column10.ReadOnly = true;
- Column10.Width = 125;
- //
- // 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, 503);
- 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(1424, 44);
- pgn_Data.TabIndex = 7;
- pgn_Data.Text = "uiPagination1";
- pgn_Data.TextAlignment = ContentAlignment.MiddleCenter;
- //
- // 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 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;
- private Sunny.UI.UIPagination pgn_Data;
- }
- }
|