示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AnalysisDialogNew));
     this.layout2DColor = new EarLab.Viewers.Layouts.Layout2DColorFull();
     this.SuspendLayout();
     //
     // layout2DColor
     //
     this.layout2DColor.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.layout2DColor.Location = new System.Drawing.Point(0, 0);
     this.layout2DColor.Name     = "layout2DColor";
     this.layout2DColor.Size     = new System.Drawing.Size(648, 342);
     this.layout2DColor.TabIndex = 0;
     //
     // AnalysisDialogNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 342);
     this.Controls.Add(this.layout2DColor);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(650, 360);
     this.Name          = "AnalysisDialogNew";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Data Analysis";
     this.ResumeLayout(false);
 }
示例#2
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(AnalysisDialogNew));
     this.layout2DColor             = new EarLab.Viewers.Layouts.Layout2DColorFull();
     this.menuStrip1                = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.closeToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolTipsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog            = new System.Windows.Forms.SaveFileDialog();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // layout2DColor
     //
     this.layout2DColor.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.layout2DColor.Location = new System.Drawing.Point(0, 27);
     this.layout2DColor.Name     = "layout2DColor";
     this.layout2DColor.Size     = new System.Drawing.Size(648, 315);
     this.layout2DColor.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolsToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(648, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveToolStripMenuItem,
         this.toolStripSeparator1,
         this.closeToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
     this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripMenuItem.Name         = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     this.saveToolStripMenuItem.Size         = new System.Drawing.Size(147, 22);
     this.saveToolStripMenuItem.Text         = "&Save";
     this.saveToolStripMenuItem.Click       += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(144, 6);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size   = new System.Drawing.Size(147, 22);
     this.closeToolStripMenuItem.Text   = "Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem.Text = "&Edit";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
     this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripMenuItem.Name         = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
     this.copyToolStripMenuItem.Size         = new System.Drawing.Size(149, 22);
     this.copyToolStripMenuItem.Text         = "&Copy";
     this.copyToolStripMenuItem.Click       += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolTipsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // toolTipsToolStripMenuItem
     //
     this.toolTipsToolStripMenuItem.CheckOnClick = true;
     this.toolTipsToolStripMenuItem.Name         = "toolTipsToolStripMenuItem";
     this.toolTipsToolStripMenuItem.Size         = new System.Drawing.Size(124, 22);
     this.toolTipsToolStripMenuItem.Text         = "ToolTips";
     this.toolTipsToolStripMenuItem.Click       += new System.EventHandler(this.toolTipsToolStripMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = resources.GetString("saveFileDialog.Filter");
     this.saveFileDialog.Title  = "Save File...";
     //
     // AnalysisDialogNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 342);
     this.Controls.Add(this.layout2DColor);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MinimumSize   = new System.Drawing.Size(650, 360);
     this.Name          = "AnalysisDialogNew";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Data Analysis";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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(LayoutFullScrollable));
     this.layout2DColorFull  = new EarLab.Viewers.Layouts.Layout2DColorFull();
     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.colorbarMenuItem   = new System.Windows.Forms.MenuItem();
     this.tipMenuItem        = new System.Windows.Forms.MenuItem();
     this.seperator1MenuItem = new System.Windows.Forms.MenuItem();
     this.seperator2MenuItem = new System.Windows.Forms.MenuItem();
     this.saveMenuItem       = new System.Windows.Forms.MenuItem();
     this.saveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this.backgroundWorker   = new System.ComponentModel.BackgroundWorker();
     this.SuspendLayout();
     //
     // layout2DColorFull
     //
     this.layout2DColorFull.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.layout2DColorFull.Location = new System.Drawing.Point(0, 0);
     this.layout2DColorFull.Name     = "layout2DColorFull";
     this.layout2DColorFull.Size     = new System.Drawing.Size(664, 352);
     this.layout2DColorFull.TabIndex = 0;
     //
     // 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(140, 356);
     this.extendedScrollBar.Maximum       = 100;
     this.extendedScrollBar.Minimum       = 0;
     this.extendedScrollBar.Name          = "extendedScrollBar";
     this.extendedScrollBar.Size          = new System.Drawing.Size(412, 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.colorbarMenuItem,
         this.tipMenuItem,
         this.seperator1MenuItem,
         this.seperator2MenuItem,
         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";
     //
     // colorbarMenuItem
     //
     this.colorbarMenuItem.Index = 1;
     this.colorbarMenuItem.Text  = "&Colorbar";
     //
     // tipMenuItem
     //
     this.tipMenuItem.Index    = 2;
     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 = 3;
     this.seperator1MenuItem.Text  = "-";
     //
     // seperator2MenuItem
     //
     this.seperator2MenuItem.Index = 4;
     this.seperator2MenuItem.Text  = "-";
     //
     // saveMenuItem
     //
     this.saveMenuItem.Index  = 5;
     this.saveMenuItem.Text   = "Save &Image...";
     this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = resources.GetString("saveFileDialog.Filter");
     this.saveFileDialog.Title  = "Save File...";
     //
     // backgroundWorker
     //
     this.backgroundWorker.WorkerSupportsCancellation = true;
     //
     // LayoutFullScrollable
     //
     this.Controls.Add(this.extendedScrollBar);
     this.Controls.Add(this.layout2DColorFull);
     this.Name = "LayoutFullScrollable";
     this.Size = new System.Drawing.Size(664, 376);
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.layout2DColorFull  = new EarLab.Viewers.Layouts.Layout2DColorFull();
     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.colorbarMenuItem   = new System.Windows.Forms.MenuItem();
     this.tipMenuItem        = new System.Windows.Forms.MenuItem();
     this.seperator1MenuItem = new System.Windows.Forms.MenuItem();
     this.seperator2MenuItem = new System.Windows.Forms.MenuItem();
     this.saveMenuItem       = new System.Windows.Forms.MenuItem();
     this.saveFileDialog     = new System.Windows.Forms.SaveFileDialog();
     this.SuspendLayout();
     //
     // layout2DColorFull
     //
     this.layout2DColorFull.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.layout2DColorFull.Location = new System.Drawing.Point(0, 0);
     this.layout2DColorFull.Name     = "layout2DColorFull";
     this.layout2DColorFull.Size     = new System.Drawing.Size(664, 352);
     this.layout2DColorFull.TabIndex = 0;
     //
     // 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(140, 356);
     this.extendedScrollBar.Maximum       = 100;
     this.extendedScrollBar.Minimum       = 0;
     this.extendedScrollBar.Name          = "extendedScrollBar";
     this.extendedScrollBar.Size          = new System.Drawing.Size(412, 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.colorbarMenuItem,
         this.tipMenuItem,
         this.seperator1MenuItem,
         this.seperator2MenuItem,
         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";
     //
     // colorbarMenuItem
     //
     this.colorbarMenuItem.Index = 1;
     this.colorbarMenuItem.Text  = "&Colorbar";
     //
     // tipMenuItem
     //
     this.tipMenuItem.Index    = 2;
     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 = 3;
     this.seperator1MenuItem.Text  = "-";
     //
     // seperator2MenuItem
     //
     this.seperator2MenuItem.Index = 4;
     this.seperator2MenuItem.Text  = "-";
     //
     // saveMenuItem
     //
     this.saveMenuItem.Index  = 5;
     this.saveMenuItem.Text   = "Save &Image...";
     this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
     //
     // 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...";
     //
     // LayoutFullScrollable
     //
     this.Controls.Add(this.extendedScrollBar);
     this.Controls.Add(this.layout2DColorFull);
     this.Name = "LayoutFullScrollable";
     this.Size = new System.Drawing.Size(664, 376);
     this.ResumeLayout(false);
 }