Newer
Older
EMS_SZ / FrmBSQStreet.Designer.cs
root on 21 Mar 2016 3 KB first
namespace Cyberpipe
{
    partial class FrmBSQStreet
    {
        /// <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 chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            this.chartStatis = new System.Windows.Forms.DataVisualization.Charting.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.chartStatis)).BeginInit();
            this.SuspendLayout();
            // 
            // chartStatis
            // 
            chartArea3.AxisX.MajorGrid.Enabled = false;
            chartArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            chartArea3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
            chartArea3.Name = "ChartArea1";
            this.chartStatis.ChartAreas.Add(chartArea3);
            this.chartStatis.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartStatis.Location = new System.Drawing.Point(0, 0);
            this.chartStatis.Name = "chartStatis";
            this.chartStatis.Size = new System.Drawing.Size(784, 462);
            this.chartStatis.TabIndex = 1;
            // 
            // FrmBSQStreet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 462);
            this.Controls.Add(this.chartStatis);
            this.DoubleBuffered = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmBSQStreet";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "全区域标识器街道统计";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBSQStreet_FormClosing);
            this.Load += new System.EventHandler(this.FrmBSQStreet_Load);
            ((System.ComponentModel.ISupportInitialize)(this.chartStatis)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataVisualization.Charting.Chart chartStatis;
    }
}