Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs @ 15761

Last change on this file since 15761 was 15210, checked in by pfleck, 7 years ago

#2709 Fixed some small issues and some default behavior.

File size: 14.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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 FilterView {
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.groupBoxFilter = new System.Windows.Forms.GroupBox();
48      this.checkedFilterView = new HeuristicLab.DataPreprocessing.Views.CheckedFilterCollectionView();
49      this.groupBoxFilterInfo = new System.Windows.Forms.GroupBox();
50      this.lblPercentage = new System.Windows.Forms.Label();
51      this.tbPercentage = new System.Windows.Forms.TextBox();
52      this.tbRemaining = new System.Windows.Forms.TextBox();
53      this.lblRemaining = new System.Windows.Forms.Label();
54      this.tbTotal = new System.Windows.Forms.TextBox();
55      this.lblTotal = new System.Windows.Forms.Label();
56      this.applyFilterButton = new System.Windows.Forms.Button();
57      this.rBtnOr = new System.Windows.Forms.RadioButton();
58      this.rBtnAnd = new System.Windows.Forms.RadioButton();
59      this.groupBox1 = new System.Windows.Forms.GroupBox();
60      this.label4 = new System.Windows.Forms.Label();
61      this.label1 = new System.Windows.Forms.Label();
62      this.label2 = new System.Windows.Forms.Label();
63      this.label3 = new System.Windows.Forms.Label();
64      this.bottomPanel = new System.Windows.Forms.Panel();
65      this.groupBoxFilter.SuspendLayout();
66      this.groupBoxFilterInfo.SuspendLayout();
67      this.groupBox1.SuspendLayout();
68      this.bottomPanel.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // groupBoxFilter
72      //
73      this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
75      this.groupBoxFilter.Controls.Add(this.checkedFilterView);
76      this.groupBoxFilter.Location = new System.Drawing.Point(4, 4);
77      this.groupBoxFilter.Name = "groupBoxFilter";
78      this.groupBoxFilter.Size = new System.Drawing.Size(658, 327);
79      this.groupBoxFilter.TabIndex = 0;
80      this.groupBoxFilter.TabStop = false;
81      this.groupBoxFilter.Text = "Filter";
82      //
83      // checkedFilterView
84      //
85      this.checkedFilterView.Caption = "filterView";
86      this.checkedFilterView.Content = null;
87      this.checkedFilterView.Dock = System.Windows.Forms.DockStyle.Fill;
88      this.checkedFilterView.Location = new System.Drawing.Point(3, 16);
89      this.checkedFilterView.Name = "checkedFilterView";
90      this.checkedFilterView.ReadOnly = false;
91      this.checkedFilterView.ShowDetails = true;
92      this.checkedFilterView.Size = new System.Drawing.Size(652, 308);
93      this.checkedFilterView.TabIndex = 0;
94      //
95      // groupBoxFilterInfo
96      //
97      this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
98            | System.Windows.Forms.AnchorStyles.Right)));
99      this.groupBoxFilterInfo.Controls.Add(this.lblPercentage);
100      this.groupBoxFilterInfo.Controls.Add(this.tbPercentage);
101      this.groupBoxFilterInfo.Controls.Add(this.tbRemaining);
102      this.groupBoxFilterInfo.Controls.Add(this.lblRemaining);
103      this.groupBoxFilterInfo.Controls.Add(this.tbTotal);
104      this.groupBoxFilterInfo.Controls.Add(this.lblTotal);
105      this.groupBoxFilterInfo.Location = new System.Drawing.Point(4, 337);
106      this.groupBoxFilterInfo.Name = "groupBoxFilterInfo";
107      this.groupBoxFilterInfo.Size = new System.Drawing.Size(658, 102);
108      this.groupBoxFilterInfo.TabIndex = 1;
109      this.groupBoxFilterInfo.TabStop = false;
110      this.groupBoxFilterInfo.Text = "Filter Preview";
111      //
112      // lblPercentage
113      //
114      this.lblPercentage.AutoSize = true;
115      this.lblPercentage.Location = new System.Drawing.Point(15, 74);
116      this.lblPercentage.Name = "lblPercentage";
117      this.lblPercentage.Size = new System.Drawing.Size(65, 13);
118      this.lblPercentage.TabIndex = 11;
119      this.lblPercentage.Text = "Percentage:";
120      //
121      // tbPercentage
122      //
123      this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
124            | System.Windows.Forms.AnchorStyles.Right)));
125      this.tbPercentage.Enabled = false;
126      this.tbPercentage.Location = new System.Drawing.Point(104, 71);
127      this.tbPercentage.Name = "tbPercentage";
128      this.tbPercentage.Size = new System.Drawing.Size(548, 20);
129      this.tbPercentage.TabIndex = 10;
130      //
131      // tbRemaining
132      //
133      this.tbRemaining.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
134            | System.Windows.Forms.AnchorStyles.Right)));
135      this.tbRemaining.Enabled = false;
136      this.tbRemaining.Location = new System.Drawing.Point(104, 45);
137      this.tbRemaining.Name = "tbRemaining";
138      this.tbRemaining.Size = new System.Drawing.Size(548, 20);
139      this.tbRemaining.TabIndex = 9;
140      //
141      // lblRemaining
142      //
143      this.lblRemaining.AutoSize = true;
144      this.lblRemaining.Location = new System.Drawing.Point(15, 47);
145      this.lblRemaining.Name = "lblRemaining";
146      this.lblRemaining.Size = new System.Drawing.Size(60, 13);
147      this.lblRemaining.TabIndex = 8;
148      this.lblRemaining.Text = "Remaining:";
149      //
150      // tbTotal
151      //
152      this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
153            | System.Windows.Forms.AnchorStyles.Right)));
154      this.tbTotal.Enabled = false;
155      this.tbTotal.Location = new System.Drawing.Point(104, 19);
156      this.tbTotal.Name = "tbTotal";
157      this.tbTotal.Size = new System.Drawing.Size(548, 20);
158      this.tbTotal.TabIndex = 7;
159      //
160      // lblTotal
161      //
162      this.lblTotal.AutoSize = true;
163      this.lblTotal.Location = new System.Drawing.Point(15, 21);
164      this.lblTotal.Name = "lblTotal";
165      this.lblTotal.Size = new System.Drawing.Size(34, 13);
166      this.lblTotal.TabIndex = 6;
167      this.lblTotal.Text = "Total:";
168      //
169      // applyFilterButton
170      //
171      this.applyFilterButton.Anchor = System.Windows.Forms.AnchorStyles.Right;
172      this.applyFilterButton.Cursor = System.Windows.Forms.Cursors.Default;
173      this.applyFilterButton.Enabled = false;
174      this.applyFilterButton.Location = new System.Drawing.Point(559, 3);
175      this.applyFilterButton.Name = "applyFilterButton";
176      this.applyFilterButton.Size = new System.Drawing.Size(107, 23);
177      this.applyFilterButton.TabIndex = 2;
178      this.applyFilterButton.Text = "Apply Filters";
179      this.applyFilterButton.UseVisualStyleBackColor = true;
180      this.applyFilterButton.Click += new System.EventHandler(this.applyFilterButton_Click);
181      //
182      // rBtnOr
183      //
184      this.rBtnOr.Anchor = System.Windows.Forms.AnchorStyles.Left;
185      this.rBtnOr.AutoSize = true;
186      this.rBtnOr.Cursor = System.Windows.Forms.Cursors.Default;
187      this.rBtnOr.Enabled = false;
188      this.rBtnOr.Location = new System.Drawing.Point(53, 6);
189      this.rBtnOr.Name = "rBtnOr";
190      this.rBtnOr.Size = new System.Drawing.Size(36, 17);
191      this.rBtnOr.TabIndex = 3;
192      this.rBtnOr.Text = "Or";
193      this.rBtnOr.UseVisualStyleBackColor = true;
194      //
195      // rBtnAnd
196      //
197      this.rBtnAnd.Anchor = System.Windows.Forms.AnchorStyles.Left;
198      this.rBtnAnd.AutoSize = true;
199      this.rBtnAnd.Checked = true;
200      this.rBtnAnd.Cursor = System.Windows.Forms.Cursors.Default;
201      this.rBtnAnd.Enabled = false;
202      this.rBtnAnd.Location = new System.Drawing.Point(3, 6);
203      this.rBtnAnd.Name = "rBtnAnd";
204      this.rBtnAnd.Size = new System.Drawing.Size(44, 17);
205      this.rBtnAnd.TabIndex = 4;
206      this.rBtnAnd.TabStop = true;
207      this.rBtnAnd.Text = "And";
208      this.rBtnAnd.UseVisualStyleBackColor = true;
209      this.rBtnAnd.CheckedChanged += new System.EventHandler(this.rBtnAnd_CheckedChanged);
210      //
211      // groupBox1
212      //
213      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
214            | System.Windows.Forms.AnchorStyles.Right)));
215      this.groupBox1.Controls.Add(this.label4);
216      this.groupBox1.Controls.Add(this.label1);
217      this.groupBox1.Controls.Add(this.label2);
218      this.groupBox1.Controls.Add(this.label3);
219      this.groupBox1.Location = new System.Drawing.Point(4, 445);
220      this.groupBox1.Name = "groupBox1";
221      this.groupBox1.Size = new System.Drawing.Size(658, 130);
222      this.groupBox1.TabIndex = 12;
223      this.groupBox1.TabStop = false;
224      this.groupBox1.Text = "Filter Info";
225      //
226      // label4
227      //
228      this.label4.AutoSize = true;
229      this.label4.Location = new System.Drawing.Point(15, 98);
230      this.label4.Name = "label4";
231      this.label4.Size = new System.Drawing.Size(455, 13);
232      this.label4.TabIndex = 12;
233      this.label4.Text = "The Apply Filter Button permanently activates the filters. This means unfiltered " +
234    "rows are deleted.";
235      //
236      // label1
237      //
238      this.label1.AutoSize = true;
239      this.label1.Location = new System.Drawing.Point(15, 74);
240      this.label1.Name = "label1";
241      this.label1.Size = new System.Drawing.Size(529, 13);
242      this.label1.TabIndex = 11;
243      this.label1.Text = "All preprocessing views are updated when a filter gets activated or deactivated b" +
244    "ut the unfiltered rows still exist.";
245      //
246      // label2
247      //
248      this.label2.AutoSize = true;
249      this.label2.Location = new System.Drawing.Point(15, 47);
250      this.label2.Name = "label2";
251      this.label2.Size = new System.Drawing.Size(402, 13);
252      this.label2.TabIndex = 8;
253      this.label2.Text = "In the Filter Preview all effects of the activated filters on the dataset are sum" +
254    "marized.";
255      //
256      // label3
257      //
258      this.label3.AutoSize = true;
259      this.label3.Location = new System.Drawing.Point(15, 21);
260      this.label3.Name = "label3";
261      this.label3.Size = new System.Drawing.Size(249, 13);
262      this.label3.TabIndex = 6;
263      this.label3.Text = "A filter specifies the data rows which should remain.";
264      //
265      // bottomPanel
266      //
267      this.bottomPanel.Controls.Add(this.applyFilterButton);
268      this.bottomPanel.Controls.Add(this.rBtnAnd);
269      this.bottomPanel.Controls.Add(this.rBtnOr);
270      this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
271      this.bottomPanel.Location = new System.Drawing.Point(0, 580);
272      this.bottomPanel.Name = "bottomPanel";
273      this.bottomPanel.Size = new System.Drawing.Size(670, 30);
274      this.bottomPanel.TabIndex = 13;
275      //
276      // FilterView
277      //
278      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
279      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280      this.Controls.Add(this.bottomPanel);
281      this.Controls.Add(this.groupBox1);
282      this.Controls.Add(this.groupBoxFilterInfo);
283      this.Controls.Add(this.groupBoxFilter);
284      this.Name = "FilterView";
285      this.Size = new System.Drawing.Size(670, 610);
286      this.groupBoxFilter.ResumeLayout(false);
287      this.groupBoxFilterInfo.ResumeLayout(false);
288      this.groupBoxFilterInfo.PerformLayout();
289      this.groupBox1.ResumeLayout(false);
290      this.groupBox1.PerformLayout();
291      this.bottomPanel.ResumeLayout(false);
292      this.bottomPanel.PerformLayout();
293      this.ResumeLayout(false);
294
295    }
296
297    #endregion
298
299    private System.Windows.Forms.GroupBox groupBoxFilter;
300    private System.Windows.Forms.GroupBox groupBoxFilterInfo;
301    private System.Windows.Forms.Button applyFilterButton;
302    private System.Windows.Forms.TextBox tbTotal;
303    private System.Windows.Forms.Label lblTotal;
304    private System.Windows.Forms.Label lblPercentage;
305    private System.Windows.Forms.TextBox tbPercentage;
306    private System.Windows.Forms.TextBox tbRemaining;
307    private System.Windows.Forms.Label lblRemaining;
308    private System.Windows.Forms.RadioButton rBtnOr;
309    private System.Windows.Forms.RadioButton rBtnAnd;
310    private CheckedFilterCollectionView checkedFilterView;
311    private System.Windows.Forms.GroupBox groupBox1;
312    private System.Windows.Forms.Label label4;
313    private System.Windows.Forms.Label label1;
314    private System.Windows.Forms.Label label2;
315    private System.Windows.Forms.Label label3;
316    private System.Windows.Forms.Panel bottomPanel;
317  }
318}
Note: See TracBrowser for help on using the repository browser.