namespace IntelligentControlForsx.MyControls.agc { partial class LineForm { /// /// 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.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.picClose = new System.Windows.Forms.PictureBox(); this.lblTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.dtEndTime = new System.Windows.Forms.DateTimePicker(); this.dtStartTime = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ckbAll = new System.Windows.Forms.CheckBox(); this.ckbTen = new System.Windows.Forms.CheckBox(); this.ckbOne = new System.Windows.Forms.CheckBox(); this.ckbFive = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.panel4 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.btnExport = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit(); this.SuspendLayout(); // // picClose // this.picClose.Image = global::IntelligentControlForsx.Properties.Resources.pic_close; this.picClose.Location = new System.Drawing.Point(877, 0); this.picClose.Name = "picClose"; this.picClose.Size = new System.Drawing.Size(24, 24); this.picClose.TabIndex = 4; this.picClose.TabStop = false; this.picClose.Click += new System.EventHandler(this.picClose_Click); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(12, 9); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(109, 19); this.lblTitle.TabIndex = 5; this.lblTitle.Text = "XXX测点曲线图"; // // panel1 // this.panel1.Controls.Add(this.btnExport); this.panel1.Controls.Add(this.dtEndTime); this.panel1.Controls.Add(this.dtStartTime); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(1, 34); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(898, 32); this.panel1.TabIndex = 6; // // dtEndTime // this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtEndTime.Location = new System.Drawing.Point(325, 6); this.dtEndTime.Name = "dtEndTime"; this.dtEndTime.Size = new System.Drawing.Size(155, 21); this.dtEndTime.TabIndex = 2; this.dtEndTime.Value = new System.DateTime(2019, 1, 15, 0, 0, 0, 0); this.dtEndTime.ValueChanged += new System.EventHandler(this.dtEndTime_ValueChanged); // // dtStartTime // this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtStartTime.Location = new System.Drawing.Point(86, 7); this.dtStartTime.Name = "dtStartTime"; this.dtStartTime.Size = new System.Drawing.Size(155, 21); this.dtStartTime.TabIndex = 2; this.dtStartTime.Value = new System.DateTime(2019, 1, 15, 0, 0, 0, 0); this.dtStartTime.ValueChanged += new System.EventHandler(this.dtStartTime_ValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(243, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 19); this.label2.TabIndex = 0; this.label2.Text = "结束时间:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(10, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 19); this.label1.TabIndex = 0; this.label1.Text = "起始时间:"; // // ckbAll // this.ckbAll.AutoSize = true; this.ckbAll.ForeColor = System.Drawing.Color.White; this.ckbAll.Location = new System.Drawing.Point(319, 77); this.ckbAll.Name = "ckbAll"; this.ckbAll.Size = new System.Drawing.Size(60, 16); this.ckbAll.TabIndex = 8; this.ckbAll.Text = "原始值"; this.ckbAll.UseVisualStyleBackColor = true; this.ckbAll.Click += new System.EventHandler(this.ckbAll_Click); // // ckbTen // this.ckbTen.AutoSize = true; this.ckbTen.ForeColor = System.Drawing.Color.White; this.ckbTen.Location = new System.Drawing.Point(242, 77); this.ckbTen.Name = "ckbTen"; this.ckbTen.Size = new System.Drawing.Size(60, 16); this.ckbTen.TabIndex = 9; this.ckbTen.Text = "十分钟"; this.ckbTen.UseVisualStyleBackColor = true; this.ckbTen.Click += new System.EventHandler(this.ckbTen_Click); // // ckbOne // this.ckbOne.AutoSize = true; this.ckbOne.ForeColor = System.Drawing.Color.White; this.ckbOne.Location = new System.Drawing.Point(88, 77); this.ckbOne.Name = "ckbOne"; this.ckbOne.Size = new System.Drawing.Size(60, 16); this.ckbOne.TabIndex = 10; this.ckbOne.Text = "一分钟"; this.ckbOne.UseVisualStyleBackColor = true; this.ckbOne.Click += new System.EventHandler(this.ckbOne_Click); // // ckbFive // this.ckbFive.AutoSize = true; this.ckbFive.ForeColor = System.Drawing.Color.White; this.ckbFive.Location = new System.Drawing.Point(165, 77); this.ckbFive.Name = "ckbFive"; this.ckbFive.Size = new System.Drawing.Size(60, 16); this.ckbFive.TabIndex = 11; this.ckbFive.Text = "五分钟"; this.ckbFive.UseVisualStyleBackColor = true; this.ckbFive.Click += new System.EventHandler(this.ckbFive_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(10, 75); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 19); this.label3.TabIndex = 7; this.label3.Text = "快照间隔:"; // // chartData // this.chartData.BackColor = System.Drawing.Color.Transparent; chartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); chartArea2.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent; chartArea2.AxisX2.LineColor = System.Drawing.Color.Empty; chartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); chartArea2.AxisY.LineColor = System.Drawing.Color.Transparent; chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent; chartArea2.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown; chartArea2.AxisY2.LineColor = System.Drawing.Color.Transparent; chartArea2.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent; chartArea2.BackColor = System.Drawing.Color.Transparent; chartArea2.BackImageTransparentColor = System.Drawing.Color.Transparent; chartArea2.BackSecondaryColor = System.Drawing.Color.Transparent; chartArea2.BorderColor = System.Drawing.Color.Transparent; chartArea2.Name = "ChartArea1"; this.chartData.ChartAreas.Add(chartArea2); legend2.BackColor = System.Drawing.Color.Transparent; legend2.Enabled = false; legend2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); legend2.Name = "Legend1"; legend2.TitleBackColor = System.Drawing.Color.Transparent; legend2.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartData.Legends.Add(legend2); this.chartData.Location = new System.Drawing.Point(1, 104); this.chartData.Name = "chartData"; series3.ChartArea = "ChartArea1"; series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series3.Color = System.Drawing.Color.SandyBrown; series3.Legend = "Legend1"; series3.Name = "Series1"; series3.YAxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary; series4.ChartArea = "ChartArea1"; series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); series4.Legend = "Legend1"; series4.Name = "Series2"; this.chartData.Series.Add(series3); this.chartData.Series.Add(series4); this.chartData.Size = new System.Drawing.Size(898, 394); this.chartData.TabIndex = 17; this.chartData.Text = "chart1"; this.chartData.GetToolTipText += new System.EventHandler(this.chartData_GetToolTipText); // // panel4 // this.panel4.BackColor = System.Drawing.Color.White; this.panel4.Location = new System.Drawing.Point(1, 97); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(898, 1); this.panel4.TabIndex = 18; // // label4 // this.label4.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.SandyBrown; this.label4.Location = new System.Drawing.Point(84, 134); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(50, 16); this.label4.TabIndex = 21; this.label4.Text = "实发有功"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); this.label5.Location = new System.Drawing.Point(84, 118); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(50, 16); this.label5.TabIndex = 22; this.label5.Text = "有功设定"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel2 // this.panel2.BackColor = System.Drawing.Color.SandyBrown; this.panel2.Location = new System.Drawing.Point(134, 142); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(40, 1); this.panel2.TabIndex = 19; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251))))); this.panel3.Location = new System.Drawing.Point(134, 126); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(40, 1); this.panel3.TabIndex = 20; // // btnExport // this.btnExport.Location = new System.Drawing.Point(522, 6); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(75, 23); this.btnExport.TabIndex = 3; this.btnExport.Text = "数据导出"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // LineForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127))))); this.ClientSize = new System.Drawing.Size(900, 506); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.panel2); this.Controls.Add(this.panel3); this.Controls.Add(this.panel4); this.Controls.Add(this.chartData); this.Controls.Add(this.ckbAll); this.Controls.Add(this.ckbTen); this.Controls.Add(this.ckbOne); this.Controls.Add(this.ckbFive); this.Controls.Add(this.label3); this.Controls.Add(this.panel1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.picClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "LineForm"; this.Text = "LineForm"; this.Load += new System.EventHandler(this.LineForm_Load); ((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picClose; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DateTimePicker dtEndTime; private System.Windows.Forms.DateTimePicker dtStartTime; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox ckbAll; private System.Windows.Forms.CheckBox ckbTen; private System.Windows.Forms.CheckBox ckbOne; private System.Windows.Forms.CheckBox ckbFive; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataVisualization.Charting.Chart chartData; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button btnExport; } }