DEVChart_ParticlesComposition.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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.chartControl1 = new DevExpress.XtraCharts.ChartControl();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.panel1.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // panel1
  36. //
  37. this.panel1.Controls.Add(this.comboBox1);
  38. this.panel1.Controls.Add(this.chartControl1);
  39. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.panel1.Location = new System.Drawing.Point(0, 0);
  41. this.panel1.Name = "panel1";
  42. this.panel1.Size = new System.Drawing.Size(1100, 477);
  43. this.panel1.TabIndex = 0;
  44. //
  45. // chartControl1
  46. //
  47. this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.chartControl1.Location = new System.Drawing.Point(0, 0);
  49. this.chartControl1.Name = "chartControl1";
  50. this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
  51. this.chartControl1.Size = new System.Drawing.Size(1100, 477);
  52. this.chartControl1.TabIndex = 0;
  53. //
  54. // comboBox1
  55. //
  56. this.comboBox1.FormattingEnabled = true;
  57. this.comboBox1.Items.AddRange(new object[] {
  58. "折线图",
  59. "柱状图",
  60. "饼图",
  61. "圆环图",
  62. "气泡图",
  63. "簇状条形图",
  64. "堆积条形图",
  65. "瀑布图",
  66. "3D柱状图",
  67. "3D圆环图",
  68. "3D饼图",
  69. "3D折线图",
  70. "3D百分比堆积条形图",
  71. "3D漏斗图",
  72. "3DManhattan 条形图",
  73. "3D堆积条形图",
  74. "3D阶梯线图"});
  75. this.comboBox1.Location = new System.Drawing.Point(3, 3);
  76. this.comboBox1.Name = "comboBox1";
  77. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  78. this.comboBox1.TabIndex = 4;
  79. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  80. //
  81. // DEVChart_ParticlesComposition
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.Controls.Add(this.panel1);
  86. this.Margin = new System.Windows.Forms.Padding(2);
  87. this.Name = "DEVChart_ParticlesComposition";
  88. this.Size = new System.Drawing.Size(1100, 477);
  89. this.Load += new System.EventHandler(this.EChart_ParticlesComposition_Load);
  90. this.panel1.ResumeLayout(false);
  91. ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private System.Windows.Forms.Panel panel1;
  96. private DevExpress.XtraCharts.ChartControl chartControl1;
  97. private System.Windows.Forms.ComboBox comboBox1;
  98. }
  99. }