Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5788


Ignore:
Timestamp:
03/22/11 13:09:13 (13 years ago)
Author:
gkronber
Message:

#1418 Fixed bug in lagged variable view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs

    r5693 r5788  
    5555      // initializationGroupBox
    5656      //
    57       this.initializationGroupBox.Location = new System.Drawing.Point(3, 131);
    58       this.initializationGroupBox.Size = new System.Drawing.Size(399, 73);
     57      this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
     58      this.initializationGroupBox.Size = new System.Drawing.Size(379, 73);
    5959      //
    6060      // mutationGroupBox
    6161      //
    62       this.mutationGroupBox.Location = new System.Drawing.Point(6, 210);
    63       this.mutationGroupBox.Size = new System.Drawing.Size(396, 73);
     62      this.mutationGroupBox.Location = new System.Drawing.Point(6, 86);
     63      this.mutationGroupBox.Size = new System.Drawing.Size(379, 73);
    6464      //
    6565      // initialFrequencyLabel
    6666      //
    67       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    6867      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
    6968      //
     
    7170      //
    7271      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    73       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
    7472      //
    7573      // nameTextBox
     
    7775      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7876      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    79       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
    8077      //
    8178      // descriptionTextBox
    8279      //
    8380      this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    84       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
    8581      //
    8682      // minTimeOffsetLabel
     
    128124      this.Name = "LaggedVariableView";
    129125      this.Size = new System.Drawing.Size(408, 292);
    130       this.Controls.SetChildIndex(this.initializationGroupBox, 0);
     126      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
     127      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
     128      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
     129      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
    131130      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    132131      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
     
    135134      this.Controls.SetChildIndex(this.nameTextBox, 0);
    136135      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    137       this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    138       this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    139       this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
    140       this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
    141       this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
    142136      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    143137      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.