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 |
|
---|
22 | namespace 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.treeView = new HeuristicLab.Optimization.Views.ExperimentTreeView.CustomTreeView();
|
---|
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.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
49 | this.ExpandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
50 | this.ExpandAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
51 | this.CollapseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
52 | this.CollapseAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
53 | this.EditNodeLabelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
54 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
55 | this.optimizersGroupBox.SuspendLayout();
|
---|
56 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
57 | this.splitContainer.Panel1.SuspendLayout();
|
---|
58 | this.splitContainer.Panel2.SuspendLayout();
|
---|
59 | this.splitContainer.SuspendLayout();
|
---|
60 | this.detailsGroupBox.SuspendLayout();
|
---|
61 | this.contextMenuStrip.SuspendLayout();
|
---|
62 | this.SuspendLayout();
|
---|
63 | //
|
---|
64 | // optimizersGroupBox
|
---|
65 | //
|
---|
66 | this.optimizersGroupBox.Controls.Add(this.splitContainer);
|
---|
67 | this.optimizersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
68 | this.optimizersGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
69 | this.optimizersGroupBox.Name = "optimizersGroupBox";
|
---|
70 | this.optimizersGroupBox.Size = new System.Drawing.Size(627, 458);
|
---|
71 | this.optimizersGroupBox.TabIndex = 16;
|
---|
72 | this.optimizersGroupBox.TabStop = false;
|
---|
73 | this.optimizersGroupBox.Text = "Optimizers";
|
---|
74 | //
|
---|
75 | // splitContainer
|
---|
76 | //
|
---|
77 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
78 | this.splitContainer.Location = new System.Drawing.Point(3, 16);
|
---|
79 | this.splitContainer.Name = "splitContainer";
|
---|
80 | //
|
---|
81 | // splitContainer.Panel1
|
---|
82 | //
|
---|
83 | this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
|
---|
84 | this.splitContainer.Panel1.Controls.Add(this.removeButton);
|
---|
85 | this.splitContainer.Panel1.Controls.Add(this.moveUpButton);
|
---|
86 | this.splitContainer.Panel1.Controls.Add(this.moveDownButton);
|
---|
87 | this.splitContainer.Panel1.Controls.Add(this.addButton);
|
---|
88 | this.splitContainer.Panel1.Controls.Add(this.treeView);
|
---|
89 | //
|
---|
90 | // splitContainer.Panel2
|
---|
91 | //
|
---|
92 | this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
93 | this.splitContainer.Size = new System.Drawing.Size(621, 439);
|
---|
94 | this.splitContainer.SplitterDistance = 198;
|
---|
95 | this.splitContainer.TabIndex = 0;
|
---|
96 | //
|
---|
97 | // showDetailsCheckBox
|
---|
98 | //
|
---|
99 | this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
100 | this.showDetailsCheckBox.Checked = true;
|
---|
101 | this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
102 | this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
|
---|
103 | this.showDetailsCheckBox.Location = new System.Drawing.Point(124, 4);
|
---|
104 | this.showDetailsCheckBox.Name = "showDetailsCheckBox";
|
---|
105 | this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
106 | this.showDetailsCheckBox.TabIndex = 15;
|
---|
107 | this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
|
---|
108 | this.showDetailsCheckBox.UseVisualStyleBackColor = true;
|
---|
109 | this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
|
---|
110 | //
|
---|
111 | // removeButton
|
---|
112 | //
|
---|
113 | this.removeButton.Enabled = false;
|
---|
114 | this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
115 | this.removeButton.Location = new System.Drawing.Point(94, 4);
|
---|
116 | this.removeButton.Name = "removeButton";
|
---|
117 | this.removeButton.Size = new System.Drawing.Size(24, 24);
|
---|
118 | this.removeButton.TabIndex = 14;
|
---|
119 | this.toolTip.SetToolTip(this.removeButton, "Remove");
|
---|
120 | this.removeButton.UseVisualStyleBackColor = true;
|
---|
121 | this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
---|
122 | //
|
---|
123 | // moveUpButton
|
---|
124 | //
|
---|
125 | this.moveUpButton.Enabled = false;
|
---|
126 | this.moveUpButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ArrowUp;
|
---|
127 | this.moveUpButton.Location = new System.Drawing.Point(34, 4);
|
---|
128 | this.moveUpButton.Name = "moveUpButton";
|
---|
129 | this.moveUpButton.Size = new System.Drawing.Size(24, 24);
|
---|
130 | this.moveUpButton.TabIndex = 12;
|
---|
131 | this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
|
---|
132 | this.moveUpButton.UseVisualStyleBackColor = true;
|
---|
133 | this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
|
---|
134 | //
|
---|
135 | // moveDownButton
|
---|
136 | //
|
---|
137 | this.moveDownButton.Enabled = false;
|
---|
138 | this.moveDownButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ArrowDown;
|
---|
139 | this.moveDownButton.Location = new System.Drawing.Point(64, 4);
|
---|
140 | this.moveDownButton.Name = "moveDownButton";
|
---|
141 | this.moveDownButton.Size = new System.Drawing.Size(24, 24);
|
---|
142 | this.moveDownButton.TabIndex = 13;
|
---|
143 | this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
|
---|
144 | this.moveDownButton.UseVisualStyleBackColor = true;
|
---|
145 | this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
|
---|
146 | //
|
---|
147 | // addButton
|
---|
148 | //
|
---|
149 | this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
|
---|
150 | this.addButton.Location = new System.Drawing.Point(4, 4);
|
---|
151 | this.addButton.Name = "addButton";
|
---|
152 | this.addButton.Size = new System.Drawing.Size(24, 24);
|
---|
153 | this.addButton.TabIndex = 11;
|
---|
154 | this.toolTip.SetToolTip(this.addButton, "Add");
|
---|
155 | this.addButton.UseVisualStyleBackColor = true;
|
---|
156 | this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
---|
157 | //
|
---|
158 | // optimizerTreeView
|
---|
159 | //
|
---|
160 | this.treeView.AllowDrop = true;
|
---|
161 | this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
162 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
163 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
164 | this.treeView.HideSelection = false;
|
---|
165 | this.treeView.ImageIndex = 0;
|
---|
166 | this.treeView.ImageList = this.imageList;
|
---|
167 | this.treeView.LabelEdit = true;
|
---|
168 | this.treeView.Location = new System.Drawing.Point(4, 34);
|
---|
169 | this.treeView.Name = "optimizerTreeView";
|
---|
170 | this.treeView.SelectedImageIndex = 0;
|
---|
171 | this.treeView.Size = new System.Drawing.Size(191, 402);
|
---|
172 | this.treeView.TabIndex = 10;
|
---|
173 | this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(treeView_AfterSelect);
|
---|
174 | this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.optimizerTreeView_ItemDrag);
|
---|
175 | this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeview_NodeMouseClick);
|
---|
176 | this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseDoubleClick);
|
---|
177 | this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragDrop);
|
---|
178 | this.treeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragEnter);
|
---|
179 | this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragOver);
|
---|
180 | this.treeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView_KeyDown);
|
---|
181 | this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
|
---|
182 | this.treeView.RightClick += new System.EventHandler(treeView_RightClick);
|
---|
183 | //
|
---|
184 | // imageList
|
---|
185 | //
|
---|
186 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
187 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
188 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
189 | //
|
---|
190 | // detailsGroupBox
|
---|
191 | //
|
---|
192 | this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
193 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
194 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
195 | this.detailsGroupBox.Controls.Add(this.detailsViewHost);
|
---|
196 | this.detailsGroupBox.Location = new System.Drawing.Point(3, 34);
|
---|
197 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
198 | this.detailsGroupBox.Size = new System.Drawing.Size(413, 405);
|
---|
199 | this.detailsGroupBox.TabIndex = 1;
|
---|
200 | this.detailsGroupBox.TabStop = false;
|
---|
201 | this.detailsGroupBox.Text = "Details";
|
---|
202 | //
|
---|
203 | // detailsViewHost
|
---|
204 | //
|
---|
205 | this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
206 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
207 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
208 | this.detailsViewHost.Caption = "View";
|
---|
209 | this.detailsViewHost.Content = null;
|
---|
210 | this.detailsViewHost.Enabled = false;
|
---|
211 | this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
|
---|
212 | this.detailsViewHost.Name = "detailsViewHost";
|
---|
213 | this.detailsViewHost.ReadOnly = false;
|
---|
214 | this.detailsViewHost.Size = new System.Drawing.Size(401, 380);
|
---|
215 | this.detailsViewHost.TabIndex = 0;
|
---|
216 | this.detailsViewHost.ViewsLabelVisible = true;
|
---|
217 | this.detailsViewHost.ViewType = null;
|
---|
218 | //
|
---|
219 | // contextMenuStrip
|
---|
220 | //
|
---|
221 | this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
222 | this.EditNodeLabelToolStripMenuItem,
|
---|
223 | this.ExpandToolStripMenuItem,
|
---|
224 | this.ExpandAllToolStripMenuItem,
|
---|
225 | this.CollapseToolStripMenuItem,
|
---|
226 | this.CollapseAllToolStripMenuItem});
|
---|
227 | this.contextMenuStrip.Name = "contextMenuStrip";
|
---|
228 | this.contextMenuStrip.Size = new System.Drawing.Size(120, 48);
|
---|
229 | //
|
---|
230 | // ExpandToolStripMenuItem
|
---|
231 | //
|
---|
232 | this.ExpandToolStripMenuItem.Name = "ExpandToolStripMenuItem";
|
---|
233 | this.ExpandToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
---|
234 | this.ExpandToolStripMenuItem.Text = "Expand";
|
---|
235 | this.ExpandToolStripMenuItem.Click += new System.EventHandler(this.ExpandToolStripMenuItem_Click);
|
---|
236 | //
|
---|
237 | // ExpandAllToolStripMenuItem
|
---|
238 | //
|
---|
239 | this.ExpandAllToolStripMenuItem.Name = "ExpandAllToolStripMenuItem";
|
---|
240 | this.ExpandAllToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
---|
241 | this.ExpandAllToolStripMenuItem.Text = "Expand All";
|
---|
242 | this.ExpandAllToolStripMenuItem.Click += new System.EventHandler(this.ExpandAllToolStripMenuItem_Click);
|
---|
243 | //
|
---|
244 | // CollapseToolStripMenuItem
|
---|
245 | //
|
---|
246 | this.CollapseToolStripMenuItem.Name = "CollapseToolStripMenuItem";
|
---|
247 | this.CollapseToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
---|
248 | this.CollapseToolStripMenuItem.Text = "Collapse";
|
---|
249 | this.CollapseToolStripMenuItem.Click += new System.EventHandler(this.CollapseToolStripMenuItem_Click);
|
---|
250 | //
|
---|
251 | // CollapseAllToolStripMenuItem
|
---|
252 | //
|
---|
253 | this.CollapseAllToolStripMenuItem.Name = "CollapseAllToolStripMenuItem";
|
---|
254 | this.CollapseAllToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
---|
255 | this.CollapseAllToolStripMenuItem.Text = "Collapse All";
|
---|
256 | this.CollapseAllToolStripMenuItem.Click += new System.EventHandler(this.CollapseAllToolStripMenuItem_Click);
|
---|
257 | //
|
---|
258 | // EditNodeLabelToolStripMenuItem
|
---|
259 | //
|
---|
260 | this.EditNodeLabelToolStripMenuItem.Name = "EditNodeLabelToolStripMenuItem";
|
---|
261 | this.EditNodeLabelToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
|
---|
262 | this.EditNodeLabelToolStripMenuItem.Text = "Edit Name";
|
---|
263 | this.EditNodeLabelToolStripMenuItem.Click += new System.EventHandler(this.EditNodeLabelToolStripMenuItem_Click);
|
---|
264 |
|
---|
265 | //
|
---|
266 | // ExperimentTreeView
|
---|
267 | //
|
---|
268 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
269 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
270 | this.Controls.Add(this.optimizersGroupBox);
|
---|
271 | this.Name = "ExperimentTreeView";
|
---|
272 | this.Size = new System.Drawing.Size(627, 458);
|
---|
273 | this.optimizersGroupBox.ResumeLayout(false);
|
---|
274 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
275 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
276 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
277 | this.splitContainer.ResumeLayout(false);
|
---|
278 | this.detailsGroupBox.ResumeLayout(false);
|
---|
279 | this.contextMenuStrip.ResumeLayout(false);
|
---|
280 | this.ResumeLayout(false);
|
---|
281 |
|
---|
282 | }
|
---|
283 | #endregion
|
---|
284 |
|
---|
285 | private System.Windows.Forms.GroupBox optimizersGroupBox;
|
---|
286 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
287 | private HeuristicLab.Optimization.Views.ExperimentTreeView.CustomTreeView treeView;
|
---|
288 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
289 | private MainForm.WindowsForms.ViewHost detailsViewHost;
|
---|
290 | private System.Windows.Forms.ToolTip toolTip;
|
---|
291 | private System.Windows.Forms.CheckBox showDetailsCheckBox;
|
---|
292 | private System.Windows.Forms.Button removeButton;
|
---|
293 | private System.Windows.Forms.Button moveUpButton;
|
---|
294 | private System.Windows.Forms.Button moveDownButton;
|
---|
295 | private System.Windows.Forms.Button addButton;
|
---|
296 | private System.Windows.Forms.ImageList imageList;
|
---|
297 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
---|
298 | private System.Windows.Forms.ToolStripMenuItem ExpandToolStripMenuItem;
|
---|
299 | private System.Windows.Forms.ToolStripMenuItem ExpandAllToolStripMenuItem;
|
---|
300 | private System.Windows.Forms.ToolStripMenuItem CollapseToolStripMenuItem;
|
---|
301 | private System.Windows.Forms.ToolStripMenuItem CollapseAllToolStripMenuItem;
|
---|
302 | private System.Windows.Forms.ToolStripMenuItem EditNodeLabelToolStripMenuItem;
|
---|
303 |
|
---|
304 | }
|
---|
305 | }
|
---|