Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs @ 15518

Last change on this file since 15518 was 15518, checked in by pfleck, 6 years ago

#2809: merged branch to trunk

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