Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/19 15:33:31 (5 years ago)
Author:
mkommend
Message:

#2978: Merged 16501-16506 into stable.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Algorithms.DataAnalysis.Views

  • stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs

    r15937 r17069  
    172172      // foldsNumericUpDown
    173173      //
    174       this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     174      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    175175            | System.Windows.Forms.AnchorStyles.Right)));
    176176      this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 27);
     
    208208      // workersNumericUpDown
    209209      //
    210       this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     210      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    211211            | System.Windows.Forms.AnchorStyles.Right)));
    212212      this.workersNumericUpDown.Location = new System.Drawing.Point(55, 1);
     
    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);
     
    303303      // algorithmTabPage
    304304      //
     305      this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
    305306      this.algorithmTabPage.AllowDrop = true;
    306307      this.algorithmTabPage.Controls.Add(this.algorithmNamedItemView);
     
    314315      this.algorithmTabPage.TabIndex = 0;
    315316      this.algorithmTabPage.Text = "Algorithm";
    316       this.algorithmTabPage.UseVisualStyleBackColor = true;
    317317      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
    318318      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
     
    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);
     
    347347      // algorithmProblemTabPage
    348348      //
     349      this.algorithmProblemTabPage.BackColor = System.Drawing.SystemColors.Window;
    349350      this.algorithmProblemTabPage.AllowDrop = true;
    350351      this.algorithmProblemTabPage.Controls.Add(this.openProblemButton);
     
    357358      this.algorithmProblemTabPage.TabIndex = 0;
    358359      this.algorithmProblemTabPage.Text = "Problem";
    359       this.algorithmProblemTabPage.UseVisualStyleBackColor = true;
    360360      this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop);
    361361      this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
     
    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";
     
    402402      // algorithmParametersTabPage
    403403      //
     404      this.algorithmParametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    404405      this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
    405406      this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    409410      this.algorithmParametersTabPage.TabIndex = 1;
    410411      this.algorithmParametersTabPage.Text = "Parameters";
    411       this.algorithmParametersTabPage.UseVisualStyleBackColor = true;
    412412      //
    413413      // algorithmParameterCollectionView
     
    448448      // resultsTabPage
    449449      //
     450      this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window;
    450451      this.resultsTabPage.Controls.Add(this.resultCollectionView);
    451452      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
     
    455456      this.resultsTabPage.TabIndex = 1;
    456457      this.resultsTabPage.Text = "Results";
    457       this.resultsTabPage.UseVisualStyleBackColor = true;
    458458      //
    459459      // resultCollectionView
     
    471471      // runsTabPage
    472472      //
     473      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    473474      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
    474475      this.runsTabPage.Controls.Add(this.runCollectionView);
     
    479480      this.runsTabPage.TabIndex = 2;
    480481      this.runsTabPage.Text = "Runs";
    481       this.runsTabPage.UseVisualStyleBackColor = true;
    482482      //
    483483      // storeAlgorithmInEachRunCheckBox
     
    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.