Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentTreeView.Designer.cs @ 6471

Last change on this file since 6471 was 6471, checked in by mkommend, 13 years ago

#1555: Implemented experiment tree view.

File size: 12.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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.Optimization.Views {
23  partial class ExperimentTreeView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28    #region Component Designer generated code
29
30    /// <summary>
31    /// Required method for Designer support - do not modify
32    /// the contents of this method with the code editor.
33    /// </summary>
34    private void InitializeComponent() {
35      this.components = new System.ComponentModel.Container();
36      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentTreeView));
37      this.optimizersGroupBox = new System.Windows.Forms.GroupBox();
38      this.splitContainer = new System.Windows.Forms.SplitContainer();
39      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
40      this.removeButton = new System.Windows.Forms.Button();
41      this.moveUpButton = new System.Windows.Forms.Button();
42      this.moveDownButton = new System.Windows.Forms.Button();
43      this.addButton = new System.Windows.Forms.Button();
44      this.optimizerTreeView = new System.Windows.Forms.TreeView();
45      this.imageList = new System.Windows.Forms.ImageList(this.components);
46      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
47      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
48      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
49      this.optimizersGroupBox.SuspendLayout();
50      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
51      this.splitContainer.Panel1.SuspendLayout();
52      this.splitContainer.Panel2.SuspendLayout();
53      this.splitContainer.SuspendLayout();
54      this.detailsGroupBox.SuspendLayout();
55      this.SuspendLayout();
56      //
57      // optimizersGroupBox
58      //
59      this.optimizersGroupBox.Controls.Add(this.splitContainer);
60      this.optimizersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
61      this.optimizersGroupBox.Location = new System.Drawing.Point(0, 0);
62      this.optimizersGroupBox.Name = "optimizersGroupBox";
63      this.optimizersGroupBox.Size = new System.Drawing.Size(627, 458);
64      this.optimizersGroupBox.TabIndex = 16;
65      this.optimizersGroupBox.TabStop = false;
66      this.optimizersGroupBox.Text = "Optimizers";
67      //
68      // splitContainer
69      //
70      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
71      this.splitContainer.Location = new System.Drawing.Point(3, 16);
72      this.splitContainer.Name = "splitContainer";
73      //
74      // splitContainer.Panel1
75      //
76      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
77      this.splitContainer.Panel1.Controls.Add(this.removeButton);
78      this.splitContainer.Panel1.Controls.Add(this.moveUpButton);
79      this.splitContainer.Panel1.Controls.Add(this.moveDownButton);
80      this.splitContainer.Panel1.Controls.Add(this.addButton);
81      this.splitContainer.Panel1.Controls.Add(this.optimizerTreeView);
82      //
83      // splitContainer.Panel2
84      //
85      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
86      this.splitContainer.Size = new System.Drawing.Size(621, 439);
87      this.splitContainer.SplitterDistance = 198;
88      this.splitContainer.TabIndex = 0;
89      //
90      // showDetailsCheckBox
91      //
92      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
93      this.showDetailsCheckBox.Checked = true;
94      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
95      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
96      this.showDetailsCheckBox.Location = new System.Drawing.Point(124, 4);
97      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
98      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
99      this.showDetailsCheckBox.TabIndex = 15;
100      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
101      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
102      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
103      //
104      // removeButton
105      //
106      this.removeButton.Enabled = false;
107      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
108      this.removeButton.Location = new System.Drawing.Point(94, 4);
109      this.removeButton.Name = "removeButton";
110      this.removeButton.Size = new System.Drawing.Size(24, 24);
111      this.removeButton.TabIndex = 14;
112      this.toolTip.SetToolTip(this.removeButton, "Remove");
113      this.removeButton.UseVisualStyleBackColor = true;
114      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
115      //
116      // moveUpButton
117      //
118      this.moveUpButton.Enabled = false;
119      this.moveUpButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ArrowUp;
120      this.moveUpButton.Location = new System.Drawing.Point(34, 4);
121      this.moveUpButton.Name = "moveUpButton";
122      this.moveUpButton.Size = new System.Drawing.Size(24, 24);
123      this.moveUpButton.TabIndex = 12;
124      this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
125      this.moveUpButton.UseVisualStyleBackColor = true;
126      this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
127      //
128      // moveDownButton
129      //
130      this.moveDownButton.Enabled = false;
131      this.moveDownButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ArrowDown;
132      this.moveDownButton.Location = new System.Drawing.Point(64, 4);
133      this.moveDownButton.Name = "moveDownButton";
134      this.moveDownButton.Size = new System.Drawing.Size(24, 24);
135      this.moveDownButton.TabIndex = 13;
136      this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
137      this.moveDownButton.UseVisualStyleBackColor = true;
138      this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
139      //
140      // addButton
141      //
142      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
143      this.addButton.Location = new System.Drawing.Point(4, 4);
144      this.addButton.Name = "addButton";
145      this.addButton.Size = new System.Drawing.Size(24, 24);
146      this.addButton.TabIndex = 11;
147      this.toolTip.SetToolTip(this.addButton, "Add");
148      this.addButton.UseVisualStyleBackColor = true;
149      this.addButton.Click += new System.EventHandler(this.addButton_Click);
150      //
151      // optimizerTreeView
152      //
153      this.optimizerTreeView.AllowDrop = true;
154      this.optimizerTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
155            | System.Windows.Forms.AnchorStyles.Left)
156            | System.Windows.Forms.AnchorStyles.Right)));
157      this.optimizerTreeView.HideSelection = false;
158      this.optimizerTreeView.ImageIndex = 0;
159      this.optimizerTreeView.ImageList = this.imageList;
160      this.optimizerTreeView.Location = new System.Drawing.Point(4, 34);
161      this.optimizerTreeView.Name = "optimizerTreeView";
162      this.optimizerTreeView.SelectedImageIndex = 0;
163      this.optimizerTreeView.Size = new System.Drawing.Size(191, 402);
164      this.optimizerTreeView.TabIndex = 10;
165      this.optimizerTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.optimizerTreeView_ItemDrag);
166      this.optimizerTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragDrop);
167      this.optimizerTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragEnter);
168      this.optimizerTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragOver);
169      this.optimizerTreeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.optimizerTreeview_MouseClick);
170      this.optimizerTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.optimizerTreeView_MouseDown);
171      //
172      // imageList
173      //
174      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
175      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
176      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
177      //
178      // detailsGroupBox
179      //
180      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
182            | System.Windows.Forms.AnchorStyles.Right)));
183      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
184      this.detailsGroupBox.Location = new System.Drawing.Point(3, 34);
185      this.detailsGroupBox.Name = "detailsGroupBox";
186      this.detailsGroupBox.Size = new System.Drawing.Size(413, 405);
187      this.detailsGroupBox.TabIndex = 1;
188      this.detailsGroupBox.TabStop = false;
189      this.detailsGroupBox.Text = "Details";
190      //
191      // detailsViewHost
192      //
193      this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
194            | System.Windows.Forms.AnchorStyles.Left)
195            | System.Windows.Forms.AnchorStyles.Right)));
196      this.detailsViewHost.Caption = "View";
197      this.detailsViewHost.Content = null;
198      this.detailsViewHost.Enabled = false;
199      this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
200      this.detailsViewHost.Name = "detailsViewHost";
201      this.detailsViewHost.ReadOnly = false;
202      this.detailsViewHost.Size = new System.Drawing.Size(401, 380);
203      this.detailsViewHost.TabIndex = 0;
204      this.detailsViewHost.ViewsLabelVisible = true;
205      this.detailsViewHost.ViewType = null;
206      //
207      // ExperimentTreeView
208      //
209      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211      this.Controls.Add(this.optimizersGroupBox);
212      this.Name = "ExperimentTreeView";
213      this.Size = new System.Drawing.Size(627, 458);
214      this.optimizersGroupBox.ResumeLayout(false);
215      this.splitContainer.Panel1.ResumeLayout(false);
216      this.splitContainer.Panel2.ResumeLayout(false);
217      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
218      this.splitContainer.ResumeLayout(false);
219      this.detailsGroupBox.ResumeLayout(false);
220      this.ResumeLayout(false);
221
222    }
223
224    #endregion
225
226    private System.Windows.Forms.GroupBox optimizersGroupBox;
227    private System.Windows.Forms.SplitContainer splitContainer;
228    private System.Windows.Forms.TreeView optimizerTreeView;
229    private System.Windows.Forms.GroupBox detailsGroupBox;
230    private MainForm.WindowsForms.ViewHost detailsViewHost;
231    private System.Windows.Forms.ToolTip toolTip;
232    private System.Windows.Forms.CheckBox showDetailsCheckBox;
233    private System.Windows.Forms.Button removeButton;
234    private System.Windows.Forms.Button moveUpButton;
235    private System.Windows.Forms.Button moveDownButton;
236    private System.Windows.Forms.Button addButton;
237    private System.Windows.Forms.ImageList imageList;
238
239  }
240}
Note: See TracBrowser for help on using the repository browser.