Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 11:38:19 (14 years ago)
Author:
mkommend
Message:

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

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

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r3275 r3281  
    5353      this.openProblemButton = new System.Windows.Forms.Button();
    5454      this.newProblemButton = new System.Windows.Forms.Button();
    55       this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
     55      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5656      this.resultsTabPage = new System.Windows.Forms.TabPage();
    5757      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
     
    350350    protected System.Windows.Forms.TabPage problemTabPage;
    351351    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    352     protected HeuristicLab.Core.Views.ViewHost problemViewHost;
     352    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
    353353    protected System.Windows.Forms.Button newProblemButton;
    354354    protected System.Windows.Forms.Button saveProblemButton;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r3265 r3281  
    5151      this.openAlgorithmButton = new System.Windows.Forms.Button();
    5252      this.newAlgorithmButton = new System.Windows.Forms.Button();
    53       this.algorithmViewHost = new HeuristicLab.Core.Views.ViewHost();
     53      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5454      this.runsTabPage = new System.Windows.Forms.TabPage();
    5555      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
     
    335335    private System.Windows.Forms.TabControl tabControl;
    336336    private System.Windows.Forms.TabPage algorithmTabPage;
    337     private HeuristicLab.Core.Views.ViewHost algorithmViewHost;
     337    private HeuristicLab.MainForm.WindowsForms.ViewHost algorithmViewHost;
    338338    private System.Windows.Forms.Button newAlgorithmButton;
    339339    private System.Windows.Forms.Button saveAlgorithmButton;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r3262 r3281  
    4949      this.engineComboBox = new System.Windows.Forms.ComboBox();
    5050      this.engineTabPage = new System.Windows.Forms.TabPage();
    51       this.engineViewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.tabControl.SuspendLayout();
    5353      this.parametersTabPage.SuspendLayout();
     
    238238    protected System.Windows.Forms.ComboBox engineComboBox;
    239239    protected System.Windows.Forms.TabPage engineTabPage;
    240     protected HeuristicLab.Core.Views.ViewHost engineViewHost;
     240    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
    241241
    242242  }
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ResultView.Designer.cs

    r3226 r3281  
    4949      this.valueGroupBox = new System.Windows.Forms.GroupBox();
    5050      this.valuePanel = new System.Windows.Forms.Panel();
    51       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5353      this.valueGroupBox.SuspendLayout();
     
    148148    private System.Windows.Forms.TextBox dataTypeTextBox;
    149149    private System.Windows.Forms.GroupBox valueGroupBox;
    150     private HeuristicLab.Core.Views.ViewHost viewHost;
     150    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    151151    private System.Windows.Forms.Panel valuePanel;
    152152  }
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs

    r3280 r3281  
    5858      this.removeButton = new System.Windows.Forms.Button();
    5959      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    60       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     60      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6161      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
    6262      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     
    194194    protected ToolTip toolTip;
    195195    protected ImageList imageList;
    196     protected HeuristicLab.Core.Views.ViewHost viewHost;
     196    protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    197197  }
    198198}
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs

    r3280 r3281  
    5454      this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
    5555      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    56       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     56      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5757      this.imageList = new System.Windows.Forms.ImageList(this.components);
    5858      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    203203    private System.Windows.Forms.ColumnHeader nameColumnHeader;
    204204    private System.Windows.Forms.ColumnHeader valueColumnHeader;
    205     private HeuristicLab.Core.Views.ViewHost viewHost;
     205    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    206206    private System.Windows.Forms.ImageList imageList;
    207207
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r3275 r3281  
    4949      this.openOperatorGraphButton = new System.Windows.Forms.Button();
    5050      this.newOperatorGraphButton = new System.Windows.Forms.Button();
    51       this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
    5353      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
     
    232232    private System.Windows.Forms.Button openOperatorGraphButton;
    233233    private System.Windows.Forms.Button newOperatorGraphButton;
    234     private HeuristicLab.Core.Views.ViewHost operatorGraphViewHost;
     234    private HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
    235235
    236236  }
Note: See TracChangeset for help on using the changeset viewer.