Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs @ 12018

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

#2269

  • merged trunk after 3.3.11 release
  • updated copyright and plugin version in ALPS plugin
  • removed old ALPS samples based on an userdefined alg
File size: 6.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 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() {
47      this.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView));
49      this.undoButton = new System.Windows.Forms.Button();
50      this.applyInNewTabButton = new System.Windows.Forms.Button();
51      this.exportProblemButton = new System.Windows.Forms.Button();
52      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
53      this.lblFilterActive = new System.Windows.Forms.Label();
54      this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
55      this.SuspendLayout();
56      //
57      // undoButton
58      //
59      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
60      this.undoButton.Location = new System.Drawing.Point(64, 3);
61      this.undoButton.Name = "undoButton";
62      this.undoButton.Size = new System.Drawing.Size(24, 24);
63      this.undoButton.TabIndex = 3;
64      this.toolTip.SetToolTip(this.undoButton, "Undo");
65      this.undoButton.UseVisualStyleBackColor = true;
66      this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
67      //
68      // applyInNewTabButton
69      //
70      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
71      this.applyInNewTabButton.Location = new System.Drawing.Point(34, 3);
72      this.applyInNewTabButton.Name = "applyInNewTabButton";
73      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
74      this.applyInNewTabButton.TabIndex = 2;
75      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
76      this.applyInNewTabButton.UseVisualStyleBackColor = true;
77      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
78      //
79      // exportProblemButton
80      //
81      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
82      this.exportProblemButton.Location = new System.Drawing.Point(4, 3);
83      this.exportProblemButton.Name = "exportProblemButton";
84      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
85      this.exportProblemButton.TabIndex = 1;
86      this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
87      this.exportProblemButton.UseVisualStyleBackColor = true;
88      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
89      //
90      // lblFilterActive
91      //
92      this.lblFilterActive.AutoSize = true;
93      this.lblFilterActive.Location = new System.Drawing.Point(220, 12);
94      this.lblFilterActive.Name = "lblFilterActive";
95      this.lblFilterActive.Size = new System.Drawing.Size(277, 13);
96      this.lblFilterActive.TabIndex = 5;
97      this.lblFilterActive.Text = "Attention! The data is read-only, because a filter is active.";
98      this.lblFilterActive.Visible = false;
99      //
100      // viewShortcutListView
101      //
102      this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
103            | System.Windows.Forms.AnchorStyles.Left)
104            | System.Windows.Forms.AnchorStyles.Right)));
105      this.viewShortcutListView.Caption = "ViewShortcutCollection View";
106      this.viewShortcutListView.Content = null;
107      this.viewShortcutListView.Location = new System.Drawing.Point(4, 33);
108      this.viewShortcutListView.Name = "viewShortcutListView";
109      this.viewShortcutListView.ReadOnly = false;
110      this.viewShortcutListView.Size = new System.Drawing.Size(831, 413);
111      this.viewShortcutListView.TabIndex = 4;
112      //
113      // DataPreprocessingView
114      //
115      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
116      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
117      this.Controls.Add(this.lblFilterActive);
118      this.Controls.Add(this.viewShortcutListView);
119      this.Controls.Add(this.undoButton);
120      this.Controls.Add(this.applyInNewTabButton);
121      this.Controls.Add(this.exportProblemButton);
122      this.Name = "DataPreprocessingView";
123      this.Size = new System.Drawing.Size(838, 449);
124      this.ResumeLayout(false);
125      this.PerformLayout();
126
127    }
128
129    #endregion
130
131    private System.Windows.Forms.Button exportProblemButton;
132    private System.Windows.Forms.Button applyInNewTabButton;
133    private System.Windows.Forms.Button undoButton;
134    private System.Windows.Forms.ToolTip toolTip;
135    private ViewShortcutListView viewShortcutListView;
136    private System.Windows.Forms.Label lblFilterActive;
137
138  }
139}
Note: See TracBrowser for help on using the repository browser.