/// <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(PlotterDisplayEx));
     this.imgList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.gPane = new GraphLib.PlotterGraphPaneEx();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectGraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgList1
     //
     this.imgList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList1.ImageStream")));
     this.imgList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList1.Images.SetKeyName(0, "media-playback-start.png");
     this.imgList1.Images.SetKeyName(1, "media-playback-stop.png");
     this.imgList1.Images.SetKeyName(2, "media-playback-pause.png");
     this.imgList1.Images.SetKeyName(3, "printer.png");
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.gPane);
     this.splitContainer1.Panel1MinSize = 20;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2Collapsed = true;
     this.splitContainer1.Panel2MinSize = 5;
     this.splitContainer1.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.SplitterDistance = 315;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.TabStop = false;
     //
     // gPane
     //
     this.gPane.BackColor = System.Drawing.Color.Transparent;
     this.gPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gPane.EnableDrawLegend = true;
     this.gPane.Location = new System.Drawing.Point(0, 0);
     this.gPane.Margin = new System.Windows.Forms.Padding(0);
     this.gPane.Name = "gPane";
     this.gPane.Size = new System.Drawing.Size(598, 339);
     this.gPane.TabIndex = 1;
     this.gPane.XaxisName = null;
     this.gPane.YaxisName = null;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectGraphsToolStripMenuItem,
     this.toolStripSeparator1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(117, 32);
     //
     // selectGraphsToolStripMenuItem
     //
     this.selectGraphsToolStripMenuItem.Name = "selectGraphsToolStripMenuItem";
     this.selectGraphsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.selectGraphsToolStripMenuItem.Text = "Options";
     this.selectGraphsToolStripMenuItem.Click += new System.EventHandler(this.selectGraphsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // PlotterDisplayEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.splitContainer1);
     this.Name = "PlotterDisplayEx";
     this.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(PlotterDisplayEx));
     this.tb1 = new System.Windows.Forms.ToolBar();
     this.tbbSave = new System.Windows.Forms.ToolBarButton();
     this.tbbOpen = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator3 = new System.Windows.Forms.ToolBarButton();
     this.tbbPrint = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
     this.imgList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lb_Position = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.hScrollBar2 = new System.Windows.Forms.HScrollBar();
     this.gPane = new RepetierHost.GraphLib.PlotterGraphPaneEx();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectGraphsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tb1
     //
     this.tb1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tb1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbbSave,
     this.tbbOpen,
     this.tbbSeparator3,
     this.tbbPrint,
     this.toolBarButton2});
     this.tb1.ButtonSize = new System.Drawing.Size(16, 16);
     this.tb1.Divider = false;
     this.tb1.Dock = System.Windows.Forms.DockStyle.None;
     this.tb1.DropDownArrows = true;
     this.tb1.ImageList = this.imgList1;
     this.tb1.Location = new System.Drawing.Point(11, 5);
     this.tb1.Name = "tb1";
     this.tb1.ShowToolTips = true;
     this.tb1.Size = new System.Drawing.Size(80, 26);
     this.tb1.TabIndex = 1;
     this.tb1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tb1_ButtonClick);
     //
     // tbbSave
     //
     this.tbbSave.ImageIndex = 0;
     this.tbbSave.Name = "tbbSave";
     this.tbbSave.Tag = "play";
     //
     // tbbOpen
     //
     this.tbbOpen.ImageIndex = 1;
     this.tbbOpen.Name = "tbbOpen";
     this.tbbOpen.Tag = "stop";
     //
     // tbbSeparator3
     //
     this.tbbSeparator3.Name = "tbbSeparator3";
     this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbPrint
     //
     this.tbbPrint.ImageIndex = 3;
     this.tbbPrint.Name = "tbbPrint";
     this.tbbPrint.Tag = "print";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // imgList1
     //
     this.imgList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList1.ImageStream")));
     this.imgList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList1.Images.SetKeyName(0, "media-playback-start.png");
     this.imgList1.Images.SetKeyName(1, "media-playback-stop.png");
     this.imgList1.Images.SetKeyName(2, "media-playback-pause.png");
     this.imgList1.Images.SetKeyName(3, "printer.png");
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control;
     this.splitContainer1.Panel1.Controls.Add(this.tb1);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.gPane);
     this.splitContainer1.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.SplitterDistance = 34;
     this.splitContainer1.TabIndex = 2;
     this.splitContainer1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.lb_Position);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.hScrollBar1);
     this.panel1.Controls.Add(this.hScrollBar2);
     this.panel1.Location = new System.Drawing.Point(99, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(496, 28);
     this.panel1.TabIndex = 7;
     //
     // lb_Position
     //
     this.lb_Position.AutoSize = true;
     this.lb_Position.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lb_Position.Location = new System.Drawing.Point(6, 8);
     this.lb_Position.Name = "lb_Position";
     this.lb_Position.Size = new System.Drawing.Size(44, 13);
     this.lb_Position.TabIndex = 3;
     this.lb_Position.Text = "Position";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(180, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(85, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Playback Speed";
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(57, 8);
     this.hScrollBar1.Maximum = 10000;
     this.hScrollBar1.Name = "hScrollBar1";
     this.hScrollBar1.Size = new System.Drawing.Size(118, 13);
     this.hScrollBar1.TabIndex = 4;
     this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollbarScroll);
     //
     // hScrollBar2
     //
     this.hScrollBar2.Location = new System.Drawing.Point(268, 8);
     this.hScrollBar2.Maximum = 10000;
     this.hScrollBar2.Name = "hScrollBar2";
     this.hScrollBar2.Size = new System.Drawing.Size(111, 13);
     this.hScrollBar2.TabIndex = 6;
     this.hScrollBar2.Value = 1;
     this.hScrollBar2.Scroll += new System.Windows.Forms.ScrollEventHandler(this.OnScrollBarSpeedScroll);
     //
     // gPane
     //
     this.gPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gPane.Location = new System.Drawing.Point(0, 0);
     this.gPane.Name = "gPane";
     this.gPane.Size = new System.Drawing.Size(598, 301);
     this.gPane.TabIndex = 1;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.selectGraphsToolStripMenuItem,
     this.toolStripSeparator1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(117, 32);
     //
     // selectGraphsToolStripMenuItem
     //
     this.selectGraphsToolStripMenuItem.Name = "selectGraphsToolStripMenuItem";
     this.selectGraphsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.selectGraphsToolStripMenuItem.Text = "Options";
     this.selectGraphsToolStripMenuItem.Click += new System.EventHandler(this.selectGraphsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // PlotterDisplayEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Transparent;
     this.ContextMenuStrip = this.contextMenuStrip1;
     this.Controls.Add(this.splitContainer1);
     this.Name = "PlotterDisplayEx";
     this.Size = new System.Drawing.Size(598, 339);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }