Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10558 was 10558, checked in by pfleck, 10 years ago
  • removed unnecessary references and using
  • added missing license header
  • formatted code according to HL standards
File size: 8.1 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
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
50      this.undoButton = new System.Windows.Forms.Button();
51      this.applyInNewTabButton = new System.Windows.Forms.Button();
52      this.exportProblemButton = new System.Windows.Forms.Button();
53      this.contentListView = new System.Windows.Forms.ListView();
54      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
56      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
57      this.splitContainer1.Panel1.SuspendLayout();
58      this.splitContainer1.Panel2.SuspendLayout();
59      this.splitContainer1.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // splitContainer1
63      //
64      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
65      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
66      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
67      this.splitContainer1.Name = "splitContainer1";
68      //
69      // splitContainer1.Panel1
70      //
71      this.splitContainer1.Panel1.Controls.Add(this.undoButton);
72      this.splitContainer1.Panel1.Controls.Add(this.applyInNewTabButton);
73      this.splitContainer1.Panel1.Controls.Add(this.exportProblemButton);
74      this.splitContainer1.Panel1.Controls.Add(this.contentListView);
75      //
76      // splitContainer1.Panel2
77      //
78      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
79      this.splitContainer1.Size = new System.Drawing.Size(838, 449);
80      this.splitContainer1.SplitterDistance = 181;
81      this.splitContainer1.TabIndex = 0;
82      //
83      // undoButton
84      //
85      this.undoButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
86      this.undoButton.Location = new System.Drawing.Point(72, 14);
87      this.undoButton.Name = "undoButton";
88      this.undoButton.Size = new System.Drawing.Size(24, 24);
89      this.undoButton.TabIndex = 3;
90      this.toolTip.SetToolTip(this.undoButton, "Undo");
91      this.undoButton.UseVisualStyleBackColor = true;
92      this.undoButton.Click += new System.EventHandler(this.undoButton_Click);
93      //
94      // applyInNewTabButton
95      //
96      this.applyInNewTabButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
97      this.applyInNewTabButton.Location = new System.Drawing.Point(42, 14);
98      this.applyInNewTabButton.Name = "applyInNewTabButton";
99      this.applyInNewTabButton.Size = new System.Drawing.Size(24, 24);
100      this.applyInNewTabButton.TabIndex = 2;
101      this.toolTip.SetToolTip(this.applyInNewTabButton, "Apply in new tab");
102      this.applyInNewTabButton.UseVisualStyleBackColor = true;
103      this.applyInNewTabButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
104      //
105      // exportProblemButton
106      //
107      this.exportProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
108      this.exportProblemButton.Location = new System.Drawing.Point(12, 14);
109      this.exportProblemButton.Name = "exportProblemButton";
110      this.exportProblemButton.Size = new System.Drawing.Size(24, 24);
111      this.exportProblemButton.TabIndex = 1;
112      this.toolTip.SetToolTip(this.exportProblemButton, "Export problem");
113      this.exportProblemButton.UseVisualStyleBackColor = true;
114      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
115      //
116      // contentListView
117      //
118      this.contentListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
119            | System.Windows.Forms.AnchorStyles.Left)
120            | System.Windows.Forms.AnchorStyles.Right)));
121      this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
122      this.contentListView.Location = new System.Drawing.Point(12, 44);
123      this.contentListView.Name = "contentListView";
124      this.contentListView.Size = new System.Drawing.Size(157, 391);
125      this.contentListView.TabIndex = 0;
126      this.contentListView.UseCompatibleStateImageBehavior = false;
127      this.contentListView.View = System.Windows.Forms.View.List;
128      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
129      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
130      //
131      // viewHost
132      //
133      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
134            | System.Windows.Forms.AnchorStyles.Left)
135            | System.Windows.Forms.AnchorStyles.Right)));
136      this.viewHost.Caption = "View";
137      this.viewHost.Content = null;
138      this.viewHost.Enabled = false;
139      this.viewHost.Location = new System.Drawing.Point(16, 44);
140      this.viewHost.Name = "viewHost";
141      this.viewHost.ReadOnly = false;
142      this.viewHost.Size = new System.Drawing.Size(621, 391);
143      this.viewHost.TabIndex = 4;
144      this.viewHost.ViewsLabelVisible = true;
145      this.viewHost.ViewType = null;
146      //
147      // DataPreprocessingView
148      //
149      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
150      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
151      this.Controls.Add(this.splitContainer1);
152      this.Name = "DataPreprocessingView";
153      this.Size = new System.Drawing.Size(838, 449);
154      this.splitContainer1.Panel1.ResumeLayout(false);
155      this.splitContainer1.Panel2.ResumeLayout(false);
156      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
157      this.splitContainer1.ResumeLayout(false);
158      this.ResumeLayout(false);
159
160    }
161
162    #endregion
163
164    private System.Windows.Forms.ListView contentListView;
165    private System.Windows.Forms.Button exportProblemButton;
166    private System.Windows.Forms.Button applyInNewTabButton;
167    private System.Windows.Forms.Button undoButton;
168    private MainForm.WindowsForms.ViewHost viewHost;
169    private System.Windows.Forms.SplitContainer splitContainer1;
170    private System.Windows.Forms.ToolTip toolTip;
171
172  }
173}
Note: See TracBrowser for help on using the repository browser.