Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FilterView.Designer.cs @ 10785

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

filter or combination
filter control: checkedlistview

File size: 10.4 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.btnReset = new System.Windows.Forms.Button();
44      this.groupBoxFilter.SuspendLayout();
45      this.groupBoxFilterInfo.SuspendLayout();
46      this.SuspendLayout();
47      //
48      // groupBoxFilter
49      //
50      this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
51            | System.Windows.Forms.AnchorStyles.Right)));
52      this.groupBoxFilter.Controls.Add(this.checkedFilterView);
53      this.groupBoxFilter.Location = new System.Drawing.Point(4, 4);
54      this.groupBoxFilter.Name = "groupBoxFilter";
55      this.groupBoxFilter.Size = new System.Drawing.Size(658, 327);
56      this.groupBoxFilter.TabIndex = 0;
57      this.groupBoxFilter.TabStop = false;
58      this.groupBoxFilter.Text = "Filter";
59      //
60      // checkedFilterView
61      //
62      this.checkedFilterView.Caption = "filterView";
63      this.checkedFilterView.Content = null;
64      this.checkedFilterView.Dock = System.Windows.Forms.DockStyle.Fill;
65      this.checkedFilterView.Location = new System.Drawing.Point(3, 16);
66      this.checkedFilterView.Name = "checkedFilterView";
67      this.checkedFilterView.ReadOnly = false;
68      this.checkedFilterView.ShowDetails = true;
69      this.checkedFilterView.Size = new System.Drawing.Size(652, 308);
70      this.checkedFilterView.TabIndex = 0;
71      //
72      // groupBoxFilterInfo
73      //
74      this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.groupBoxFilterInfo.Controls.Add(this.lblPercentage);
77      this.groupBoxFilterInfo.Controls.Add(this.tbPercentage);
78      this.groupBoxFilterInfo.Controls.Add(this.tbFiltered);
79      this.groupBoxFilterInfo.Controls.Add(this.lblFiltered);
80      this.groupBoxFilterInfo.Controls.Add(this.tbTotal);
81      this.groupBoxFilterInfo.Controls.Add(this.lblTotal);
82      this.groupBoxFilterInfo.Location = new System.Drawing.Point(4, 337);
83      this.groupBoxFilterInfo.Name = "groupBoxFilterInfo";
84      this.groupBoxFilterInfo.Size = new System.Drawing.Size(659, 130);
85      this.groupBoxFilterInfo.TabIndex = 1;
86      this.groupBoxFilterInfo.TabStop = false;
87      this.groupBoxFilterInfo.Text = "Filter Info";
88      //
89      // lblPercentage
90      //
91      this.lblPercentage.AutoSize = true;
92      this.lblPercentage.Location = new System.Drawing.Point(15, 74);
93      this.lblPercentage.Name = "lblPercentage";
94      this.lblPercentage.Size = new System.Drawing.Size(65, 13);
95      this.lblPercentage.TabIndex = 11;
96      this.lblPercentage.Text = "Percentage:";
97      //
98      // tbPercentage
99      //
100      this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
101            | System.Windows.Forms.AnchorStyles.Right)));
102      this.tbPercentage.Enabled = false;
103      this.tbPercentage.Location = new System.Drawing.Point(104, 71);
104      this.tbPercentage.Name = "tbPercentage";
105      this.tbPercentage.Size = new System.Drawing.Size(549, 20);
106      this.tbPercentage.TabIndex = 10;
107      //
108      // tbFiltered
109      //
110      this.tbFiltered.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111            | System.Windows.Forms.AnchorStyles.Right)));
112      this.tbFiltered.Enabled = false;
113      this.tbFiltered.Location = new System.Drawing.Point(104, 45);
114      this.tbFiltered.Name = "tbFiltered";
115      this.tbFiltered.Size = new System.Drawing.Size(549, 20);
116      this.tbFiltered.TabIndex = 9;
117      //
118      // lblFiltered
119      //
120      this.lblFiltered.AutoSize = true;
121      this.lblFiltered.Location = new System.Drawing.Point(15, 47);
122      this.lblFiltered.Name = "lblFiltered";
123      this.lblFiltered.Size = new System.Drawing.Size(44, 13);
124      this.lblFiltered.TabIndex = 8;
125      this.lblFiltered.Text = "Filtered:";
126      //
127      // tbTotal
128      //
129      this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130            | System.Windows.Forms.AnchorStyles.Right)));
131      this.tbTotal.Enabled = false;
132      this.tbTotal.Location = new System.Drawing.Point(104, 19);
133      this.tbTotal.Name = "tbTotal";
134      this.tbTotal.Size = new System.Drawing.Size(549, 20);
135      this.tbTotal.TabIndex = 7;
136      //
137      // lblTotal
138      //
139      this.lblTotal.AutoSize = true;
140      this.lblTotal.Location = new System.Drawing.Point(15, 21);
141      this.lblTotal.Name = "lblTotal";
142      this.lblTotal.Size = new System.Drawing.Size(34, 13);
143      this.lblTotal.TabIndex = 6;
144      this.lblTotal.Text = "Total:";
145      //
146      // applyFilterButton
147      //
148      this.applyFilterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
149      this.applyFilterButton.Enabled = false;
150      this.applyFilterButton.Location = new System.Drawing.Point(554, 474);
151      this.applyFilterButton.Name = "applyFilterButton";
152      this.applyFilterButton.Size = new System.Drawing.Size(107, 23);
153      this.applyFilterButton.TabIndex = 2;
154      this.applyFilterButton.Text = "Apply Filters";
155      this.applyFilterButton.UseVisualStyleBackColor = true;
156      this.applyFilterButton.Click += new System.EventHandler(this.applyFilterButton_Click);
157      //
158      // rBtnOr
159      //
160      this.rBtnOr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
161      this.rBtnOr.AutoSize = true;
162      this.rBtnOr.Enabled = false;
163      this.rBtnOr.Location = new System.Drawing.Point(60, 480);
164      this.rBtnOr.Name = "rBtnOr";
165      this.rBtnOr.Size = new System.Drawing.Size(36, 17);
166      this.rBtnOr.TabIndex = 3;
167      this.rBtnOr.Text = "Or";
168      this.rBtnOr.UseVisualStyleBackColor = true;
169      //
170      // rBtnAnd
171      //
172      this.rBtnAnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
173      this.rBtnAnd.AutoSize = true;
174      this.rBtnAnd.Checked = true;
175      this.rBtnAnd.Enabled = false;
176      this.rBtnAnd.Location = new System.Drawing.Point(10, 480);
177      this.rBtnAnd.Name = "rBtnAnd";
178      this.rBtnAnd.Size = new System.Drawing.Size(44, 17);
179      this.rBtnAnd.TabIndex = 4;
180      this.rBtnAnd.TabStop = true;
181      this.rBtnAnd.Text = "And";
182      this.rBtnAnd.UseVisualStyleBackColor = true;
183      this.rBtnAnd.CheckedChanged += new System.EventHandler(this.rBtnAnd_CheckedChanged);
184      //
185      // btnReset
186      //
187      this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
188      this.btnReset.Enabled = false;
189      this.btnReset.Location = new System.Drawing.Point(473, 473);
190      this.btnReset.Name = "btnReset";
191      this.btnReset.Size = new System.Drawing.Size(75, 23);
192      this.btnReset.TabIndex = 5;
193      this.btnReset.Text = "Reset";
194      this.btnReset.UseVisualStyleBackColor = true;
195      this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
196      //
197      // FilterView
198      //
199      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
200      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
201      this.Controls.Add(this.btnReset);
202      this.Controls.Add(this.rBtnAnd);
203      this.Controls.Add(this.rBtnOr);
204      this.Controls.Add(this.applyFilterButton);
205      this.Controls.Add(this.groupBoxFilterInfo);
206      this.Controls.Add(this.groupBoxFilter);
207      this.Name = "FilterView";
208      this.Size = new System.Drawing.Size(670, 506);
209      this.groupBoxFilter.ResumeLayout(false);
210      this.groupBoxFilterInfo.ResumeLayout(false);
211      this.groupBoxFilterInfo.PerformLayout();
212      this.ResumeLayout(false);
213      this.PerformLayout();
214
215    }
216
217    #endregion
218
219    private System.Windows.Forms.GroupBox groupBoxFilter;
220    private System.Windows.Forms.GroupBox groupBoxFilterInfo;
221    private System.Windows.Forms.Button applyFilterButton;
222    private System.Windows.Forms.TextBox tbTotal;
223    private System.Windows.Forms.Label lblTotal;
224    private System.Windows.Forms.Label lblPercentage;
225    private System.Windows.Forms.TextBox tbPercentage;
226    private System.Windows.Forms.TextBox tbFiltered;
227    private System.Windows.Forms.Label lblFiltered;
228    private System.Windows.Forms.RadioButton rBtnOr;
229    private System.Windows.Forms.RadioButton rBtnAnd;
230    private CheckedFilterCollectionView checkedFilterView;
231    private System.Windows.Forms.Button btnReset;
232
233
234  }
235}
Note: See TracBrowser for help on using the repository browser.