Exemplo n.º 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.backgroundPanel = new System.Windows.Forms.Panel();
     this.axisPanel       = new EarLab.Viewers.Panels.PanelAxisNew();
     this.viewerPanel     = new EarLab.Viewers.Panels.Panel2DColor();
     this.backgroundPanel.SuspendLayout();
     this.axisPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // backgroundPanel
     //
     this.backgroundPanel.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.backgroundPanel.BackColor   = System.Drawing.Color.White;
     this.backgroundPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.backgroundPanel.Controls.Add(this.axisPanel);
     this.backgroundPanel.Location = new System.Drawing.Point(0, 0);
     this.backgroundPanel.Name     = "backgroundPanel";
     this.backgroundPanel.Size     = new System.Drawing.Size(640, 216);
     this.backgroundPanel.TabIndex = 0;
     //
     // axisPanel
     //
     this.axisPanel.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.axisPanel.BottomAxisEndValue                = 0F;
     this.axisPanel.BottomAxisLabel                   = "Axis Label Not Set";
     this.axisPanel.BottomAxisLabelShow               = true;
     this.axisPanel.BottomAxisMajorTickHeight         = 3;
     this.axisPanel.BottomAxisMajorTickNumbersFormat  = "0";
     this.axisPanel.BottomAxisMajorTickNumbersShow    = true;
     this.axisPanel.BottomAxisMajorTickNumbersSpacing = 10;
     this.axisPanel.BottomAxisMajorTickOffset         = 2;
     this.axisPanel.BottomAxisShow       = false;
     this.axisPanel.BottomAxisStartValue = 0F;
     this.axisPanel.Controls.Add(this.viewerPanel);
     this.axisPanel.Font                             = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((System.Byte)(0)));
     this.axisPanel.LeftAxisEndValue                 = 0F;
     this.axisPanel.LeftAxisLabel                    = "Axis Label Not Set";
     this.axisPanel.LeftAxisLabelShow                = true;
     this.axisPanel.LeftAxisMajorTickHeight          = 3;
     this.axisPanel.LeftAxisMajorTickNumbersFormat   = "0";
     this.axisPanel.LeftAxisMajorTickNumbersShow     = true;
     this.axisPanel.LeftAxisMajorTickNumbersSpacing  = 10;
     this.axisPanel.LeftAxisMajorTickOffset          = 2;
     this.axisPanel.LeftAxisShow                     = false;
     this.axisPanel.LeftAxisStartValue               = 0F;
     this.axisPanel.Location                         = new System.Drawing.Point(0, 0);
     this.axisPanel.Name                             = "axisPanel";
     this.axisPanel.RightAxisEndValue                = 0F;
     this.axisPanel.RightAxisLabel                   = "Axis Label Not Set";
     this.axisPanel.RightAxisLabelShow               = true;
     this.axisPanel.RightAxisMajorTickHeight         = 3;
     this.axisPanel.RightAxisMajorTickNumbersFormat  = "0";
     this.axisPanel.RightAxisMajorTickNumbersShow    = true;
     this.axisPanel.RightAxisMajorTickNumbersSpacing = 10;
     this.axisPanel.RightAxisMajorTickOffset         = 2;
     this.axisPanel.RightAxisShow                    = false;
     this.axisPanel.RightAxisStartValue              = 0F;
     this.axisPanel.Size                             = new System.Drawing.Size(638, 214);
     this.axisPanel.TabIndex                         = 0;
     this.axisPanel.TopAxisEndValue                  = 0F;
     this.axisPanel.TopAxisLabel                     = "Axis Label Not Set";
     this.axisPanel.TopAxisLabelShow                 = true;
     this.axisPanel.TopAxisMajorTickHeight           = 3;
     this.axisPanel.TopAxisMajorTickNumbersFormat    = "0";
     this.axisPanel.TopAxisMajorTickNumbersShow      = true;
     this.axisPanel.TopAxisMajorTickNumbersSpacing   = 10;
     this.axisPanel.TopAxisMajorTickOffset           = 2;
     this.axisPanel.TopAxisShow                      = false;
     this.axisPanel.TopAxisStartValue                = 0F;
     //
     // viewerPanel
     //
     this.viewerPanel.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.viewerPanel.BackColor   = System.Drawing.SystemColors.Control;
     this.viewerPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.viewerPanel.Location    = new System.Drawing.Point(48, 24);
     this.viewerPanel.Name        = "viewerPanel";
     this.viewerPanel.Size        = new System.Drawing.Size(544, 160);
     this.viewerPanel.TabIndex    = 0;
     //
     // LayoutScatter
     //
     this.Controls.Add(this.backgroundPanel);
     this.Name = "LayoutScatter";
     this.Size = new System.Drawing.Size(640, 216);
     this.backgroundPanel.ResumeLayout(false);
     this.axisPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.backgroundPanel   = new System.Windows.Forms.Panel();
     this.colorbarPanel     = new EarLab.Viewers.Panels.PanelColorbarNew();
     this.colorbarAxisPanel = new EarLab.Viewers.Panels.PanelAxisNew();
     this.viewerAxisPanel   = new EarLab.Viewers.Panels.PanelAxisNew();
     this.viewerPanel       = new EarLab.Viewers.Panels.Panel2DColor();
     this.backgroundWorker  = new System.ComponentModel.BackgroundWorker();
     this.backgroundPanel.SuspendLayout();
     this.viewerAxisPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // backgroundPanel
     //
     this.backgroundPanel.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.backgroundPanel.BackColor   = System.Drawing.Color.White;
     this.backgroundPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.backgroundPanel.Controls.Add(this.colorbarPanel);
     this.backgroundPanel.Controls.Add(this.colorbarAxisPanel);
     this.backgroundPanel.Controls.Add(this.viewerAxisPanel);
     this.backgroundPanel.Location = new System.Drawing.Point(0, 0);
     this.backgroundPanel.Name     = "backgroundPanel";
     this.backgroundPanel.Size     = new System.Drawing.Size(584, 232);
     this.backgroundPanel.TabIndex = 3;
     //
     // colorbarPanel
     //
     this.colorbarPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.colorbarPanel.BackColor             = System.Drawing.SystemColors.Control;
     this.colorbarPanel.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.colorbarPanel.Cursor                = System.Windows.Forms.Cursors.SizeAll;
     this.colorbarPanel.Location              = new System.Drawing.Point(478, 24);
     this.colorbarPanel.Name                  = "colorbarPanel";
     this.colorbarPanel.Size                  = new System.Drawing.Size(40, 174);
     this.colorbarPanel.TabIndex              = 2;
     this.colorbarPanel.CurrentValuesChanged += new EarLab.Viewers.Panels.PanelColorbarNew.CurrentValuesChangedHandler(this.colorbarPanel_CurrentValuesChanged);
     //
     // colorbarAxisPanel
     //
     this.colorbarAxisPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.colorbarAxisPanel.BottomAxisEndValue                = 0F;
     this.colorbarAxisPanel.BottomAxisLabel                   = "Axis Label Not Set";
     this.colorbarAxisPanel.BottomAxisLabelShow               = true;
     this.colorbarAxisPanel.BottomAxisMajorTickHeight         = 3;
     this.colorbarAxisPanel.BottomAxisMajorTickNumbersFormat  = "0";
     this.colorbarAxisPanel.BottomAxisMajorTickNumbersShow    = true;
     this.colorbarAxisPanel.BottomAxisMajorTickNumbersSpacing = 10;
     this.colorbarAxisPanel.BottomAxisMajorTickOffset         = 2;
     this.colorbarAxisPanel.BottomAxisShow       = false;
     this.colorbarAxisPanel.BottomAxisStartValue = 0F;
     this.colorbarAxisPanel.Font                             = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.colorbarAxisPanel.LeftAxisEndValue                 = 0F;
     this.colorbarAxisPanel.LeftAxisLabel                    = "Axis Label Not Set";
     this.colorbarAxisPanel.LeftAxisLabelShow                = true;
     this.colorbarAxisPanel.LeftAxisMajorTickHeight          = 3;
     this.colorbarAxisPanel.LeftAxisMajorTickNumbersFormat   = "0";
     this.colorbarAxisPanel.LeftAxisMajorTickNumbersShow     = true;
     this.colorbarAxisPanel.LeftAxisMajorTickNumbersSpacing  = 10;
     this.colorbarAxisPanel.LeftAxisMajorTickOffset          = 2;
     this.colorbarAxisPanel.LeftAxisShow                     = false;
     this.colorbarAxisPanel.LeftAxisStartValue               = 0F;
     this.colorbarAxisPanel.Location                         = new System.Drawing.Point(518, 0);
     this.colorbarAxisPanel.Name                             = "colorbarAxisPanel";
     this.colorbarAxisPanel.RightAxisEndValue                = 0F;
     this.colorbarAxisPanel.RightAxisLabel                   = "Axis Label Not Set";
     this.colorbarAxisPanel.RightAxisLabelShow               = true;
     this.colorbarAxisPanel.RightAxisMajorTickHeight         = 3;
     this.colorbarAxisPanel.RightAxisMajorTickNumbersFormat  = "0.00e00";
     this.colorbarAxisPanel.RightAxisMajorTickNumbersShow    = true;
     this.colorbarAxisPanel.RightAxisMajorTickNumbersSpacing = 10;
     this.colorbarAxisPanel.RightAxisMajorTickOffset         = 2;
     this.colorbarAxisPanel.RightAxisShow                    = true;
     this.colorbarAxisPanel.RightAxisStartValue              = 0F;
     this.colorbarAxisPanel.Size                             = new System.Drawing.Size(64, 230);
     this.colorbarAxisPanel.TabIndex                         = 1;
     this.colorbarAxisPanel.TopAxisEndValue                  = 0F;
     this.colorbarAxisPanel.TopAxisLabel                     = "Axis Label Not Set";
     this.colorbarAxisPanel.TopAxisLabelShow                 = true;
     this.colorbarAxisPanel.TopAxisMajorTickHeight           = 10;
     this.colorbarAxisPanel.TopAxisMajorTickNumbersFormat    = "0";
     this.colorbarAxisPanel.TopAxisMajorTickNumbersShow      = true;
     this.colorbarAxisPanel.TopAxisMajorTickNumbersSpacing   = 10;
     this.colorbarAxisPanel.TopAxisMajorTickOffset           = 2;
     this.colorbarAxisPanel.TopAxisShow                      = false;
     this.colorbarAxisPanel.TopAxisStartValue                = 0F;
     //
     // viewerAxisPanel
     //
     this.viewerAxisPanel.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.viewerAxisPanel.BottomAxisEndValue                = 0F;
     this.viewerAxisPanel.BottomAxisLabel                   = "Axis Label Not Set";
     this.viewerAxisPanel.BottomAxisLabelShow               = true;
     this.viewerAxisPanel.BottomAxisMajorTickHeight         = 3;
     this.viewerAxisPanel.BottomAxisMajorTickNumbersFormat  = "0";
     this.viewerAxisPanel.BottomAxisMajorTickNumbersShow    = true;
     this.viewerAxisPanel.BottomAxisMajorTickNumbersSpacing = 10;
     this.viewerAxisPanel.BottomAxisMajorTickOffset         = 2;
     this.viewerAxisPanel.BottomAxisShow       = true;
     this.viewerAxisPanel.BottomAxisStartValue = 0F;
     this.viewerAxisPanel.Controls.Add(this.viewerPanel);
     this.viewerAxisPanel.Font                             = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.viewerAxisPanel.LeftAxisEndValue                 = 0F;
     this.viewerAxisPanel.LeftAxisLabel                    = "Axis Label Not Set";
     this.viewerAxisPanel.LeftAxisLabelShow                = true;
     this.viewerAxisPanel.LeftAxisMajorTickHeight          = 3;
     this.viewerAxisPanel.LeftAxisMajorTickNumbersFormat   = "0.00e00";
     this.viewerAxisPanel.LeftAxisMajorTickNumbersShow     = true;
     this.viewerAxisPanel.LeftAxisMajorTickNumbersSpacing  = 10;
     this.viewerAxisPanel.LeftAxisMajorTickOffset          = 2;
     this.viewerAxisPanel.LeftAxisShow                     = true;
     this.viewerAxisPanel.LeftAxisStartValue               = 0F;
     this.viewerAxisPanel.Location                         = new System.Drawing.Point(0, 0);
     this.viewerAxisPanel.Name                             = "viewerAxisPanel";
     this.viewerAxisPanel.RightAxisEndValue                = 0F;
     this.viewerAxisPanel.RightAxisLabel                   = "Axis Label Not Set";
     this.viewerAxisPanel.RightAxisLabelShow               = true;
     this.viewerAxisPanel.RightAxisMajorTickHeight         = 3;
     this.viewerAxisPanel.RightAxisMajorTickNumbersFormat  = "0";
     this.viewerAxisPanel.RightAxisMajorTickNumbersShow    = true;
     this.viewerAxisPanel.RightAxisMajorTickNumbersSpacing = 10;
     this.viewerAxisPanel.RightAxisMajorTickOffset         = 2;
     this.viewerAxisPanel.RightAxisShow                    = false;
     this.viewerAxisPanel.RightAxisStartValue              = 0F;
     this.viewerAxisPanel.Size                             = new System.Drawing.Size(510, 230);
     this.viewerAxisPanel.TabIndex                         = 0;
     this.viewerAxisPanel.TopAxisEndValue                  = 0F;
     this.viewerAxisPanel.TopAxisLabel                     = "Axis Label Not Set";
     this.viewerAxisPanel.TopAxisLabelShow                 = true;
     this.viewerAxisPanel.TopAxisMajorTickHeight           = 10;
     this.viewerAxisPanel.TopAxisMajorTickNumbersFormat    = "0";
     this.viewerAxisPanel.TopAxisMajorTickNumbersShow      = true;
     this.viewerAxisPanel.TopAxisMajorTickNumbersSpacing   = 10;
     this.viewerAxisPanel.TopAxisMajorTickOffset           = 2;
     this.viewerAxisPanel.TopAxisShow                      = true;
     this.viewerAxisPanel.TopAxisStartValue                = 0F;
     //
     // viewerPanel
     //
     this.viewerPanel.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.viewerPanel.BackColor   = System.Drawing.SystemColors.Control;
     this.viewerPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.viewerPanel.Box         = new System.Drawing.Rectangle(0, 0, 0, 0);
     this.viewerPanel.Location    = new System.Drawing.Point(64, 24);
     this.viewerPanel.Name        = "viewerPanel";
     this.viewerPanel.Size        = new System.Drawing.Size(406, 174);
     this.viewerPanel.TabIndex    = 0;
     //
     // backgroundWorker
     //
     this.backgroundWorker.WorkerSupportsCancellation = true;
     //
     // Layout2DColor
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.backgroundPanel);
     this.Name = "Layout2DColor";
     this.Size = new System.Drawing.Size(584, 232);
     this.backgroundPanel.ResumeLayout(false);
     this.viewerAxisPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }