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.Problems.DataAnalysis.Symbolic.Views

  • stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs

    r15584 r17069  
    124124      // weightInitializationMuTextBox
    125125      //
    126       this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     126      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    127127            | System.Windows.Forms.AnchorStyles.Right)));
    128128      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
     
    136136      // initializationGroupBox
    137137      //
    138       this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     138      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    139139            | System.Windows.Forms.AnchorStyles.Right)));
    140140      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
     
    161161      // weightInitializationSigmaTextBox
    162162      //
    163       this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     163      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    164164            | System.Windows.Forms.AnchorStyles.Right)));
    165165      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
     
    173173      // mutationGroupBox
    174174      //
    175       this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     175      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    176176            | System.Windows.Forms.AnchorStyles.Right)));
    177177      this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox);
     
    190190      // varChangeProbTextBox
    191191      //
    192       this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     192      this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193193            | System.Windows.Forms.AnchorStyles.Right)));
    194194      this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13);
     
    224224      // multiplicativeWeightChangeSigmaTextBox
    225225      //
    226       this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     226      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    227227            | System.Windows.Forms.AnchorStyles.Right)));
    228228      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65);
     
    247247      // additiveWeightChangeSigmaTextBox
    248248      //
    249       this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     249      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    250250            | System.Windows.Forms.AnchorStyles.Right)));
    251251      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39);
     
    259259      // tabControl
    260260      //
    261       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    262             | System.Windows.Forms.AnchorStyles.Left) 
     261      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     262            | System.Windows.Forms.AnchorStyles.Left)
    263263            | System.Windows.Forms.AnchorStyles.Right)));
    264264      this.tabControl.Controls.Add(this.variableNamesTabPage);
     
    272272      // variableNamesTabPage
    273273      //
     274      this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window;
    274275      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
    275276      this.variableNamesTabPage.Name = "variableNamesTabPage";
     
    278279      this.variableNamesTabPage.TabIndex = 0;
    279280      this.variableNamesTabPage.Text = "Variable Names";
    280       this.variableNamesTabPage.UseVisualStyleBackColor = true;
    281281      //
    282282      // parametersTabPage
    283283      //
     284      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    284285      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
    285286      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
     
    290291      this.parametersTabPage.TabIndex = 1;
    291292      this.parametersTabPage.Text = "Parameters";
    292       this.parametersTabPage.UseVisualStyleBackColor = true;
    293293      //
    294294      // VariableView
Note: See TracChangeset for help on using the changeset viewer.