Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs @ 5466

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

Updated all views with TabControls to use the DragOverTabControl (ticket #1058).

File size: 15.5 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
22using System.Windows.Forms;
23
24namespace HeuristicLab.Optimization.Views {
25  partial class RunCollectionView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing) {
37        if (components != null) components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Windows Form Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
51      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
52      this.clearButton = new System.Windows.Forms.Button();
53      this.toolStrip = new System.Windows.Forms.ToolStrip();
54      this.analyzeRunsToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
55      this.itemsListView = new System.Windows.Forms.ListView();
56      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
57      this.imageList = new System.Windows.Forms.ImageList(this.components);
58      this.removeButton = new System.Windows.Forms.Button();
59      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
60      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
62      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
64      this.runPage = new System.Windows.Forms.TabPage();
65      this.constraintPage = new System.Windows.Forms.TabPage();
66      this.runCollectionConstraintCollectionView = new HeuristicLab.Optimization.Views.RunCollectionConstraintCollectionView();
67      this.splitContainer.Panel1.SuspendLayout();
68      this.splitContainer.Panel2.SuspendLayout();
69      this.splitContainer.SuspendLayout();
70      this.toolStrip.SuspendLayout();
71      this.detailsGroupBox.SuspendLayout();
72      this.itemsGroupBox.SuspendLayout();
73      this.tabControl.SuspendLayout();
74      this.runPage.SuspendLayout();
75      this.constraintPage.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // splitContainer
79      //
80      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
82      this.splitContainer.Location = new System.Drawing.Point(3, 16);
83      this.splitContainer.Name = "splitContainer";
84      //
85      // splitContainer.Panel1
86      //
87      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
88      this.splitContainer.Panel1.Controls.Add(this.clearButton);
89      this.splitContainer.Panel1.Controls.Add(this.toolStrip);
90      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
91      this.splitContainer.Panel1.Controls.Add(this.removeButton);
92      this.splitContainer.Panel1MinSize = 100;
93      //
94      // splitContainer.Panel2
95      //
96      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
97      this.splitContainer.Size = new System.Drawing.Size(512, 332);
98      this.splitContainer.SplitterDistance = 250;
99      this.splitContainer.TabIndex = 0;
100      //
101      // showDetailsCheckBox
102      //
103      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
104      this.showDetailsCheckBox.Checked = true;
105      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
106      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
107      this.showDetailsCheckBox.Location = new System.Drawing.Point(87, 3);
108      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
109      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
110      this.showDetailsCheckBox.TabIndex = 2;
111      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
112      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
113      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
114      //
115      // clearButton
116      //
117      this.clearButton.Enabled = false;
118      this.clearButton.Location = new System.Drawing.Point(33, 3);
119      this.clearButton.Name = "clearButton";
120      this.clearButton.Size = new System.Drawing.Size(48, 24);
121      this.clearButton.TabIndex = 1;
122      this.clearButton.Text = "&Clear";
123      this.toolTip.SetToolTip(this.clearButton, "Remove All Runs");
124      this.clearButton.UseVisualStyleBackColor = true;
125      this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
126      //
127      // toolStrip
128      //
129      this.toolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130                  | System.Windows.Forms.AnchorStyles.Right)));
131      this.toolStrip.AutoSize = false;
132      this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
133      this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
134      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
135            this.analyzeRunsToolStripDropDownButton});
136      this.toolStrip.Location = new System.Drawing.Point(114, 3);
137      this.toolStrip.Name = "toolStrip";
138      this.toolStrip.Size = new System.Drawing.Size(133, 24);
139      this.toolStrip.TabIndex = 3;
140      this.toolStrip.Text = "toolStrip1";
141      //
142      // analyzeRunsToolStripDropDownButton
143      //
144      this.analyzeRunsToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
145      this.analyzeRunsToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
146      this.analyzeRunsToolStripDropDownButton.Name = "analyzeRunsToolStripDropDownButton";
147      this.analyzeRunsToolStripDropDownButton.Size = new System.Drawing.Size(99, 21);
148      this.analyzeRunsToolStripDropDownButton.Text = "&Analyze Runs...";
149      this.analyzeRunsToolStripDropDownButton.ToolTipText = "Show Run Analysis Views";
150      //
151      // itemsListView
152      //
153      this.itemsListView.AllowDrop = true;
154      this.itemsListView.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.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
158            this.columnHeader1});
159      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
160      this.itemsListView.HideSelection = false;
161      this.itemsListView.Location = new System.Drawing.Point(3, 33);
162      this.itemsListView.Name = "itemsListView";
163      this.itemsListView.ShowItemToolTips = true;
164      this.itemsListView.Size = new System.Drawing.Size(244, 295);
165      this.itemsListView.SmallImageList = this.imageList;
166      this.itemsListView.TabIndex = 4;
167      this.itemsListView.UseCompatibleStateImageBehavior = false;
168      this.itemsListView.View = System.Windows.Forms.View.Details;
169      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
170      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
171      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
172      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
173      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
174      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
175      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
176      //
177      // imageList
178      //
179      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
180      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
181      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
182      //
183      // removeButton
184      //
185      this.removeButton.Enabled = false;
186      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
187      this.removeButton.Location = new System.Drawing.Point(3, 3);
188      this.removeButton.Name = "removeButton";
189      this.removeButton.Size = new System.Drawing.Size(24, 24);
190      this.removeButton.TabIndex = 0;
191      this.toolTip.SetToolTip(this.removeButton, "Remove");
192      this.removeButton.UseVisualStyleBackColor = true;
193      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
194      //
195      // detailsGroupBox
196      //
197      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.detailsGroupBox.Controls.Add(this.viewHost);
201      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
202      this.detailsGroupBox.Name = "detailsGroupBox";
203      this.detailsGroupBox.Size = new System.Drawing.Size(252, 303);
204      this.detailsGroupBox.TabIndex = 0;
205      this.detailsGroupBox.TabStop = false;
206      this.detailsGroupBox.Text = "Details";
207      //
208      // viewHost
209      //
210      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
211                  | System.Windows.Forms.AnchorStyles.Left)
212                  | System.Windows.Forms.AnchorStyles.Right)));
213      this.viewHost.Caption = "View";
214      this.viewHost.Content = null;
215      this.viewHost.Location = new System.Drawing.Point(6, 19);
216      this.viewHost.Name = "viewHost";
217      this.viewHost.ReadOnly = false;
218      this.viewHost.Size = new System.Drawing.Size(240, 278);
219      this.viewHost.TabIndex = 0;
220      this.viewHost.ViewType = null;
221      //
222      // itemsGroupBox
223      //
224      this.itemsGroupBox.Controls.Add(this.splitContainer);
225      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
226      this.itemsGroupBox.Location = new System.Drawing.Point(3, 3);
227      this.itemsGroupBox.Name = "itemsGroupBox";
228      this.itemsGroupBox.Size = new System.Drawing.Size(518, 351);
229      this.itemsGroupBox.TabIndex = 0;
230      this.itemsGroupBox.TabStop = false;
231      this.itemsGroupBox.Text = "Items";
232      //
233      // tabControl
234      //
235      this.tabControl.Controls.Add(this.runPage);
236      this.tabControl.Controls.Add(this.constraintPage);
237      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
238      this.tabControl.Location = new System.Drawing.Point(0, 0);
239      this.tabControl.Name = "tabControl";
240      this.tabControl.SelectedIndex = 0;
241      this.tabControl.Size = new System.Drawing.Size(532, 383);
242      this.tabControl.TabIndex = 0;
243      //
244      // runPage
245      //
246      this.runPage.Controls.Add(this.itemsGroupBox);
247      this.runPage.Location = new System.Drawing.Point(4, 22);
248      this.runPage.Name = "runPage";
249      this.runPage.Padding = new System.Windows.Forms.Padding(3);
250      this.runPage.Size = new System.Drawing.Size(524, 357);
251      this.runPage.TabIndex = 0;
252      this.runPage.Text = "Runs";
253      this.runPage.UseVisualStyleBackColor = true;
254      //
255      // constraintPage
256      //
257      this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView);
258      this.constraintPage.Location = new System.Drawing.Point(4, 22);
259      this.constraintPage.Name = "constraintPage";
260      this.constraintPage.Padding = new System.Windows.Forms.Padding(3);
261      this.constraintPage.Size = new System.Drawing.Size(524, 357);
262      this.constraintPage.TabIndex = 1;
263      this.constraintPage.Text = "Filtering";
264      this.constraintPage.UseVisualStyleBackColor = true;
265      //
266      // runCollectionConstraintCollectionView
267      //
268      this.runCollectionConstraintCollectionView.Caption = "ConstraintCollection View";
269      this.runCollectionConstraintCollectionView.Content = null;
270      this.runCollectionConstraintCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
271      this.runCollectionConstraintCollectionView.Location = new System.Drawing.Point(3, 3);
272      this.runCollectionConstraintCollectionView.Name = "runCollectionConstraintCollectionView";
273      this.runCollectionConstraintCollectionView.ReadOnly = false;
274      this.runCollectionConstraintCollectionView.Size = new System.Drawing.Size(518, 351);
275      this.runCollectionConstraintCollectionView.TabIndex = 0;
276      //
277      // RunCollectionView
278      //
279      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
280      this.Controls.Add(this.tabControl);
281      this.Name = "RunCollectionView";
282      this.Size = new System.Drawing.Size(532, 383);
283      this.splitContainer.Panel1.ResumeLayout(false);
284      this.splitContainer.Panel2.ResumeLayout(false);
285      this.splitContainer.ResumeLayout(false);
286      this.toolStrip.ResumeLayout(false);
287      this.toolStrip.PerformLayout();
288      this.detailsGroupBox.ResumeLayout(false);
289      this.itemsGroupBox.ResumeLayout(false);
290      this.tabControl.ResumeLayout(false);
291      this.runPage.ResumeLayout(false);
292      this.constraintPage.ResumeLayout(false);
293      this.ResumeLayout(false);
294
295    }
296
297    #endregion
298
299    private System.Windows.Forms.SplitContainer splitContainer;
300    private System.Windows.Forms.ColumnHeader columnHeader1;
301    private GroupBox itemsGroupBox;
302    private ListView itemsListView;
303    private GroupBox detailsGroupBox;
304    private Button removeButton;
305    private ToolTip toolTip;
306    private ImageList imageList;
307    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
308    private ToolStrip toolStrip;
309    private ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
310    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
311    private TabPage runPage;
312    private TabPage constraintPage;
313    private RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
314    private Button clearButton;
315    private CheckBox showDetailsCheckBox;
316  }
317}
Note: See TracBrowser for help on using the repository browser.