Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3349 was 3281, checked in by mkommend, 14 years ago

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

File size: 9.2 KB
Line 
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
22using System;
23using System.Windows.Forms;
24using System.ComponentModel;
25
26namespace HeuristicLab.Optimization.Views {
27  partial class RunCollectionView {
28    /// <summary>
29    /// Required designer variable.
30    /// </summary>
31    private System.ComponentModel.IContainer components = null;
32
33    /// <summary>
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) {
39        foreach (ListViewItem item in itemsListView.Items)
40          ((IRun)item.Tag).ToStringChanged -= new EventHandler(Item_ToStringChanged);
41        if (components != null) components.Dispose();
42      }
43      base.Dispose(disposing);
44    }
45
46    #region Windows Form Designer generated code
47
48    /// <summary>
49    /// Required method for Designer support - do not modify
50    /// the contents of this method with the code editor.
51    /// </summary>
52    private void InitializeComponent() {
53      this.components = new System.ComponentModel.Container();
54      this.splitContainer = new System.Windows.Forms.SplitContainer();
55      this.itemsListView = new System.Windows.Forms.ListView();
56      this.columnHeader1 = 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.splitContainer.Panel1.SuspendLayout();
64      this.splitContainer.Panel2.SuspendLayout();
65      this.splitContainer.SuspendLayout();
66      this.detailsGroupBox.SuspendLayout();
67      this.itemsGroupBox.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // splitContainer
71      //
72      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
73      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
74      this.splitContainer.Location = new System.Drawing.Point(3, 16);
75      this.splitContainer.Name = "splitContainer";
76      //
77      // splitContainer.Panel1
78      //
79      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
80      this.splitContainer.Panel1.Controls.Add(this.removeButton);
81      this.splitContainer.Panel1MinSize = 100;
82      //
83      // splitContainer.Panel2
84      //
85      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
86      this.splitContainer.Size = new System.Drawing.Size(526, 364);
87      this.splitContainer.SplitterDistance = 250;
88      this.splitContainer.TabIndex = 0;
89      //
90      // itemsListView
91      //
92      this.itemsListView.AllowDrop = true;
93      this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94                  | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
97            this.columnHeader1});
98      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
99      this.itemsListView.HideSelection = false;
100      this.itemsListView.Location = new System.Drawing.Point(3, 33);
101      this.itemsListView.Name = "itemsListView";
102      this.itemsListView.ShowItemToolTips = true;
103      this.itemsListView.Size = new System.Drawing.Size(244, 327);
104      this.itemsListView.SmallImageList = this.imageList;
105      this.itemsListView.TabIndex = 1;
106      this.itemsListView.UseCompatibleStateImageBehavior = false;
107      this.itemsListView.View = System.Windows.Forms.View.Details;
108      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
109      this.itemsListView.SizeChanged += new System.EventHandler(this.itemsListView_SizeChanged);
110      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
111      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
112      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
113      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
114      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
115      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
116      //
117      // imageList
118      //
119      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
120      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
121      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
122      //
123      // removeButton
124      //
125      this.removeButton.Enabled = false;
126      this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
127      this.removeButton.Location = new System.Drawing.Point(3, 3);
128      this.removeButton.Name = "removeButton";
129      this.removeButton.Size = new System.Drawing.Size(24, 24);
130      this.removeButton.TabIndex = 0;
131      this.toolTip.SetToolTip(this.removeButton, "Remove");
132      this.removeButton.UseVisualStyleBackColor = true;
133      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
134      //
135      // detailsGroupBox
136      //
137      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138                  | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.detailsGroupBox.Controls.Add(this.viewHost);
141      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
142      this.detailsGroupBox.Name = "detailsGroupBox";
143      this.detailsGroupBox.Size = new System.Drawing.Size(266, 335);
144      this.detailsGroupBox.TabIndex = 0;
145      this.detailsGroupBox.TabStop = false;
146      this.detailsGroupBox.Text = "Details";
147      //
148      // viewHost
149      //
150      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
151                  | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.viewHost.Content = null;
154      this.viewHost.Location = new System.Drawing.Point(6, 19);
155      this.viewHost.Name = "viewHost";
156      this.viewHost.Size = new System.Drawing.Size(254, 310);
157      this.viewHost.TabIndex = 0;
158      this.viewHost.ViewType = null;
159      //
160      // itemsGroupBox
161      //
162      this.itemsGroupBox.Controls.Add(this.splitContainer);
163      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
164      this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
165      this.itemsGroupBox.Name = "itemsGroupBox";
166      this.itemsGroupBox.Size = new System.Drawing.Size(532, 383);
167      this.itemsGroupBox.TabIndex = 0;
168      this.itemsGroupBox.TabStop = false;
169      this.itemsGroupBox.Text = "Items";
170      //
171      // RunCollectionView
172      //
173      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174      this.Controls.Add(this.itemsGroupBox);
175      this.Name = "RunCollectionView";
176      this.Size = new System.Drawing.Size(532, 383);
177      this.splitContainer.Panel1.ResumeLayout(false);
178      this.splitContainer.Panel2.ResumeLayout(false);
179      this.splitContainer.ResumeLayout(false);
180      this.detailsGroupBox.ResumeLayout(false);
181      this.itemsGroupBox.ResumeLayout(false);
182      this.ResumeLayout(false);
183
184    }
185
186    #endregion
187
188    protected System.Windows.Forms.SplitContainer splitContainer;
189    protected System.Windows.Forms.ColumnHeader columnHeader1;
190    protected GroupBox itemsGroupBox;
191    protected ListView itemsListView;
192    protected GroupBox detailsGroupBox;
193    protected Button removeButton;
194    protected ToolTip toolTip;
195    protected ImageList imageList;
196    protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
197  }
198}
Note: See TracBrowser for help on using the repository browser.