예제 #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.layout2DColor = new EarLab.Viewers.Layouts.Layout2DColor();
     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(520, 262);
     this.layout2DColor.TabIndex = 0;
     //
     // AnalysisDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(520, 262);
     this.Controls.Add(this.layout2DColor);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MinimumSize     = new System.Drawing.Size(300, 200);
     this.Name            = "AnalysisDialog";
     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()
 {
     this.splitterVertical   = new System.Windows.Forms.Splitter();
     this.splitterHorizontal = new System.Windows.Forms.Splitter();
     this.waveformX          = new EarLab.Viewers.Layouts.LayoutWaveform();
     this.waveformY          = new EarLab.Viewers.Layouts.LayoutWaveform();
     this.layout2DColor      = new EarLab.Viewers.Layouts.Layout2DColor();
     this.SuspendLayout();
     //
     // splitterVertical
     //
     this.splitterVertical.Location = new System.Drawing.Point(72, 0);
     this.splitterVertical.MinExtra = 550;
     this.splitterVertical.MinSize  = 72;
     this.splitterVertical.Name     = "splitterVertical";
     this.splitterVertical.Size     = new System.Drawing.Size(3, 352);
     this.splitterVertical.TabIndex = 1;
     this.splitterVertical.TabStop  = false;
     //
     // splitterHorizontal
     //
     this.splitterHorizontal.Dock           = System.Windows.Forms.DockStyle.Top;
     this.splitterHorizontal.Location       = new System.Drawing.Point(75, 72);
     this.splitterHorizontal.MinExtra       = 275;
     this.splitterHorizontal.MinSize        = 72;
     this.splitterHorizontal.Name           = "splitterHorizontal";
     this.splitterHorizontal.Size           = new System.Drawing.Size(589, 3);
     this.splitterHorizontal.TabIndex       = 3;
     this.splitterHorizontal.TabStop        = false;
     this.splitterHorizontal.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitterHorizontal_SplitterMoved);
     //
     // waveformX
     //
     this.waveformX.Dock     = System.Windows.Forms.DockStyle.Top;
     this.waveformX.Location = new System.Drawing.Point(75, 0);
     this.waveformX.Name     = "waveformX";
     this.waveformX.Size     = new System.Drawing.Size(589, 72);
     this.waveformX.TabIndex = 5;
     //
     // waveformY
     //
     this.waveformY.Dock     = System.Windows.Forms.DockStyle.Left;
     this.waveformY.Location = new System.Drawing.Point(0, 0);
     this.waveformY.Name     = "waveformY";
     this.waveformY.Size     = new System.Drawing.Size(72, 352);
     this.waveformY.TabIndex = 6;
     //
     // layout2DColor
     //
     this.layout2DColor.BackColor = System.Drawing.Color.White;
     this.layout2DColor.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.layout2DColor.Location  = new System.Drawing.Point(75, 75);
     this.layout2DColor.Name      = "layout2DColor";
     this.layout2DColor.Size      = new System.Drawing.Size(589, 277);
     this.layout2DColor.TabIndex  = 7;
     //
     // Layout2DColorFull
     //
     this.Controls.Add(this.layout2DColor);
     this.Controls.Add(this.splitterHorizontal);
     this.Controls.Add(this.waveformX);
     this.Controls.Add(this.splitterVertical);
     this.Controls.Add(this.waveformY);
     this.Name = "Layout2DColorFull";
     this.Size = new System.Drawing.Size(664, 352);
     this.ResumeLayout(false);
 }