Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11163 was 11044, checked in by sbreuer, 10 years ago

show remaining values in filter preview

File size: 12.9 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views
2{
3  partial class FilterView
4  {
5    /// <summary>
6    /// Required designer variable.
7    /// </summary>
8    private System.ComponentModel.IContainer components = null;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing)
15    {
16      if (disposing && (components != null))
17      {
18        components.Dispose();
19      }
20      base.Dispose(disposing);
21    }
22
23    #region Component Designer generated code
24
25    /// <summary>
26    /// Required method for Designer support - do not modify
27    /// the contents of this method with the code editor.
28    /// </summary>
29    private void InitializeComponent()
30    {
31      this.groupBoxFilter = new System.Windows.Forms.GroupBox();
32      this.checkedFilterView = new HeuristicLab.DataPreprocessing.Views.CheckedFilterCollectionView();
33      this.groupBoxFilterInfo = new System.Windows.Forms.GroupBox();
34      this.lblPercentage = new System.Windows.Forms.Label();
35      this.tbPercentage = new System.Windows.Forms.TextBox();
36      this.tbRemaining = new System.Windows.Forms.TextBox();
37      this.lblRemaining = new System.Windows.Forms.Label();
38      this.tbTotal = new System.Windows.Forms.TextBox();
39      this.lblTotal = new System.Windows.Forms.Label();
40      this.applyFilterButton = new System.Windows.Forms.Button();
41      this.rBtnOr = new System.Windows.Forms.RadioButton();
42      this.rBtnAnd = new System.Windows.Forms.RadioButton();
43      this.groupBox1 = new System.Windows.Forms.GroupBox();
44      this.label4 = new System.Windows.Forms.Label();
45      this.label1 = new System.Windows.Forms.Label();
46      this.label2 = new System.Windows.Forms.Label();
47      this.label3 = new System.Windows.Forms.Label();
48      this.groupBoxFilter.SuspendLayout();
49      this.groupBoxFilterInfo.SuspendLayout();
50      this.groupBox1.SuspendLayout();
51      this.SuspendLayout();
52      //
53      // groupBoxFilter
54      //
55      this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
56            | System.Windows.Forms.AnchorStyles.Right)));
57      this.groupBoxFilter.Controls.Add(this.checkedFilterView);
58      this.groupBoxFilter.Location = new System.Drawing.Point(4, 4);
59      this.groupBoxFilter.Name = "groupBoxFilter";
60      this.groupBoxFilter.Size = new System.Drawing.Size(658, 327);
61      this.groupBoxFilter.TabIndex = 0;
62      this.groupBoxFilter.TabStop = false;
63      this.groupBoxFilter.Text = "Filter";
64      //
65      // checkedFilterView
66      //
67      this.checkedFilterView.Caption = "filterView";
68      this.checkedFilterView.Content = null;
69      this.checkedFilterView.Dock = System.Windows.Forms.DockStyle.Fill;
70      this.checkedFilterView.Location = new System.Drawing.Point(3, 16);
71      this.checkedFilterView.Name = "checkedFilterView";
72      this.checkedFilterView.ReadOnly = false;
73      this.checkedFilterView.ShowDetails = true;
74      this.checkedFilterView.Size = new System.Drawing.Size(652, 308);
75      this.checkedFilterView.TabIndex = 0;
76      //
77      // groupBoxFilterInfo
78      //
79      this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
80            | System.Windows.Forms.AnchorStyles.Right)));
81      this.groupBoxFilterInfo.Controls.Add(this.lblPercentage);
82      this.groupBoxFilterInfo.Controls.Add(this.tbPercentage);
83      this.groupBoxFilterInfo.Controls.Add(this.tbRemaining);
84      this.groupBoxFilterInfo.Controls.Add(this.lblRemaining);
85      this.groupBoxFilterInfo.Controls.Add(this.tbTotal);
86      this.groupBoxFilterInfo.Controls.Add(this.lblTotal);
87      this.groupBoxFilterInfo.Location = new System.Drawing.Point(4, 337);
88      this.groupBoxFilterInfo.Name = "groupBoxFilterInfo";
89      this.groupBoxFilterInfo.Size = new System.Drawing.Size(659, 102);
90      this.groupBoxFilterInfo.TabIndex = 1;
91      this.groupBoxFilterInfo.TabStop = false;
92      this.groupBoxFilterInfo.Text = "Filter Preview";
93      //
94      // lblPercentage
95      //
96      this.lblPercentage.AutoSize = true;
97      this.lblPercentage.Location = new System.Drawing.Point(15, 74);
98      this.lblPercentage.Name = "lblPercentage";
99      this.lblPercentage.Size = new System.Drawing.Size(65, 13);
100      this.lblPercentage.TabIndex = 11;
101      this.lblPercentage.Text = "Percentage:";
102      //
103      // tbPercentage
104      //
105      this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.tbPercentage.Enabled = false;
108      this.tbPercentage.Location = new System.Drawing.Point(104, 71);
109      this.tbPercentage.Name = "tbPercentage";
110      this.tbPercentage.Size = new System.Drawing.Size(549, 20);
111      this.tbPercentage.TabIndex = 10;
112      //
113      // tbFiltered
114      //
115      this.tbRemaining.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
117      this.tbRemaining.Enabled = false;
118      this.tbRemaining.Location = new System.Drawing.Point(104, 45);
119      this.tbRemaining.Name = "tbRemaining";
120      this.tbRemaining.Size = new System.Drawing.Size(549, 20);
121      this.tbRemaining.TabIndex = 9;
122      //
123      // lblFiltered
124      //
125      this.lblRemaining.AutoSize = true;
126      this.lblRemaining.Location = new System.Drawing.Point(15, 47);
127      this.lblRemaining.Name = "lblRemaining";
128      this.lblRemaining.Size = new System.Drawing.Size(60, 13);
129      this.lblRemaining.TabIndex = 8;
130      this.lblRemaining.Text = "Remaining:";
131      //
132      // tbTotal
133      //
134      this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
135            | System.Windows.Forms.AnchorStyles.Right)));
136      this.tbTotal.Enabled = false;
137      this.tbTotal.Location = new System.Drawing.Point(104, 19);
138      this.tbTotal.Name = "tbTotal";
139      this.tbTotal.Size = new System.Drawing.Size(549, 20);
140      this.tbTotal.TabIndex = 7;
141      //
142      // lblTotal
143      //
144      this.lblTotal.AutoSize = true;
145      this.lblTotal.Location = new System.Drawing.Point(15, 21);
146      this.lblTotal.Name = "lblTotal";
147      this.lblTotal.Size = new System.Drawing.Size(34, 13);
148      this.lblTotal.TabIndex = 6;
149      this.lblTotal.Text = "Total:";
150      //
151      // applyFilterButton
152      //
153      this.applyFilterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
154      this.applyFilterButton.Cursor = System.Windows.Forms.Cursors.Default;
155      this.applyFilterButton.Enabled = false;
156      this.applyFilterButton.Location = new System.Drawing.Point(554, 628);
157      this.applyFilterButton.Name = "applyFilterButton";
158      this.applyFilterButton.Size = new System.Drawing.Size(107, 23);
159      this.applyFilterButton.TabIndex = 2;
160      this.applyFilterButton.Text = "Apply Filters";
161      this.applyFilterButton.UseVisualStyleBackColor = true;
162      this.applyFilterButton.Click += new System.EventHandler(this.applyFilterButton_Click);
163      //
164      // rBtnOr
165      //
166      this.rBtnOr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
167      this.rBtnOr.AutoSize = true;
168      this.rBtnOr.Cursor = System.Windows.Forms.Cursors.Default;
169      this.rBtnOr.Enabled = false;
170      this.rBtnOr.Location = new System.Drawing.Point(60, 634);
171      this.rBtnOr.Name = "rBtnOr";
172      this.rBtnOr.Size = new System.Drawing.Size(36, 17);
173      this.rBtnOr.TabIndex = 3;
174      this.rBtnOr.Text = "Or";
175      this.rBtnOr.UseVisualStyleBackColor = true;
176      //
177      // rBtnAnd
178      //
179      this.rBtnAnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
180      this.rBtnAnd.AutoSize = true;
181      this.rBtnAnd.Checked = true;
182      this.rBtnAnd.Cursor = System.Windows.Forms.Cursors.Default;
183      this.rBtnAnd.Enabled = false;
184      this.rBtnAnd.Location = new System.Drawing.Point(10, 634);
185      this.rBtnAnd.Name = "rBtnAnd";
186      this.rBtnAnd.Size = new System.Drawing.Size(44, 17);
187      this.rBtnAnd.TabIndex = 4;
188      this.rBtnAnd.TabStop = true;
189      this.rBtnAnd.Text = "And";
190      this.rBtnAnd.UseVisualStyleBackColor = true;
191      this.rBtnAnd.CheckedChanged += new System.EventHandler(this.rBtnAnd_CheckedChanged);
192      //
193      // groupBox1
194      //
195      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
196            | System.Windows.Forms.AnchorStyles.Right)));
197      this.groupBox1.Controls.Add(this.label4);
198      this.groupBox1.Controls.Add(this.label1);
199      this.groupBox1.Controls.Add(this.label2);
200      this.groupBox1.Controls.Add(this.label3);
201      this.groupBox1.Location = new System.Drawing.Point(7, 445);
202      this.groupBox1.Name = "groupBox1";
203      this.groupBox1.Size = new System.Drawing.Size(659, 130);
204      this.groupBox1.TabIndex = 12;
205      this.groupBox1.TabStop = false;
206      this.groupBox1.Text = "Filter Info";
207      //
208      // label4
209      //
210      this.label4.AutoSize = true;
211      this.label4.Location = new System.Drawing.Point(15, 98);
212      this.label4.Name = "label4";
213      this.label4.Size = new System.Drawing.Size(455, 13);
214      this.label4.TabIndex = 12;
215      this.label4.Text = "The Apply Filter Button permanently activates the filters. This means unfiltered " +
216    "rows are deleted.";
217      //
218      // label1
219      //
220      this.label1.AutoSize = true;
221      this.label1.Location = new System.Drawing.Point(15, 74);
222      this.label1.Name = "label1";
223      this.label1.Size = new System.Drawing.Size(529, 13);
224      this.label1.TabIndex = 11;
225      this.label1.Text = "All preprocessing views are updated when a filter gets activated or deactivated b" +
226    "ut the unfiltered rows still exist.";
227      //
228      // label2
229      //
230      this.label2.AutoSize = true;
231      this.label2.Location = new System.Drawing.Point(15, 47);
232      this.label2.Name = "label2";
233      this.label2.Size = new System.Drawing.Size(402, 13);
234      this.label2.TabIndex = 8;
235      this.label2.Text = "In the Filter Preview all effects of the activated filters on the dataset are sum" +
236    "marized.";
237      //
238      // label3
239      //
240      this.label3.AutoSize = true;
241      this.label3.Location = new System.Drawing.Point(15, 21);
242      this.label3.Name = "label3";
243      this.label3.Size = new System.Drawing.Size(249, 13);
244      this.label3.TabIndex = 6;
245      this.label3.Text = "A filter specifies the data rows which should remain.";
246      //
247      // FilterView
248      //
249      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
250      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
251      this.Controls.Add(this.groupBox1);
252      this.Controls.Add(this.rBtnAnd);
253      this.Controls.Add(this.rBtnOr);
254      this.Controls.Add(this.applyFilterButton);
255      this.Controls.Add(this.groupBoxFilterInfo);
256      this.Controls.Add(this.groupBoxFilter);
257      this.Name = "FilterView";
258      this.Size = new System.Drawing.Size(670, 660);
259      this.groupBoxFilter.ResumeLayout(false);
260      this.groupBoxFilterInfo.ResumeLayout(false);
261      this.groupBoxFilterInfo.PerformLayout();
262      this.groupBox1.ResumeLayout(false);
263      this.groupBox1.PerformLayout();
264      this.ResumeLayout(false);
265      this.PerformLayout();
266
267    }
268
269    #endregion
270
271    private System.Windows.Forms.GroupBox groupBoxFilter;
272    private System.Windows.Forms.GroupBox groupBoxFilterInfo;
273    private System.Windows.Forms.Button applyFilterButton;
274    private System.Windows.Forms.TextBox tbTotal;
275    private System.Windows.Forms.Label lblTotal;
276    private System.Windows.Forms.Label lblPercentage;
277    private System.Windows.Forms.TextBox tbPercentage;
278    private System.Windows.Forms.TextBox tbRemaining;
279    private System.Windows.Forms.Label lblRemaining;
280    private System.Windows.Forms.RadioButton rBtnOr;
281    private System.Windows.Forms.RadioButton rBtnAnd;
282    private CheckedFilterCollectionView checkedFilterView;
283    private System.Windows.Forms.GroupBox groupBox1;
284    private System.Windows.Forms.Label label4;
285    private System.Windows.Forms.Label label1;
286    private System.Windows.Forms.Label label2;
287    private System.Windows.Forms.Label label3;
288
289
290  }
291}
Note: See TracBrowser for help on using the repository browser.