Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/21/10 18:19:39 (13 years ago)
Author:
mkommend
Message:

Improved performance of all RunCollectionViews (ticket #1284).

File:
1 edited

Legend:

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

    r4096 r4883  
    302302    #endregion
    303303
    304     protected System.Windows.Forms.SplitContainer splitContainer;
    305     protected System.Windows.Forms.ColumnHeader columnHeader1;
    306     protected GroupBox itemsGroupBox;
    307     protected ListView itemsListView;
    308     protected GroupBox detailsGroupBox;
    309     protected Button removeButton;
    310     protected ToolTip toolTip;
    311     protected ImageList imageList;
    312     protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    313     protected ToolStrip toolStrip;
    314     protected ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
    315     protected TabControl tabControl;
    316     protected TabPage runPage;
    317     protected TabPage constraintPage;
    318     protected RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
    319     protected Button clearButton;
    320     protected CheckBox showDetailsCheckBox;
     304    private System.Windows.Forms.SplitContainer splitContainer;
     305    private System.Windows.Forms.ColumnHeader columnHeader1;
     306    private GroupBox itemsGroupBox;
     307    private ListView itemsListView;
     308    private GroupBox detailsGroupBox;
     309    private Button removeButton;
     310    private ToolTip toolTip;
     311    private ImageList imageList;
     312    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
     313    private ToolStrip toolStrip;
     314    private ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
     315    private TabControl tabControl;
     316    private TabPage runPage;
     317    private TabPage constraintPage;
     318    private RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
     319    private Button clearButton;
     320    private CheckBox showDetailsCheckBox;
    321321  }
    322322}
Note: See TracChangeset for help on using the changeset viewer.