namespace Uestc.Auto6.Dso.U2 { partial class MathFigure { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { Presenter.TryRemoveView(this); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ScottPlotFormControl = new ScottPlot.FormsPlot(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.ToolStripMenuItemTimeWave = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // ScottPlotFormControl // this.ScottPlotFormControl.BackColor = System.Drawing.Color.Transparent; this.ScottPlotFormControl.Dock = System.Windows.Forms.DockStyle.Fill; this.ScottPlotFormControl.Location = new System.Drawing.Point(3, 25); this.ScottPlotFormControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ScottPlotFormControl.Name = "ScottPlotFormControl"; this.ScottPlotFormControl.Size = new System.Drawing.Size(794, 422); this.ScottPlotFormControl.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItemTimeWave}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26); // // ToolStripMenuItemTimeWave // this.ToolStripMenuItemTimeWave.Name = "ToolStripMenuItemTimeWave"; this.ToolStripMenuItemTimeWave.Size = new System.Drawing.Size(124, 22); this.ToolStripMenuItemTimeWave.Text = "时域波形"; this.ToolStripMenuItemTimeWave.Click += new System.EventHandler(this.ToolStripMenuItemTimeWave_Click); // // MathFigure // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.ContextMenuStrip = this.contextMenuStrip1; this.Controls.Add(this.ScottPlotFormControl); this.Name = "MathFigure"; this.Text = "MathFigure"; this.Title = "MathFigure"; this.TitleIconSize = new System.Drawing.Size(0, 0); this.TitleIconWidth = 0; this.Load += new System.EventHandler(this.MathViewForm_Load); this.Controls.SetChildIndex(this.ScottPlotFormControl, 0); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ScottPlot.FormsPlot ScottPlotFormControl; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemTimeWave; } }