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)

Location:
trunk/sources/HeuristicLab.Parameters.Views/3.3
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterConfigurationView.Designer.cs

    r5445 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.valueGroupBox = new System.Windows.Forms.GroupBox();
    4847      this.configureButton = new System.Windows.Forms.CheckBox();
    49       this.showInRunCheckBox = new System.Windows.Forms.CheckBox();
    50       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    51       this.valueComboBox = new System.Windows.Forms.ComboBox();
    52       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5348      this.valueGroupBox.SuspendLayout();
    5449      this.SuspendLayout();
    5550      //
    56       // dataTypeTextBox
    57       //
    58       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    59       this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    60       //
    61       // nameTextBox
    62       //
    63       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    64       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    65       this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    66       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
    67       //
    68       // descriptionTextBox
    69       //
    70       this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    71       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    72       //
    7351      // valueGroupBox
    7452      //
    75       this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    76             | System.Windows.Forms.AnchorStyles.Left)
    77             | System.Windows.Forms.AnchorStyles.Right)));
    7853      this.valueGroupBox.Controls.Add(this.configureButton);
    79       this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
    80       this.valueGroupBox.Controls.Add(this.viewHost);
    81       this.valueGroupBox.Controls.Add(this.valueComboBox);
    82       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
    83       this.valueGroupBox.Name = "valueGroupBox";
    84       this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
    85       this.valueGroupBox.TabIndex = 6;
    86       this.valueGroupBox.TabStop = false;
    87       this.valueGroupBox.Text = "Value";
    8854      //
    8955      // configureButton
     
    10571      // showInRunCheckBox
    10672      //
    107       this.showInRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    108       this.showInRunCheckBox.AutoSize = true;
    109       this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    110       this.showInRunCheckBox.Checked = true;
    111       this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    112       this.showInRunCheckBox.Location = new System.Drawing.Point(290, 21);
    113       this.showInRunCheckBox.Name = "showInRunCheckBox";
    114       this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
    11573      this.showInRunCheckBox.TabIndex = 2;
    116       this.showInRunCheckBox.Text = "&Show in Run:";
    117       this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
    118       this.showInRunCheckBox.UseVisualStyleBackColor = true;
    119       this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
    12074      //
    12175      // viewHost
    12276      //
    123       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    124             | System.Windows.Forms.AnchorStyles.Left)
    125             | System.Windows.Forms.AnchorStyles.Right)));
    126       this.viewHost.Caption = "View";
    127       this.viewHost.Content = null;
    128       this.viewHost.Enabled = false;
    129       this.viewHost.Location = new System.Drawing.Point(6, 46);
    130       this.viewHost.Name = "viewHost";
    131       this.viewHost.ReadOnly = false;
    132       this.viewHost.Size = new System.Drawing.Size(374, 185);
    13377      this.viewHost.TabIndex = 3;
    134       this.viewHost.ViewsLabelVisible = true;
    135       this.viewHost.ViewType = null;
    13678      //
    13779      // valueComboBox
    13880      //
    139       this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    140             | System.Windows.Forms.AnchorStyles.Right)));
    141       this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    142       this.valueComboBox.FormattingEnabled = true;
    143       this.valueComboBox.Location = new System.Drawing.Point(6, 19);
    144       this.valueComboBox.Name = "valueComboBox";
    14581      this.valueComboBox.Size = new System.Drawing.Size(248, 21);
    14682      this.valueComboBox.TabIndex = 0;
    147       this.toolTip.SetToolTip(this.valueComboBox, "Selected Value");
    148       this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged);
    14983      //
    15084      // ConstrainedValueParameterConfigurationView
    15185      //
    152       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    153       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    154       this.Controls.Add(this.valueGroupBox);
    15586      this.Name = "ConstrainedValueParameterConfigurationView";
    156       this.Size = new System.Drawing.Size(386, 315);
    157       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    158       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    159       this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    160       this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    161       this.Controls.SetChildIndex(this.nameTextBox, 0);
    162       this.Controls.SetChildIndex(this.nameLabel, 0);
    163       this.Controls.SetChildIndex(this.valueGroupBox, 0);
    164       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    16587      this.valueGroupBox.ResumeLayout(false);
    16688      this.valueGroupBox.PerformLayout();
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.Designer.cs

    r5445 r5832  
    5353      this.SuspendLayout();
    5454      //
     55      // dataTypeLabel
     56      //
     57      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
     58      this.dataTypeLabel.TabIndex = 3;
     59      //
    5560      // dataTypeTextBox
    5661      //
    57       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    58       this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
     62      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
     63      this.dataTypeTextBox.Size = new System.Drawing.Size(317, 20);
     64      this.dataTypeTextBox.TabIndex = 4;
    5965      //
    6066      // nameTextBox
     
    6268      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6369      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    64       this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    65       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
     70      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     71      this.nameTextBox.Size = new System.Drawing.Size(292, 20);
    6672      //
    67       // descriptionTextBox
     73      // infoLabel
    6874      //
    69       this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    70       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
     75      this.infoLabel.Location = new System.Drawing.Point(367, 3);
    7176      //
    7277      // valueGroupBox
     
    7883      this.valueGroupBox.Controls.Add(this.viewHost);
    7984      this.valueGroupBox.Controls.Add(this.valueComboBox);
    80       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
     85      this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    8186      this.valueGroupBox.Name = "valueGroupBox";
    82       this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
    83       this.valueGroupBox.TabIndex = 6;
     87      this.valueGroupBox.Size = new System.Drawing.Size(386, 263);
     88      this.valueGroupBox.TabIndex = 5;
    8489      this.valueGroupBox.TabStop = false;
    8590      this.valueGroupBox.Text = "Value";
     
    108113      this.viewHost.Caption = "View";
    109114      this.viewHost.Content = null;
     115      this.viewHost.Enabled = false;
    110116      this.viewHost.Location = new System.Drawing.Point(6, 46);
    111117      this.viewHost.Name = "viewHost";
    112118      this.viewHost.ReadOnly = false;
    113       this.viewHost.Size = new System.Drawing.Size(374, 185);
     119      this.viewHost.Size = new System.Drawing.Size(374, 211);
    114120      this.viewHost.TabIndex = 2;
     121      this.viewHost.ViewsLabelVisible = true;
    115122      this.viewHost.ViewType = null;
    116123      //
     
    135142      this.Name = "ConstrainedValueParameterView";
    136143      this.Size = new System.Drawing.Size(386, 315);
    137       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    138       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     144      this.Controls.SetChildIndex(this.infoLabel, 0);
    139145      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    140146      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs

    r5445 r5832  
    5252      // dataTypeLabel
    5353      //
    54       this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
    55       this.dataTypeLabel.TabIndex = 6;
     54      this.dataTypeLabel.TabIndex = 5;
    5655      //
    5756      // dataTypeTextBox
    5857      //
    59       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
     58      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    6059      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    61       this.dataTypeTextBox.TabIndex = 7;
     60      this.dataTypeTextBox.TabIndex = 6;
    6261      //
    6362      // nameTextBox
     
    6665      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    6766      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    68       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
     67      this.nameTextBox.Size = new System.Drawing.Size(281, 20);
    6968      //
    70       // descriptionLabel
     69      // infoLabel
    7170      //
    72       this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
    73       this.descriptionLabel.TabIndex = 4;
    74       //
    75       // descriptionTextBox
    76       //
    77       this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
    78       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    79       this.descriptionTextBox.TabIndex = 5;
     71      this.infoLabel.Location = new System.Drawing.Point(367, 3);
    8072      //
    8173      // actualNameTextBox
     
    8678      this.actualNameTextBox.Name = "actualNameTextBox";
    8779      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
    88       this.actualNameTextBox.TabIndex = 3;
     80      this.actualNameTextBox.TabIndex = 4;
    8981      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
    9082      //
     
    9587      this.actualNameLabel.Name = "actualNameLabel";
    9688      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
    97       this.actualNameLabel.TabIndex = 2;
     89      this.actualNameLabel.TabIndex = 3;
    9890      this.actualNameLabel.Text = "&Actual Name:";
    9991      //
     
    10597      this.Controls.Add(this.actualNameLabel);
    10698      this.Name = "LookupParameterView";
    107       this.Size = new System.Drawing.Size(386, 105);
    108       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
     99      this.Size = new System.Drawing.Size(386, 76);
    109100      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    110       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    111101      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
     102      this.Controls.SetChildIndex(this.infoLabel, 0);
    112103      this.Controls.SetChildIndex(this.actualNameLabel, 0);
    113104      this.Controls.SetChildIndex(this.nameTextBox, 0);
  • 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);
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ScopeTreeLookupParameterView.Designer.cs

    r5445 r5832  
    5454      // dataTypeLabel
    5555      //
    56       this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
    57       this.dataTypeLabel.TabIndex = 6;
     56      this.dataTypeLabel.TabIndex = 5;
    5857      //
    5958      // dataTypeTextBox
    6059      //
    61       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
     60      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    6261      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    63       this.dataTypeTextBox.TabIndex = 7;
     62      this.dataTypeTextBox.TabIndex = 6;
    6463      //
    6564      // nameTextBox
     
    6867      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    6968      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    70       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
     69      this.nameTextBox.Size = new System.Drawing.Size(281, 20);
    7170      //
    72       // descriptionLabel
     71      // infoLabel
    7372      //
    74       this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
    75       this.descriptionLabel.TabIndex = 4;
    76       //
    77       // descriptionTextBox
    78       //
    79       this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
    80       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    81       this.descriptionTextBox.TabIndex = 5;
     73      this.infoLabel.Location = new System.Drawing.Point(367, 3);
    8274      //
    8375      // depthTextBox
     
    8779      this.errorProvider.SetIconAlignment(this.depthTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    8880      this.errorProvider.SetIconPadding(this.depthTextBox, 2);
    89       this.depthTextBox.Location = new System.Drawing.Point(80, 104);
     81      this.depthTextBox.Location = new System.Drawing.Point(80, 78);
    9082      this.depthTextBox.Name = "depthTextBox";
    9183      this.depthTextBox.Size = new System.Drawing.Size(306, 20);
    92       this.depthTextBox.TabIndex = 9;
    93       this.depthTextBox.Validated += new System.EventHandler(this.depthTextBox_Validated);
     84      this.depthTextBox.TabIndex = 8;
    9485      this.depthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.depthTextBox_KeyDown);
    9586      this.depthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.depthTextBox_Validating);
     87      this.depthTextBox.Validated += new System.EventHandler(this.depthTextBox_Validated);
    9688      //
    9789      // depthLabel
    9890      //
    9991      this.depthLabel.AutoSize = true;
    100       this.depthLabel.Location = new System.Drawing.Point(3, 107);
     92      this.depthLabel.Location = new System.Drawing.Point(3, 81);
    10193      this.depthLabel.Name = "depthLabel";
    10294      this.depthLabel.Size = new System.Drawing.Size(39, 13);
    103       this.depthLabel.TabIndex = 8;
     95      this.depthLabel.TabIndex = 7;
    10496      this.depthLabel.Text = "&Depth:";
    10597      //
     
    111103      this.actualNameTextBox.Name = "actualNameTextBox";
    112104      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
    113       this.actualNameTextBox.TabIndex = 3;
     105      this.actualNameTextBox.TabIndex = 4;
    114106      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
    115107      //
     
    120112      this.actualNameLabel.Name = "actualNameLabel";
    121113      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
    122       this.actualNameLabel.TabIndex = 2;
     114      this.actualNameLabel.TabIndex = 3;
    123115      this.actualNameLabel.Text = "&Actual Name:";
    124116      //
     
    128120      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    129121      this.Controls.Add(this.actualNameTextBox);
     122      this.Controls.Add(this.actualNameLabel);
     123      this.Controls.Add(this.depthLabel);
    130124      this.Controls.Add(this.depthTextBox);
    131       this.Controls.Add(this.depthLabel);
    132       this.Controls.Add(this.actualNameLabel);
    133125      this.Name = "ScopeTreeLookupParameterView";
    134       this.Size = new System.Drawing.Size(386, 132);
     126      this.Size = new System.Drawing.Size(386, 103);
     127      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
     128      this.Controls.SetChildIndex(this.depthTextBox, 0);
     129      this.Controls.SetChildIndex(this.infoLabel, 0);
     130      this.Controls.SetChildIndex(this.depthLabel, 0);
     131      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    135132      this.Controls.SetChildIndex(this.actualNameLabel, 0);
    136       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    137       this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    138       this.Controls.SetChildIndex(this.depthLabel, 0);
    139       this.Controls.SetChildIndex(this.depthTextBox, 0);
    140133      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
    141       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    142       this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    143134      this.Controls.SetChildIndex(this.nameTextBox, 0);
    144135      this.Controls.SetChildIndex(this.nameLabel, 0);
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs

    r5445 r5832  
    4747      // dataTypeLabel
    4848      //
    49       this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
    50       this.dataTypeLabel.TabIndex = 6;
     49      this.dataTypeLabel.TabIndex = 5;
    5150      //
    5251      // dataTypeTextBox
    5352      //
    54       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
     53      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    5554      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    56       this.dataTypeTextBox.TabIndex = 7;
     55      this.dataTypeTextBox.TabIndex = 6;
    5756      //
    5857      // nameTextBox
     
    6160      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    6261      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    63       this.nameTextBox.Size = new System.Drawing.Size(306, 20);
     62      this.nameTextBox.Size = new System.Drawing.Size(281, 20);
    6463      //
    65       // descriptionLabel
     64      // infoLabel
    6665      //
    67       this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
    68       this.descriptionLabel.TabIndex = 4;
    69       //
    70       // descriptionTextBox
    71       //
    72       this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
    73       this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    74       this.descriptionTextBox.TabIndex = 5;
     66      this.infoLabel.Location = new System.Drawing.Point(367, 3);
    7567      //
    7668      // valueGroupBox
     
    8476      this.valueGroupBox.Controls.Add(this.clearValueButton);
    8577      this.valueGroupBox.Controls.Add(this.setValueButton);
    86       this.valueGroupBox.Location = new System.Drawing.Point(0, 104);
     78      this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
    8779      this.valueGroupBox.Name = "valueGroupBox";
    88       this.valueGroupBox.Size = new System.Drawing.Size(386, 211);
    89       this.valueGroupBox.TabIndex = 8;
     80      this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
     81      this.valueGroupBox.TabIndex = 7;
    9082      this.valueGroupBox.TabStop = false;
    9183      this.valueGroupBox.Text = "Value";
     
    116108      this.valueViewHost.Caption = "View";
    117109      this.valueViewHost.Content = null;
     110      this.valueViewHost.Enabled = false;
    118111      this.valueViewHost.Location = new System.Drawing.Point(6, 49);
    119112      this.valueViewHost.Name = "valueViewHost";
    120113      this.valueViewHost.ReadOnly = false;
    121       this.valueViewHost.Size = new System.Drawing.Size(374, 156);
     114      this.valueViewHost.Size = new System.Drawing.Size(374, 182);
    122115      this.valueViewHost.TabIndex = 3;
     116      this.valueViewHost.ViewsLabelVisible = true;
    123117      this.valueViewHost.ViewType = null;
    124 
    125118      //
    126119      // clearValueButton
     
    154147      this.actualNameTextBox.Name = "actualNameTextBox";
    155148      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
    156       this.actualNameTextBox.TabIndex = 3;
     149      this.actualNameTextBox.TabIndex = 4;
    157150      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
    158151      //
     
    163156      this.actualNameLabel.Name = "actualNameLabel";
    164157      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
    165       this.actualNameLabel.TabIndex = 2;
     158      this.actualNameLabel.TabIndex = 3;
    166159      this.actualNameLabel.Text = "&Actual Name:";
    167160      //
     
    175168      this.Name = "ValueLookupParameterView";
    176169      this.Size = new System.Drawing.Size(386, 315);
    177       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    178       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     170      this.Controls.SetChildIndex(this.infoLabel, 0);
    179171      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    180172      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
  • 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.