Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs @ 14467

Last change on this file since 14467 was 14185, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

File size: 15.3 KB
RevLine 
[10539]1#region License Information
2/* HeuristicLab
[14185]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[10539]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
[10558]21
22namespace HeuristicLab.DataPreprocessing.Views {
[10239]23  partial class DataPreprocessingView {
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 Component 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() {
[13508]47      this.components = new System.ComponentModel.Container();
[10550]48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
[10313]49      this.undoButton = new System.Windows.Forms.Button();
[10342]50      this.applyInNewTabButton = new System.Windows.Forms.Button();
51      this.exportProblemButton = new System.Windows.Forms.Button();
[10969]52      this.lblFilterActive = new System.Windows.Forms.Label();
[13507]53      this.redoButton = new System.Windows.Forms.Button();
[13508]54      this.newButton = new System.Windows.Forms.Button();
55      this.importButton = new System.Windows.Forms.Button();
56      this.newProblemDataTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
57      this.newRegressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.newClassificationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59      this.newTimeSeriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60      this.importProblemDataTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
61      this.importRegressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62      this.importClassificationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63      this.importTimeSeriesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[10904]64      this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
[13508]65      this.applyTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
66      this.exportTypeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
[13507]67      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[13508]68      this.newProblemDataTypeContextMenuStrip.SuspendLayout();
69      this.importProblemDataTypeContextMenuStrip.SuspendLayout();
[10239]70      this.SuspendLayout();
71      //
[13507]72      // nameTextBox
73      //
74      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
75      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
76      this.nameTextBox.Size = new System.Drawing.Size(755, 20);
77      //
78      // infoLabel
79      //
80      this.infoLabel.Location = new System.Drawing.Point(819, 3);
81      //
[10313]82      // undoButton
83      //
[10554]84      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
[13508]85      this.undoButton.Location = new System.Drawing.Point(131, 26);
[10313]86      this.undoButton.Name = "undoButton";
87      this.undoButton.Size = new System.Drawing.Size(24, 24);
[13507]88      this.undoButton.TabIndex = 5;
[10313]89      this.toolTip.SetToolTip(this.undoButton, "Undo");
90      this.undoButton.UseVisualStyleBackColor = true;
[10550]91      this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
[10313]92      //
[10342]93      // applyInNewTabButton
[10313]94      //
[10554]95      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
[13508]96      this.applyInNewTabButton.Location = new System.Drawing.Point(69, 26);
[10342]97      this.applyInNewTabButton.Name = "applyInNewTabButton";
98      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
99      this.applyInNewTabButton.TabIndex = 2;
[13507]100      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new Tab");
[10342]101      this.applyInNewTabButton.UseVisualStyleBackColor = true;
102      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
[10313]103      //
[10342]104      // exportProblemButton
[10313]105      //
[13508]106      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.SaveAs;
107      this.exportProblemButton.Location = new System.Drawing.Point(99, 26);
[10342]108      this.exportProblemButton.Name = "exportProblemButton";
109      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
[13507]110      this.exportProblemButton.TabIndex = 3;
[13508]111      this.toolTip.SetToolTip(this.exportProblemButton, "Export to File");
[10342]112      this.exportProblemButton.UseVisualStyleBackColor = true;
113      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
[10313]114      //
[10969]115      // lblFilterActive
[10319]116      //
[10969]117      this.lblFilterActive.AutoSize = true;
[13508]118      this.lblFilterActive.Location = new System.Drawing.Point(203, 31);
[10969]119      this.lblFilterActive.Name = "lblFilterActive";
120      this.lblFilterActive.Size = new System.Drawing.Size(277, 13);
121      this.lblFilterActive.TabIndex = 5;
122      this.lblFilterActive.Text = "Attention! The data is read-only, because a filter is active.";
123      this.lblFilterActive.Visible = false;
124      //
[13507]125      // redoButton
126      //
127      this.redoButton.Enabled = false;
128      this.redoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Redo;
[13508]129      this.redoButton.Location = new System.Drawing.Point(161, 26);
[13507]130      this.redoButton.Name = "redoButton";
131      this.redoButton.Size = new System.Drawing.Size(24, 24);
132      this.redoButton.TabIndex = 6;
133      this.toolTip.SetToolTip(this.redoButton, "Redo (not implemented yet)");
134      this.redoButton.UseVisualStyleBackColor = true;
135      //
[13508]136      // newButton
137      //
138      this.newButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
139      this.newButton.Location = new System.Drawing.Point(6, 26);
140      this.newButton.Name = "newButton";
141      this.newButton.Size = new System.Drawing.Size(24, 24);
142      this.newButton.TabIndex = 3;
143      this.newButton.UseVisualStyleBackColor = true;
144      this.newButton.Click += new System.EventHandler(this.newButton_Click);
145      //
146      // importButton
147      //
148      this.importButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
149      this.importButton.Location = new System.Drawing.Point(36, 26);
150      this.importButton.Name = "importButton";
151      this.importButton.Size = new System.Drawing.Size(24, 24);
152      this.importButton.TabIndex = 3;
153      this.importButton.UseVisualStyleBackColor = true;
154      this.importButton.Click += new System.EventHandler(this.importButton_Click);
155      //
156      // newProblemDataTypeContextMenuStrip
157      //
158      this.newProblemDataTypeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
159            this.newRegressionToolStripMenuItem,
160            this.newClassificationToolStripMenuItem,
161            this.newTimeSeriesToolStripMenuItem});
162      this.newProblemDataTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip";
163      this.newProblemDataTypeContextMenuStrip.Size = new System.Drawing.Size(190, 70);
164      //
165      // newRegressionToolStripMenuItem
166      //
167      this.newRegressionToolStripMenuItem.Name = "newRegressionToolStripMenuItem";
168      this.newRegressionToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
169      this.newRegressionToolStripMenuItem.Text = "Regression";
170      this.newRegressionToolStripMenuItem.Click += new System.EventHandler(this.newRegressionToolStripMenuItem_Click);
171      //
172      // newClassificationToolStripMenuItem
173      //
174      this.newClassificationToolStripMenuItem.Name = "newClassificationToolStripMenuItem";
175      this.newClassificationToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
176      this.newClassificationToolStripMenuItem.Text = "Classification";
177      this.newClassificationToolStripMenuItem.Click += new System.EventHandler(this.newClassificationToolStripMenuItem_Click);
178      //
179      // newTimeSeriesToolStripMenuItem
180      //
181      this.newTimeSeriesToolStripMenuItem.Name = "newTimeSeriesToolStripMenuItem";
182      this.newTimeSeriesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
183      this.newTimeSeriesToolStripMenuItem.Text = "Time Series Prognosis";
184      this.newTimeSeriesToolStripMenuItem.Click += new System.EventHandler(this.newTimeSeriesToolStripMenuItem_Click);
185      //
186      // importProblemDataTypeContextMenuStrip
187      //
188      this.importProblemDataTypeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
189            this.importRegressionToolStripMenuItem,
190            this.importClassificationToolStripMenuItem,
191            this.importTimeSeriesToolStripMenuItem});
192      this.importProblemDataTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip";
193      this.importProblemDataTypeContextMenuStrip.Size = new System.Drawing.Size(190, 92);
194      //
195      // importRegressionToolStripMenuItem
196      //
197      this.importRegressionToolStripMenuItem.Name = "importRegressionToolStripMenuItem";
198      this.importRegressionToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
199      this.importRegressionToolStripMenuItem.Text = "Regression";
200      this.importRegressionToolStripMenuItem.Click += new System.EventHandler(this.importRegressionToolStripMenuItem_Click);
201      //
202      // importClassificationToolStripMenuItem
203      //
204      this.importClassificationToolStripMenuItem.Name = "importClassificationToolStripMenuItem";
205      this.importClassificationToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
206      this.importClassificationToolStripMenuItem.Text = "Classification";
207      this.importClassificationToolStripMenuItem.Click += new System.EventHandler(this.importClassificationToolStripMenuItem_Click);
208      //
209      // importTimeSeriesToolStripMenuItem
210      //
211      this.importTimeSeriesToolStripMenuItem.Name = "importTimeSeriesToolStripMenuItem";
212      this.importTimeSeriesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
213      this.importTimeSeriesToolStripMenuItem.Text = "Time Series Prognosis";
214      this.importTimeSeriesToolStripMenuItem.Click += new System.EventHandler(this.importTimeSeriesToolStripMenuItem_Click);
215      //
[10969]216      // viewShortcutListView
217      //
[13507]218      this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
219            | System.Windows.Forms.AnchorStyles.Left)
[10319]220            | System.Windows.Forms.AnchorStyles.Right)));
[10904]221      this.viewShortcutListView.Caption = "ViewShortcutCollection View";
222      this.viewShortcutListView.Content = null;
[13508]223      this.viewShortcutListView.Location = new System.Drawing.Point(4, 56);
[10904]224      this.viewShortcutListView.Name = "viewShortcutListView";
225      this.viewShortcutListView.ReadOnly = false;
[13508]226      this.viewShortcutListView.Size = new System.Drawing.Size(831, 390);
[13507]227      this.viewShortcutListView.TabIndex = 7;
[10319]228      //
[13508]229      // applyTypeContextMenuStrip
230      //
231      this.applyTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip";
232      this.applyTypeContextMenuStrip.Size = new System.Drawing.Size(61, 4);
233      //
234      // exportTypeContextMenuStrip
235      //
236      this.exportTypeContextMenuStrip.Name = "newProblemDataTypeContextMenuStrip";
237      this.exportTypeContextMenuStrip.Size = new System.Drawing.Size(61, 4);
238      //
[10239]239      // DataPreprocessingView
240      //
241      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
242      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[13508]243      this.Controls.Add(this.newButton);
244      this.Controls.Add(this.importButton);
245      this.Controls.Add(this.applyInNewTabButton);
[13507]246      this.Controls.Add(this.exportProblemButton);
[13508]247      this.Controls.Add(this.undoButton);
248      this.Controls.Add(this.redoButton);
[10969]249      this.Controls.Add(this.lblFilterActive);
[10904]250      this.Controls.Add(this.viewShortcutListView);
[10239]251      this.Name = "DataPreprocessingView";
[10247]252      this.Size = new System.Drawing.Size(838, 449);
[13507]253      this.Controls.SetChildIndex(this.viewShortcutListView, 0);
254      this.Controls.SetChildIndex(this.lblFilterActive, 0);
[13508]255      this.Controls.SetChildIndex(this.redoButton, 0);
256      this.Controls.SetChildIndex(this.undoButton, 0);
257      this.Controls.SetChildIndex(this.exportProblemButton, 0);
258      this.Controls.SetChildIndex(this.applyInNewTabButton, 0);
259      this.Controls.SetChildIndex(this.importButton, 0);
260      this.Controls.SetChildIndex(this.newButton, 0);
261      this.Controls.SetChildIndex(this.infoLabel, 0);
262      this.Controls.SetChildIndex(this.nameTextBox, 0);
[13507]263      this.Controls.SetChildIndex(this.nameLabel, 0);
264      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[13508]265      this.newProblemDataTypeContextMenuStrip.ResumeLayout(false);
266      this.importProblemDataTypeContextMenuStrip.ResumeLayout(false);
[10239]267      this.ResumeLayout(false);
[10969]268      this.PerformLayout();
[10239]269
270    }
271
272    #endregion
273
[10342]274    private System.Windows.Forms.Button exportProblemButton;
275    private System.Windows.Forms.Button applyInNewTabButton;
[10314]276    private System.Windows.Forms.Button undoButton;
[10904]277    private ViewShortcutListView viewShortcutListView;
[10969]278    private System.Windows.Forms.Label lblFilterActive;
[13507]279    private System.Windows.Forms.Button redoButton;
[13508]280    private System.Windows.Forms.Button newButton;
281    private System.Windows.Forms.Button importButton;
282    private System.Windows.Forms.ContextMenuStrip newProblemDataTypeContextMenuStrip;
283    private System.Windows.Forms.ToolStripMenuItem newRegressionToolStripMenuItem;
284    private System.Windows.Forms.ToolStripMenuItem newClassificationToolStripMenuItem;
285    private System.Windows.Forms.ToolStripMenuItem newTimeSeriesToolStripMenuItem;
286    private System.Windows.Forms.ContextMenuStrip importProblemDataTypeContextMenuStrip;
287    private System.Windows.Forms.ToolStripMenuItem importRegressionToolStripMenuItem;
288    private System.Windows.Forms.ToolStripMenuItem importClassificationToolStripMenuItem;
289    private System.Windows.Forms.ToolStripMenuItem importTimeSeriesToolStripMenuItem;
290    private System.Windows.Forms.ContextMenuStrip applyTypeContextMenuStrip;
291    private System.Windows.Forms.ContextMenuStrip exportTypeContextMenuStrip;
[10239]292  }
293}
Note: See TracBrowser for help on using the repository browser.