Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/ItemListView.Designer.cs @ 3362

Last change on this file since 3362 was 3362, checked in by swagner, 14 years ago

Adapted views of HeuristicLab.Core.Views according the new read-only property and renamed method SetEnableStateOfControls into SetEnabledStateOfControls (#973).

File size: 11.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;
24
25namespace HeuristicLab.Core.Views {
26  partial class ItemListView<T> {
27    /// <summary>
28    /// Required designer variable.
29    /// </summary>
30    private System.ComponentModel.IContainer components = null;
31
32    /// <summary>
33    /// Clean up any resources being used.
34    /// </summary>
35    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
36    protected override void Dispose(bool disposing) {
37      if (disposing) {
38        foreach (ListViewItem item in itemsListView.Items) {
39          ((T)item.Tag).ItemImageChanged -= new EventHandler(Item_ItemImageChanged);
40          ((T)item.Tag).ToStringChanged -= new EventHandler(Item_ToStringChanged);
41        }
42        if (components != null) components.Dispose();
43      }
44      base.Dispose(disposing);
45    }
46
47    #region Windows Form Designer generated code
48
49    /// <summary>
50    /// Required method for Designer support - do not modify
51    /// the contents of this method with the code editor.
52    /// </summary>
53    private void InitializeComponent() {
54      this.components = new System.ComponentModel.Container();
55      this.splitContainer = new System.Windows.Forms.SplitContainer();
56      this.removeButton = new System.Windows.Forms.Button();
57      this.moveUpButton = new System.Windows.Forms.Button();
58      this.moveDownButton = new System.Windows.Forms.Button();
59      this.itemsListView = new System.Windows.Forms.ListView();
60      this.listViewColumnHeader = new System.Windows.Forms.ColumnHeader();
61      this.imageList = new System.Windows.Forms.ImageList(this.components);
62      this.addButton = new System.Windows.Forms.Button();
63      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
64      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
66      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
67      this.splitContainer.Panel1.SuspendLayout();
68      this.splitContainer.Panel2.SuspendLayout();
69      this.splitContainer.SuspendLayout();
70      this.detailsGroupBox.SuspendLayout();
71      this.itemsGroupBox.SuspendLayout();
72      this.SuspendLayout();
73      //
74      // splitContainer
75      //
76      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
77      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
78      this.splitContainer.Location = new System.Drawing.Point(3, 16);
79      this.splitContainer.Name = "splitContainer";
80      //
81      // splitContainer.Panel1
82      //
83      this.splitContainer.Panel1.Controls.Add(this.removeButton);
84      this.splitContainer.Panel1.Controls.Add(this.moveUpButton);
85      this.splitContainer.Panel1.Controls.Add(this.moveDownButton);
86      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
87      this.splitContainer.Panel1.Controls.Add(this.addButton);
88      //
89      // splitContainer.Panel2
90      //
91      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
92      this.splitContainer.Size = new System.Drawing.Size(493, 323);
93      this.splitContainer.SplitterDistance = 200;
94      this.splitContainer.TabIndex = 0;
95      //
96      // removeButton
97      //
98      this.removeButton.Enabled = false;
99      this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
100      this.removeButton.Location = new System.Drawing.Point(93, 3);
101      this.removeButton.Name = "removeButton";
102      this.removeButton.Size = new System.Drawing.Size(24, 24);
103      this.removeButton.TabIndex = 3;
104      this.toolTip.SetToolTip(this.removeButton, "Remove");
105      this.removeButton.UseVisualStyleBackColor = true;
106      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
107      //
108      // moveUpButton
109      //
110      this.moveUpButton.Enabled = false;
111      this.moveUpButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ArrowUp;
112      this.moveUpButton.Location = new System.Drawing.Point(33, 3);
113      this.moveUpButton.Name = "moveUpButton";
114      this.moveUpButton.Size = new System.Drawing.Size(24, 24);
115      this.moveUpButton.TabIndex = 1;
116      this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
117      this.moveUpButton.UseVisualStyleBackColor = true;
118      this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
119      //
120      // moveDownButton
121      //
122      this.moveDownButton.Enabled = false;
123      this.moveDownButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ArrowDown;
124      this.moveDownButton.Location = new System.Drawing.Point(63, 3);
125      this.moveDownButton.Name = "moveDownButton";
126      this.moveDownButton.Size = new System.Drawing.Size(24, 24);
127      this.moveDownButton.TabIndex = 2;
128      this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
129      this.moveDownButton.UseVisualStyleBackColor = true;
130      this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
131      //
132      // itemsListView
133      //
134      this.itemsListView.AllowDrop = true;
135      this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136                  | System.Windows.Forms.AnchorStyles.Left)
137                  | System.Windows.Forms.AnchorStyles.Right)));
138      this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
139            this.listViewColumnHeader});
140      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
141      this.itemsListView.HideSelection = false;
142      this.itemsListView.Location = new System.Drawing.Point(3, 33);
143      this.itemsListView.Name = "itemsListView";
144      this.itemsListView.ShowItemToolTips = true;
145      this.itemsListView.Size = new System.Drawing.Size(194, 286);
146      this.itemsListView.SmallImageList = this.imageList;
147      this.itemsListView.TabIndex = 4;
148      this.itemsListView.UseCompatibleStateImageBehavior = false;
149      this.itemsListView.View = System.Windows.Forms.View.Details;
150      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
151      this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
152      this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
153      this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
154      this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
155      this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
156      this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnterOver);
157      //
158      // imageList
159      //
160      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
161      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
162      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
163      //
164      // addButton
165      //
166      this.addButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
167      this.addButton.Location = new System.Drawing.Point(3, 3);
168      this.addButton.Name = "addButton";
169      this.addButton.Size = new System.Drawing.Size(24, 24);
170      this.addButton.TabIndex = 0;
171      this.toolTip.SetToolTip(this.addButton, "Add");
172      this.addButton.UseVisualStyleBackColor = true;
173      this.addButton.Click += new System.EventHandler(this.addButton_Click);
174      //
175      // detailsGroupBox
176      //
177      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
178                  | System.Windows.Forms.AnchorStyles.Left)
179                  | System.Windows.Forms.AnchorStyles.Right)));
180      this.detailsGroupBox.Controls.Add(this.viewHost);
181      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
182      this.detailsGroupBox.Name = "detailsGroupBox";
183      this.detailsGroupBox.Size = new System.Drawing.Size(283, 294);
184      this.detailsGroupBox.TabIndex = 0;
185      this.detailsGroupBox.TabStop = false;
186      this.detailsGroupBox.Text = "Details";
187      //
188      // viewHost
189      //
190      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
191                  | System.Windows.Forms.AnchorStyles.Left)
192                  | System.Windows.Forms.AnchorStyles.Right)));
193      this.viewHost.Content = null;
194      this.viewHost.Location = new System.Drawing.Point(6, 19);
195      this.viewHost.Name = "viewHost";
196      this.viewHost.Size = new System.Drawing.Size(271, 269);
197      this.viewHost.TabIndex = 0;
198      //
199      // itemsGroupBox
200      //
201      this.itemsGroupBox.Controls.Add(this.splitContainer);
202      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
203      this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
204      this.itemsGroupBox.Name = "itemsGroupBox";
205      this.itemsGroupBox.Size = new System.Drawing.Size(499, 342);
206      this.itemsGroupBox.TabIndex = 0;
207      this.itemsGroupBox.TabStop = false;
208      this.itemsGroupBox.Text = "Items";
209      //
210      // ItemListView
211      //
212      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
213      this.Controls.Add(this.itemsGroupBox);
214      this.Name = "ItemListView";
215      this.Size = new System.Drawing.Size(499, 342);
216      this.splitContainer.Panel1.ResumeLayout(false);
217      this.splitContainer.Panel2.ResumeLayout(false);
218      this.splitContainer.ResumeLayout(false);
219      this.detailsGroupBox.ResumeLayout(false);
220      this.itemsGroupBox.ResumeLayout(false);
221      this.ResumeLayout(false);
222
223    }
224
225    #endregion
226
227    protected System.Windows.Forms.SplitContainer splitContainer;
228    protected System.Windows.Forms.ColumnHeader listViewColumnHeader;
229    protected GroupBox itemsGroupBox;
230    protected ListView itemsListView;
231    protected GroupBox detailsGroupBox;
232    protected Button addButton;
233    protected Button removeButton;
234    protected Button moveUpButton;
235    protected Button moveDownButton;
236    protected ToolTip toolTip;
237    protected ImageList imageList;
238    protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
239  }
240}
Note: See TracBrowser for help on using the repository browser.