Beispiel #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.extendedScrollBar = new EarLab.Controls.ExtendedScrollBar();
     this.SuspendLayout();
     //
     // extendedScrollBar
     //
     this.extendedScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.extendedScrollBar.AutoScrolling = false;
     this.extendedScrollBar.LargeChange   = 100;
     this.extendedScrollBar.Location      = new System.Drawing.Point(8, 368);
     this.extendedScrollBar.Maximum       = 100;
     this.extendedScrollBar.Minimum       = 0;
     this.extendedScrollBar.Name          = "extendedScrollBar";
     this.extendedScrollBar.Size          = new System.Drawing.Size(840, 17);
     this.extendedScrollBar.SmallChange   = 10;
     this.extendedScrollBar.TabIndex      = 0;
     this.extendedScrollBar.TimerAmount   = 10;
     this.extendedScrollBar.TimerInterval = 100;
     this.extendedScrollBar.Value         = 0;
     this.extendedScrollBar.Scroll       += new System.Windows.Forms.ScrollEventHandler(this.extendedScrollBar_Scroll);
     //
     // MainControl
     //
     this.Controls.Add(this.extendedScrollBar);
     this.Name    = "MainControl";
     this.Size    = new System.Drawing.Size(856, 392);
     this.Resize += new System.EventHandler(this.MainControl_Resize);
     this.ResumeLayout(false);
 }
