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/EvaluationServiceClientView.Designer.cs

    r5445 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4748      this.SuspendLayout();
     49      //
     50      // parameterCollectionView
     51      //
     52      this.parameterCollectionView.Size = new System.Drawing.Size(528, 334);
     53      //
     54      // nameTextBox
     55      //
     56      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     57      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     58      this.nameTextBox.Location = new System.Drawing.Point(58, 0);
     59      this.nameTextBox.Size = new System.Drawing.Size(445, 20);
     60      //
     61      // infoLabel
     62      //
     63      this.infoLabel.Location = new System.Drawing.Point(509, 3);
    4864      //
    4965      // EvaluationServiceClientView
     
    5268      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    5369      this.Name = "EvaluationServiceClientView";
    54       this.Size = new System.Drawing.Size(362, 215);
     70      this.Size = new System.Drawing.Size(528, 360);
     71      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    5572      this.ResumeLayout(false);
     73      this.PerformLayout();
    5674
    5775    }
Note: See TracChangeset for help on using the changeset viewer.