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.Parameters.Views/3.3/ParameterView.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.Size = new System.Drawing.Size(321, 20);
     56      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     57      this.nameTextBox.Size = new System.Drawing.Size(299, 20);
    5758      //
    58       // descriptionTextBox
     59      // infoLabel
    5960      //
    60       this.descriptionTextBox.Size = new System.Drawing.Size(321, 20);
     61      this.infoLabel.Location = new System.Drawing.Point(374, 3);
    6162      //
    6263      // dataTypeLabel
    6364      //
    6465      this.dataTypeLabel.AutoSize = true;
    65       this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
     66      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
    6667      this.dataTypeLabel.Name = "dataTypeLabel";
    6768      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
    68       this.dataTypeLabel.TabIndex = 4;
     69      this.dataTypeLabel.TabIndex = 3;
    6970      this.dataTypeLabel.Text = "Data &Type:";
    7071      //
     
    7374      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7475                  | System.Windows.Forms.AnchorStyles.Right)));
    75       this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
     76      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
    7677      this.dataTypeTextBox.Name = "dataTypeTextBox";
    7778      this.dataTypeTextBox.ReadOnly = true;
    78       this.dataTypeTextBox.Size = new System.Drawing.Size(321, 20);
    79       this.dataTypeTextBox.TabIndex = 5;
     79      this.dataTypeTextBox.Size = new System.Drawing.Size(324, 20);
     80      this.dataTypeTextBox.TabIndex = 4;
    8081      //
    8182      // ParameterView
     
    8687      this.Controls.Add(this.dataTypeTextBox);
    8788      this.Name = "ParameterView";
    88       this.Size = new System.Drawing.Size(393, 79);
     89      this.Size = new System.Drawing.Size(393, 50);
     90      this.Controls.SetChildIndex(this.infoLabel, 0);
    8991      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    90       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    91       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    9292      this.Controls.SetChildIndex(this.nameLabel, 0);
    9393      this.Controls.SetChildIndex(this.nameTextBox, 0);
Note: See TracChangeset for help on using the changeset viewer.