XYFigure.Designer.cs 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 
  2. namespace Uestc.Auto6.Dso.U2
  3. {
  4. partial class XYFigure
  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. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.ScottPlotFormControl = new ScottPlot.FormsPlot();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.ToolStripMenuItemTimeWave = new System.Windows.Forms.ToolStripMenuItem();
  33. this.contextMenuStrip1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // ScottPlotFormControl
  37. //
  38. this.ScottPlotFormControl.BackColor = System.Drawing.Color.Transparent;
  39. this.ScottPlotFormControl.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.ScottPlotFormControl.Location = new System.Drawing.Point(3, 25);
  41. this.ScottPlotFormControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  42. this.ScottPlotFormControl.Name = "ScottPlotFormControl";
  43. this.ScottPlotFormControl.Size = new System.Drawing.Size(794, 422);
  44. this.ScottPlotFormControl.TabIndex = 5;
  45. this.ScottPlotFormControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ScottPlotFormControl_MouseDown);
  46. this.ScottPlotFormControl.MouseLeave += new System.EventHandler(this.ScottPlotFormControl_MouseLeave);
  47. this.ScottPlotFormControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ScottPlotFormControl_MouseUp);
  48. //
  49. // contextMenuStrip1
  50. //
  51. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.ToolStripMenuItemTimeWave});
  53. this.contextMenuStrip1.Name = "contextMenuStrip1";
  54. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
  55. //
  56. // ToolStripMenuItemTimeWave
  57. //
  58. this.ToolStripMenuItemTimeWave.Name = "ToolStripMenuItemTimeWave";
  59. this.ToolStripMenuItemTimeWave.Size = new System.Drawing.Size(100, 22);
  60. this.ToolStripMenuItemTimeWave.Text = "设置";
  61. this.ToolStripMenuItemTimeWave.Click += new System.EventHandler(this.ToolStripMenuItemTimeWave_Click);
  62. //
  63. // XYFigure
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(800, 450);
  68. this.ContextMenuStrip = this.contextMenuStrip1;
  69. this.Controls.Add(this.ScottPlotFormControl);
  70. this.Name = "XYFigure";
  71. this.Text = "XYFigure";
  72. this.Title = "XYFigure";
  73. this.TitleIconSize = new System.Drawing.Size(0, 0);
  74. this.TitleIconWidth = 0;
  75. this.Load += new System.EventHandler(this.XYFigure_Load);
  76. this.Controls.SetChildIndex(this.ScottPlotFormControl, 0);
  77. this.contextMenuStrip1.ResumeLayout(false);
  78. this.ResumeLayout(false);
  79. }
  80. #endregion
  81. private ScottPlot.FormsPlot ScottPlotFormControl;
  82. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  83. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemTimeWave;
  84. }
  85. }