EChart_Trianglediagram.Designer.cs 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace OTSIncAReportApp.Control_ECharts
  2. {
  3. partial class EChart_Trianglediagram
  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.components = new System.ComponentModel.Container();
  29. this.timer1 = new System.Windows.Forms.Timer(this.components);
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.panel1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // timer1
  36. //
  37. this.timer1.Interval = 2000;
  38. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  39. //
  40. // panel1
  41. //
  42. this.panel1.Controls.Add(this.button1);
  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(946, 655);
  47. this.panel1.TabIndex = 0;
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(1150, 800);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(75, 23);
  54. this.button1.TabIndex = 0;
  55. this.button1.Text = "导出数据";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  58. //
  59. // EChart_Trianglediagram
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.Controls.Add(this.panel1);
  64. this.Margin = new System.Windows.Forms.Padding(2);
  65. this.Name = "EChart_Trianglediagram";
  66. this.Size = new System.Drawing.Size(946, 655);
  67. this.Load += new System.EventHandler(this.EChart_Trianglediagram_Load);
  68. this.panel1.ResumeLayout(false);
  69. this.ResumeLayout(false);
  70. }
  71. #endregion
  72. private System.Windows.Forms.Timer timer1;
  73. private System.Windows.Forms.Panel panel1;
  74. private System.Windows.Forms.Button button1;
  75. }
  76. }