Newer
Older
EMS_SZ / Backup / FrmValveStatistics.designer.cs
root on 21 Mar 2016 4 KB first
namespace Cyberpipe
{
    partial class FrmValveStatistics
    {
        /// <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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chaFamenStatis = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
            ((System.ComponentModel.ISupportInitialize)(this.chaFamenStatis)).BeginInit();
            this.SuspendLayout();
            // 
            // chaFamenStatis
            // 
            chartArea1.AxisX.MajorGrid.Enabled = false;
            chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.Olive;
            chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea1.Name = "ChartArea1";
            chartArea1.ShadowColor = System.Drawing.Color.White;
            this.chaFamenStatis.ChartAreas.Add(chartArea1);
            this.chaFamenStatis.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chaFamenStatis.Location = new System.Drawing.Point(0, 0);
            this.chaFamenStatis.Name = "chaFamenStatis";
            series1.BackImageTransparentColor = System.Drawing.Color.Transparent;
            series1.BorderColor = System.Drawing.Color.White;
            series1.ChartArea = "ChartArea1";
            series1.Color = System.Drawing.Color.SlateBlue;
            series1.Name = "阀门";
            this.chaFamenStatis.Series.Add(series1);
            this.chaFamenStatis.Size = new System.Drawing.Size(470, 342);
            this.chaFamenStatis.TabIndex = 8;
            this.chaFamenStatis.Text = "chart1";
            this.chaFamenStatis.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chaFamenStatis_MouseClick);
            this.chaFamenStatis.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chaFamenStatis_MouseMove);
            // 
            // FrmLayerSelectedQuery
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(470, 342);
            this.Controls.Add(this.chaFamenStatis);
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "FrmLayerSelectedQuery";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "阀门统计";
            this.Load += new System.EventHandler(this.FrmLayerSelectedQuery_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLayerSelectedQuery_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.chaFamenStatis)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataVisualization.Charting.Chart chaFamenStatis;
        private DevComponents.DotNetBar.BalloonTip balloonTip1;
    }
}