namespace Cyberpipe { partial class FrmBSQStatis { /// <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.chartStatis = new System.Windows.Forms.DataVisualization.Charting.Chart(); ((System.ComponentModel.ISupportInitialize)(this.chartStatis)).BeginInit(); this.SuspendLayout(); // // chartStatis // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; chartArea1.Name = "ChartArea1"; this.chartStatis.ChartAreas.Add(chartArea1); 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(613, 395); this.chartStatis.TabIndex = 0; // // FrmBSQStatis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(613, 395); this.Controls.Add(this.chartStatis); this.DoubleBuffered = true; this.Name = "FrmBSQStatis"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "标识器全区域统计"; this.Load += new System.EventHandler(this.FrmBSQStatis_Load); ((System.ComponentModel.ISupportInitialize)(this.chartStatis)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart chartStatis; } }