Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1555: Implemented context menu to collapse & expand nodes.

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