Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/Clipboard.Designer.cs @ 3299

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

Enabled dragging and dropping of problems and algorithms in AlgorithmView and BatchRunView (#965).

File size: 10.8 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
22namespace HeuristicLab.Core.Views {
23  partial class Clipboard<T> {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing) {
35        if (typeSelectorDialog != null) typeSelectorDialog.Dispose();
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      this.listView = new System.Windows.Forms.ListView();
50      this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
51      this.imageList = new System.Windows.Forms.ImageList(this.components);
52      this.infoPanel = new System.Windows.Forms.Panel();
53      this.progressBar = new System.Windows.Forms.ProgressBar();
54      this.infoLabel = new System.Windows.Forms.Label();
55      this.sortDescendingButton = new System.Windows.Forms.Button();
56      this.sortAscendingButton = new System.Windows.Forms.Button();
57      this.removeButton = new System.Windows.Forms.Button();
58      this.addButton = new System.Windows.Forms.Button();
59      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
60      this.saveButton = new System.Windows.Forms.Button();
61      this.infoPanel.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // listView
65      //
66      this.listView.AllowDrop = true;
67      this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
68                  | System.Windows.Forms.AnchorStyles.Left)
69                  | System.Windows.Forms.AnchorStyles.Right)));
70      this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
71            this.columnHeader1});
72      this.listView.FullRowSelect = true;
73      this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
74      this.listView.HideSelection = false;
75      this.listView.Location = new System.Drawing.Point(0, 30);
76      this.listView.Name = "listView";
77      this.listView.ShowItemToolTips = true;
78      this.listView.Size = new System.Drawing.Size(179, 432);
79      this.listView.SmallImageList = this.imageList;
80      this.listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
81      this.listView.TabIndex = 0;
82      this.listView.UseCompatibleStateImageBehavior = false;
83      this.listView.View = System.Windows.Forms.View.Details;
84      this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
85      this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
86      this.listView.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView_DragDrop);
87      this.listView.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView_DragEnterOver);
88      this.listView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listView_KeyDown);
89      this.listView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_ItemDrag);
90      this.listView.DragOver += new System.Windows.Forms.DragEventHandler(this.listView_DragEnterOver);
91      //
92      // imageList
93      //
94      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
95      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
96      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
97      //
98      // infoPanel
99      //
100      this.infoPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
101      this.infoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
102      this.infoPanel.Controls.Add(this.progressBar);
103      this.infoPanel.Controls.Add(this.infoLabel);
104      this.infoPanel.Enabled = false;
105      this.infoPanel.Location = new System.Drawing.Point(13, 202);
106      this.infoPanel.Name = "infoPanel";
107      this.infoPanel.Size = new System.Drawing.Size(154, 59);
108      this.infoPanel.TabIndex = 6;
109      //
110      // progressBar
111      //
112      this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
113      this.progressBar.Location = new System.Drawing.Point(3, 30);
114      this.progressBar.Name = "progressBar";
115      this.progressBar.Size = new System.Drawing.Size(146, 23);
116      this.progressBar.Step = 1;
117      this.progressBar.TabIndex = 1;
118      //
119      // infoLabel
120      //
121      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
122      this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
123      this.infoLabel.Location = new System.Drawing.Point(3, 4);
124      this.infoLabel.Name = "infoLabel";
125      this.infoLabel.Size = new System.Drawing.Size(146, 23);
126      this.infoLabel.TabIndex = 0;
127      this.infoLabel.Text = "Loading ...";
128      this.infoLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
129      //
130      // sortDescendingButton
131      //
132      this.sortDescendingButton.Enabled = false;
133      this.sortDescendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.SortUp;
134      this.sortDescendingButton.Location = new System.Drawing.Point(30, 0);
135      this.sortDescendingButton.Name = "sortDescendingButton";
136      this.sortDescendingButton.Size = new System.Drawing.Size(24, 24);
137      this.sortDescendingButton.TabIndex = 2;
138      this.toolTip.SetToolTip(this.sortDescendingButton, "Sort Descending");
139      this.sortDescendingButton.UseVisualStyleBackColor = true;
140      this.sortDescendingButton.Click += new System.EventHandler(this.sortDescendingButton_Click);
141      //
142      // sortAscendingButton
143      //
144      this.sortAscendingButton.Enabled = false;
145      this.sortAscendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Sort;
146      this.sortAscendingButton.Location = new System.Drawing.Point(60, 0);
147      this.sortAscendingButton.Name = "sortAscendingButton";
148      this.sortAscendingButton.Size = new System.Drawing.Size(24, 24);
149      this.sortAscendingButton.TabIndex = 3;
150      this.toolTip.SetToolTip(this.sortAscendingButton, "Sort Ascending");
151      this.sortAscendingButton.UseVisualStyleBackColor = true;
152      this.sortAscendingButton.Click += new System.EventHandler(this.sortAscendingButton_Click);
153      //
154      // removeButton
155      //
156      this.removeButton.Enabled = false;
157      this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
158      this.removeButton.Location = new System.Drawing.Point(90, 0);
159      this.removeButton.Name = "removeButton";
160      this.removeButton.Size = new System.Drawing.Size(24, 24);
161      this.removeButton.TabIndex = 4;
162      this.toolTip.SetToolTip(this.removeButton, "Remove Item");
163      this.removeButton.UseVisualStyleBackColor = true;
164      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
165      //
166      // addButton
167      //
168      this.addButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
169      this.addButton.Location = new System.Drawing.Point(0, 0);
170      this.addButton.Name = "addButton";
171      this.addButton.Size = new System.Drawing.Size(24, 24);
172      this.addButton.TabIndex = 1;
173      this.toolTip.SetToolTip(this.addButton, "Add Item");
174      this.addButton.UseVisualStyleBackColor = true;
175      this.addButton.Click += new System.EventHandler(this.addButton_Click);
176      //
177      // saveButton
178      //
179      this.saveButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
180      this.saveButton.Location = new System.Drawing.Point(120, 0);
181      this.saveButton.Name = "saveButton";
182      this.saveButton.Size = new System.Drawing.Size(24, 24);
183      this.saveButton.TabIndex = 5;
184      this.toolTip.SetToolTip(this.saveButton, "Save All Items");
185      this.saveButton.UseVisualStyleBackColor = true;
186      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
187      //
188      // Clipboard
189      //
190      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
191      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
192      this.Caption = "Clipboard";
193      this.Controls.Add(this.sortDescendingButton);
194      this.Controls.Add(this.sortAscendingButton);
195      this.Controls.Add(this.saveButton);
196      this.Controls.Add(this.removeButton);
197      this.Controls.Add(this.addButton);
198      this.Controls.Add(this.infoPanel);
199      this.Controls.Add(this.listView);
200      this.Name = "Clipboard";
201      this.Size = new System.Drawing.Size(179, 462);
202      this.infoPanel.ResumeLayout(false);
203      this.ResumeLayout(false);
204
205    }
206
207    #endregion
208
209    private System.Windows.Forms.ListView listView;
210    private System.Windows.Forms.Panel infoPanel;
211    private System.Windows.Forms.ProgressBar progressBar;
212    private System.Windows.Forms.Label infoLabel;
213    private System.Windows.Forms.ImageList imageList;
214    private System.Windows.Forms.Button sortDescendingButton;
215    private System.Windows.Forms.Button sortAscendingButton;
216    private System.Windows.Forms.Button removeButton;
217    private System.Windows.Forms.Button addButton;
218    private System.Windows.Forms.ColumnHeader columnHeader1;
219    private System.Windows.Forms.ToolTip toolTip;
220    private System.Windows.Forms.Button saveButton;
221
222  }
223}
Note: See TracBrowser for help on using the repository browser.