Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7274 was 7274, checked in by swagner, 12 years ago

Added context menu items to expand or collapse all tree nodes in the ExperimentTreeView (#1726)

File size: 16.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.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.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(treeView_AfterLabelEdit);
174      this.treeView.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(treeView_BeforeLabelEdit);
175      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(treeView_AfterSelect);
176      this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.optimizerTreeView_ItemDrag);
177      this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeview_NodeMouseClick);
178      this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseDoubleClick);
179      this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragDrop);
180      this.treeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragEnter);
181      this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTreeView_DragOver);
182      this.treeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView_KeyDown);
183      this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
184      this.treeView.RightClick += new System.EventHandler(treeView_RightClick);
185      //
186      // imageList
187      //
188      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
189      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
190      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
191      //
192      // detailsGroupBox
193      //
194      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
195            | System.Windows.Forms.AnchorStyles.Left)
196            | System.Windows.Forms.AnchorStyles.Right)));
197      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
198      this.detailsGroupBox.Location = new System.Drawing.Point(3, 34);
199      this.detailsGroupBox.Name = "detailsGroupBox";
200      this.detailsGroupBox.Size = new System.Drawing.Size(413, 405);
201      this.detailsGroupBox.TabIndex = 1;
202      this.detailsGroupBox.TabStop = false;
203      this.detailsGroupBox.Text = "Details";
204      //
205      // detailsViewHost
206      //
207      this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
208            | System.Windows.Forms.AnchorStyles.Left)
209            | System.Windows.Forms.AnchorStyles.Right)));
210      this.detailsViewHost.Caption = "View";
211      this.detailsViewHost.Content = null;
212      this.detailsViewHost.Enabled = false;
213      this.detailsViewHost.Location = new System.Drawing.Point(6, 19);
214      this.detailsViewHost.Name = "detailsViewHost";
215      this.detailsViewHost.ReadOnly = false;
216      this.detailsViewHost.Size = new System.Drawing.Size(401, 380);
217      this.detailsViewHost.TabIndex = 0;
218      this.detailsViewHost.ViewsLabelVisible = true;
219      this.detailsViewHost.ViewType = null;
220      //
221      // contextMenuStrip
222      //
223      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
224            this.EditNodeLabelToolStripMenuItem,
225            this.ExpandToolStripMenuItem,
226            this.ExpandAllToolStripMenuItem,
227            this.CollapseToolStripMenuItem,
228            this.CollapseAllToolStripMenuItem});
229      this.contextMenuStrip.Name = "contextMenuStrip";
230      this.contextMenuStrip.Size = new System.Drawing.Size(120, 48);
231      //
232      // ExpandToolStripMenuItem
233      //
234      this.ExpandToolStripMenuItem.Name = "ExpandToolStripMenuItem";
235      this.ExpandToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
236      this.ExpandToolStripMenuItem.Text = "Expand";
237      this.ExpandToolStripMenuItem.Click += new System.EventHandler(this.ExpandToolStripMenuItem_Click);
238      //
239      // ExpandAllToolStripMenuItem
240      //
241      this.ExpandAllToolStripMenuItem.Name = "ExpandAllToolStripMenuItem";
242      this.ExpandAllToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
243      this.ExpandAllToolStripMenuItem.Text = "Expand All";
244      this.ExpandAllToolStripMenuItem.Click += new System.EventHandler(this.ExpandAllToolStripMenuItem_Click);
245      //
246      // CollapseToolStripMenuItem
247      //
248      this.CollapseToolStripMenuItem.Name = "CollapseToolStripMenuItem";
249      this.CollapseToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
250      this.CollapseToolStripMenuItem.Text = "Collapse";
251      this.CollapseToolStripMenuItem.Click += new System.EventHandler(this.CollapseToolStripMenuItem_Click);
252      //
253      // CollapseAllToolStripMenuItem
254      //
255      this.CollapseAllToolStripMenuItem.Name = "CollapseAllToolStripMenuItem";
256      this.CollapseAllToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
257      this.CollapseAllToolStripMenuItem.Text = "Collapse All";
258      this.CollapseAllToolStripMenuItem.Click += new System.EventHandler(this.CollapseAllToolStripMenuItem_Click);
259      //
260      // EditNodeLabelToolStripMenuItem
261      //
262      this.EditNodeLabelToolStripMenuItem.Name = "EditNodeLabelToolStripMenuItem";
263      this.EditNodeLabelToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
264      this.EditNodeLabelToolStripMenuItem.Text = "Edit Name";
265      this.EditNodeLabelToolStripMenuItem.Click += new System.EventHandler(this.EditNodeLabelToolStripMenuItem_Click);
266
267      //
268      // ExperimentTreeView
269      //
270      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
271      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
272      this.Controls.Add(this.optimizersGroupBox);
273      this.Name = "ExperimentTreeView";
274      this.Size = new System.Drawing.Size(627, 458);
275      this.optimizersGroupBox.ResumeLayout(false);
276      this.splitContainer.Panel1.ResumeLayout(false);
277      this.splitContainer.Panel2.ResumeLayout(false);
278      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
279      this.splitContainer.ResumeLayout(false);
280      this.detailsGroupBox.ResumeLayout(false);
281      this.contextMenuStrip.ResumeLayout(false);
282      this.ResumeLayout(false);
283
284    }
285    #endregion
286
287    private System.Windows.Forms.GroupBox optimizersGroupBox;
288    private System.Windows.Forms.SplitContainer splitContainer;
289    private HeuristicLab.Optimization.Views.ExperimentTreeView.CustomTreeView treeView;
290    private System.Windows.Forms.GroupBox detailsGroupBox;
291    private MainForm.WindowsForms.ViewHost detailsViewHost;
292    private System.Windows.Forms.ToolTip toolTip;
293    private System.Windows.Forms.CheckBox showDetailsCheckBox;
294    private System.Windows.Forms.Button removeButton;
295    private System.Windows.Forms.Button moveUpButton;
296    private System.Windows.Forms.Button moveDownButton;
297    private System.Windows.Forms.Button addButton;
298    private System.Windows.Forms.ImageList imageList;
299    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
300    private System.Windows.Forms.ToolStripMenuItem ExpandToolStripMenuItem;
301    private System.Windows.Forms.ToolStripMenuItem ExpandAllToolStripMenuItem;
302    private System.Windows.Forms.ToolStripMenuItem CollapseToolStripMenuItem;
303    private System.Windows.Forms.ToolStripMenuItem CollapseAllToolStripMenuItem;
304    private System.Windows.Forms.ToolStripMenuItem EditNodeLabelToolStripMenuItem;
305
306  }
307}
Note: See TracBrowser for help on using the repository browser.