namespace Cyberpipe { partial class FrmAllWorkWellStatis { /// <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(); this.chartAllAreaPipeline = new System.Windows.Forms.DataVisualization.Charting.Chart(); ((System.ComponentModel.ISupportInitialize)(this.chartAllAreaPipeline)).BeginInit(); this.SuspendLayout(); // // chartAllAreaPipeline // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.chartAllAreaPipeline.Location = new System.Drawing.Point(0, 0); this.chartAllAreaPipeline.Name = "chartAllAreaPipeline"; this.chartAllAreaPipeline.Size = new System.Drawing.Size(542, 364); 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); // // FrmAllWorkWellStatis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(542, 364); this.Controls.Add(this.chartAllAreaPipeline); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmAllWorkWellStatis"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "井盖数量统计"; this.Load += new System.EventHandler(this.FrmAllPipelineStatis_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAllPipelineStatis_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.chartAllAreaPipeline)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chartAllAreaPipeline; } }