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

    r5445 r5832  
    4343      this.SuspendLayout();
    4444      //
     45      // dataTypeLabel
     46      //
     47      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
     48      this.dataTypeLabel.TabIndex = 3;
     49      //
    4550      // dataTypeTextBox
    4651      //
    47       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    48       this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
     52      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
     53      this.dataTypeTextBox.Size = new System.Drawing.Size(317, 20);
     54      this.dataTypeTextBox.TabIndex = 4;
    4955      //
    5056      // nameTextBox
     
    5258      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5359      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    54       this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    55       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
     60      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     61      this.nameTextBox.Size = new System.Drawing.Size(292, 20);
    5662      //
    57       // descriptionTextBox
     63      // infoLabel
    5864      //
    59       this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    60       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
     65      this.infoLabel.Location = new System.Drawing.Point(367, 3);
    6166      //
    6267      // valueGroupBox
     
    7075      this.valueGroupBox.Controls.Add(this.clearValueButton);
    7176      this.valueGroupBox.Controls.Add(this.setValueButton);
    72       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
     77      this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    7378      this.valueGroupBox.Name = "valueGroupBox";
    74       this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
    75       this.valueGroupBox.TabIndex = 6;
     79      this.valueGroupBox.Size = new System.Drawing.Size(386, 263);
     80      this.valueGroupBox.TabIndex = 5;
    7681      this.valueGroupBox.TabStop = false;
    7782      this.valueGroupBox.Text = "Value";
     
    103108      this.valueViewHost.Caption = "View";
    104109      this.valueViewHost.Content = null;
     110      this.valueViewHost.Enabled = false;
    105111      this.valueViewHost.Location = new System.Drawing.Point(6, 49);
    106112      this.valueViewHost.Name = "valueViewHost";
    107113      this.valueViewHost.ReadOnly = false;
    108       this.valueViewHost.Size = new System.Drawing.Size(374, 182);
     114      this.valueViewHost.Size = new System.Drawing.Size(374, 208);
    109115      this.valueViewHost.TabIndex = 3;
     116      this.valueViewHost.ViewsLabelVisible = true;
    110117      this.valueViewHost.ViewType = null;
    111118      //
     
    140147      this.Name = "ValueParameterView";
    141148      this.Size = new System.Drawing.Size(386, 315);
    142       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    143       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     149      this.Controls.SetChildIndex(this.infoLabel, 0);
    144150      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    145151      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.