Free cookie consent management tool by TermsFeed Policy Generator

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

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