Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs @ 15605

Last change on this file since 15605 was 15605, checked in by abeham, 6 years ago

#1614: merged trunk into branch

File size: 17.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.modifiersPage = new System.Windows.Forms.TabPage();
68      this.runCollectionModifiersListView = new HeuristicLab.Optimization.Views.RunCollectionModifiersListView();
69      this.splitContainer.Panel1.SuspendLayout();
70      this.splitContainer.Panel2.SuspendLayout();
71      this.splitContainer.SuspendLayout();
72      this.toolStrip.SuspendLayout();
73      this.detailsGroupBox.SuspendLayout();
74      this.itemsGroupBox.SuspendLayout();
75      this.tabControl.SuspendLayout();
76      this.runPage.SuspendLayout();
77      this.constraintPage.SuspendLayout();
78      this.modifiersPage.SuspendLayout();
79      this.SuspendLayout();
80      //
81      // splitContainer
82      //
83      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
84      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
85      this.splitContainer.Location = new System.Drawing.Point(3, 16);
86      this.splitContainer.Name = "splitContainer";
87      //
88      // splitContainer.Panel1
89      //
90      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
91      this.splitContainer.Panel1.Controls.Add(this.clearButton);
92      this.splitContainer.Panel1.Controls.Add(this.toolStrip);
93      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
94      this.splitContainer.Panel1.Controls.Add(this.removeButton);
95      this.splitContainer.Panel1MinSize = 100;
96      //
97      // splitContainer.Panel2
98      //
99      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
100      this.splitContainer.Size = new System.Drawing.Size(512, 332);
101      this.splitContainer.SplitterDistance = 250;
102      this.splitContainer.TabIndex = 0;
103      //
104      // showDetailsCheckBox
105      //
106      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
107      this.showDetailsCheckBox.Checked = true;
108      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
109      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
110      this.showDetailsCheckBox.Location = new System.Drawing.Point(87, 3);
111      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
112      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
113      this.showDetailsCheckBox.TabIndex = 2;
114      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
115      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
116      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
117      //
118      // clearButton
119      //
120      this.clearButton.Enabled = false;
121      this.clearButton.Location = new System.Drawing.Point(33, 3);
122      this.clearButton.Name = "clearButton";
123      this.clearButton.Size = new System.Drawing.Size(48, 24);
124      this.clearButton.TabIndex = 1;
125      this.clearButton.Text = "&Clear";
126      this.toolTip.SetToolTip(this.clearButton, "Remove All Runs");
127      this.clearButton.UseVisualStyleBackColor = true;
128      this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
129      //
130      // toolStrip
131      //
132      this.toolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
133                  | System.Windows.Forms.AnchorStyles.Right)));
134      this.toolStrip.AutoSize = false;
135      this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
136      this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
137      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
138            this.analyzeRunsToolStripDropDownButton});
139      this.toolStrip.Location = new System.Drawing.Point(114, 3);
140      this.toolStrip.Name = "toolStrip";
141      this.toolStrip.Size = new System.Drawing.Size(133, 24);
142      this.toolStrip.TabIndex = 3;
143      this.toolStrip.Text = "toolStrip1";
144      //
145      // analyzeRunsToolStripDropDownButton
146      //
147      this.analyzeRunsToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
148      this.analyzeRunsToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
149      this.analyzeRunsToolStripDropDownButton.Name = "analyzeRunsToolStripDropDownButton";
150      this.analyzeRunsToolStripDropDownButton.Size = new System.Drawing.Size(99, 21);
151      this.analyzeRunsToolStripDropDownButton.Text = "&Analyze Runs...";
152      this.analyzeRunsToolStripDropDownButton.ToolTipText = "Show Run Analysis Views";
153      //
154      // itemsListView
155      //
156      this.itemsListView.AllowDrop = true;
157      this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
158                  | System.Windows.Forms.AnchorStyles.Left)
159                  | System.Windows.Forms.AnchorStyles.Right)));
160      this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
161            this.columnHeader1});
162      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
163      this.itemsListView.HideSelection = false;
164      this.itemsListView.Location = new System.Drawing.Point(3, 33);
165      this.itemsListView.Name = "itemsListView";
166      this.itemsListView.ShowItemToolTips = true;
167      this.itemsListView.Size = new System.Drawing.Size(244, 295);
168      this.itemsListView.SmallImageList = this.imageList;
169      this.itemsListView.TabIndex = 4;
170      this.itemsListView.UseCompatibleStateImageBehavior = false;
171      this.itemsListView.View = System.Windows.Forms.View.Details;
172      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
173      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
174      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
175      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnter);
176      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragOver);
177      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
178      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
179      //
180      // imageList
181      //
182      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
183      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
184      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
185      //
186      // removeButton
187      //
188      this.removeButton.Enabled = false;
189      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
190      this.removeButton.Location = new System.Drawing.Point(3, 3);
191      this.removeButton.Name = "removeButton";
192      this.removeButton.Size = new System.Drawing.Size(24, 24);
193      this.removeButton.TabIndex = 0;
194      this.toolTip.SetToolTip(this.removeButton, "Remove");
195      this.removeButton.UseVisualStyleBackColor = true;
196      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
197      //
198      // detailsGroupBox
199      //
200      this.detailsGroupBox.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.detailsGroupBox.Controls.Add(this.viewHost);
204      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
205      this.detailsGroupBox.Name = "detailsGroupBox";
206      this.detailsGroupBox.Size = new System.Drawing.Size(252, 303);
207      this.detailsGroupBox.TabIndex = 0;
208      this.detailsGroupBox.TabStop = false;
209      this.detailsGroupBox.Text = "Details";
210      //
211      // viewHost
212      //
213      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
214                  | System.Windows.Forms.AnchorStyles.Left)
215                  | System.Windows.Forms.AnchorStyles.Right)));
216      this.viewHost.Caption = "View";
217      this.viewHost.Content = null;
218      this.viewHost.Location = new System.Drawing.Point(6, 19);
219      this.viewHost.Name = "viewHost";
220      this.viewHost.ReadOnly = false;
221      this.viewHost.Size = new System.Drawing.Size(240, 278);
222      this.viewHost.TabIndex = 0;
223      this.viewHost.ViewType = null;
224      //
225      // itemsGroupBox
226      //
227      this.itemsGroupBox.Controls.Add(this.splitContainer);
228      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
229      this.itemsGroupBox.Location = new System.Drawing.Point(3, 3);
230      this.itemsGroupBox.Name = "itemsGroupBox";
231      this.itemsGroupBox.Size = new System.Drawing.Size(518, 351);
232      this.itemsGroupBox.TabIndex = 0;
233      this.itemsGroupBox.TabStop = false;
234      this.itemsGroupBox.Text = "Items";
235      //
236      // tabControl
237      //
238      this.tabControl.Controls.Add(this.runPage);
239      this.tabControl.Controls.Add(this.constraintPage);
240      this.tabControl.Controls.Add(this.modifiersPage);
241      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
242      this.tabControl.Location = new System.Drawing.Point(0, 0);
243      this.tabControl.Name = "tabControl";
244      this.tabControl.SelectedIndex = 0;
245      this.tabControl.Size = new System.Drawing.Size(532, 383);
246      this.tabControl.TabIndex = 0;
247      //
248      // runPage
249      //
250      this.runPage.Controls.Add(this.itemsGroupBox);
251      this.runPage.Location = new System.Drawing.Point(4, 22);
252      this.runPage.Name = "runPage";
253      this.runPage.Padding = new System.Windows.Forms.Padding(3);
254      this.runPage.Size = new System.Drawing.Size(524, 357);
255      this.runPage.TabIndex = 0;
256      this.runPage.Text = "Runs";
257      this.runPage.UseVisualStyleBackColor = true;
258      //
259      // constraintPage
260      //
261      this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView);
262      this.constraintPage.Location = new System.Drawing.Point(4, 22);
263      this.constraintPage.Name = "constraintPage";
264      this.constraintPage.Padding = new System.Windows.Forms.Padding(3);
265      this.constraintPage.Size = new System.Drawing.Size(524, 357);
266      this.constraintPage.TabIndex = 1;
267      this.constraintPage.Text = "Filtering";
268      this.constraintPage.UseVisualStyleBackColor = true;
269      //
270      // runCollectionConstraintCollectionView
271      //
272      this.runCollectionConstraintCollectionView.Caption = "ConstraintCollection View";
273      this.runCollectionConstraintCollectionView.Content = null;
274      this.runCollectionConstraintCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
275      this.runCollectionConstraintCollectionView.Location = new System.Drawing.Point(3, 3);
276      this.runCollectionConstraintCollectionView.Name = "runCollectionConstraintCollectionView";
277      this.runCollectionConstraintCollectionView.ReadOnly = false;
278      this.runCollectionConstraintCollectionView.Size = new System.Drawing.Size(518, 351);
279      this.runCollectionConstraintCollectionView.TabIndex = 0;
280      //
281      // modifiersPage
282      //
283      this.modifiersPage.Controls.Add(this.runCollectionModifiersListView);
284      this.modifiersPage.Location = new System.Drawing.Point(4, 22);
285      this.modifiersPage.Name = "modifiersPage";
286      this.modifiersPage.Padding = new System.Windows.Forms.Padding(3);
287      this.modifiersPage.Size = new System.Drawing.Size(524, 357);
288      this.modifiersPage.TabIndex = 2;
289      this.modifiersPage.Text = "Modification";
290      this.modifiersPage.UseVisualStyleBackColor = true;
291      //
292      // runCollectionModifiersListView
293      //
294      this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
295            | System.Windows.Forms.AnchorStyles.Left)
296            | System.Windows.Forms.AnchorStyles.Right)));
297      this.runCollectionModifiersListView.Caption = "Modifier View";
298      this.runCollectionModifiersListView.Content = null;
299      this.runCollectionModifiersListView.Evaluator = null;
300      this.runCollectionModifiersListView.Location = new System.Drawing.Point(3, 3);
301      this.runCollectionModifiersListView.Name = "runCollectionModifiersListView";
302      this.runCollectionModifiersListView.ReadOnly = false;
303      this.runCollectionModifiersListView.Size = new System.Drawing.Size(518, 351);
304      this.runCollectionModifiersListView.TabIndex = 0;
305      //
306      // RunCollectionView
307      //
308      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
309      this.Controls.Add(this.tabControl);
310      this.Name = "RunCollectionView";
311      this.Size = new System.Drawing.Size(532, 383);
312      this.splitContainer.Panel1.ResumeLayout(false);
313      this.splitContainer.Panel2.ResumeLayout(false);
314      this.splitContainer.ResumeLayout(false);
315      this.toolStrip.ResumeLayout(false);
316      this.toolStrip.PerformLayout();
317      this.detailsGroupBox.ResumeLayout(false);
318      this.itemsGroupBox.ResumeLayout(false);
319      this.tabControl.ResumeLayout(false);
320      this.runPage.ResumeLayout(false);
321      this.constraintPage.ResumeLayout(false);
322      this.modifiersPage.ResumeLayout(false);
323      this.ResumeLayout(false);
324
325    }
326
327    #endregion
328
329    private System.Windows.Forms.SplitContainer splitContainer;
330    private System.Windows.Forms.ColumnHeader columnHeader1;
331    private GroupBox itemsGroupBox;
332    private ListView itemsListView;
333    private GroupBox detailsGroupBox;
334    private Button removeButton;
335    private ToolTip toolTip;
336    private ImageList imageList;
337    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
338    private ToolStrip toolStrip;
339    private ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
340    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
341    private TabPage runPage;
342    private TabPage constraintPage;
343    private RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
344    private Button clearButton;
345    private CheckBox showDetailsCheckBox;
346    private TabPage modifiersPage;
347    private RunCollectionModifiersListView runCollectionModifiersListView;
348  }
349}
Note: See TracBrowser for help on using the repository browser.