Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/12 17:24:16 (12 years ago)
Author:
spimming
Message:

#1807:

  • wizard page to view generated experiments
  • generate experiments according to example
  • plugin frame adapted
  • new version of problem view dialog included
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/ProblemDataPage.Designer.cs

    r7824 r7939  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.dataAnalysisProblemView = new HeuristicLab.Problems.DataAnalysis.Views.DataAnalysisProblemView();
     26      this.problemView = new HeuristicLab.Optimization.Views.ProblemView();
    2727      this.SuspendLayout();
    2828      //
     
    3131      this.wizardBanner.Size = new System.Drawing.Size(640, 81);
    3232      //
    33       // dataAnalysisProblemView
     33      // problemView
    3434      //
    35       this.dataAnalysisProblemView.Caption = "DataAnalysisProblem View";
    36       this.dataAnalysisProblemView.Content = null;
    37       this.dataAnalysisProblemView.Dock = System.Windows.Forms.DockStyle.Fill;
    38       this.dataAnalysisProblemView.Location = new System.Drawing.Point(0, 81);
    39       this.dataAnalysisProblemView.Name = "dataAnalysisProblemView";
    40       this.dataAnalysisProblemView.ReadOnly = false;
    41       this.dataAnalysisProblemView.Size = new System.Drawing.Size(640, 399);
    42       this.dataAnalysisProblemView.TabIndex = 1;
     35      this.problemView.Caption = "Problem View";
     36      this.problemView.Content = null;
     37      this.problemView.Dock = System.Windows.Forms.DockStyle.Fill;
     38      this.problemView.Location = new System.Drawing.Point(0, 81);
     39      this.problemView.Name = "problemView";
     40      this.problemView.ReadOnly = false;
     41      this.problemView.Size = new System.Drawing.Size(640, 399);
     42      this.problemView.TabIndex = 1;
    4343      //
    4444      // ProblemDataPage
     
    4646      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4747      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    48       this.Controls.Add(this.dataAnalysisProblemView);
     48      this.Controls.Add(this.problemView);
    4949      this.Name = "ProblemDataPage";
    5050      this.Size = new System.Drawing.Size(640, 480);
     
    5252      this.WizardNext += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.ProblemDataPage_WizardNext);
    5353      this.Controls.SetChildIndex(this.wizardBanner, 0);
    54       this.Controls.SetChildIndex(this.dataAnalysisProblemView, 0);
     54      this.Controls.SetChildIndex(this.problemView, 0);
    5555      this.ResumeLayout(false);
    5656
     
    5959    #endregion
    6060
    61     private Problems.DataAnalysis.Views.DataAnalysisProblemView dataAnalysisProblemView;
     61    private Optimization.Views.ProblemView problemView;
    6262
    6363  }
Note: See TracChangeset for help on using the changeset viewer.