Newer
Older
GHFX_REFACTOR / FrmValveStatistics.designer.cs
wxn on 9 Nov 2016 5 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
using DevComponents.DotNetBar;

namespace Cyberpipe
{
    partial class FrmValveStatistics
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.chaFamenStatis = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出统计专题图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.chaFamenStatis)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // chaFamenStatis
            // 
            chartArea2.AxisX.MajorGrid.Enabled = false;
            chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.Olive;
            chartArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            chartArea2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea2.Name = "ChartArea1";
            chartArea2.ShadowColor = System.Drawing.Color.White;
            this.chaFamenStatis.ChartAreas.Add(chartArea2);
            this.chaFamenStatis.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chaFamenStatis.Location = new System.Drawing.Point(0, 0);
            this.chaFamenStatis.Margin = new System.Windows.Forms.Padding(4);
            this.chaFamenStatis.Name = "chaFamenStatis";
            series2.BackImageTransparentColor = System.Drawing.Color.Transparent;
            series2.BorderColor = System.Drawing.Color.White;
            series2.ChartArea = "ChartArea1";
            series2.Color = System.Drawing.Color.SlateBlue;
            series2.Name = "阀门";
            this.chaFamenStatis.Series.Add(series2);
            this.chaFamenStatis.Size = new System.Drawing.Size(627, 428);
            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);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出统计专题图ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(184, 28);
            // 
            // 导出统计专题图ToolStripMenuItem
            // 
            this.导出统计专题图ToolStripMenuItem.Name = "导出统计专题图ToolStripMenuItem";
            this.导出统计专题图ToolStripMenuItem.Size = new System.Drawing.Size(183, 24);
            this.导出统计专题图ToolStripMenuItem.Text = "导出统计专题图";
            this.导出统计专题图ToolStripMenuItem.Click += new System.EventHandler(this.导出统计专题图ToolStripMenuItem_Click);
            // 
            // FrmValveStatistics
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(627, 428);
            this.ContextMenuStrip = this.contextMenuStrip1;
            this.Controls.Add(this.chaFamenStatis);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FrmValveStatistics";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "阀门统计";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLayerSelectedQuery_FormClosing);
            this.Load += new System.EventHandler(this.FrmLayerSelectedQuery_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chaFamenStatis)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private Chart chaFamenStatis;
        private BalloonTip balloonTip1;
        private ContextMenuStrip contextMenuStrip1;
        private ToolStripMenuItem 导出统计专题图ToolStripMenuItem;
    }
}