namespace Scada.Page { partial class PageChartManage { /// /// 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() { btn_QueryData = new Sunny.UI.UISymbolButton(); dtp_End = new Sunny.UI.UIDatePicker(); dtp_Start = new Sunny.UI.UIDatePicker(); uiSymbolLabel2 = new Sunny.UI.UISymbolLabel(); uiSymbolLabel1 = new Sunny.UI.UISymbolLabel(); lc_Chart = new Sunny.UI.UILineChart(); SuspendLayout(); // // 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 = 9; btn_QueryData.Text = "查询数据"; btn_QueryData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); btn_QueryData.Click += btn_QueryData_Click; // // 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 = 8; 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 = ""; // // 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 = 7; 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 = ""; // // 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 = 6; uiSymbolLabel2.Text = "结束时间"; // // 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 = 5; uiSymbolLabel1.Text = "开始时间"; // // lc_Chart // lc_Chart.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134); lc_Chart.LegendFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); lc_Chart.Location = new Point(12, 64); lc_Chart.MinimumSize = new Size(1, 1); lc_Chart.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom; lc_Chart.Name = "lc_Chart"; lc_Chart.Size = new Size(1043, 468); lc_Chart.SubFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); lc_Chart.TabIndex = 10; lc_Chart.Text = "曲线图表"; // // PageChartManage // AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(1067, 544); Controls.Add(lc_Chart); Controls.Add(btn_QueryData); Controls.Add(dtp_End); Controls.Add(dtp_Start); Controls.Add(uiSymbolLabel2); Controls.Add(uiSymbolLabel1); Name = "PageChartManage"; Text = "图表管理"; Load += PageChartManage_Load; ResumeLayout(false); } #endregion private Sunny.UI.UISymbolButton btn_QueryData; private Sunny.UI.UIDatePicker dtp_End; private Sunny.UI.UIDatePicker dtp_Start; private Sunny.UI.UISymbolLabel uiSymbolLabel2; private Sunny.UI.UISymbolLabel uiSymbolLabel1; private Sunny.UI.UILineChart lc_Chart; } }