namespace OTSIncAReportApp.Control_ECharts { partial class DEVChart_ParticlesComposition { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.checkButton3 = new DevExpress.XtraEditors.CheckButton(); this.checkButton2 = new DevExpress.XtraEditors.CheckButton(); this.checkButton1 = new DevExpress.XtraEditors.CheckButton(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.checkButton3); this.panel1.Controls.Add(this.checkButton2); this.panel1.Controls.Add(this.checkButton1); this.panel1.Controls.Add(this.chartControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1100, 477); this.panel1.TabIndex = 0; // // checkButton3 // this.checkButton3.Location = new System.Drawing.Point(197, 3); this.checkButton3.Name = "checkButton3"; this.checkButton3.Size = new System.Drawing.Size(75, 23); this.checkButton3.TabIndex = 3; this.checkButton3.Text = "饼状图"; this.checkButton3.CheckedChanged += new System.EventHandler(this.checkButton3_CheckedChanged); // // checkButton2 // this.checkButton2.Location = new System.Drawing.Point(116, 3); this.checkButton2.Name = "checkButton2"; this.checkButton2.Size = new System.Drawing.Size(75, 23); this.checkButton2.TabIndex = 2; this.checkButton2.Text = "折线图"; this.checkButton2.CheckedChanged += new System.EventHandler(this.checkButton2_CheckedChanged); // // checkButton1 // this.checkButton1.Checked = true; this.checkButton1.Location = new System.Drawing.Point(35, 3); this.checkButton1.Name = "checkButton1"; this.checkButton1.Size = new System.Drawing.Size(75, 23); this.checkButton1.TabIndex = 1; this.checkButton1.Text = "柱状图"; this.checkButton1.CheckedChanged += new System.EventHandler(this.checkButton1_CheckedChanged); // // chartControl1 // this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.Size = new System.Drawing.Size(1100, 477); this.chartControl1.TabIndex = 0; // // EChart_ParticlesComposition // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "EChart_ParticlesComposition"; this.Size = new System.Drawing.Size(1100, 477); this.Load += new System.EventHandler(this.EChart_ParticlesComposition_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraEditors.CheckButton checkButton3; private DevExpress.XtraEditors.CheckButton checkButton2; private DevExpress.XtraEditors.CheckButton checkButton1; } }