Free cookie consent management tool by TermsFeed Policy Generator

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

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

FilterView + Design

File size: 7.3 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.groupBoxFilterInfo = new System.Windows.Forms.GroupBox();
33      this.lblPercentage = new System.Windows.Forms.Label();
34      this.tbPercentage = new System.Windows.Forms.TextBox();
35      this.tbFiltered = new System.Windows.Forms.TextBox();
36      this.lblFiltered = new System.Windows.Forms.Label();
37      this.tbTotal = new System.Windows.Forms.TextBox();
38      this.lblTotal = new System.Windows.Forms.Label();
39      this.applyFilterButton = new System.Windows.Forms.Button();
40      this.groupBoxFilterInfo.SuspendLayout();
41      this.SuspendLayout();
42      //
43      // groupBoxFilter
44      //
45      this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
46            | System.Windows.Forms.AnchorStyles.Right)));
47      this.groupBoxFilter.Location = new System.Drawing.Point(4, 4);
48      this.groupBoxFilter.Name = "groupBoxFilter";
49      this.groupBoxFilter.Size = new System.Drawing.Size(658, 327);
50      this.groupBoxFilter.TabIndex = 0;
51      this.groupBoxFilter.TabStop = false;
52      this.groupBoxFilter.Text = "Filter";
53      //
54      // groupBoxFilterInfo
55      //
56      this.groupBoxFilterInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
57            | System.Windows.Forms.AnchorStyles.Left)
58            | System.Windows.Forms.AnchorStyles.Right)));
59      this.groupBoxFilterInfo.Controls.Add(this.lblPercentage);
60      this.groupBoxFilterInfo.Controls.Add(this.tbPercentage);
61      this.groupBoxFilterInfo.Controls.Add(this.tbFiltered);
62      this.groupBoxFilterInfo.Controls.Add(this.lblFiltered);
63      this.groupBoxFilterInfo.Controls.Add(this.tbTotal);
64      this.groupBoxFilterInfo.Controls.Add(this.lblTotal);
65      this.groupBoxFilterInfo.Location = new System.Drawing.Point(4, 337);
66      this.groupBoxFilterInfo.Name = "groupBoxFilterInfo";
67      this.groupBoxFilterInfo.Size = new System.Drawing.Size(659, 130);
68      this.groupBoxFilterInfo.TabIndex = 1;
69      this.groupBoxFilterInfo.TabStop = false;
70      this.groupBoxFilterInfo.Text = "Filter Info";
71      //
72      // lblPercentage
73      //
74      this.lblPercentage.AutoSize = true;
75      this.lblPercentage.Location = new System.Drawing.Point(15, 74);
76      this.lblPercentage.Name = "lblPercentage";
77      this.lblPercentage.Size = new System.Drawing.Size(65, 13);
78      this.lblPercentage.TabIndex = 11;
79      this.lblPercentage.Text = "Percentage:";
80      //
81      // tbPercentage
82      //
83      this.tbPercentage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.tbPercentage.Enabled = false;
86      this.tbPercentage.Location = new System.Drawing.Point(104, 71);
87      this.tbPercentage.Name = "tbPercentage";
88      this.tbPercentage.Size = new System.Drawing.Size(549, 20);
89      this.tbPercentage.TabIndex = 10;
90      //
91      // tbFiltered
92      //
93      this.tbFiltered.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
94            | System.Windows.Forms.AnchorStyles.Right)));
95      this.tbFiltered.Enabled = false;
96      this.tbFiltered.Location = new System.Drawing.Point(104, 45);
97      this.tbFiltered.Name = "tbFiltered";
98      this.tbFiltered.Size = new System.Drawing.Size(549, 20);
99      this.tbFiltered.TabIndex = 9;
100      //
101      // lblFiltered
102      //
103      this.lblFiltered.AutoSize = true;
104      this.lblFiltered.Location = new System.Drawing.Point(15, 47);
105      this.lblFiltered.Name = "lblFiltered";
106      this.lblFiltered.Size = new System.Drawing.Size(44, 13);
107      this.lblFiltered.TabIndex = 8;
108      this.lblFiltered.Text = "Filtered:";
109      //
110      // tbTotal
111      //
112      this.tbTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
113            | System.Windows.Forms.AnchorStyles.Right)));
114      this.tbTotal.Enabled = false;
115      this.tbTotal.Location = new System.Drawing.Point(104, 19);
116      this.tbTotal.Name = "tbTotal";
117      this.tbTotal.Size = new System.Drawing.Size(549, 20);
118      this.tbTotal.TabIndex = 7;
119      //
120      // lblTotal
121      //
122      this.lblTotal.AutoSize = true;
123      this.lblTotal.Location = new System.Drawing.Point(15, 21);
124      this.lblTotal.Name = "lblTotal";
125      this.lblTotal.Size = new System.Drawing.Size(34, 13);
126      this.lblTotal.TabIndex = 6;
127      this.lblTotal.Text = "Total:";
128      //
129      // applyFilterButton
130      //
131      this.applyFilterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
132      this.applyFilterButton.Enabled = false;
133      this.applyFilterButton.Location = new System.Drawing.Point(554, 474);
134      this.applyFilterButton.Name = "applyFilterButton";
135      this.applyFilterButton.Size = new System.Drawing.Size(107, 23);
136      this.applyFilterButton.TabIndex = 2;
137      this.applyFilterButton.Text = "Apply Filters";
138      this.applyFilterButton.UseVisualStyleBackColor = true;
139      this.applyFilterButton.Click += new System.EventHandler(this.applyFilterButton_Click);
140      //
141      // FilterView
142      //
143      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
144      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
145      this.Controls.Add(this.applyFilterButton);
146      this.Controls.Add(this.groupBoxFilterInfo);
147      this.Controls.Add(this.groupBoxFilter);
148      this.Name = "FilterView";
149      this.Size = new System.Drawing.Size(670, 506);
150      this.groupBoxFilterInfo.ResumeLayout(false);
151      this.groupBoxFilterInfo.PerformLayout();
152      this.ResumeLayout(false);
153
154    }
155
156    #endregion
157
158    private System.Windows.Forms.GroupBox groupBoxFilter;
159    private System.Windows.Forms.GroupBox groupBoxFilterInfo;
160    private System.Windows.Forms.Button applyFilterButton;
161    private System.Windows.Forms.TextBox tbTotal;
162    private System.Windows.Forms.Label lblTotal;
163    private System.Windows.Forms.Label lblPercentage;
164    private System.Windows.Forms.TextBox tbPercentage;
165    private System.Windows.Forms.TextBox tbFiltered;
166    private System.Windows.Forms.Label lblFiltered;
167
168
169  }
170}
Note: See TracBrowser for help on using the repository browser.