Newer
Older
GHFX_REFACTOR / FrmAllPipelineStatis.designer.cs
wxn on 2 Nov 2016 5 KB 提交
namespace Cyberpipe
{
    partial class FrmAllPipelineStatis
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            this.chartAllAreaPipeline = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出统计专题图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.chartAllAreaPipeline)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // chartAllAreaPipeline
            // 
            chartArea1.AxisX.IsLabelAutoFit = false;
            chartArea1.AxisX.MajorGrid.Enabled = false;
            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";
            this.chartAllAreaPipeline.ChartAreas.Add(chartArea1);
            this.chartAllAreaPipeline.ContextMenuStrip = this.contextMenuStrip1;
            this.chartAllAreaPipeline.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartAllAreaPipeline.Location = new System.Drawing.Point(0, 0);
            this.chartAllAreaPipeline.Margin = new System.Windows.Forms.Padding(4);
            this.chartAllAreaPipeline.Name = "chartAllAreaPipeline";
            this.chartAllAreaPipeline.Size = new System.Drawing.Size(729, 479);
            this.chartAllAreaPipeline.TabIndex = 1;
            this.chartAllAreaPipeline.Text = "chart1";
            this.chartAllAreaPipeline.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chartAllAreaPipeline_MouseClick);
            this.chartAllAreaPipeline.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartAllAreaPipeline_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);
            // 
            // FrmAllPipelineStatis
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(729, 479);
            this.Controls.Add(this.chartAllAreaPipeline);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FrmAllPipelineStatis";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "空间查询";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAllPipelineStatis_FormClosing);
            this.Load += new System.EventHandler(this.FrmAllPipelineStatis_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chartAllAreaPipeline)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataVisualization.Charting.Chart chartAllAreaPipeline;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 导出统计专题图ToolStripMenuItem;

    }
}