Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13507 was 13507, checked in by pfleck, 8 years ago

#2559

  • Enabled different export types for preprocessing.
  • Hid unused buttons in ViewShortcutListView.
  • Made data preprocessing a NamedItem to allow naming.
File size: 9.3 KB
RevLine 
[10539]1#region License Information
2/* HeuristicLab
[12012]3 * Copyright (C) 2002-2015 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() {
[10550]47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
[10313]48      this.undoButton = new System.Windows.Forms.Button();
[10342]49      this.applyInNewTabButton = new System.Windows.Forms.Button();
50      this.exportProblemButton = new System.Windows.Forms.Button();
[10969]51      this.lblFilterActive = new System.Windows.Forms.Label();
[13507]52      this.applyComboBox = new System.Windows.Forms.ComboBox();
53      this.exportLabel = new System.Windows.Forms.Label();
54      this.redoButton = new System.Windows.Forms.Button();
[10904]55      this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
[13507]56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[10239]57      this.SuspendLayout();
58      //
[13507]59      // nameTextBox
60      //
61      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
62      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
63      this.nameTextBox.Size = new System.Drawing.Size(755, 20);
64      //
65      // infoLabel
66      //
67      this.infoLabel.Location = new System.Drawing.Point(819, 3);
68      //
[10313]69      // undoButton
70      //
[10554]71      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
[13507]72      this.undoButton.Location = new System.Drawing.Point(6, 56);
[10313]73      this.undoButton.Name = "undoButton";
74      this.undoButton.Size = new System.Drawing.Size(24, 24);
[13507]75      this.undoButton.TabIndex = 5;
[10313]76      this.toolTip.SetToolTip(this.undoButton, "Undo");
77      this.undoButton.UseVisualStyleBackColor = true;
[10550]78      this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
[10313]79      //
[10342]80      // applyInNewTabButton
[10313]81      //
[10554]82      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
[13507]83      this.applyInNewTabButton.Location = new System.Drawing.Point(57, 26);
[10342]84      this.applyInNewTabButton.Name = "applyInNewTabButton";
85      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
86      this.applyInNewTabButton.TabIndex = 2;
[13507]87      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new Tab");
[10342]88      this.applyInNewTabButton.UseVisualStyleBackColor = true;
89      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
[10313]90      //
[10342]91      // exportProblemButton
[10313]92      //
[10554]93      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
[13507]94      this.exportProblemButton.Location = new System.Drawing.Point(87, 26);
[10342]95      this.exportProblemButton.Name = "exportProblemButton";
96      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
[13507]97      this.exportProblemButton.TabIndex = 3;
98      this.toolTip.SetToolTip(this.exportProblemButton, "Save");
[10342]99      this.exportProblemButton.UseVisualStyleBackColor = true;
100      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
[10313]101      //
[10969]102      // lblFilterActive
[10319]103      //
[10969]104      this.lblFilterActive.AutoSize = true;
[13507]105      this.lblFilterActive.Location = new System.Drawing.Point(84, 62);
[10969]106      this.lblFilterActive.Name = "lblFilterActive";
107      this.lblFilterActive.Size = new System.Drawing.Size(277, 13);
108      this.lblFilterActive.TabIndex = 5;
109      this.lblFilterActive.Text = "Attention! The data is read-only, because a filter is active.";
110      this.lblFilterActive.Visible = false;
111      //
[13507]112      // applyComboBox
113      //
114      this.applyComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.applyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
117      this.applyComboBox.FormattingEnabled = true;
118      this.applyComboBox.Items.AddRange(new object[] {
119            "Algorithm",
120            "Problem",
121            "ProblemData"});
122      this.applyComboBox.Location = new System.Drawing.Point(117, 28);
123      this.applyComboBox.Name = "applyComboBox";
124      this.applyComboBox.Size = new System.Drawing.Size(696, 21);
125      this.applyComboBox.TabIndex = 4;
126      //
127      // exportLabel
128      //
129      this.exportLabel.AutoSize = true;
130      this.exportLabel.Location = new System.Drawing.Point(5, 31);
131      this.exportLabel.Name = "exportLabel";
132      this.exportLabel.Size = new System.Drawing.Size(40, 13);
133      this.exportLabel.TabIndex = 8;
134      this.exportLabel.Text = "Export:";
135      //
136      // redoButton
137      //
138      this.redoButton.Enabled = false;
139      this.redoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Redo;
140      this.redoButton.Location = new System.Drawing.Point(36, 56);
141      this.redoButton.Name = "redoButton";
142      this.redoButton.Size = new System.Drawing.Size(24, 24);
143      this.redoButton.TabIndex = 6;
144      this.toolTip.SetToolTip(this.redoButton, "Redo (not implemented yet)");
145      this.redoButton.UseVisualStyleBackColor = true;
146      //
[10969]147      // viewShortcutListView
148      //
[13507]149      this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150            | System.Windows.Forms.AnchorStyles.Left)
[10319]151            | System.Windows.Forms.AnchorStyles.Right)));
[10904]152      this.viewShortcutListView.Caption = "ViewShortcutCollection View";
153      this.viewShortcutListView.Content = null;
[13507]154      this.viewShortcutListView.Location = new System.Drawing.Point(4, 86);
[10904]155      this.viewShortcutListView.Name = "viewShortcutListView";
156      this.viewShortcutListView.ReadOnly = false;
[13507]157      this.viewShortcutListView.Size = new System.Drawing.Size(831, 360);
158      this.viewShortcutListView.TabIndex = 7;
[10319]159      //
[10239]160      // DataPreprocessingView
161      //
162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[13507]164      this.Controls.Add(this.applyComboBox);
165      this.Controls.Add(this.exportLabel);
166      this.Controls.Add(this.exportProblemButton);
167      this.Controls.Add(this.applyInNewTabButton);
[10969]168      this.Controls.Add(this.lblFilterActive);
[10904]169      this.Controls.Add(this.viewShortcutListView);
[13507]170      this.Controls.Add(this.redoButton);
[10614]171      this.Controls.Add(this.undoButton);
[10239]172      this.Name = "DataPreprocessingView";
[10247]173      this.Size = new System.Drawing.Size(838, 449);
[13507]174      this.Controls.SetChildIndex(this.undoButton, 0);
175      this.Controls.SetChildIndex(this.redoButton, 0);
176      this.Controls.SetChildIndex(this.viewShortcutListView, 0);
177      this.Controls.SetChildIndex(this.lblFilterActive, 0);
178      this.Controls.SetChildIndex(this.nameLabel, 0);
179      this.Controls.SetChildIndex(this.nameTextBox, 0);
180      this.Controls.SetChildIndex(this.infoLabel, 0);
181      this.Controls.SetChildIndex(this.applyInNewTabButton, 0);
182      this.Controls.SetChildIndex(this.exportProblemButton, 0);
183      this.Controls.SetChildIndex(this.exportLabel, 0);
184      this.Controls.SetChildIndex(this.applyComboBox, 0);
185      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[10239]186      this.ResumeLayout(false);
[10969]187      this.PerformLayout();
[10239]188
189    }
190
191    #endregion
192
[10342]193    private System.Windows.Forms.Button exportProblemButton;
194    private System.Windows.Forms.Button applyInNewTabButton;
[10314]195    private System.Windows.Forms.Button undoButton;
[10904]196    private ViewShortcutListView viewShortcutListView;
[10969]197    private System.Windows.Forms.Label lblFilterActive;
[13507]198    private System.Windows.Forms.Label exportLabel;
199    private System.Windows.Forms.Button redoButton;
200    private System.Windows.Forms.ComboBox applyComboBox;
[10239]201  }
202}
Note: See TracBrowser for help on using the repository browser.