Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/10 16:25:51 (14 years ago)
Author:
gkronber
Message:

Fixed bugs in wiring of data analysis and symbolic regression problems. #938 (Data types and operators for regression problems)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisProblemDataView.Designer.cs

    r3496 r3545  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.variableCollectionView = new HeuristicLab.Core.Views.VariableCollectionView();
    2726      this.importButton = new System.Windows.Forms.Button();
    2827      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    2928      this.SuspendLayout();
     29      //
     30      // parameterCollectionView
     31      //
     32      this.parameterCollectionView.Size = new System.Drawing.Size(585, 366);
    3033      //
    3134      // nameTextBox
     
    3841      //
    3942      this.descriptionTextBox.Size = new System.Drawing.Size(513, 20);
    40       //
    41       // variableCollectionView
    42       //
    43       this.variableCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    44                   | System.Windows.Forms.AnchorStyles.Left)
    45                   | System.Windows.Forms.AnchorStyles.Right)));
    46       this.variableCollectionView.Caption = "VariableCollection";
    47       this.variableCollectionView.Content = null;
    48       this.variableCollectionView.Location = new System.Drawing.Point(0, 52);
    49       this.variableCollectionView.Name = "variableCollectionView";
    50       this.variableCollectionView.ReadOnly = false;
    51       this.variableCollectionView.Size = new System.Drawing.Size(588, 366);
    52       this.variableCollectionView.TabIndex = 0;
    5343      //
    5444      // importButton
     
    6858      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6959      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    70       this.Controls.Add(this.variableCollectionView);
    7160      this.Controls.Add(this.importButton);
    7261      this.Name = "DataAnalysisProblemDataView";
    7362      this.Size = new System.Drawing.Size(588, 450);
     63      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    7464      this.Controls.SetChildIndex(this.importButton, 0);
    75       this.Controls.SetChildIndex(this.variableCollectionView, 0);
    7665      this.Controls.SetChildIndex(this.nameLabel, 0);
    7766      this.Controls.SetChildIndex(this.descriptionLabel, 0);
     
    8675    #endregion
    8776
    88     private HeuristicLab.Core.Views.VariableCollectionView variableCollectionView;
    8977    private System.Windows.Forms.Button importButton;
    9078  }
Note: See TracChangeset for help on using the changeset viewer.