Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs

    r5809 r5832  
    5555      // initialFrequencyLabel
    5656      //
    57       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    5857      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
    5958      //
     
    6160      //
    6261      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    63       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     62      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    6463      //
    6564      // nameTextBox
     
    6766      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6867      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    69       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
     68      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
    7069      //
    71       // descriptionTextBox
     70      // infoLabel
    7271      //
    73       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    74       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     72      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    7573      //
    7674      // minTimeOffsetLabel
    7775      //
    7876      this.minTimeOffsetLabel.AutoSize = true;
    79       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
     77      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
    8078      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    8179      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
    82       this.minTimeOffsetLabel.TabIndex = 10;
     80      this.minTimeOffsetLabel.TabIndex = 5;
    8381      this.minTimeOffsetLabel.Text = "Min. time offset:";
    8482      //
     
    8684      //
    8785      this.maxTimeOffsetLabel.AutoSize = true;
    88       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
     86      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
    8987      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    9088      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
    91       this.maxTimeOffsetLabel.TabIndex = 11;
     89      this.maxTimeOffsetLabel.TabIndex = 7;
    9290      this.maxTimeOffsetLabel.Text = "Max. time offset:";
    9391      //
    9492      // minTimeOffsetTextBox
    9593      //
    96       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
     94      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
    9795      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    98       this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    99       this.minTimeOffsetTextBox.TabIndex = 12;
     96      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     97      this.minTimeOffsetTextBox.TabIndex = 6;
    10098      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
    10199      //
    102100      // maxTimeOffsetTextBox
    103101      //
    104       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
     102      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
    105103      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    106       this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    107       this.maxTimeOffsetTextBox.TabIndex = 13;
     104      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     105      this.maxTimeOffsetTextBox.TabIndex = 8;
    108106      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
    109107      //
    110       // TimeLagView
     108      // LaggedSymbolView
    111109      //
    112110      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    116114      this.Controls.Add(this.maxTimeOffsetLabel);
    117115      this.Controls.Add(this.minTimeOffsetLabel);
    118       this.Name = "TimeLagView";
    119       this.Size = new System.Drawing.Size(408, 141);
     116      this.Name = "LaggedSymbolView";
     117      this.Size = new System.Drawing.Size(408, 104);
     118      this.Controls.SetChildIndex(this.infoLabel, 0);
    120119      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    121120      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    122121      this.Controls.SetChildIndex(this.nameLabel, 0);
    123       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    124122      this.Controls.SetChildIndex(this.nameTextBox, 0);
    125       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    126123      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    127124      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.