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.ExternalEvaluation.Views/3.3/SolutionMessageBuilderView.Designer.cs

    r5445 r5832  
    5959                  | System.Windows.Forms.AnchorStyles.Left)
    6060                  | System.Windows.Forms.AnchorStyles.Right)));
    61       this.convertersGroupBox.Location = new System.Drawing.Point(0, 52);
     61      this.convertersGroupBox.Location = new System.Drawing.Point(0, 26);
    6262      this.convertersGroupBox.Name = "convertersGroupBox";
    63       this.convertersGroupBox.Size = new System.Drawing.Size(351, 199);
    64       this.convertersGroupBox.TabIndex = 4;
     63      this.convertersGroupBox.Size = new System.Drawing.Size(351, 225);
     64      this.convertersGroupBox.TabIndex = 3;
    6565      this.convertersGroupBox.TabStop = false;
    6666      this.convertersGroupBox.Text = "Converters";
     
    7373      this.Name = "SolutionMessageBuilderView";
    7474      this.Size = new System.Drawing.Size(351, 251);
     75      this.Controls.SetChildIndex(this.infoLabel, 0);
    7576      this.Controls.SetChildIndex(this.convertersGroupBox, 0);
    7677      this.Controls.SetChildIndex(this.nameLabel, 0);
    77       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    7878      this.Controls.SetChildIndex(this.nameTextBox, 0);
    79       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    8079      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    8180      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.