Beispiel #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.extendedScrollBar  = new EarLab.Controls.ExtendedScrollBar();
     this.contextMenu        = new System.Windows.Forms.ContextMenu();
     this.optionsMenuItem    = new System.Windows.Forms.MenuItem();
     this.zoomMenuItem       = new System.Windows.Forms.MenuItem();
     this.zoomInMenuItem     = new System.Windows.Forms.MenuItem();
     this.zoomOutMenuItem    = new System.Windows.Forms.MenuItem();
     this.seperatorMenuItem  = new System.Windows.Forms.MenuItem();
     this.zoomLevelsMenuItem = new System.Windows.Forms.MenuItem();
     this.tipMenuItem        = new System.Windows.Forms.MenuItem();
     this.seperator1MenuItem = new System.Windows.Forms.MenuItem();
     this.saveMenuItem       = new System.Windows.Forms.MenuItem();
     this.layoutScatterFull  = new EarLab.Viewers.Layouts.LayoutScatterFull();
     this.saveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this.SuspendLayout();
     //
     // extendedScrollBar
     //
     this.extendedScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.extendedScrollBar.AutoScrolling = false;
     this.extendedScrollBar.LargeChange   = 100;
     this.extendedScrollBar.Location      = new System.Drawing.Point(124, 232);
     this.extendedScrollBar.Maximum       = 100;
     this.extendedScrollBar.Minimum       = 0;
     this.extendedScrollBar.Name          = "extendedScrollBar";
     this.extendedScrollBar.Size          = new System.Drawing.Size(486, 17);
     this.extendedScrollBar.SmallChange   = 10;
     this.extendedScrollBar.TabIndex      = 1;
     this.extendedScrollBar.TimerAmount   = 10;
     this.extendedScrollBar.TimerInterval = 100;
     this.extendedScrollBar.Value         = 0;
     this.extendedScrollBar.Scroll       += new System.Windows.Forms.ScrollEventHandler(this.extendedScrollBar_Scroll);
     //
     // contextMenu
     //
     this.contextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.optionsMenuItem
     });
     //
     // optionsMenuItem
     //
     this.optionsMenuItem.Index = 0;
     this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.zoomMenuItem,
         this.tipMenuItem,
         this.seperator1MenuItem,
         this.saveMenuItem
     });
     this.optionsMenuItem.Text = "&Options";
     //
     // zoomMenuItem
     //
     this.zoomMenuItem.Index = 0;
     this.zoomMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.zoomInMenuItem,
         this.zoomOutMenuItem,
         this.seperatorMenuItem,
         this.zoomLevelsMenuItem
     });
     this.zoomMenuItem.Text = "&Zoom";
     //
     // zoomInMenuItem
     //
     this.zoomInMenuItem.Enabled  = false;
     this.zoomInMenuItem.Index    = 0;
     this.zoomInMenuItem.Shortcut = System.Windows.Forms.Shortcut.F1;
     this.zoomInMenuItem.Text     = "Zoom &In";
     this.zoomInMenuItem.Click   += new System.EventHandler(this.zoomInMenuItem_Click);
     //
     // zoomOutMenuItem
     //
     this.zoomOutMenuItem.Index    = 1;
     this.zoomOutMenuItem.Shortcut = System.Windows.Forms.Shortcut.F2;
     this.zoomOutMenuItem.Text     = "Zoom &Out";
     this.zoomOutMenuItem.Click   += new System.EventHandler(this.zoomOutMenuItem_Click);
     //
     // seperatorMenuItem
     //
     this.seperatorMenuItem.Index = 2;
     this.seperatorMenuItem.Text  = "-";
     //
     // zoomLevelsMenuItem
     //
     this.zoomLevelsMenuItem.Index    = 3;
     this.zoomLevelsMenuItem.Shortcut = System.Windows.Forms.Shortcut.F3;
     this.zoomLevelsMenuItem.Text     = "&Zoom Levels";
     //
     // tipMenuItem
     //
     this.tipMenuItem.Index    = 1;
     this.tipMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
     this.tipMenuItem.Text     = "&Show Tool Tip";
     this.tipMenuItem.Click   += new System.EventHandler(this.tipMenuItem_Click);
     //
     // seperator1MenuItem
     //
     this.seperator1MenuItem.Index = 2;
     this.seperator1MenuItem.Text  = "-";
     //
     // saveMenuItem
     //
     this.saveMenuItem.Index  = 3;
     this.saveMenuItem.Text   = "Save &Image...";
     this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
     //
     // layoutScatterFull
     //
     this.layoutScatterFull.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.layoutScatterFull.Location = new System.Drawing.Point(0, 0);
     this.layoutScatterFull.Name     = "layoutScatterFull";
     this.layoutScatterFull.Size     = new System.Drawing.Size(656, 224);
     this.layoutScatterFull.TabIndex = 2;
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "BMP Windows Bitmap (*.bmp)|*.bmp|JPEG Joint Photographic Experts Group (*.jpg)|*." +
                                  "jpg|GIF Graphics Interchange Format (*.gif)|*.gif|PNG Portable Network Graphics " +
                                  "(*.png)|*.png|TIFF Tag Image File Format (*.tiff)|*.tiff";
     this.saveFileDialog.Title = "Save File...";
     //
     // LayoutScatterFullScrollable
     //
     this.Controls.Add(this.layoutScatterFull);
     this.Controls.Add(this.extendedScrollBar);
     this.Name = "LayoutScatterFullScrollable";
     this.Size = new System.Drawing.Size(656, 256);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutScatterFullScrollable));
     this.extendedScrollBar  = new EarLab.Controls.ExtendedScrollBar();
     this.contextMenu        = new System.Windows.Forms.ContextMenu();
     this.optionsMenuItem    = new System.Windows.Forms.MenuItem();
     this.zoomMenuItem       = new System.Windows.Forms.MenuItem();
     this.zoomInMenuItem     = new System.Windows.Forms.MenuItem();
     this.zoomOutMenuItem    = new System.Windows.Forms.MenuItem();
     this.seperatorMenuItem  = new System.Windows.Forms.MenuItem();
     this.zoomLevelsMenuItem = new System.Windows.Forms.MenuItem();
     this.tipMenuItem        = new System.Windows.Forms.MenuItem();
     this.seperator1MenuItem = new System.Windows.Forms.MenuItem();
     this.saveMenuItem       = new System.Windows.Forms.MenuItem();
     this.layoutScatterFull  = new EarLab.Viewers.Layouts.LayoutScatterFull();
     this.saveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this.SuspendLayout();
     //
     // extendedScrollBar
     //
     this.extendedScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.extendedScrollBar.AutoScrolling = false;
     this.extendedScrollBar.LargeChange   = 100;
     this.extendedScrollBar.Location      = new System.Drawing.Point(124, 232);
     this.extendedScrollBar.Maximum       = 100;
     this.extendedScrollBar.Minimum       = 0;
     this.extendedScrollBar.Name          = "extendedScrollBar";
     this.extendedScrollBar.Size          = new System.Drawing.Size(486, 17);
     this.extendedScrollBar.SmallChange   = 1;
     this.extendedScrollBar.TabIndex      = 1;
     this.extendedScrollBar.TimerAmount   = 10;
     this.extendedScrollBar.TimerInterval = 100;
     this.extendedScrollBar.Value         = 0;
     this.extendedScrollBar.Scroll       += new System.Windows.Forms.ScrollEventHandler(this.extendedScrollBar_Scroll);
     //
     // contextMenu
     //
     this.contextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.optionsMenuItem
     });
     //
     // optionsMenuItem
     //
     this.optionsMenuItem.Index = 0;
     this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.zoomMenuItem,
         this.tipMenuItem,
         this.seperator1MenuItem,
         this.saveMenuItem
     });
     this.optionsMenuItem.Text = "&Options";
     //
     // zoomMenuItem
     //
     this.zoomMenuItem.Index = 0;
     this.zoomMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.zoomInMenuItem,
         this.zoomOutMenuItem,
         this.seperatorMenuItem,
         this.zoomLevelsMenuItem
     });
     this.zoomMenuItem.Text = "&Zoom";
     //
     // zoomInMenuItem
     //
     this.zoomInMenuItem.Enabled  = false;
     this.zoomInMenuItem.Index    = 0;
     this.zoomInMenuItem.Shortcut = System.Windows.Forms.Shortcut.F1;
     this.zoomInMenuItem.Text     = "Zoom &In";
     this.zoomInMenuItem.Click   += new System.EventHandler(this.zoomInMenuItem_Click);
     //
     // zoomOutMenuItem
     //
     this.zoomOutMenuItem.Index    = 1;
     this.zoomOutMenuItem.Shortcut = System.Windows.Forms.Shortcut.F2;
     this.zoomOutMenuItem.Text     = "Zoom &Out";
     this.zoomOutMenuItem.Click   += new System.EventHandler(this.zoomOutMenuItem_Click);
     //
     // seperatorMenuItem
     //
     this.seperatorMenuItem.Index = 2;
     this.seperatorMenuItem.Text  = "-";
     //
     // zoomLevelsMenuItem
     //
     this.zoomLevelsMenuItem.Index    = 3;
     this.zoomLevelsMenuItem.Shortcut = System.Windows.Forms.Shortcut.F3;
     this.zoomLevelsMenuItem.Text     = "&Zoom Levels";
     //
     // tipMenuItem
     //
     this.tipMenuItem.Index    = 1;
     this.tipMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
     this.tipMenuItem.Text     = "&Show Tool Tip";
     this.tipMenuItem.Click   += new System.EventHandler(this.tipMenuItem_Click);
     //
     // seperator1MenuItem
     //
     this.seperator1MenuItem.Index = 2;
     this.seperator1MenuItem.Text  = "-";
     //
     // saveMenuItem
     //
     this.saveMenuItem.Index  = 3;
     this.saveMenuItem.Text   = "Save &Image...";
     this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
     //
     // layoutScatterFull
     //
     this.layoutScatterFull.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.layoutScatterFull.Location = new System.Drawing.Point(0, 0);
     this.layoutScatterFull.Name     = "layoutScatterFull";
     this.layoutScatterFull.Size     = new System.Drawing.Size(656, 224);
     this.layoutScatterFull.TabIndex = 2;
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = resources.GetString("saveFileDialog.Filter");
     this.saveFileDialog.Title  = "Save File...";
     //
     // LayoutScatterFullScrollable
     //
     this.Controls.Add(this.layoutScatterFull);
     this.Controls.Add(this.extendedScrollBar);
     this.Name = "LayoutScatterFullScrollable";
     this.Size = new System.Drawing.Size(656, 256);
     this.ResumeLayout(false);
 }