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.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.comboBox1);
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;
//
// 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;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"折线图",
"柱状图",
"饼图",
"圆环图",
"气泡图",
"簇状条形图",
"堆积条形图",
"瀑布图",
"3D柱状图",
"3D圆环图",
"3D饼图",
"3D折线图",
"3D百分比堆积条形图",
"3D漏斗图",
"3DManhattan 条形图",
"3D堆积条形图",
"3D阶梯线图"});
this.comboBox1.Location = new System.Drawing.Point(3, 3);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 4;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// DEVChart_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 = "DEVChart_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 System.Windows.Forms.ComboBox comboBox1;
}
}