Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 13:49:36 (13 years ago)
Author:
mkommend
Message:

Updated all views with TabControls to use the DragOverTabControl (ticket #1058).

Location:
trunk/sources/HeuristicLab.Operators.Views/3.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r5445 r5466  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
     47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.parametersTabPage = new System.Windows.Forms.TabPage();
    4949      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    173173    #endregion
    174174
    175     protected System.Windows.Forms.TabControl tabControl;
     175    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
    177177    protected System.Windows.Forms.TabPage operatorGraphTabPage;
  • trunk/sources/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs

    r5445 r5466  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
     47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.operatorsTabPage = new System.Windows.Forms.TabPage();
    4949      this.operatorListView = new HeuristicLab.Core.Views.CheckedItemListView<T>();
     
    172172    #endregion
    173173
    174     protected System.Windows.Forms.TabControl tabControl;
     174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    175175    protected System.Windows.Forms.TabPage operatorsTabPage;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
  • trunk/sources/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r5445 r5466  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
     47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.operatorsTabPage = new System.Windows.Forms.TabPage();
    4949      this.operatorListView = new HeuristicLab.Core.Views.ItemListView<T>();
     
    172172    #endregion
    173173
    174     protected System.Windows.Forms.TabControl tabControl;
     174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    175175    protected System.Windows.Forms.TabPage operatorsTabPage;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
  • trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r5445 r5466  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
     47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.collectedValuesTabPage = new System.Windows.Forms.TabPage();
    4949      this.collectedValuesView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    172172    #endregion
    173173
    174     protected System.Windows.Forms.TabControl tabControl;
     174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    175175    protected System.Windows.Forms.TabPage collectedValuesTabPage;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
Note: See TracChangeset for help on using the changeset viewer.