Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15738


Ignore:
Timestamp:
02/08/18 12:50:57 (6 years ago)
Author:
gkronber
Message:

#2874 aligned labels for workers and folds in CV view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs

    r15583 r15738  
    172172      // foldsNumericUpDown
    173173      //
    174       this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    175             | System.Windows.Forms.AnchorStyles.Right)));
    176       this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26);
     174      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     175            | System.Windows.Forms.AnchorStyles.Right)));
     176      this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 27);
    177177      this.foldsNumericUpDown.Maximum = new decimal(new int[] {
    178178            50,
     
    186186            0});
    187187      this.foldsNumericUpDown.Name = "foldsNumericUpDown";
    188       this.foldsNumericUpDown.Size = new System.Drawing.Size(154, 20);
     188      this.foldsNumericUpDown.Size = new System.Drawing.Size(248, 20);
    189189      this.foldsNumericUpDown.TabIndex = 3;
    190190      this.foldsNumericUpDown.ThousandsSeparator = true;
     
    208208      // workersNumericUpDown
    209209      //
    210       this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    211             | System.Windows.Forms.AnchorStyles.Right)));
    212       this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0);
     210      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     211            | System.Windows.Forms.AnchorStyles.Right)));
     212      this.workersNumericUpDown.Location = new System.Drawing.Point(55, 1);
    213213      this.workersNumericUpDown.Maximum = new decimal(new int[] {
    214214            50,
     
    262262      // samplesEndStringConvertibleValueView
    263263      //
    264       this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     264      this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    265265            | System.Windows.Forms.AnchorStyles.Right)));
    266266      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    275275      // samplesStartStringConvertibleValueView
    276276      //
    277       this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     277      this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    278278            | System.Windows.Forms.AnchorStyles.Right)));
    279279      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    289289      //
    290290      this.tabControl.AllowDrop = true;
    291       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    292             | System.Windows.Forms.AnchorStyles.Left)
     291      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     292            | System.Windows.Forms.AnchorStyles.Left) 
    293293            | System.Windows.Forms.AnchorStyles.Right)));
    294294      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    321321      // algorithmNamedItemView
    322322      //
    323       this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     323      this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    324324            | System.Windows.Forms.AnchorStyles.Right)));
    325325      this.algorithmNamedItemView.Caption = "NamedItem View";
     
    334334      //
    335335      this.algorithmTabControl.AllowDrop = true;
    336       this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    337             | System.Windows.Forms.AnchorStyles.Left)
     336      this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     337            | System.Windows.Forms.AnchorStyles.Left) 
    338338            | System.Windows.Forms.AnchorStyles.Right)));
    339339      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
     
    375375      // algorithmProblemViewHost
    376376      //
    377       this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    378             | System.Windows.Forms.AnchorStyles.Left)
     377      this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     378            | System.Windows.Forms.AnchorStyles.Left) 
    379379            | System.Windows.Forms.AnchorStyles.Right)));
    380380      this.algorithmProblemViewHost.Caption = "View";
     
    517517      // splitContainer
    518518      //
    519       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     519      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    520520            | System.Windows.Forms.AnchorStyles.Right)));
    521521      this.splitContainer.Location = new System.Drawing.Point(0, 26);
Note: See TracChangeset for help on using the changeset viewer.