Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.Designer.cs @ 12986

Last change on this file since 12986 was 12986, checked in by pfleck, 9 years ago

#2486

  • Added buttons for adding columns and rows.
  • Fixed a bug with row names.
File size: 15.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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 DataGridContentView {
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 Windows Form 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.components = new System.ComponentModel.Container();
48      this.btnApplySort = new System.Windows.Forms.Button();
49      this.contextMenuCell = new System.Windows.Forms.ContextMenuStrip(this.components);
50      this.replaceValueOverColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.averageToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
52      this.medianToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
53      this.randomToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
54      this.mostCommonToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
55      this.interpolationToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
56      this.smoothingToolStripMenuItem_Column = new System.Windows.Forms.ToolStripMenuItem();
57      this.replaceValueOverSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.averageToolStripMenuItem_Selection = new System.Windows.Forms.ToolStripMenuItem();
59      this.medianToolStripMenuItem_Selection = new System.Windows.Forms.ToolStripMenuItem();
60      this.randomToolStripMenuItem_Selection = new System.Windows.Forms.ToolStripMenuItem();
61      this.mostCommonToolStripMenuItem_Selection = new System.Windows.Forms.ToolStripMenuItem();
62      this.btnSearch = new System.Windows.Forms.Button();
63      this.btnReplace = new System.Windows.Forms.Button();
64      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
65      this.addLineButton = new System.Windows.Forms.Button();
66      this.addColumnButton = new System.Windows.Forms.Button();
67      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
68      this.contextMenuCell.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // rowsTextBox
72      //
73      this.rowsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
74      this.errorProvider.SetIconAlignment(this.rowsTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
75      this.errorProvider.SetIconPadding(this.rowsTextBox, 2);
76      this.rowsTextBox.Size = new System.Drawing.Size(71, 20);
77      //
78      // columnsTextBox
79      //
80      this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
81      this.columnsTextBox.Size = new System.Drawing.Size(71, 20);
82      //
83      // btnApplySort
84      //
85      this.btnApplySort.Location = new System.Drawing.Point(320, -1);
86      this.btnApplySort.Name = "btnApplySort";
87      this.btnApplySort.Size = new System.Drawing.Size(87, 23);
88      this.btnApplySort.TabIndex = 7;
89      this.btnApplySort.Text = "Apply Sort";
90      this.toolTip.SetToolTip(this.btnApplySort, "The current sorting is applied on the data itself.");
91      this.btnApplySort.UseVisualStyleBackColor = true;
92      this.btnApplySort.Click += new System.EventHandler(this.btnApplySort_Click);
93      //
94      // contextMenuCell
95      //
96      this.contextMenuCell.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
97            this.replaceValueOverColumnToolStripMenuItem,
98            this.replaceValueOverSelectionToolStripMenuItem});
99      this.contextMenuCell.Name = "contextMenuCell";
100      this.contextMenuCell.Size = new System.Drawing.Size(225, 48);
101      //
102      // replaceValueOverColumnToolStripMenuItem
103      //
104      this.replaceValueOverColumnToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
105            this.averageToolStripMenuItem_Column,
106            this.medianToolStripMenuItem_Column,
107            this.randomToolStripMenuItem_Column,
108            this.mostCommonToolStripMenuItem_Column,
109            this.interpolationToolStripMenuItem_Column,
110            this.smoothingToolStripMenuItem_Column});
111      this.replaceValueOverColumnToolStripMenuItem.Name = "replaceValueOverColumnToolStripMenuItem";
112      this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
113      this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Column";
114      //
115      // averageToolStripMenuItem_Column
116      //
117      this.averageToolStripMenuItem_Column.Name = "averageToolStripMenuItem_Column";
118      this.averageToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
119      this.averageToolStripMenuItem_Column.Text = "Average";
120      this.averageToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithAverage_Column_Click);
121      //
122      // medianToolStripMenuItem_Column
123      //
124      this.medianToolStripMenuItem_Column.Name = "medianToolStripMenuItem_Column";
125      this.medianToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
126      this.medianToolStripMenuItem_Column.Text = "Median";
127      this.medianToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithMedian_Column_Click);
128      //
129      // randomToolStripMenuItem_Column
130      //
131      this.randomToolStripMenuItem_Column.Name = "randomToolStripMenuItem_Column";
132      this.randomToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
133      this.randomToolStripMenuItem_Column.Text = "Random";
134      this.randomToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithRandom_Column_Click);
135      //
136      // mostCommonToolStripMenuItem_Column
137      //
138      this.mostCommonToolStripMenuItem_Column.Name = "mostCommonToolStripMenuItem_Column";
139      this.mostCommonToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
140      this.mostCommonToolStripMenuItem_Column.Text = "Most Common";
141      this.mostCommonToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithMostCommon_Column_Click);
142      //
143      // interpolationToolStripMenuItem_Column
144      //
145      this.interpolationToolStripMenuItem_Column.Name = "interpolationToolStripMenuItem_Column";
146      this.interpolationToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
147      this.interpolationToolStripMenuItem_Column.Text = "Interpolation";
148      this.interpolationToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithInterpolation_Column_Click);
149      //
150      // smoothingToolStripMenuItem_Column
151      //
152      this.smoothingToolStripMenuItem_Column.Name = "smoothingToolStripMenuItem_Column";
153      this.smoothingToolStripMenuItem_Column.Size = new System.Drawing.Size(155, 22);
154      this.smoothingToolStripMenuItem_Column.Text = "Smoothing";
155      this.smoothingToolStripMenuItem_Column.Click += new System.EventHandler(this.ReplaceWithSmoothing_Selection_Click);
156      //
157      // replaceValueOverSelectionToolStripMenuItem
158      //
159      this.replaceValueOverSelectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
160            this.averageToolStripMenuItem_Selection,
161            this.medianToolStripMenuItem_Selection,
162            this.randomToolStripMenuItem_Selection,
163            this.mostCommonToolStripMenuItem_Selection});
164      this.replaceValueOverSelectionToolStripMenuItem.Name = "replaceValueOverSelectionToolStripMenuItem";
165      this.replaceValueOverSelectionToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
166      this.replaceValueOverSelectionToolStripMenuItem.Text = "Replace Value over Selection";
167      //
168      // averageToolStripMenuItem_Selection
169      //
170      this.averageToolStripMenuItem_Selection.Name = "averageToolStripMenuItem_Selection";
171      this.averageToolStripMenuItem_Selection.Size = new System.Drawing.Size(155, 22);
172      this.averageToolStripMenuItem_Selection.Text = "Average";
173      this.averageToolStripMenuItem_Selection.Click += new System.EventHandler(this.ReplaceWithAverage_Selection_Click);
174      //
175      // medianToolStripMenuItem_Selection
176      //
177      this.medianToolStripMenuItem_Selection.Name = "medianToolStripMenuItem_Selection";
178      this.medianToolStripMenuItem_Selection.Size = new System.Drawing.Size(155, 22);
179      this.medianToolStripMenuItem_Selection.Text = "Median";
180      this.medianToolStripMenuItem_Selection.Click += new System.EventHandler(this.ReplaceWithMedian_Selection_Click);
181      //
182      // randomToolStripMenuItem_Selection
183      //
184      this.randomToolStripMenuItem_Selection.Name = "randomToolStripMenuItem_Selection";
185      this.randomToolStripMenuItem_Selection.Size = new System.Drawing.Size(155, 22);
186      this.randomToolStripMenuItem_Selection.Text = "Random";
187      this.randomToolStripMenuItem_Selection.Click += new System.EventHandler(this.ReplaceWithRandom_Selection_Click);
188      //
189      // mostCommonToolStripMenuItem_Selection
190      //
191      this.mostCommonToolStripMenuItem_Selection.Name = "mostCommonToolStripMenuItem_Selection";
192      this.mostCommonToolStripMenuItem_Selection.Size = new System.Drawing.Size(155, 22);
193      this.mostCommonToolStripMenuItem_Selection.Text = "Most Common";
194      this.mostCommonToolStripMenuItem_Selection.Click += new System.EventHandler(this.ReplaceWithMostCommon_Selection_Click);
195      //
196      // btnSearch
197      //
198      this.btnSearch.Location = new System.Drawing.Point(173, -1);
199      this.btnSearch.Name = "btnSearch";
200      this.btnSearch.Size = new System.Drawing.Size(53, 23);
201      this.btnSearch.TabIndex = 8;
202      this.btnSearch.Text = "Search";
203      this.toolTip.SetToolTip(this.btnSearch, "Opens the Search dialog");
204      this.btnSearch.UseVisualStyleBackColor = true;
205      this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
206      //
207      // btnReplace
208      //
209      this.btnReplace.Location = new System.Drawing.Point(232, -1);
210      this.btnReplace.Name = "btnReplace";
211      this.btnReplace.Size = new System.Drawing.Size(55, 23);
212      this.btnReplace.TabIndex = 9;
213      this.btnReplace.Text = "Replace";
214      this.toolTip.SetToolTip(this.btnReplace, "Opens the Search & Replace dialog");
215      this.btnReplace.UseVisualStyleBackColor = true;
216      this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
217      //
218      // addLineButton
219      //
220      this.addLineButton.Location = new System.Drawing.Point(173, 25);
221      this.addLineButton.Name = "addLineButton";
222      this.addLineButton.Size = new System.Drawing.Size(114, 23);
223      this.addLineButton.TabIndex = 10;
224      this.addLineButton.Text = "Add Line";
225      this.addLineButton.UseVisualStyleBackColor = true;
226      this.addLineButton.Click += new System.EventHandler(this.addLineButton_Click);
227      //
228      // addColumnButton
229      //
230      this.addColumnButton.Location = new System.Drawing.Point(293, 25);
231      this.addColumnButton.Name = "addColumnButton";
232      this.addColumnButton.Size = new System.Drawing.Size(114, 23);
233      this.addColumnButton.TabIndex = 10;
234      this.addColumnButton.Text = "Add Column";
235      this.addColumnButton.UseVisualStyleBackColor = true;
236      this.addColumnButton.Click += new System.EventHandler(this.addColumnButton_Click);
237      //
238      // DataGridContentView
239      //
240      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
241      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
242      this.Controls.Add(this.addColumnButton);
243      this.Controls.Add(this.addLineButton);
244      this.Controls.Add(this.btnReplace);
245      this.Controls.Add(this.btnSearch);
246      this.Controls.Add(this.btnApplySort);
247      this.Name = "DataGridContentView";
248      this.Controls.SetChildIndex(this.statisticsTextBox, 0);
249      this.Controls.SetChildIndex(this.rowsLabel, 0);
250      this.Controls.SetChildIndex(this.columnsLabel, 0);
251      this.Controls.SetChildIndex(this.rowsTextBox, 0);
252      this.Controls.SetChildIndex(this.columnsTextBox, 0);
253      this.Controls.SetChildIndex(this.btnApplySort, 0);
254      this.Controls.SetChildIndex(this.btnSearch, 0);
255      this.Controls.SetChildIndex(this.btnReplace, 0);
256      this.Controls.SetChildIndex(this.addLineButton, 0);
257      this.Controls.SetChildIndex(this.addColumnButton, 0);
258      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
259      this.contextMenuCell.ResumeLayout(false);
260      this.ResumeLayout(false);
261      this.PerformLayout();
262
263    }
264
265    #endregion
266
267    private System.Windows.Forms.Button btnApplySort;
268    private System.Windows.Forms.ContextMenuStrip contextMenuCell;
269    private System.Windows.Forms.ToolStripMenuItem replaceValueOverColumnToolStripMenuItem;
270    private System.Windows.Forms.ToolStripMenuItem averageToolStripMenuItem_Column;
271    private System.Windows.Forms.ToolStripMenuItem medianToolStripMenuItem_Column;
272    private System.Windows.Forms.ToolStripMenuItem randomToolStripMenuItem_Column;
273    private System.Windows.Forms.ToolStripMenuItem mostCommonToolStripMenuItem_Column;
274    private System.Windows.Forms.ToolStripMenuItem interpolationToolStripMenuItem_Column;
275    private System.Windows.Forms.ToolStripMenuItem replaceValueOverSelectionToolStripMenuItem;
276    private System.Windows.Forms.ToolStripMenuItem averageToolStripMenuItem_Selection;
277    private System.Windows.Forms.ToolStripMenuItem medianToolStripMenuItem_Selection;
278    private System.Windows.Forms.ToolStripMenuItem randomToolStripMenuItem_Selection;
279    private System.Windows.Forms.ToolStripMenuItem mostCommonToolStripMenuItem_Selection;
280    private System.Windows.Forms.Button btnSearch;
281    private System.Windows.Forms.Button btnReplace;
282    private System.Windows.Forms.ToolTip toolTip;
283    private System.Windows.Forms.ToolStripMenuItem smoothingToolStripMenuItem_Column;
284    private System.Windows.Forms.Button addLineButton;
285    private System.Windows.Forms.Button addColumnButton;
286  }
287}
Note: See TracBrowser for help on using the repository browser.