Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15583 was 15583, checked in by swagner, 6 years ago

#2640: Updated year of copyrights in license headers

File size: 17.3 KB
RevLine 
[3260]1#region License Information
2/* HeuristicLab
[15583]3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3260]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
[3277]22using System.Windows.Forms;
23
[3260]24namespace HeuristicLab.Optimization.Views {
25  partial class RunCollectionView {
[3277]26    /// <summary>
[3260]27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
[3277]31    /// <summary>
[3260]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
[3277]42    #region Windows Form Designer generated code
[3260]43
[3277]44    /// <summary>
45    /// Required method for Designer support - do not modify
[3260]46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
[3277]49      this.components = new System.ComponentModel.Container();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
[4096]51      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
52      this.clearButton = new System.Windows.Forms.Button();
[3614]53      this.toolStrip = new System.Windows.Forms.ToolStrip();
54      this.analyzeRunsToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
[3277]55      this.itemsListView = new System.Windows.Forms.ListView();
[4096]56      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
[3277]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();
[3281]60      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[3277]61      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
62      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
[5466]63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[3614]64      this.runPage = new System.Windows.Forms.TabPage();
65      this.constraintPage = new System.Windows.Forms.TabPage();
[4096]66      this.runCollectionConstraintCollectionView = new HeuristicLab.Optimization.Views.RunCollectionConstraintCollectionView();
[6693]67      this.modifiersPage = new System.Windows.Forms.TabPage();
68      this.runCollectionModifiersListView = new HeuristicLab.Optimization.Views.RunCollectionModifiersListView();
[3277]69      this.splitContainer.Panel1.SuspendLayout();
70      this.splitContainer.Panel2.SuspendLayout();
71      this.splitContainer.SuspendLayout();
[3614]72      this.toolStrip.SuspendLayout();
[3277]73      this.detailsGroupBox.SuspendLayout();
74      this.itemsGroupBox.SuspendLayout();
[3614]75      this.tabControl.SuspendLayout();
76      this.runPage.SuspendLayout();
77      this.constraintPage.SuspendLayout();
[6693]78      this.modifiersPage.SuspendLayout();
[3277]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      //
[4096]90      this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
[3716]91      this.splitContainer.Panel1.Controls.Add(this.clearButton);
[3507]92      this.splitContainer.Panel1.Controls.Add(this.toolStrip);
[3277]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);
[3614]100      this.splitContainer.Size = new System.Drawing.Size(512, 332);
[3277]101      this.splitContainer.SplitterDistance = 250;
102      this.splitContainer.TabIndex = 0;
103      //
[4096]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;
[5287]109      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
[4096]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      //
[3614]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});
[4096]139      this.toolStrip.Location = new System.Drawing.Point(114, 3);
[3614]140      this.toolStrip.Name = "toolStrip";
[4096]141      this.toolStrip.Size = new System.Drawing.Size(133, 24);
142      this.toolStrip.TabIndex = 3;
[3614]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      //
[3277]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;
[3614]167      this.itemsListView.Size = new System.Drawing.Size(244, 295);
[3277]168      this.itemsListView.SmallImageList = this.imageList;
[4096]169      this.itemsListView.TabIndex = 4;
[3277]170      this.itemsListView.UseCompatibleStateImageBehavior = false;
171      this.itemsListView.View = System.Windows.Forms.View.Details;
[4096]172      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
[3277]173      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
174      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
[5744]175      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnter);
176      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragOver);
[4096]177      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
[3277]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;
[5287]189      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
[3277]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";
[3614]206      this.detailsGroupBox.Size = new System.Drawing.Size(252, 303);
[3277]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)));
[4096]216      this.viewHost.Caption = "View";
[3277]217      this.viewHost.Content = null;
218      this.viewHost.Location = new System.Drawing.Point(6, 19);
219      this.viewHost.Name = "viewHost";
[3507]220      this.viewHost.ReadOnly = false;
[3614]221      this.viewHost.Size = new System.Drawing.Size(240, 278);
[3277]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;
[3614]229      this.itemsGroupBox.Location = new System.Drawing.Point(3, 3);
[3277]230      this.itemsGroupBox.Name = "itemsGroupBox";
[3614]231      this.itemsGroupBox.Size = new System.Drawing.Size(518, 351);
[3277]232      this.itemsGroupBox.TabIndex = 0;
233      this.itemsGroupBox.TabStop = false;
234      this.itemsGroupBox.Text = "Items";
235      //
[3614]236      // tabControl
[3507]237      //
[3614]238      this.tabControl.Controls.Add(this.runPage);
239      this.tabControl.Controls.Add(this.constraintPage);
[6693]240      this.tabControl.Controls.Add(this.modifiersPage);
[3614]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);
[3716]246      this.tabControl.TabIndex = 0;
[3507]247      //
[3614]248      // runPage
[3507]249      //
[3614]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;
[3507]258      //
[3614]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      //
[4096]272      this.runCollectionConstraintCollectionView.Caption = "ConstraintCollection View";
[3614]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      //
[6693]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;
[6695]299      this.runCollectionModifiersListView.Evaluator = null;
300      this.runCollectionModifiersListView.Location = new System.Drawing.Point(3, 3);
[6693]301      this.runCollectionModifiersListView.Name = "runCollectionModifiersListView";
302      this.runCollectionModifiersListView.ReadOnly = false;
[6695]303      this.runCollectionModifiersListView.Size = new System.Drawing.Size(518, 351);
[6693]304      this.runCollectionModifiersListView.TabIndex = 0;
305      //
[3277]306      // RunCollectionView
307      //
308      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[3614]309      this.Controls.Add(this.tabControl);
[3277]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);
[3614]315      this.toolStrip.ResumeLayout(false);
316      this.toolStrip.PerformLayout();
[3277]317      this.detailsGroupBox.ResumeLayout(false);
318      this.itemsGroupBox.ResumeLayout(false);
[3614]319      this.tabControl.ResumeLayout(false);
320      this.runPage.ResumeLayout(false);
321      this.constraintPage.ResumeLayout(false);
[6693]322      this.modifiersPage.ResumeLayout(false);
[3277]323      this.ResumeLayout(false);
324
[3260]325    }
326
327    #endregion
[3277]328
[4883]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;
[5466]340    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
[4883]341    private TabPage runPage;
342    private TabPage constraintPage;
343    private RunCollectionConstraintCollectionView runCollectionConstraintCollectionView;
344    private Button clearButton;
345    private CheckBox showDetailsCheckBox;
[6693]346    private TabPage modifiersPage;
347    private RunCollectionModifiersListView runCollectionModifiersListView;
[3260]348  }
349}
Note: See TracBrowser for help on using the repository browser.