123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class PointLineForm
- {
- /// <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()
- {
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- 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.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.chartData = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.panel4 = new System.Windows.Forms.Panel();
- this.lblTitle = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.ckbFive = new System.Windows.Forms.CheckBox();
- this.ckbTen = new System.Windows.Forms.CheckBox();
- this.ckbOne = new System.Windows.Forms.CheckBox();
- this.ckbAll = new System.Windows.Forms.CheckBox();
- this.btnExport = new System.Windows.Forms.Button();
- this.picClose = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- 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, 29);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(598, 32);
- this.panel1.TabIndex = 0;
- //
- // 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, 23);
- 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, 23);
- 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 = "起始时间:";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.panel2.Location = new System.Drawing.Point(1, 92);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(598, 1);
- this.panel2.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.chartData);
- this.panel3.Location = new System.Drawing.Point(1, 97);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(598, 310);
- this.panel3.TabIndex = 2;
- //
- // chartData
- //
- this.chartData.BackColor = System.Drawing.Color.Transparent;
- chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisX2.LineColor = System.Drawing.Color.Empty;
- chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- chartArea1.AxisY.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.SandyBrown;
- chartArea1.AxisY2.LineColor = System.Drawing.Color.Transparent;
- chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.Transparent;
- chartArea1.BackColor = System.Drawing.Color.Transparent;
- chartArea1.BackImageTransparentColor = System.Drawing.Color.Transparent;
- chartArea1.BackSecondaryColor = System.Drawing.Color.Transparent;
- chartArea1.BorderColor = System.Drawing.Color.Transparent;
- chartArea1.Name = "ChartArea1";
- this.chartData.ChartAreas.Add(chartArea1);
- legend1.BackColor = System.Drawing.Color.Transparent;
- legend1.Enabled = false;
- legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- legend1.Name = "Legend1";
- legend1.TitleBackColor = System.Drawing.Color.Transparent;
- legend1.TitleFont = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.chartData.Legends.Add(legend1);
- this.chartData.Location = new System.Drawing.Point(1, 2);
- this.chartData.Name = "chartData";
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- series1.Legend = "Legend1";
- series1.Name = "Series2";
- this.chartData.Series.Add(series1);
- this.chartData.Size = new System.Drawing.Size(596, 308);
- this.chartData.TabIndex = 1;
- this.chartData.Text = "chart1";
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.White;
- this.panel4.ForeColor = System.Drawing.SystemColors.ControlText;
- this.panel4.Location = new System.Drawing.Point(1, 31);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(598, 1);
- this.panel4.TabIndex = 2;
- //
- // 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(11, 5);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(109, 19);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "XXX测点曲线图";
- //
- // 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, 69);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(79, 19);
- this.label3.TabIndex = 4;
- this.label3.Text = "快照间隔:";
- //
- // ckbFive
- //
- this.ckbFive.AutoSize = true;
- this.ckbFive.ForeColor = System.Drawing.Color.White;
- this.ckbFive.Location = new System.Drawing.Point(164, 68);
- this.ckbFive.Name = "ckbFive";
- this.ckbFive.Size = new System.Drawing.Size(63, 21);
- this.ckbFive.TabIndex = 5;
- this.ckbFive.Text = "五分钟";
- this.ckbFive.UseVisualStyleBackColor = true;
- this.ckbFive.Click += new System.EventHandler(this.ckbFive_Click);
- //
- // ckbTen
- //
- this.ckbTen.AutoSize = true;
- this.ckbTen.ForeColor = System.Drawing.Color.White;
- this.ckbTen.Location = new System.Drawing.Point(241, 68);
- this.ckbTen.Name = "ckbTen";
- this.ckbTen.Size = new System.Drawing.Size(63, 21);
- this.ckbTen.TabIndex = 5;
- 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(87, 68);
- this.ckbOne.Name = "ckbOne";
- this.ckbOne.Size = new System.Drawing.Size(63, 21);
- this.ckbOne.TabIndex = 5;
- this.ckbOne.Text = "一分钟";
- this.ckbOne.UseVisualStyleBackColor = true;
- this.ckbOne.Click += new System.EventHandler(this.ckbOne_Click);
- //
- // ckbAll
- //
- this.ckbAll.AutoSize = true;
- this.ckbAll.ForeColor = System.Drawing.Color.White;
- this.ckbAll.Location = new System.Drawing.Point(318, 68);
- this.ckbAll.Name = "ckbAll";
- this.ckbAll.Size = new System.Drawing.Size(63, 21);
- this.ckbAll.TabIndex = 5;
- this.ckbAll.Text = "原始值";
- this.ckbAll.UseVisualStyleBackColor = true;
- this.ckbAll.Click += new System.EventHandler(this.ckbAll_Click);
- //
- // btnExport
- //
- this.btnExport.Location = new System.Drawing.Point(424, 65);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(75, 23);
- this.btnExport.TabIndex = 6;
- this.btnExport.Text = "数据导出";
- this.btnExport.UseVisualStyleBackColor = true;
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- //
- // picClose
- //
- this.picClose.Image = global::IntelligentControlForsx.Properties.Resources.pic_close;
- this.picClose.Location = new System.Drawing.Point(576, 0);
- this.picClose.Name = "picClose";
- this.picClose.Size = new System.Drawing.Size(24, 24);
- this.picClose.TabIndex = 3;
- this.picClose.TabStop = false;
- this.picClose.Click += new System.EventHandler(this.picClose_Click);
- //
- // PointLineForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- 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(600, 410);
- this.Controls.Add(this.btnExport);
- 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.panel4);
- this.Controls.Add(this.picClose);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.lblTitle);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "PointLineForm";
- this.Text = "PointLineForm";
- this.Load += new System.EventHandler(this.PointLineForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.DataVisualization.Charting.Chart chartData;
- private System.Windows.Forms.DateTimePicker dtStartTime;
- private System.Windows.Forms.DateTimePicker dtEndTime;
- private System.Windows.Forms.PictureBox picClose;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.CheckBox ckbFive;
- private System.Windows.Forms.CheckBox ckbTen;
- private System.Windows.Forms.CheckBox ckbOne;
- private System.Windows.Forms.CheckBox ckbAll;
- private System.Windows.Forms.Button btnExport;
- }
- }
|