Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3623 was 3614, checked in by mkommend, 14 years ago

implemented first version of RunConstraints (ticket #970)

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