Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs @ 10539

Last change on this file since 10539 was 10539, checked in by rstoll, 10 years ago

Added License notice

File size: 7.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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
21namespace HeuristicLab.DataPreprocessing {
22  partial class DataPreprocessingView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.components = new System.ComponentModel.Container();
47      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
48      this.undoButton = new System.Windows.Forms.Button();
49      this.applyInNewTabButton = new System.Windows.Forms.Button();
50      this.exportProblemButton = new System.Windows.Forms.Button();
51      this.contentListView = new System.Windows.Forms.ListView();
52      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
55      this.splitContainer1.Panel1.SuspendLayout();
56      this.splitContainer1.Panel2.SuspendLayout();
57      this.splitContainer1.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // splitContainer1
61      //
62      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
63      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
64      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
65      this.splitContainer1.Name = "splitContainer1";
66      //
67      // splitContainer1.Panel1
68      //
69      this.splitContainer1.Panel1.Controls.Add(this.undoButton);
70      this.splitContainer1.Panel1.Controls.Add(this.applyInNewTabButton);
71      this.splitContainer1.Panel1.Controls.Add(this.exportProblemButton);
72      this.splitContainer1.Panel1.Controls.Add(this.contentListView);
73      //
74      // splitContainer1.Panel2
75      //
76      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
77      this.splitContainer1.Size = new System.Drawing.Size(838, 449);
78      this.splitContainer1.SplitterDistance = 181;
79      this.splitContainer1.TabIndex = 0;
80      //
81      // undoButton
82      //
83      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
84      this.undoButton.Location = new System.Drawing.Point(72, 14);
85      this.undoButton.Name = "undoButton";
86      this.undoButton.Size = new System.Drawing.Size(24, 24);
87      this.undoButton.TabIndex = 3;
88      this.toolTip.SetToolTip(this.undoButton, "Undo");
89      this.undoButton.UseVisualStyleBackColor = true;
90      //
91      // applyInNewTabButton
92      //
93      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
94      this.applyInNewTabButton.Location = new System.Drawing.Point(42, 14);
95      this.applyInNewTabButton.Name = "applyInNewTabButton";
96      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
97      this.applyInNewTabButton.TabIndex = 2;
98      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
99      this.applyInNewTabButton.UseVisualStyleBackColor = true;
100      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
101      //
102      // exportProblemButton
103      //
104      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
105      this.exportProblemButton.Location = new System.Drawing.Point(12, 14);
106      this.exportProblemButton.Name = "exportProblemButton";
107      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
108      this.exportProblemButton.TabIndex = 1;
109      this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
110      this.exportProblemButton.UseVisualStyleBackColor = true;
111      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
112      //
113      // contentListView
114      //
115      this.contentListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
116            | System.Windows.Forms.AnchorStyles.Left)
117            | System.Windows.Forms.AnchorStyles.Right)));
118      this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
119      this.contentListView.Location = new System.Drawing.Point(12, 44);
120      this.contentListView.Name = "contentListView";
121      this.contentListView.Size = new System.Drawing.Size(157, 391);
122      this.contentListView.TabIndex = 0;
123      this.contentListView.UseCompatibleStateImageBehavior = false;
124      this.contentListView.View = System.Windows.Forms.View.List;
125      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
126      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
127      //
128      // viewHost
129      //
130      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
131            | System.Windows.Forms.AnchorStyles.Left)
132            | System.Windows.Forms.AnchorStyles.Right)));
133      this.viewHost.Caption = "View";
134      this.viewHost.Content = null;
135      this.viewHost.Enabled = false;
136      this.viewHost.Location = new System.Drawing.Point(16, 44);
137      this.viewHost.Name = "viewHost";
138      this.viewHost.ReadOnly = false;
139      this.viewHost.Size = new System.Drawing.Size(621, 391);
140      this.viewHost.TabIndex = 4;
141      this.viewHost.ViewsLabelVisible = true;
142      this.viewHost.ViewType = null;
143      //
144      // DataPreprocessingView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.splitContainer1);
149      this.Name = "DataPreprocessingView";
150      this.Size = new System.Drawing.Size(838, 449);
151      this.splitContainer1.Panel1.ResumeLayout(false);
152      this.splitContainer1.Panel2.ResumeLayout(false);
153      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
154      this.splitContainer1.ResumeLayout(false);
155      this.ResumeLayout(false);
156
157    }
158
159    #endregion
160
161    private System.Windows.Forms.ListView contentListView;
162    private System.Windows.Forms.Button exportProblemButton;
163    private System.Windows.Forms.Button applyInNewTabButton;
164    private System.Windows.Forms.Button undoButton;
165    private MainForm.WindowsForms.ViewHost viewHost;
166    private System.Windows.Forms.SplitContainer splitContainer1;
167    private System.Windows.Forms.ToolTip toolTip;
168
169  }
170}
Note: See TracBrowser for help on using the repository browser.