Last change
on this file since 12869 was
10785,
checked in by psteiner, 11 years ago
|
filter or combination
filter control: checkedlistview
|
File size:
1.1 KB
|
Line | |
---|
1 | using HeuristicLab.Core.Views;
|
---|
2 | using HeuristicLab.DataPreprocessing.Filter;
|
---|
3 | namespace HeuristicLab.DataPreprocessing.Views
|
---|
4 | {
|
---|
5 | partial class CheckedFilterCollectionView
|
---|
6 | {
|
---|
7 | /// <summary>
|
---|
8 | /// Required designer variable.
|
---|
9 | /// </summary>
|
---|
10 | private System.ComponentModel.IContainer components = null;
|
---|
11 |
|
---|
12 | /// <summary>
|
---|
13 | /// Clean up any resources being used.
|
---|
14 | /// </summary>
|
---|
15 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
16 | protected override void Dispose(bool disposing)
|
---|
17 | {
|
---|
18 | if (disposing && (components != null))
|
---|
19 | {
|
---|
20 | components.Dispose();
|
---|
21 | }
|
---|
22 | base.Dispose(disposing);
|
---|
23 | }
|
---|
24 |
|
---|
25 | #region Component Designer generated code
|
---|
26 |
|
---|
27 | /// <summary>
|
---|
28 | /// Required method for Designer support - do not modify
|
---|
29 | /// the contents of this method with the code editor.
|
---|
30 | /// </summary>
|
---|
31 | private void InitializeComponent()
|
---|
32 | {
|
---|
33 | components = new System.ComponentModel.Container();
|
---|
34 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
35 | }
|
---|
36 |
|
---|
37 | #endregion
|
---|
38 | }
|
---|
39 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.