Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/11 13:14:11 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBAlgorithmView.Designer.cs

    r5660 r5667  
    415415    #endregion
    416416
    417     protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    418     protected System.Windows.Forms.TabPage parametersTabPage;
    419     protected System.Windows.Forms.TabPage problemTabPage;
    420     protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    421     protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
    422     protected System.Windows.Forms.Button newProblemButton;
    423     protected System.Windows.Forms.Button openProblemButton;
    424     protected System.Windows.Forms.Button startButton;
    425     protected System.Windows.Forms.Button pauseButton;
    426     protected System.Windows.Forms.Button resetButton;
    427     protected System.Windows.Forms.Label executionTimeLabel;
    428     protected System.Windows.Forms.TextBox executionTimeTextBox;
    429     protected System.Windows.Forms.OpenFileDialog openFileDialog;
    430     protected System.Windows.Forms.TabPage resultsTabPage;
    431     protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
    432     protected System.Windows.Forms.Button stopButton;
    433     protected System.Windows.Forms.TabPage runsTabPage;
    434     protected RunCollectionView runsView;
    435     protected System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
     417    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
     418    private System.Windows.Forms.TabPage parametersTabPage;
     419    private System.Windows.Forms.TabPage problemTabPage;
     420    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
     421    private HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
     422    private System.Windows.Forms.Button newProblemButton;
     423    private System.Windows.Forms.Button openProblemButton;
     424    private System.Windows.Forms.Button startButton;
     425    private System.Windows.Forms.Button pauseButton;
     426    private System.Windows.Forms.Button resetButton;
     427    private System.Windows.Forms.Label executionTimeLabel;
     428    private System.Windows.Forms.TextBox executionTimeTextBox;
     429    private System.Windows.Forms.OpenFileDialog openFileDialog;
     430    private System.Windows.Forms.TabPage resultsTabPage;
     431    private HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
     432    private System.Windows.Forms.Button stopButton;
     433    private System.Windows.Forms.TabPage runsTabPage;
     434    private RunCollectionView runsView;
     435    private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
    436436    private System.Windows.Forms.ComboBox algorithmComboBox;
    437437    private System.Windows.Forms.Label algorithmLabel;
Note: See TracChangeset for help on using the changeset viewer.