DEVChart_ParticlesComposition.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. namespace OTSIncAReportApp.Control_ECharts
  2. {
  3. partial class DEVChart_ParticlesComposition
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.checkButton3 = new DevExpress.XtraEditors.CheckButton();
  30. this.checkButton2 = new DevExpress.XtraEditors.CheckButton();
  31. this.checkButton1 = new DevExpress.XtraEditors.CheckButton();
  32. this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.Controls.Add(this.checkButton3);
  40. this.panel1.Controls.Add(this.checkButton2);
  41. this.panel1.Controls.Add(this.checkButton1);
  42. this.panel1.Controls.Add(this.chartControl1);
  43. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.panel1.Location = new System.Drawing.Point(0, 0);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(1100, 477);
  47. this.panel1.TabIndex = 0;
  48. //
  49. // checkButton3
  50. //
  51. this.checkButton3.Location = new System.Drawing.Point(197, 3);
  52. this.checkButton3.Name = "checkButton3";
  53. this.checkButton3.Size = new System.Drawing.Size(75, 23);
  54. this.checkButton3.TabIndex = 3;
  55. this.checkButton3.Text = "饼状图";
  56. this.checkButton3.CheckedChanged += new System.EventHandler(this.checkButton3_CheckedChanged);
  57. //
  58. // checkButton2
  59. //
  60. this.checkButton2.Location = new System.Drawing.Point(116, 3);
  61. this.checkButton2.Name = "checkButton2";
  62. this.checkButton2.Size = new System.Drawing.Size(75, 23);
  63. this.checkButton2.TabIndex = 2;
  64. this.checkButton2.Text = "折线图";
  65. this.checkButton2.CheckedChanged += new System.EventHandler(this.checkButton2_CheckedChanged);
  66. //
  67. // checkButton1
  68. //
  69. this.checkButton1.Checked = true;
  70. this.checkButton1.Location = new System.Drawing.Point(35, 3);
  71. this.checkButton1.Name = "checkButton1";
  72. this.checkButton1.Size = new System.Drawing.Size(75, 23);
  73. this.checkButton1.TabIndex = 1;
  74. this.checkButton1.Text = "柱状图";
  75. this.checkButton1.CheckedChanged += new System.EventHandler(this.checkButton1_CheckedChanged);
  76. //
  77. // chartControl1
  78. //
  79. this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.chartControl1.Location = new System.Drawing.Point(0, 0);
  81. this.chartControl1.Name = "chartControl1";
  82. this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
  83. this.chartControl1.Size = new System.Drawing.Size(1100, 477);
  84. this.chartControl1.TabIndex = 0;
  85. //
  86. // EChart_ParticlesComposition
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.Controls.Add(this.panel1);
  91. this.Margin = new System.Windows.Forms.Padding(2);
  92. this.Name = "EChart_ParticlesComposition";
  93. this.Size = new System.Drawing.Size(1100, 477);
  94. this.Load += new System.EventHandler(this.EChart_ParticlesComposition_Load);
  95. this.panel1.ResumeLayout(false);
  96. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
  97. this.ResumeLayout(false);
  98. }
  99. #endregion
  100. private System.Windows.Forms.Panel panel1;
  101. private DevExpress.XtraCharts.ChartControl chartControl1;
  102. private DevExpress.XtraEditors.CheckButton checkButton3;
  103. private DevExpress.XtraEditors.CheckButton checkButton2;
  104. private DevExpress.XtraEditors.CheckButton checkButton1;
  105. }
  106. }