Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/ComparisonFilterView.Designer.cs @ 16453

Last change on this file since 16453 was 16453, checked in by jkarder, 5 years ago

#2520: updated year of copyrights

File size: 6.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.DataPreprocessing.Views {
23  partial class ComparisonFilterView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.lblAttr = new System.Windows.Forms.Label();
49      this.lblFilterOperation = new System.Windows.Forms.Label();
50      this.lblFilterData = new System.Windows.Forms.Label();
51      this.cbAttr = new System.Windows.Forms.ComboBox();
52      this.cbFilterOperation = new System.Windows.Forms.ComboBox();
53      this.tbFilterData = new System.Windows.Forms.TextBox();
54      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.SuspendLayout();
57      //
58      // lblAttr
59      //
60      this.lblAttr.AutoSize = true;
61      this.lblAttr.Location = new System.Drawing.Point(3, 15);
62      this.lblAttr.Name = "lblAttr";
63      this.lblAttr.Size = new System.Drawing.Size(49, 13);
64      this.lblAttr.TabIndex = 0;
65      this.lblAttr.Text = "Attribute:";
66      //
67      // lblFilterOperation
68      //
69      this.lblFilterOperation.AutoSize = true;
70      this.lblFilterOperation.Location = new System.Drawing.Point(3, 42);
71      this.lblFilterOperation.Name = "lblFilterOperation";
72      this.lblFilterOperation.Size = new System.Drawing.Size(81, 13);
73      this.lblFilterOperation.TabIndex = 1;
74      this.lblFilterOperation.Text = "Filter Operation:";
75      //
76      // lblFilterData
77      //
78      this.lblFilterData.AutoSize = true;
79      this.lblFilterData.Location = new System.Drawing.Point(3, 69);
80      this.lblFilterData.Name = "lblFilterData";
81      this.lblFilterData.Size = new System.Drawing.Size(58, 13);
82      this.lblFilterData.TabIndex = 2;
83      this.lblFilterData.Text = "Filter Data:";
84      //
85      // cbAttr
86      //
87      this.cbAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
88            | System.Windows.Forms.AnchorStyles.Right)));
89      this.cbAttr.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
90      this.cbAttr.FormattingEnabled = true;
91      this.cbAttr.Location = new System.Drawing.Point(92, 12);
92      this.cbAttr.Name = "cbAttr";
93      this.cbAttr.Size = new System.Drawing.Size(235, 21);
94      this.cbAttr.TabIndex = 3;
95      this.cbAttr.SelectedIndexChanged += new System.EventHandler(this.cbAttr_SelectedIndexChanged);
96      //
97      // cbFilterOperation
98      //
99      this.cbFilterOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
100            | System.Windows.Forms.AnchorStyles.Right)));
101      this.cbFilterOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
102      this.cbFilterOperation.FormattingEnabled = true;
103      this.cbFilterOperation.Location = new System.Drawing.Point(92, 39);
104      this.cbFilterOperation.Name = "cbFilterOperation";
105      this.cbFilterOperation.Size = new System.Drawing.Size(235, 21);
106      this.cbFilterOperation.TabIndex = 4;
107      this.cbFilterOperation.SelectedIndexChanged += new System.EventHandler(this.cbFilterOperation_SelectedIndexChanged);
108      //
109      // tbFilterData
110      //
111      this.tbFilterData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
112            | System.Windows.Forms.AnchorStyles.Right)));
113      this.tbFilterData.Location = new System.Drawing.Point(92, 67);
114      this.tbFilterData.Name = "tbFilterData";
115      this.tbFilterData.Size = new System.Drawing.Size(235, 20);
116      this.tbFilterData.TabIndex = 5;
117      this.tbFilterData.Validating += new System.ComponentModel.CancelEventHandler(this.tbFilterData_Validating);
118      this.tbFilterData.Validated += new System.EventHandler(this.tbFilterData_Validated);
119      //
120      // errorProvider
121      //
122      this.errorProvider.ContainerControl = this;
123      //
124      // ComparisonFilterView
125      //
126      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
127      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
128      this.Controls.Add(this.tbFilterData);
129      this.Controls.Add(this.cbFilterOperation);
130      this.Controls.Add(this.cbAttr);
131      this.Controls.Add(this.lblFilterData);
132      this.Controls.Add(this.lblFilterOperation);
133      this.Controls.Add(this.lblAttr);
134      this.Name = "ComparisonFilterView";
135      this.Size = new System.Drawing.Size(348, 97);
136      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
137      this.ResumeLayout(false);
138      this.PerformLayout();
139
140    }
141
142    #endregion
143
144    private System.Windows.Forms.Label lblAttr;
145    private System.Windows.Forms.Label lblFilterOperation;
146    private System.Windows.Forms.Label lblFilterData;
147    private System.Windows.Forms.ComboBox cbAttr;
148    private System.Windows.Forms.ComboBox cbFilterOperation;
149    private System.Windows.Forms.TextBox tbFilterData;
150    private System.Windows.Forms.ErrorProvider errorProvider;
151
152  }
153}
Note: See TracBrowser for help on using the repository browser.