Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedItemListView.Designer.cs @ 11043

Last change on this file since 11043 was 10701, checked in by pfleck, 10 years ago
  • Undeleted PreprocessingCheckedItemListView and set default view to false.
  • Property svn:mergeinfo set to (toggle deleted branches)
    /branches/Algorithms.GradientDescent/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5516-5520
    /branches/Benchmarking/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6917-7005
    /branches/CloningRefactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs4656-4721
    /branches/DataAnalysis Refactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5471-5808
    /branches/DataAnalysis SolutionEnsembles/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5815-6180
    /branches/DataAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs4458-4459,​4462,​4464
    /branches/GP.Grammar.Editor/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6284-6795
    /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5060
    /branches/HLScript/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10331-10358
    /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6123-9799
    /branches/LogResidualEvaluator/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10202-10483
    /branches/NET40/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5138-5162
    /branches/ParallelEngine/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5175-5192
    /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs7568-7810
    /branches/QAPAlgorithms/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6350-6627
    /branches/Restructure trunk solution/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6828
    /branches/RuntimeOptimizer/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs8943-9078
    /branches/ScatterSearch (trunk integration)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs7787-8333
    /branches/SlaveShutdown/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs8944-8956
    /branches/SpectralKernelForGaussianProcesses/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10204-10479
    /branches/SuccessProgressAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5370-5682
    /branches/Trunk/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6829-6865
    /branches/UnloadJobs/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs9168-9215
    /branches/VNS/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5594-5752
    /branches/histogram/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5959-6341
    /stable/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10032-10033
    /trunk/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10085-10536
File size: 1.0 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views {
2  partial class PreprocessingCheckedItemListView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      components = new System.ComponentModel.Container();
27      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
28    }
29
30    #endregion
31  }
32}
Note: See TracBrowser for help on using the repository browser.