예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.mainMenu1     = new System.Windows.Forms.MainMenu(this.components);
     this.fileMenu      = new System.Windows.Forms.MenuItem();
     this.menuItem3     = new System.Windows.Forms.MenuItem();
     this.menuItem4     = new System.Windows.Forms.MenuItem();
     this.menuItem2     = new System.Windows.Forms.MenuItem();
     this.menuItem1     = new System.Windows.Forms.MenuItem();
     this.menuItem5     = new System.Windows.Forms.MenuItem();
     this.exitMenuItem  = new System.Windows.Forms.MenuItem();
     this.acquireMenu   = new System.Windows.Forms.MenuItem();
     this.menuItem6     = new System.Windows.Forms.MenuItem();
     this.startMenuItem = new System.Windows.Forms.MenuItem();
     this.stopMenuItem  = new System.Windows.Forms.MenuItem();
     this.menuItem7     = new System.Windows.Forms.MenuItem();
     this.menuItem8     = new System.Windows.Forms.MenuItem();
     this.menuItem9     = new System.Windows.Forms.MenuItem();
     this.menuItem10    = new System.Windows.Forms.MenuItem();
     this.menuItem11    = new System.Windows.Forms.MenuItem();
     this.statusBar     = new System.Windows.Forms.StatusBar();
     this.tofGraph1     = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot1      = new NationalInstruments.UI.WaveformPlot();
     this.xAxis1        = new NationalInstruments.UI.XAxis();
     this.yAxis1        = new NationalInstruments.UI.YAxis();
     this.progressTank  = new NationalInstruments.UI.WindowsForms.Tank();
     this.textArea      = new System.Windows.Forms.TextBox();
     this.tofGraph2     = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot2      = new NationalInstruments.UI.WaveformPlot();
     this.xAxis2        = new NationalInstruments.UI.XAxis();
     this.yAxis2        = new NationalInstruments.UI.YAxis();
     this.tofGraph3     = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot3      = new NationalInstruments.UI.WaveformPlot();
     this.xAxis3        = new NationalInstruments.UI.XAxis();
     this.yAxis3        = new NationalInstruments.UI.YAxis();
     this.leakageGraph  = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.northPlot     = new NationalInstruments.UI.WaveformPlot();
     this.xAxis4        = new NationalInstruments.UI.XAxis();
     this.yAxis4        = new NationalInstruments.UI.YAxis();
     this.southPlot     = new NationalInstruments.UI.WaveformPlot();
     this.tofGraph4     = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot4      = new NationalInstruments.UI.WaveformPlot();
     this.xAxis5        = new NationalInstruments.UI.XAxis();
     this.yAxis5        = new NationalInstruments.UI.YAxis();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressTank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leakageGraph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph4)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.fileMenu,
         this.acquireMenu,
         this.menuItem8,
         this.menuItem10
     });
     //
     // fileMenu
     //
     this.fileMenu.Index = 0;
     this.fileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem3,
         this.menuItem4,
         this.menuItem2,
         this.menuItem1,
         this.menuItem5,
         this.exitMenuItem
     });
     this.fileMenu.Text = "File";
     //
     // menuItem3
     //
     this.menuItem3.Index  = 0;
     this.menuItem3.Text   = "Load block config ...";
     this.menuItem3.Click += new System.EventHandler(this.LoadConfigHandler);
     //
     // menuItem4
     //
     this.menuItem4.Index  = 1;
     this.menuItem4.Text   = "Save block config ...";
     this.menuItem4.Click += new System.EventHandler(this.saveConfigHandler);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.Text  = "-";
     //
     // menuItem1
     //
     this.menuItem1.Index  = 3;
     this.menuItem1.Text   = "Save block ...";
     this.menuItem1.Click += new System.EventHandler(this.SaveBlockHandler);
     //
     // menuItem5
     //
     this.menuItem5.Index = 4;
     this.menuItem5.Text  = "-";
     //
     // exitMenuItem
     //
     this.exitMenuItem.Index  = 5;
     this.exitMenuItem.Text   = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // acquireMenu
     //
     this.acquireMenu.Index = 1;
     this.acquireMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem6,
         this.startMenuItem,
         this.stopMenuItem,
         this.menuItem7
     });
     this.acquireMenu.Text = "Acquire";
     //
     // menuItem6
     //
     this.menuItem6.Index  = 0;
     this.menuItem6.Text   = "Start pattern";
     this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
     //
     // startMenuItem
     //
     this.startMenuItem.Index  = 1;
     this.startMenuItem.Text   = "Start block";
     this.startMenuItem.Click += new System.EventHandler(this.startMenuItem_Click);
     //
     // stopMenuItem
     //
     this.stopMenuItem.Index  = 2;
     this.stopMenuItem.Text   = "Stop block";
     this.stopMenuItem.Click += new System.EventHandler(this.stopMenuItem_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index  = 3;
     this.menuItem7.Text   = "Stop pattern";
     this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 2;
     this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem9
     });
     this.menuItem8.Text = "Window";
     //
     // menuItem9
     //
     this.menuItem9.Index  = 0;
     this.menuItem9.Text   = "Live viewer";
     this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // menuItem10
     //
     this.menuItem10.Enabled = false;
     this.menuItem10.Index   = 3;
     this.menuItem10.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem11
     });
     this.menuItem10.Text = "Debug";
     //
     // menuItem11
     //
     this.menuItem11.Index  = 0;
     this.menuItem11.Text   = "Test live analysis";
     this.menuItem11.Click += new System.EventHandler(this.menuItem11_Click);
     //
     // statusBar
     //
     this.statusBar.Location   = new System.Drawing.Point(0, 624);
     this.statusBar.Name       = "statusBar";
     this.statusBar.Size       = new System.Drawing.Size(926, 22);
     this.statusBar.SizingGrip = false;
     this.statusBar.TabIndex   = 0;
     this.statusBar.Text       = "Ready.";
     //
     // tofGraph1
     //
     this.tofGraph1.Location = new System.Drawing.Point(8, 8);
     this.tofGraph1.Name     = "tofGraph1";
     this.tofGraph1.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
         this.tofPlot1
     });
     this.tofGraph1.Size     = new System.Drawing.Size(228, 362);
     this.tofGraph1.TabIndex = 1;
     this.tofGraph1.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
         this.xAxis1
     });
     this.tofGraph1.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
         this.yAxis1
     });
     //
     // tofPlot1
     //
     this.tofPlot1.XAxis = this.xAxis1;
     this.tofPlot1.YAxis = this.yAxis1;
     //
     // yAxis1
     //
     this.yAxis1.Mode  = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis1.Range = new NationalInstruments.UI.Range(0D, 1.5D);
     //
     // progressTank
     //
     this.progressTank.FillColor     = System.Drawing.Color.DeepPink;
     this.progressTank.FillStyle     = NationalInstruments.UI.FillStyle.ZigZag;
     this.progressTank.Location      = new System.Drawing.Point(0, 563);
     this.progressTank.Name          = "progressTank";
     this.progressTank.Range         = new NationalInstruments.UI.Range(0D, 4096D);
     this.progressTank.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.progressTank.ScalePosition = NationalInstruments.UI.NumericScalePosition.Bottom;
     this.progressTank.Size          = new System.Drawing.Size(925, 55);
     this.progressTank.TabIndex      = 2;
     //
     // textArea
     //
     this.textArea.BackColor  = System.Drawing.Color.Black;
     this.textArea.ForeColor  = System.Drawing.Color.Lime;
     this.textArea.Location   = new System.Drawing.Point(710, 8);
     this.textArea.Multiline  = true;
     this.textArea.Name       = "textArea";
     this.textArea.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textArea.Size       = new System.Drawing.Size(203, 362);
     this.textArea.TabIndex   = 3;
     //
     // tofGraph2
     //
     this.tofGraph2.Location = new System.Drawing.Point(242, 8);
     this.tofGraph2.Name     = "tofGraph2";
     this.tofGraph2.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
         this.tofPlot2
     });
     this.tofGraph2.Size     = new System.Drawing.Size(228, 362);
     this.tofGraph2.TabIndex = 4;
     this.tofGraph2.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
         this.xAxis2
     });
     this.tofGraph2.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
         this.yAxis2
     });
     //
     // tofPlot2
     //
     this.tofPlot2.LineColor           = System.Drawing.Color.LightSkyBlue;
     this.tofPlot2.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot2.XAxis = this.xAxis2;
     this.tofPlot2.YAxis = this.yAxis2;
     //
     // yAxis2
     //
     this.yAxis2.Mode  = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis2.Range = new NationalInstruments.UI.Range(0D, 3D);
     //
     // tofGraph3
     //
     this.tofGraph3.Location = new System.Drawing.Point(476, 8);
     this.tofGraph3.Name     = "tofGraph3";
     this.tofGraph3.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
         this.tofPlot3
     });
     this.tofGraph3.Size     = new System.Drawing.Size(228, 174);
     this.tofGraph3.TabIndex = 5;
     this.tofGraph3.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
         this.xAxis3
     });
     this.tofGraph3.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
         this.yAxis3
     });
     this.tofGraph3.PlotDataChanged += new NationalInstruments.UI.XYPlotDataChangedEventHandler(this.tofGraph3_PlotDataChanged);
     //
     // tofPlot3
     //
     this.tofPlot3.LineColor           = System.Drawing.Color.Red;
     this.tofPlot3.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot3.XAxis = this.xAxis3;
     this.tofPlot3.YAxis = this.yAxis3;
     //
     // yAxis3
     //
     this.yAxis3.Mode = NationalInstruments.UI.AxisMode.Fixed;
     //
     // leakageGraph
     //
     this.leakageGraph.Location = new System.Drawing.Point(8, 388);
     this.leakageGraph.Name     = "leakageGraph";
     this.leakageGraph.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
         this.northPlot,
         this.southPlot
     });
     this.leakageGraph.Size     = new System.Drawing.Size(905, 169);
     this.leakageGraph.TabIndex = 6;
     this.leakageGraph.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
         this.xAxis4
     });
     this.leakageGraph.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
         this.yAxis4
     });
     //
     // northPlot
     //
     this.northPlot.HistoryCapacity     = 5000;
     this.northPlot.LineColor           = System.Drawing.Color.Red;
     this.northPlot.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.northPlot.XAxis = this.xAxis4;
     this.northPlot.YAxis = this.yAxis4;
     //
     // xAxis4
     //
     this.xAxis4.Mode    = NationalInstruments.UI.AxisMode.Fixed;
     this.xAxis4.Range   = new NationalInstruments.UI.Range(0D, 820D);
     this.xAxis4.Visible = false;
     //
     // southPlot
     //
     this.southPlot.HistoryCapacity     = 5000;
     this.southPlot.LineColor           = System.Drawing.Color.DodgerBlue;
     this.southPlot.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.southPlot.XAxis = this.xAxis4;
     this.southPlot.YAxis = this.yAxis4;
     //
     // tofGraph4
     //
     this.tofGraph4.Location = new System.Drawing.Point(476, 196);
     this.tofGraph4.Name     = "tofGraph4";
     this.tofGraph4.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
         this.tofPlot4
     });
     this.tofGraph4.Size     = new System.Drawing.Size(228, 174);
     this.tofGraph4.TabIndex = 7;
     this.tofGraph4.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
         this.xAxis5
     });
     this.tofGraph4.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
         this.yAxis5
     });
     //
     // tofPlot4
     //
     this.tofPlot4.LineColor           = System.Drawing.Color.Blue;
     this.tofPlot4.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot4.XAxis = this.xAxis5;
     this.tofPlot4.YAxis = this.yAxis5;
     //
     // yAxis5
     //
     this.yAxis5.Mode  = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis5.Range = new NationalInstruments.UI.Range(-1D, 10D);
     //
     // MainWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(926, 646);
     this.Controls.Add(this.tofGraph4);
     this.Controls.Add(this.leakageGraph);
     this.Controls.Add(this.tofGraph3);
     this.Controls.Add(this.tofGraph2);
     this.Controls.Add(this.textArea);
     this.Controls.Add(this.progressTank);
     this.Controls.Add(this.tofGraph1);
     this.Controls.Add(this.statusBar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Menu            = this.mainMenu1;
     this.Name            = "MainWindow";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "BlockHead";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.MainWindow_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressTank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leakageGraph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.fileMenu = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.exitMenuItem = new System.Windows.Forms.MenuItem();
     this.acquireMenu = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.startMenuItem = new System.Windows.Forms.MenuItem();
     this.stopMenuItem = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuItem8 = new System.Windows.Forms.MenuItem();
     this.menuItem9 = new System.Windows.Forms.MenuItem();
     this.menuItem10 = new System.Windows.Forms.MenuItem();
     this.menuItem11 = new System.Windows.Forms.MenuItem();
     this.statusBar = new System.Windows.Forms.StatusBar();
     this.tofGraph1 = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot1 = new NationalInstruments.UI.WaveformPlot();
     this.xAxis1 = new NationalInstruments.UI.XAxis();
     this.yAxis1 = new NationalInstruments.UI.YAxis();
     this.progressTank = new NationalInstruments.UI.WindowsForms.Tank();
     this.textArea = new System.Windows.Forms.TextBox();
     this.tofGraph2 = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot2 = new NationalInstruments.UI.WaveformPlot();
     this.xAxis2 = new NationalInstruments.UI.XAxis();
     this.yAxis2 = new NationalInstruments.UI.YAxis();
     this.tofGraph3 = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot3 = new NationalInstruments.UI.WaveformPlot();
     this.xAxis3 = new NationalInstruments.UI.XAxis();
     this.yAxis3 = new NationalInstruments.UI.YAxis();
     this.leakageGraph = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.northPlot = new NationalInstruments.UI.WaveformPlot();
     this.xAxis4 = new NationalInstruments.UI.XAxis();
     this.yAxis4 = new NationalInstruments.UI.YAxis();
     this.southPlot = new NationalInstruments.UI.WaveformPlot();
     this.tofGraph4 = new NationalInstruments.UI.WindowsForms.WaveformGraph();
     this.tofPlot4 = new NationalInstruments.UI.WaveformPlot();
     this.xAxis5 = new NationalInstruments.UI.XAxis();
     this.yAxis5 = new NationalInstruments.UI.YAxis();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressTank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leakageGraph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph4)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.fileMenu,
     this.acquireMenu,
     this.menuItem8,
     this.menuItem10});
     //
     // fileMenu
     //
     this.fileMenu.Index = 0;
     this.fileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem3,
     this.menuItem4,
     this.menuItem2,
     this.menuItem1,
     this.menuItem5,
     this.exitMenuItem});
     this.fileMenu.Text = "File";
     //
     // menuItem3
     //
     this.menuItem3.Index = 0;
     this.menuItem3.Text = "Load block config ...";
     this.menuItem3.Click += new System.EventHandler(this.LoadConfigHandler);
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.Text = "Save block config ...";
     this.menuItem4.Click += new System.EventHandler(this.saveConfigHandler);
     //
     // menuItem2
     //
     this.menuItem2.Index = 2;
     this.menuItem2.Text = "-";
     //
     // menuItem1
     //
     this.menuItem1.Index = 3;
     this.menuItem1.Text = "Save block ...";
     this.menuItem1.Click += new System.EventHandler(this.SaveBlockHandler);
     //
     // menuItem5
     //
     this.menuItem5.Index = 4;
     this.menuItem5.Text = "-";
     //
     // exitMenuItem
     //
     this.exitMenuItem.Index = 5;
     this.exitMenuItem.Text = "Exit";
     this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
     //
     // acquireMenu
     //
     this.acquireMenu.Index = 1;
     this.acquireMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem6,
     this.startMenuItem,
     this.stopMenuItem,
     this.menuItem7});
     this.acquireMenu.Text = "Acquire";
     //
     // menuItem6
     //
     this.menuItem6.Index = 0;
     this.menuItem6.Text = "Start pattern";
     this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
     //
     // startMenuItem
     //
     this.startMenuItem.Index = 1;
     this.startMenuItem.Text = "Start block";
     this.startMenuItem.Click += new System.EventHandler(this.startMenuItem_Click);
     //
     // stopMenuItem
     //
     this.stopMenuItem.Index = 2;
     this.stopMenuItem.Text = "Stop block";
     this.stopMenuItem.Click += new System.EventHandler(this.stopMenuItem_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 3;
     this.menuItem7.Text = "Stop pattern";
     this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 2;
     this.menuItem8.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem9});
     this.menuItem8.Text = "Window";
     //
     // menuItem9
     //
     this.menuItem9.Index = 0;
     this.menuItem9.Text = "Live viewer";
     this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // menuItem10
     //
     this.menuItem10.Enabled = false;
     this.menuItem10.Index = 3;
     this.menuItem10.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem11});
     this.menuItem10.Text = "Debug";
     //
     // menuItem11
     //
     this.menuItem11.Index = 0;
     this.menuItem11.Text = "Test live analysis";
     this.menuItem11.Click += new System.EventHandler(this.menuItem11_Click);
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 624);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(926, 22);
     this.statusBar.SizingGrip = false;
     this.statusBar.TabIndex = 0;
     this.statusBar.Text = "Ready.";
     //
     // tofGraph1
     //
     this.tofGraph1.Location = new System.Drawing.Point(8, 8);
     this.tofGraph1.Name = "tofGraph1";
     this.tofGraph1.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
     this.tofPlot1});
     this.tofGraph1.Size = new System.Drawing.Size(228, 362);
     this.tofGraph1.TabIndex = 1;
     this.tofGraph1.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis1});
     this.tofGraph1.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis1});
     //
     // tofPlot1
     //
     this.tofPlot1.XAxis = this.xAxis1;
     this.tofPlot1.YAxis = this.yAxis1;
     //
     // yAxis1
     //
     this.yAxis1.Mode = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis1.Range = new NationalInstruments.UI.Range(0D, 1.5D);
     //
     // progressTank
     //
     this.progressTank.FillColor = System.Drawing.Color.DeepPink;
     this.progressTank.FillStyle = NationalInstruments.UI.FillStyle.ZigZag;
     this.progressTank.Location = new System.Drawing.Point(0, 563);
     this.progressTank.Name = "progressTank";
     this.progressTank.Range = new NationalInstruments.UI.Range(0D, 4096D);
     this.progressTank.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.progressTank.ScalePosition = NationalInstruments.UI.NumericScalePosition.Bottom;
     this.progressTank.Size = new System.Drawing.Size(925, 55);
     this.progressTank.TabIndex = 2;
     //
     // textArea
     //
     this.textArea.BackColor = System.Drawing.Color.Black;
     this.textArea.ForeColor = System.Drawing.Color.Lime;
     this.textArea.Location = new System.Drawing.Point(710, 8);
     this.textArea.Multiline = true;
     this.textArea.Name = "textArea";
     this.textArea.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.textArea.Size = new System.Drawing.Size(203, 362);
     this.textArea.TabIndex = 3;
     //
     // tofGraph2
     //
     this.tofGraph2.Location = new System.Drawing.Point(242, 8);
     this.tofGraph2.Name = "tofGraph2";
     this.tofGraph2.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
     this.tofPlot2});
     this.tofGraph2.Size = new System.Drawing.Size(228, 362);
     this.tofGraph2.TabIndex = 4;
     this.tofGraph2.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis2});
     this.tofGraph2.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis2});
     //
     // tofPlot2
     //
     this.tofPlot2.LineColor = System.Drawing.Color.LightSkyBlue;
     this.tofPlot2.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot2.XAxis = this.xAxis2;
     this.tofPlot2.YAxis = this.yAxis2;
     //
     // yAxis2
     //
     this.yAxis2.Mode = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis2.Range = new NationalInstruments.UI.Range(0D, 3D);
     //
     // tofGraph3
     //
     this.tofGraph3.Location = new System.Drawing.Point(476, 8);
     this.tofGraph3.Name = "tofGraph3";
     this.tofGraph3.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
     this.tofPlot3});
     this.tofGraph3.Size = new System.Drawing.Size(228, 174);
     this.tofGraph3.TabIndex = 5;
     this.tofGraph3.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis3});
     this.tofGraph3.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis3});
     this.tofGraph3.PlotDataChanged += new NationalInstruments.UI.XYPlotDataChangedEventHandler(this.tofGraph3_PlotDataChanged);
     //
     // tofPlot3
     //
     this.tofPlot3.LineColor = System.Drawing.Color.Red;
     this.tofPlot3.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot3.XAxis = this.xAxis3;
     this.tofPlot3.YAxis = this.yAxis3;
     //
     // yAxis3
     //
     this.yAxis3.Mode = NationalInstruments.UI.AxisMode.Fixed;
     //
     // leakageGraph
     //
     this.leakageGraph.Location = new System.Drawing.Point(8, 388);
     this.leakageGraph.Name = "leakageGraph";
     this.leakageGraph.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
     this.northPlot,
     this.southPlot});
     this.leakageGraph.Size = new System.Drawing.Size(905, 169);
     this.leakageGraph.TabIndex = 6;
     this.leakageGraph.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis4});
     this.leakageGraph.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis4});
     //
     // northPlot
     //
     this.northPlot.HistoryCapacity = 5000;
     this.northPlot.LineColor = System.Drawing.Color.Red;
     this.northPlot.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.northPlot.XAxis = this.xAxis4;
     this.northPlot.YAxis = this.yAxis4;
     //
     // xAxis4
     //
     this.xAxis4.Mode = NationalInstruments.UI.AxisMode.Fixed;
     this.xAxis4.Range = new NationalInstruments.UI.Range(0D, 820D);
     this.xAxis4.Visible = false;
     //
     // southPlot
     //
     this.southPlot.HistoryCapacity = 5000;
     this.southPlot.LineColor = System.Drawing.Color.DodgerBlue;
     this.southPlot.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.southPlot.XAxis = this.xAxis4;
     this.southPlot.YAxis = this.yAxis4;
     //
     // tofGraph4
     //
     this.tofGraph4.Location = new System.Drawing.Point(476, 196);
     this.tofGraph4.Name = "tofGraph4";
     this.tofGraph4.Plots.AddRange(new NationalInstruments.UI.WaveformPlot[] {
     this.tofPlot4});
     this.tofGraph4.Size = new System.Drawing.Size(228, 174);
     this.tofGraph4.TabIndex = 7;
     this.tofGraph4.XAxes.AddRange(new NationalInstruments.UI.XAxis[] {
     this.xAxis5});
     this.tofGraph4.YAxes.AddRange(new NationalInstruments.UI.YAxis[] {
     this.yAxis5});
     //
     // tofPlot4
     //
     this.tofPlot4.LineColor = System.Drawing.Color.Blue;
     this.tofPlot4.LineColorPrecedence = NationalInstruments.UI.ColorPrecedence.UserDefinedColor;
     this.tofPlot4.XAxis = this.xAxis5;
     this.tofPlot4.YAxis = this.yAxis5;
     //
     // yAxis5
     //
     this.yAxis5.Mode = NationalInstruments.UI.AxisMode.Fixed;
     this.yAxis5.Range = new NationalInstruments.UI.Range(-1D, 10D);
     //
     // MainWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(926, 646);
     this.Controls.Add(this.tofGraph4);
     this.Controls.Add(this.leakageGraph);
     this.Controls.Add(this.tofGraph3);
     this.Controls.Add(this.tofGraph2);
     this.Controls.Add(this.textArea);
     this.Controls.Add(this.progressTank);
     this.Controls.Add(this.tofGraph1);
     this.Controls.Add(this.statusBar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Menu = this.mainMenu1;
     this.Name = "MainWindow";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text = "BlockHead";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MainWindow_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressTank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leakageGraph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tofGraph4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }