Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/26/11 04:10:17 (13 years ago)
Author:
swagner
Message:

Changed some more parameters to be hidden per default and corrected wrong layout in some parameter views (#1377)

Location:
trunk/sources/HeuristicLab.Parameters.Views/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs

    r5832 r6051  
    5252      // dataTypeLabel
    5353      //
     54      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
    5455      this.dataTypeLabel.TabIndex = 5;
    5556      //
     
    9899      this.Name = "LookupParameterView";
    99100      this.Size = new System.Drawing.Size(386, 76);
     101      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    100102      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    101       this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    102103      this.Controls.SetChildIndex(this.infoLabel, 0);
    103104      this.Controls.SetChildIndex(this.actualNameLabel, 0);
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ScopeTreeLookupParameterView.Designer.cs

    r5832 r6051  
    5454      // dataTypeLabel
    5555      //
     56      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
    5657      this.dataTypeLabel.TabIndex = 5;
    5758      //
     
    120121      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    121122      this.Controls.Add(this.actualNameTextBox);
    122       this.Controls.Add(this.actualNameLabel);
    123123      this.Controls.Add(this.depthLabel);
    124124      this.Controls.Add(this.depthTextBox);
     125      this.Controls.Add(this.actualNameLabel);
    125126      this.Name = "ScopeTreeLookupParameterView";
    126127      this.Size = new System.Drawing.Size(386, 103);
    127128      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
     129      this.Controls.SetChildIndex(this.actualNameLabel, 0);
    128130      this.Controls.SetChildIndex(this.depthTextBox, 0);
     131      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    129132      this.Controls.SetChildIndex(this.infoLabel, 0);
    130133      this.Controls.SetChildIndex(this.depthLabel, 0);
    131       this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    132       this.Controls.SetChildIndex(this.actualNameLabel, 0);
    133134      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
    134135      this.Controls.SetChildIndex(this.nameTextBox, 0);
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs

    r5832 r6051  
    4747      // dataTypeLabel
    4848      //
     49      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
    4950      this.dataTypeLabel.TabIndex = 5;
    5051      //
Note: See TracChangeset for help on using the changeset viewer.