MathFigure.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. 
  2. namespace Uestc.Auto6.Dso.U2
  3. {
  4. partial class MathFigure
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. Presenter.TryRemoveView(this);
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.components = new System.ComponentModel.Container();
  31. this.ScottPlotFormControl = new ScottPlot.FormsPlot();
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.ToolStripMenuItemTimeWave = new System.Windows.Forms.ToolStripMenuItem();
  34. this.contextMenuStrip1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // ScottPlotFormControl
  38. //
  39. this.ScottPlotFormControl.BackColor = System.Drawing.Color.Transparent;
  40. this.ScottPlotFormControl.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.ScottPlotFormControl.Location = new System.Drawing.Point(3, 25);
  42. this.ScottPlotFormControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  43. this.ScottPlotFormControl.Name = "ScottPlotFormControl";
  44. this.ScottPlotFormControl.Size = new System.Drawing.Size(794, 422);
  45. this.ScottPlotFormControl.TabIndex = 0;
  46. //
  47. // contextMenuStrip1
  48. //
  49. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  50. this.ToolStripMenuItemTimeWave});
  51. this.contextMenuStrip1.Name = "contextMenuStrip1";
  52. this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26);
  53. //
  54. // ToolStripMenuItemTimeWave
  55. //
  56. this.ToolStripMenuItemTimeWave.Name = "ToolStripMenuItemTimeWave";
  57. this.ToolStripMenuItemTimeWave.Size = new System.Drawing.Size(124, 22);
  58. this.ToolStripMenuItemTimeWave.Text = "时域波形";
  59. this.ToolStripMenuItemTimeWave.Click += new System.EventHandler(this.ToolStripMenuItemTimeWave_Click);
  60. //
  61. // MathFigure
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(800, 450);
  66. this.ContextMenuStrip = this.contextMenuStrip1;
  67. this.Controls.Add(this.ScottPlotFormControl);
  68. this.Name = "MathFigure";
  69. this.Text = "MathFigure";
  70. this.Title = "MathFigure";
  71. this.TitleIconSize = new System.Drawing.Size(0, 0);
  72. this.TitleIconWidth = 0;
  73. this.Load += new System.EventHandler(this.MathViewForm_Load);
  74. this.Controls.SetChildIndex(this.ScottPlotFormControl, 0);
  75. this.contextMenuStrip1.ResumeLayout(false);
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private ScottPlot.FormsPlot ScottPlotFormControl;
  80. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  81. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemTimeWave;
  82. }
  83. }