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.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/SymbolView.Designer.cs

    r5445 r5832  
    5454      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5555      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    56       this.nameTextBox.Location = new System.Drawing.Point(117, 0);
    57       this.nameTextBox.Size = new System.Drawing.Size(200, 20);
     56      this.nameTextBox.Location = new System.Drawing.Point(93, 0);
     57      this.nameTextBox.Size = new System.Drawing.Size(202, 20);
    5858      //
    59       // descriptionTextBox
     59      // infoLabel
    6060      //
    61       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    62       this.descriptionTextBox.Location = new System.Drawing.Point(117, 26);
    63       this.descriptionTextBox.Size = new System.Drawing.Size(200, 20);
     61      this.infoLabel.Location = new System.Drawing.Point(301, 3);
    6462      //
    6563      // initialFrequencyLabel
    6664      //
    6765      this.initialFrequencyLabel.AutoSize = true;
    68       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
     66      this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 29);
    6967      this.initialFrequencyLabel.Name = "initialFrequencyLabel";
    7068      this.initialFrequencyLabel.Size = new System.Drawing.Size(84, 13);
    71       this.initialFrequencyLabel.TabIndex = 4;
     69      this.initialFrequencyLabel.TabIndex = 3;
    7270      this.initialFrequencyLabel.Text = "Initial frequency:";
    7371      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
     
    7876                  | System.Windows.Forms.AnchorStyles.Right)));
    7977      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    80       this.initialFrequencyTextBox.Location = new System.Drawing.Point(117, 53);
     78      this.initialFrequencyTextBox.Location = new System.Drawing.Point(93, 26);
    8179      this.initialFrequencyTextBox.Name = "initialFrequencyTextBox";
    82       this.initialFrequencyTextBox.Size = new System.Drawing.Size(200, 20);
    83       this.initialFrequencyTextBox.TabIndex = 5;
     80      this.initialFrequencyTextBox.Size = new System.Drawing.Size(227, 20);
     81      this.initialFrequencyTextBox.TabIndex = 4;
    8482      this.initialFrequencyTextBox.TextChanged += new System.EventHandler(this.initialFrequencyTextBox_TextChanged);
    8583      //
     
    9189      this.Controls.Add(this.initialFrequencyLabel);
    9290      this.Name = "SymbolView";
    93       this.Size = new System.Drawing.Size(320, 79);
     91      this.Size = new System.Drawing.Size(320, 52);
     92      this.Controls.SetChildIndex(this.infoLabel, 0);
     93      this.Controls.SetChildIndex(this.nameTextBox, 0);
    9494      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    9595      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    9696      this.Controls.SetChildIndex(this.nameLabel, 0);
    97       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    98       this.Controls.SetChildIndex(this.nameTextBox, 0);
    99       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    10097      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    10198      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.