Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14517 was 14185, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

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