Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11717 for trunk/sources


Ignore:
Timestamp:
12/22/14 15:56:46 (9 years ago)
Author:
ascheibe
Message:

#2031 fixed layout of statistical test view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.designer.cs

    r11705 r11717  
    5858      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
    5959      this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox();
     60      this.pairwiseTextLabel = new System.Windows.Forms.Label();
    6061      this.pairwiseStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    6162      this.pairwiseLabel = new System.Windows.Forms.Label();
     
    6566      this.groupCompComboBox = new System.Windows.Forms.ComboBox();
    6667      this.allGroupTestGroupBox = new System.Windows.Forms.GroupBox();
     68      this.groupComTextLabel = new System.Windows.Forms.Label();
    6769      this.groupCompLabel = new System.Windows.Forms.Label();
    6870      this.normalityGroupBox = new System.Windows.Forms.GroupBox();
     
    7577      this.tabPage2 = new System.Windows.Forms.TabPage();
    7678      this.histogramControl = new HeuristicLab.Analysis.Views.HistogramControl();
    77       this.groupComTextLabel = new System.Windows.Forms.Label();
    78       this.pairwiseTextLabel = new System.Windows.Forms.Label();
     79      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    7980      this.contextMenuStrip1.SuspendLayout();
    8081      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     
    9394      this.tabPage1.SuspendLayout();
    9495      this.tabPage2.SuspendLayout();
     96      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     97      this.splitContainer2.Panel1.SuspendLayout();
     98      this.splitContainer2.Panel2.SuspendLayout();
     99      this.splitContainer2.SuspendLayout();
    95100      this.SuspendLayout();
    96101      //
    97102      // stringConvertibleMatrixView
    98103      //
    99       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    100             | System.Windows.Forms.AnchorStyles.Left)
     104      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     105            | System.Windows.Forms.AnchorStyles.Left) 
    101106            | System.Windows.Forms.AnchorStyles.Right)));
    102107      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    147152      // resultComboBox
    148153      //
    149       this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     154      this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    150155            | System.Windows.Forms.AnchorStyles.Right)));
    151156      this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    154159      this.resultComboBox.Location = new System.Drawing.Point(62, 3);
    155160      this.resultComboBox.Name = "resultComboBox";
    156       this.resultComboBox.Size = new System.Drawing.Size(250, 21);
     161      this.resultComboBox.Size = new System.Drawing.Size(244, 21);
    157162      this.resultComboBox.TabIndex = 5;
    158163      this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
     
    171176      // pValTextBox
    172177      //
    173       this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     178      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    174179            | System.Windows.Forms.AnchorStyles.Right)));
    175180      this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    177182      this.pValTextBox.Name = "pValTextBox";
    178183      this.pValTextBox.ReadOnly = true;
    179       this.pValTextBox.Size = new System.Drawing.Size(263, 20);
     184      this.pValTextBox.Size = new System.Drawing.Size(257, 20);
    180185      this.pValTextBox.TabIndex = 13;
    181186      //
    182187      // groupComboBox
    183188      //
    184       this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     189      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    185190            | System.Windows.Forms.AnchorStyles.Right)));
    186191      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    189194      this.groupComboBox.Location = new System.Drawing.Point(62, 3);
    190195      this.groupComboBox.Name = "groupComboBox";
    191       this.groupComboBox.Size = new System.Drawing.Size(250, 21);
     196      this.groupComboBox.Size = new System.Drawing.Size(244, 21);
    192197      this.groupComboBox.TabIndex = 14;
    193198      this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
     
    195200      // splitContainer1
    196201      //
    197       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    198             | System.Windows.Forms.AnchorStyles.Left)
     202      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     203            | System.Windows.Forms.AnchorStyles.Left) 
    199204            | System.Windows.Forms.AnchorStyles.Right)));
    200205      this.splitContainer1.Location = new System.Drawing.Point(6, 19);
     
    211216      this.splitContainer1.Panel2.Controls.Add(this.groupByLabel);
    212217      this.splitContainer1.Panel2.Controls.Add(this.groupComboBox);
    213       this.splitContainer1.Size = new System.Drawing.Size(315, 54);
     218      this.splitContainer1.Size = new System.Drawing.Size(309, 54);
    214219      this.splitContainer1.SplitterDistance = 25;
    215220      this.splitContainer1.TabIndex = 18;
     
    217222      // splitContainer3
    218223      //
    219       this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    220             | System.Windows.Forms.AnchorStyles.Left)
     224      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     225            | System.Windows.Forms.AnchorStyles.Left) 
    221226            | System.Windows.Forms.AnchorStyles.Right)));
    222227      this.splitContainer3.Location = new System.Drawing.Point(6, 6);
     
    229234      // splitContainer3.Panel2
    230235      //
    231       this.splitContainer3.Panel2.Controls.Add(this.pairwiseTestGroupBox);
    232       this.splitContainer3.Panel2.Controls.Add(this.allGroupTestGroupBox);
    233       this.splitContainer3.Panel2.Controls.Add(this.normalityGroupBox);
    234       this.splitContainer3.Panel2.Controls.Add(this.selectDataGroupBox);
     236      this.splitContainer3.Panel2.Controls.Add(this.splitContainer2);
    235237      this.splitContainer3.Size = new System.Drawing.Size(910, 603);
    236238      this.splitContainer3.SplitterDistance = 573;
     
    239241      // pairwiseTestGroupBox
    240242      //
    241       this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    242             | System.Windows.Forms.AnchorStyles.Left)
     243      this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     244            | System.Windows.Forms.AnchorStyles.Left) 
    243245            | System.Windows.Forms.AnchorStyles.Right)));
    244246      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel);
     
    250252      this.pairwiseTestGroupBox.Controls.Add(this.groupCompComboBox);
    251253      this.pairwiseTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    252       this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 306);
     254      this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 3);
    253255      this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox";
    254       this.pairwiseTestGroupBox.Size = new System.Drawing.Size(327, 275);
     256      this.pairwiseTestGroupBox.Size = new System.Drawing.Size(321, 287);
    255257      this.pairwiseTestGroupBox.TabIndex = 22;
    256258      this.pairwiseTestGroupBox.TabStop = false;
    257259      this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions";
    258260      //
     261      // pairwiseTextLabel
     262      //
     263      this.pairwiseTextLabel.AutoSize = true;
     264      this.pairwiseTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     265      this.pairwiseTextLabel.Location = new System.Drawing.Point(28, 46);
     266      this.pairwiseTextLabel.Name = "pairwiseTextLabel";
     267      this.pairwiseTextLabel.Size = new System.Drawing.Size(165, 13);
     268      this.pairwiseTextLabel.TabIndex = 20;
     269      this.pairwiseTextLabel.Text = "Groups have different distribution:";
     270      //
    259271      // pairwiseStringConvertibleMatrixView
    260272      //
    261       this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    262             | System.Windows.Forms.AnchorStyles.Left)
     273      this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     274            | System.Windows.Forms.AnchorStyles.Left) 
    263275            | System.Windows.Forms.AnchorStyles.Right)));
    264276      this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    270282      this.pairwiseStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
    271283      this.pairwiseStringConvertibleMatrixView.ShowStatisticalInformation = false;
    272       this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(315, 172);
     284      this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(309, 172);
    273285      this.pairwiseStringConvertibleMatrixView.TabIndex = 19;
    274286      //
     
    296308      // equalDistsTextBox
    297309      //
    298       this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     310      this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    299311            | System.Windows.Forms.AnchorStyles.Right)));
    300312      this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    302314      this.equalDistsTextBox.Name = "equalDistsTextBox";
    303315      this.equalDistsTextBox.ReadOnly = true;
    304       this.equalDistsTextBox.Size = new System.Drawing.Size(235, 20);
     316      this.equalDistsTextBox.Size = new System.Drawing.Size(229, 20);
    305317      this.equalDistsTextBox.TabIndex = 18;
    306318      //
     
    317329      // groupCompComboBox
    318330      //
    319       this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     331      this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    320332            | System.Windows.Forms.AnchorStyles.Right)));
    321333      this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    324336      this.groupCompComboBox.Location = new System.Drawing.Point(123, 19);
    325337      this.groupCompComboBox.Name = "groupCompComboBox";
    326       this.groupCompComboBox.Size = new System.Drawing.Size(198, 21);
     338      this.groupCompComboBox.Size = new System.Drawing.Size(192, 21);
    327339      this.groupCompComboBox.TabIndex = 17;
    328340      this.groupCompComboBox.SelectedValueChanged += new System.EventHandler(this.groupCompComboBox_SelectedValueChanged);
     
    330342      // allGroupTestGroupBox
    331343      //
    332       this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     344      this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    333345            | System.Windows.Forms.AnchorStyles.Right)));
    334346      this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel);
     
    339351      this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 237);
    340352      this.allGroupTestGroupBox.Name = "allGroupTestGroupBox";
    341       this.allGroupTestGroupBox.Size = new System.Drawing.Size(327, 63);
     353      this.allGroupTestGroupBox.Size = new System.Drawing.Size(321, 63);
    342354      this.allGroupTestGroupBox.TabIndex = 21;
    343355      this.allGroupTestGroupBox.TabStop = false;
    344356      this.allGroupTestGroupBox.Text = "3. Kruskal Wallis Test for Inequalities in Distributions";
     357      //
     358      // groupComTextLabel
     359      //
     360      this.groupComTextLabel.AutoSize = true;
     361      this.groupComTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     362      this.groupComTextLabel.Location = new System.Drawing.Point(28, 16);
     363      this.groupComTextLabel.Name = "groupComTextLabel";
     364      this.groupComTextLabel.Size = new System.Drawing.Size(165, 13);
     365      this.groupComTextLabel.TabIndex = 19;
     366      this.groupComTextLabel.Text = "Groups have different distribution:";
    345367      //
    346368      // groupCompLabel
     
    356378      // normalityGroupBox
    357379      //
    358       this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     380      this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    359381            | System.Windows.Forms.AnchorStyles.Right)));
    360382      this.normalityGroupBox.Controls.Add(this.normalityTextLabel);
     
    364386      this.normalityGroupBox.Location = new System.Drawing.Point(3, 88);
    365387      this.normalityGroupBox.Name = "normalityGroupBox";
    366       this.normalityGroupBox.Size = new System.Drawing.Size(327, 143);
     388      this.normalityGroupBox.Size = new System.Drawing.Size(321, 143);
    367389      this.normalityGroupBox.TabIndex = 20;
    368390      this.normalityGroupBox.TabStop = false;
     
    381403      // normalityStringConvertibleMatrixView
    382404      //
    383       this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    384             | System.Windows.Forms.AnchorStyles.Left)
     405      this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     406            | System.Windows.Forms.AnchorStyles.Left) 
    385407            | System.Windows.Forms.AnchorStyles.Right)));
    386408      this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    392414      this.normalityStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
    393415      this.normalityStringConvertibleMatrixView.ShowStatisticalInformation = false;
    394       this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(312, 102);
     416      this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(306, 102);
    395417      this.normalityStringConvertibleMatrixView.TabIndex = 17;
    396418      //
     
    407429      // selectDataGroupBox
    408430      //
    409       this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     431      this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    410432            | System.Windows.Forms.AnchorStyles.Right)));
    411433      this.selectDataGroupBox.Controls.Add(this.splitContainer1);
     
    413435      this.selectDataGroupBox.Location = new System.Drawing.Point(3, 3);
    414436      this.selectDataGroupBox.Name = "selectDataGroupBox";
    415       this.selectDataGroupBox.Size = new System.Drawing.Size(327, 79);
     437      this.selectDataGroupBox.Size = new System.Drawing.Size(321, 79);
    416438      this.selectDataGroupBox.TabIndex = 19;
    417439      this.selectDataGroupBox.TabStop = false;
     
    420442      // tabControl
    421443      //
    422       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    423             | System.Windows.Forms.AnchorStyles.Left)
     444      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     445            | System.Windows.Forms.AnchorStyles.Left) 
    424446            | System.Windows.Forms.AnchorStyles.Right)));
    425447      this.tabControl.Controls.Add(this.tabPage1);
     
    448470      this.tabPage2.Name = "tabPage2";
    449471      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    450       this.tabPage2.Size = new System.Drawing.Size(922, 541);
     472      this.tabPage2.Size = new System.Drawing.Size(922, 615);
    451473      this.tabPage2.TabIndex = 1;
    452474      this.tabPage2.Text = "Histogram";
     
    455477      // histogramControl
    456478      //
    457       this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    458             | System.Windows.Forms.AnchorStyles.Left)
     479      this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     480            | System.Windows.Forms.AnchorStyles.Left) 
    459481            | System.Windows.Forms.AnchorStyles.Right)));
    460482      this.histogramControl.CalculateExactBins = false;
     
    466488      this.histogramControl.NumberOfBins = 10;
    467489      this.histogramControl.ShowExactCheckbox = false;
    468       this.histogramControl.Size = new System.Drawing.Size(910, 529);
     490      this.histogramControl.Size = new System.Drawing.Size(910, 603);
    469491      this.histogramControl.TabIndex = 0;
    470492      //
    471       // groupComTextLabel
    472       //
    473       this.groupComTextLabel.AutoSize = true;
    474       this.groupComTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    475       this.groupComTextLabel.Location = new System.Drawing.Point(28, 16);
    476       this.groupComTextLabel.Name = "groupComTextLabel";
    477       this.groupComTextLabel.Size = new System.Drawing.Size(165, 13);
    478       this.groupComTextLabel.TabIndex = 19;
    479       this.groupComTextLabel.Text = "Groups have different distribution:";
    480       //
    481       // pairwiseTextLabel
    482       //
    483       this.pairwiseTextLabel.AutoSize = true;
    484       this.pairwiseTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    485       this.pairwiseTextLabel.Location = new System.Drawing.Point(28, 46);
    486       this.pairwiseTextLabel.Name = "pairwiseTextLabel";
    487       this.pairwiseTextLabel.Size = new System.Drawing.Size(165, 13);
    488       this.pairwiseTextLabel.TabIndex = 20;
    489       this.pairwiseTextLabel.Text = "Groups have different distribution:";
     493      // splitContainer2
     494      //
     495      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     496            | System.Windows.Forms.AnchorStyles.Left)
     497            | System.Windows.Forms.AnchorStyles.Right)));
     498      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     499      this.splitContainer2.IsSplitterFixed = true;
     500      this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     501      this.splitContainer2.Name = "splitContainer2";
     502      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     503      //
     504      // splitContainer2.Panel1
     505      //
     506      this.splitContainer2.Panel1.Controls.Add(this.selectDataGroupBox);
     507      this.splitContainer2.Panel1.Controls.Add(this.allGroupTestGroupBox);
     508      this.splitContainer2.Panel1.Controls.Add(this.normalityGroupBox);
     509      //
     510      // splitContainer2.Panel2
     511      //
     512      this.splitContainer2.Panel2.Controls.Add(this.pairwiseTestGroupBox);
     513      this.splitContainer2.Size = new System.Drawing.Size(327, 597);
     514      this.splitContainer2.SplitterDistance = 303;
     515      this.splitContainer2.SplitterWidth = 1;
     516      this.splitContainer2.TabIndex = 1;
    490517      //
    491518      // StatisticalTestsView
     
    515542      this.tabPage1.ResumeLayout(false);
    516543      this.tabPage2.ResumeLayout(false);
     544      this.splitContainer2.Panel1.ResumeLayout(false);
     545      this.splitContainer2.Panel2.ResumeLayout(false);
     546      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     547      this.splitContainer2.ResumeLayout(false);
    517548      this.ResumeLayout(false);
    518549
     
    551582    private System.Windows.Forms.Label pairwiseTextLabel;
    552583    private System.Windows.Forms.Label groupComTextLabel;
     584    private System.Windows.Forms.SplitContainer splitContainer2;
    553585  }
    554586}
Note: See TracChangeset for help on using the changeset viewer.