Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/11 16:09:35 (14 years ago)
Author:
gkronber
Message:

Implemented multiplicative manipulation of constants and variable weights. #1384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/SymbolView.Designer.cs

    r3824 r5326  
    6666      //
    6767      this.initialFrequencyLabel.AutoSize = true;
    68       this.initialFrequencyLabel.Location = new System.Drawing.Point(6, 56);
     68      this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    6969      this.initialFrequencyLabel.Name = "initialFrequencyLabel";
    7070      this.initialFrequencyLabel.Size = new System.Drawing.Size(84, 13);
     
    8888      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8989      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     90      this.Controls.Add(this.initialFrequencyTextBox);
    9091      this.Controls.Add(this.initialFrequencyLabel);
    91       this.Controls.Add(this.initialFrequencyTextBox);
    9292      this.Name = "SymbolView";
    9393      this.Size = new System.Drawing.Size(320, 79);
     94      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    9495      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    95       this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    9696      this.Controls.SetChildIndex(this.nameLabel, 0);
    9797      this.Controls.SetChildIndex(this.descriptionLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.