123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- namespace OTSIncAReportApp.Control_ECharts
- {
- partial class DEVChart_ParticlesComposition
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|