Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/11 19:00:35 (14 years ago)
Author:
gkronber
Message:

#1418 pulled external evaluation plugin to version 3.4

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/VariableSymbolView.Designer.cs

    r5466 r5572  
    2828      this.parametersTabPage = new System.Windows.Forms.TabPage();
    2929      this.groupBox2 = new System.Windows.Forms.GroupBox();
    30       this.weightManipulatorNuTextBox = new System.Windows.Forms.TextBox();
     30      this.weightManipulatorMuTextBox = new System.Windows.Forms.TextBox();
    3131      this.label3 = new System.Windows.Forms.Label();
    3232      this.weightManipulatorSigmaTextBox = new System.Windows.Forms.TextBox();
    3333      this.label4 = new System.Windows.Forms.Label();
    3434      this.groupBox1 = new System.Windows.Forms.GroupBox();
    35       this.weightNuTextBox = new System.Windows.Forms.TextBox();
     35      this.weightMuTextBox = new System.Windows.Forms.TextBox();
    3636      this.label1 = new System.Windows.Forms.Label();
    3737      this.label2 = new System.Windows.Forms.Label();
     
    9191      // groupBox2
    9292      //
    93       this.groupBox2.Controls.Add(this.weightManipulatorNuTextBox);
     93      this.groupBox2.Controls.Add(this.weightManipulatorMuTextBox);
    9494      this.groupBox2.Controls.Add(this.label3);
    9595      this.groupBox2.Controls.Add(this.weightManipulatorSigmaTextBox);
     
    104104      // weightManipulatorNuTextBox
    105105      //
    106       this.weightManipulatorNuTextBox.Location = new System.Drawing.Point(61, 31);
    107       this.weightManipulatorNuTextBox.Name = "weightManipulatorNuTextBox";
    108       this.weightManipulatorNuTextBox.Size = new System.Drawing.Size(100, 20);
    109       this.weightManipulatorNuTextBox.TabIndex = 1;
    110       this.weightManipulatorNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
     106      this.weightManipulatorMuTextBox.Location = new System.Drawing.Point(61, 31);
     107      this.weightManipulatorMuTextBox.Name = "weightManipulatorNuTextBox";
     108      this.weightManipulatorMuTextBox.Size = new System.Drawing.Size(100, 20);
     109      this.weightManipulatorMuTextBox.TabIndex = 1;
     110      this.weightManipulatorMuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    111111      //
    112112      // label3
     
    138138      // groupBox1
    139139      //
    140       this.groupBox1.Controls.Add(this.weightNuTextBox);
     140      this.groupBox1.Controls.Add(this.weightMuTextBox);
    141141      this.groupBox1.Controls.Add(this.label1);
    142142      this.groupBox1.Controls.Add(this.label2);
     
    151151      // weightNuTextBox
    152152      //
    153       this.weightNuTextBox.Location = new System.Drawing.Point(61, 19);
    154       this.weightNuTextBox.Name = "weightNuTextBox";
    155       this.weightNuTextBox.Size = new System.Drawing.Size(100, 20);
    156       this.weightNuTextBox.TabIndex = 1;
    157       this.weightNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
     153      this.weightMuTextBox.Location = new System.Drawing.Point(61, 19);
     154      this.weightMuTextBox.Name = "weightNuTextBox";
     155      this.weightMuTextBox.Size = new System.Drawing.Size(100, 20);
     156      this.weightMuTextBox.TabIndex = 1;
     157      this.weightMuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
    158158      //
    159159      // label1
     
    213213    private System.Windows.Forms.TabPage parametersTabPage;
    214214    private System.Windows.Forms.GroupBox groupBox2;
    215     private System.Windows.Forms.TextBox weightManipulatorNuTextBox;
     215    private System.Windows.Forms.TextBox weightManipulatorMuTextBox;
    216216    private System.Windows.Forms.Label label3;
    217217    private System.Windows.Forms.TextBox weightManipulatorSigmaTextBox;
    218218    private System.Windows.Forms.Label label4;
    219219    private System.Windows.Forms.GroupBox groupBox1;
    220     private System.Windows.Forms.TextBox weightNuTextBox;
     220    private System.Windows.Forms.TextBox weightMuTextBox;
    221221    private System.Windows.Forms.Label label1;
    222222    private System.Windows.Forms.Label label2;
Note: See TracChangeset for help on using the changeset viewer.