Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5466


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
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r5445 r5466  
    6161      this.samplesEndStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    6262      this.samplesStartStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    63       this.tabControl = new System.Windows.Forms.TabControl();
     63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6464      this.algorithmTabPage = new System.Windows.Forms.TabPage();
    6565      this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
    66       this.algorithmTabControl = new System.Windows.Forms.TabControl();
     66      this.algorithmTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6767      this.algorithmProblemTabPage = new System.Windows.Forms.TabPage();
    6868      this.openProblemButton = new System.Windows.Forms.Button();
     
    596596    private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView;
    597597    private System.Windows.Forms.Label samplesEndLabel;
    598     private System.Windows.Forms.TabControl tabControl;
     598    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    599599    private System.Windows.Forms.TabPage algorithmTabPage;
    600600    private System.Windows.Forms.TabPage resultsTabPage;
     
    602602    private System.Windows.Forms.Button newAlgorithmButton;
    603603    private Core.Views.NamedItemView algorithmNamedItemView;
    604     private System.Windows.Forms.TabControl algorithmTabControl;
     604    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl algorithmTabControl;
    605605    private System.Windows.Forms.TabPage algorithmProblemTabPage;
    606606    private System.Windows.Forms.TabPage algorithmParametersTabPage;
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r5445 r5466  
    5656      this.compileButton = new System.Windows.Forms.Button();
    5757      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
    58       this.tabControl1 = new System.Windows.Forms.TabControl();
     58      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5959      this.tabPage1 = new System.Windows.Forms.TabPage();
    6060      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    317317    #endregion
    318318
    319     private System.Windows.Forms.TabControl tabControl1;
     319    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    320320    private System.Windows.Forms.TabPage tabPage1;
    321321    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
  • 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;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r5445 r5466  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       this.tabControl = new System.Windows.Forms.TabControl();
     36      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3737      this.problemTabPage = new System.Windows.Forms.TabPage();
    3838      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    340340    #endregion
    341341
    342     protected System.Windows.Forms.TabControl tabControl;
     342    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    343343    protected System.Windows.Forms.TabPage parametersTabPage;
    344344    protected System.Windows.Forms.TabPage problemTabPage;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r5445 r5466  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       this.tabControl = new System.Windows.Forms.TabControl();
     36      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3737      this.optimizerTabPage = new System.Windows.Forms.TabPage();
    3838      this.optimizerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    302302    #endregion
    303303
    304     private System.Windows.Forms.TabControl tabControl;
     304    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    305305    private System.Windows.Forms.TabPage optimizerTabPage;
    306306    private HeuristicLab.MainForm.WindowsForms.ViewHost optimizerViewHost;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r5445 r5466  
    4646    private void InitializeComponent() {
    4747      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentView));
    48       this.tabControl = new System.Windows.Forms.TabControl();
     48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4949      this.optimizersTabPage = new System.Windows.Forms.TabPage();
    5050      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
     
    232232    #endregion
    233233
    234     private System.Windows.Forms.TabControl tabControl;
     234    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    235235    private System.Windows.Forms.TabPage optimizersTabPage;
    236236    private System.Windows.Forms.Button startButton;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs

    r5445 r5466  
    6161      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
    6262      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    63       this.tabControl = new System.Windows.Forms.TabControl();
     63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6464      this.runPage = new System.Windows.Forms.TabPage();
    6565      this.constraintPage = new System.Windows.Forms.TabPage();
     
    308308    private ToolStrip toolStrip;
    309309    private ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
    310     private TabControl tabControl;
     310    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    311311    private TabPage runPage;
    312312    private TabPage constraintPage;
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisSolutionView.Designer.cs

    r5445 r5466  
    4848      this.modelTabPage = new System.Windows.Forms.TabPage();
    4949      this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    50       this.tabControl = new System.Windows.Forms.TabControl();
     50      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5151      this.dataTabPage.SuspendLayout();
    5252      this.modelTabPage.SuspendLayout();
     
    135135    #endregion
    136136
    137     protected System.Windows.Forms.TabControl tabControl;
     137    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    138138    protected System.Windows.Forms.TabPage dataTabPage;
    139139    protected System.Windows.Forms.TabPage modelTabPage;
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs

    r4117 r5466  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.tabControl = new System.Windows.Forms.TabControl();
     26      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    2727      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
    2828      this.parametersTabPage = new System.Windows.Forms.TabPage();
     
    209209    #endregion
    210210
    211     private System.Windows.Forms.TabControl tabControl;
     211    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    212212    private System.Windows.Forms.TabPage variableNamesTabPage;
    213213    private System.Windows.Forms.TabPage parametersTabPage;
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs

    r5445 r5466  
    5050      this.groupBox4 = new System.Windows.Forms.GroupBox();
    5151      this.realVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    52       this.tabControl1 = new System.Windows.Forms.TabControl();
     52      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5353      this.textualTabPage = new System.Windows.Forms.TabPage();
    5454      this.graphicalTabPage = new System.Windows.Forms.TabPage();
     
    224224    private System.Windows.Forms.GroupBox groupBox3;
    225225    private HeuristicLab.MainForm.WindowsForms.ViewHost realVectorView;
    226     private System.Windows.Forms.TabControl tabControl1;
     226    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    227227    private System.Windows.Forms.TabPage textualTabPage;
    228228    private System.Windows.Forms.TabPage graphicalTabPage;
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs

    r5445 r5466  
    4646    private void InitializeComponent() {
    4747      this.pictureBox = new System.Windows.Forms.PictureBox();
    48       this.tabControl = new System.Windows.Forms.TabControl();
     48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4949      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    5050      this.valueTabPage = new System.Windows.Forms.TabPage();
     
    207207
    208208    private System.Windows.Forms.PictureBox pictureBox;
    209     private System.Windows.Forms.TabControl tabControl;
     209    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    210210    private System.Windows.Forms.TabPage visualizationTabPage;
    211211    private System.Windows.Forms.TabPage valueTabPage;
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r5445 r5466  
    3535    private void InitializeComponent() {
    3636      this.importButton = new System.Windows.Forms.Button();
    37       this.tabControl = new System.Windows.Forms.TabControl();
     37      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3838      this.parametersTabPage = new System.Windows.Forms.TabPage();
    3939      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    153153
    154154    private System.Windows.Forms.Button importButton;
    155     private System.Windows.Forms.TabControl tabControl;
     155    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    156156    private System.Windows.Forms.TabPage parametersTabPage;
    157157    private System.Windows.Forms.TabPage visualizationTabPage;
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.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.visualizationTabPage = new System.Windows.Forms.TabPage();
    4949      this.pictureBox = new System.Windows.Forms.PictureBox();
     
    146146    #endregion
    147147
    148     private System.Windows.Forms.TabControl tabControl;
     148    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    149149    private System.Windows.Forms.TabPage visualizationTabPage;
    150150    private System.Windows.Forms.PictureBox pictureBox;
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r5347 r5466  
    2525    private void InitializeComponent() {
    2626      this.importButton = new System.Windows.Forms.Button();
    27       this.tabControl1 = new System.Windows.Forms.TabControl();
     27      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    2828      this.tabPage1 = new System.Windows.Forms.TabPage();
    2929      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    142142
    143143    private System.Windows.Forms.Button importButton;
    144     private System.Windows.Forms.TabControl tabControl1;
     144    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    145145    private System.Windows.Forms.TabPage tabPage1;
    146146    private System.Windows.Forms.TabPage tabPage2;
Note: See TracChangeset for help on using the changeset viewer.