Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs @ 10933

Last change on this file since 10933 was 10933, checked in by psteiner, 10 years ago

filter: removed resetbtn, added filterInfo, deactivation on apply filters

File size: 12.6 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.tbFiltered = new System.Windows.Forms.TextBox();
37      this.lblFiltered = 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.label1 = new System.Windows.Forms.Label();
45      this.label2 = new System.Windows.Forms.Label();
46      this.label3 = new System.Windows.Forms.Label();
47      this.label4 = 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.tbFiltered);
84      this.groupBoxFilterInfo.Controls.Add(this.lblFiltered);
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.tbFiltered.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
117      this.tbFiltered.Enabled = false;
118      this.tbFiltered.Location = new System.Drawing.Point(104, 45);
119      this.tbFiltered.Name = "tbFiltered";
120      this.tbFiltered.Size = new System.Drawing.Size(549, 20);
121      this.tbFiltered.TabIndex = 9;
122      //
123      // lblFiltered
124      //
125      this.lblFiltered.AutoSize = true;
126      this.lblFiltered.Location = new System.Drawing.Point(15, 47);
127      this.lblFiltered.Name = "lblFiltered";
128      this.lblFiltered.Size = new System.Drawing.Size(44, 13);
129      this.lblFiltered.TabIndex = 8;
130      this.lblFiltered.Text = "Filtered:";
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.Enabled = false;
155      this.applyFilterButton.Location = new System.Drawing.Point(554, 628);
156      this.applyFilterButton.Name = "applyFilterButton";
157      this.applyFilterButton.Size = new System.Drawing.Size(107, 23);
158      this.applyFilterButton.TabIndex = 2;
159      this.applyFilterButton.Text = "Apply Filters";
160      this.applyFilterButton.UseVisualStyleBackColor = true;
161      this.applyFilterButton.Click += new System.EventHandler(this.applyFilterButton_Click);
162      //
163      // rBtnOr
164      //
165      this.rBtnOr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
166      this.rBtnOr.AutoSize = true;
167      this.rBtnOr.Enabled = false;
168      this.rBtnOr.Location = new System.Drawing.Point(60, 634);
169      this.rBtnOr.Name = "rBtnOr";
170      this.rBtnOr.Size = new System.Drawing.Size(36, 17);
171      this.rBtnOr.TabIndex = 3;
172      this.rBtnOr.Text = "Or";
173      this.rBtnOr.UseVisualStyleBackColor = true;
174      //
175      // rBtnAnd
176      //
177      this.rBtnAnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
178      this.rBtnAnd.AutoSize = true;
179      this.rBtnAnd.Checked = true;
180      this.rBtnAnd.Enabled = false;
181      this.rBtnAnd.Location = new System.Drawing.Point(10, 634);
182      this.rBtnAnd.Name = "rBtnAnd";
183      this.rBtnAnd.Size = new System.Drawing.Size(44, 17);
184      this.rBtnAnd.TabIndex = 4;
185      this.rBtnAnd.TabStop = true;
186      this.rBtnAnd.Text = "And";
187      this.rBtnAnd.UseVisualStyleBackColor = true;
188      this.rBtnAnd.CheckedChanged += new System.EventHandler(this.rBtnAnd_CheckedChanged);
189      //
190      // groupBox1
191      //
192      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
193            | System.Windows.Forms.AnchorStyles.Right)));
194      this.groupBox1.Controls.Add(this.label4);
195      this.groupBox1.Controls.Add(this.label1);
196      this.groupBox1.Controls.Add(this.label2);
197      this.groupBox1.Controls.Add(this.label3);
198      this.groupBox1.Location = new System.Drawing.Point(7, 445);
199      this.groupBox1.Name = "groupBox1";
200      this.groupBox1.Size = new System.Drawing.Size(659, 130);
201      this.groupBox1.TabIndex = 12;
202      this.groupBox1.TabStop = false;
203      this.groupBox1.Text = "Filter Info";
204      //
205      // label1
206      //
207      this.label1.AutoSize = true;
208      this.label1.Location = new System.Drawing.Point(15, 74);
209      this.label1.Name = "label1";
210      this.label1.Size = new System.Drawing.Size(529, 13);
211      this.label1.TabIndex = 11;
212      this.label1.Text = "All preprocessing views are updated when a filter gets activated or deactivated b" +
213    "ut the unfiltered rows still exist.";
214      //
215      // label2
216      //
217      this.label2.AutoSize = true;
218      this.label2.Location = new System.Drawing.Point(15, 47);
219      this.label2.Name = "label2";
220      this.label2.Size = new System.Drawing.Size(402, 13);
221      this.label2.TabIndex = 8;
222      this.label2.Text = "In the Filter Preview all effects of the activated filters on the dataset are sum" +
223    "marized.";
224      //
225      // label3
226      //
227      this.label3.AutoSize = true;
228      this.label3.Location = new System.Drawing.Point(15, 21);
229      this.label3.Name = "label3";
230      this.label3.Size = new System.Drawing.Size(249, 13);
231      this.label3.TabIndex = 6;
232      this.label3.Text = "A filter specifies the data rows which should remain.";
233      //
234      // label4
235      //
236      this.label4.AutoSize = true;
237      this.label4.Location = new System.Drawing.Point(15, 98);
238      this.label4.Name = "label4";
239      this.label4.Size = new System.Drawing.Size(455, 13);
240      this.label4.TabIndex = 12;
241      this.label4.Text = "The Apply Filter Button permanently activates the filters. This means unfiltered " +
242    "rows are deleted.";
243      //
244      // FilterView
245      //
246      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
247      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
248      this.Controls.Add(this.groupBox1);
249      this.Controls.Add(this.rBtnAnd);
250      this.Controls.Add(this.rBtnOr);
251      this.Controls.Add(this.applyFilterButton);
252      this.Controls.Add(this.groupBoxFilterInfo);
253      this.Controls.Add(this.groupBoxFilter);
254      this.Name = "FilterView";
255      this.Size = new System.Drawing.Size(670, 660);
256      this.groupBoxFilter.ResumeLayout(false);
257      this.groupBoxFilterInfo.ResumeLayout(false);
258      this.groupBoxFilterInfo.PerformLayout();
259      this.groupBox1.ResumeLayout(false);
260      this.groupBox1.PerformLayout();
261      this.ResumeLayout(false);
262      this.PerformLayout();
263
264    }
265
266    #endregion
267
268    private System.Windows.Forms.GroupBox groupBoxFilter;
269    private System.Windows.Forms.GroupBox groupBoxFilterInfo;
270    private System.Windows.Forms.Button applyFilterButton;
271    private System.Windows.Forms.TextBox tbTotal;
272    private System.Windows.Forms.Label lblTotal;
273    private System.Windows.Forms.Label lblPercentage;
274    private System.Windows.Forms.TextBox tbPercentage;
275    private System.Windows.Forms.TextBox tbFiltered;
276    private System.Windows.Forms.Label lblFiltered;
277    private System.Windows.Forms.RadioButton rBtnOr;
278    private System.Windows.Forms.RadioButton rBtnAnd;
279    private CheckedFilterCollectionView checkedFilterView;
280    private System.Windows.Forms.GroupBox groupBox1;
281    private System.Windows.Forms.Label label4;
282    private System.Windows.Forms.Label label1;
283    private System.Windows.Forms.Label label2;
284    private System.Windows.Forms.Label label3;
285
286
287  }
288}
Note: See TracBrowser for help on using the repository browser.