[2655] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11170] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2655] | 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 |
|
---|
| 22 | using System.Windows.Forms;
|
---|
| 23 |
|
---|
| 24 | namespace HeuristicLab.Core.Views {
|
---|
| 25 | partial class ItemCollectionView<T> {
|
---|
| 26 | /// <summary>
|
---|
| 27 | /// Required designer variable.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private System.ComponentModel.IContainer components = null;
|
---|
| 30 |
|
---|
| 31 | #region Windows Form Designer generated code
|
---|
| 32 |
|
---|
| 33 | /// <summary>
|
---|
| 34 | /// Required method for Designer support - do not modify
|
---|
| 35 | /// the contents of this method with the code editor.
|
---|
| 36 | /// </summary>
|
---|
| 37 | private void InitializeComponent() {
|
---|
| 38 | this.components = new System.ComponentModel.Container();
|
---|
[2676] | 39 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[2655] | 40 | this.itemsListView = new System.Windows.Forms.ListView();
|
---|
[4096] | 41 | this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
[2655] | 42 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
| 43 | this.sortDescendingButton = new System.Windows.Forms.Button();
|
---|
| 44 | this.sortAscendingButton = new System.Windows.Forms.Button();
|
---|
| 45 | this.removeButton = new System.Windows.Forms.Button();
|
---|
| 46 | this.addButton = new System.Windows.Forms.Button();
|
---|
| 47 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[3281] | 48 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2655] | 49 | this.itemsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 50 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[4096] | 51 | this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[2676] | 52 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 53 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 54 | this.splitContainer.SuspendLayout();
|
---|
[2655] | 55 | this.detailsGroupBox.SuspendLayout();
|
---|
| 56 | this.itemsGroupBox.SuspendLayout();
|
---|
| 57 | this.SuspendLayout();
|
---|
| 58 | //
|
---|
[2676] | 59 | // splitContainer
|
---|
[2655] | 60 | //
|
---|
[2676] | 61 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 62 | this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 63 | this.splitContainer.Location = new System.Drawing.Point(3, 16);
|
---|
| 64 | this.splitContainer.Name = "splitContainer";
|
---|
[2655] | 65 | //
|
---|
[2676] | 66 | // splitContainer.Panel1
|
---|
[2655] | 67 | //
|
---|
[4096] | 68 | this.splitContainer.Panel1.Controls.Add(this.showDetailsCheckBox);
|
---|
[2676] | 69 | this.splitContainer.Panel1.Controls.Add(this.itemsListView);
|
---|
| 70 | this.splitContainer.Panel1.Controls.Add(this.sortDescendingButton);
|
---|
| 71 | this.splitContainer.Panel1.Controls.Add(this.sortAscendingButton);
|
---|
| 72 | this.splitContainer.Panel1.Controls.Add(this.removeButton);
|
---|
| 73 | this.splitContainer.Panel1.Controls.Add(this.addButton);
|
---|
| 74 | this.splitContainer.Panel1MinSize = 100;
|
---|
[2655] | 75 | //
|
---|
[2676] | 76 | // splitContainer.Panel2
|
---|
[2655] | 77 | //
|
---|
[2676] | 78 | this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
| 79 | this.splitContainer.Size = new System.Drawing.Size(526, 364);
|
---|
| 80 | this.splitContainer.SplitterDistance = 250;
|
---|
| 81 | this.splitContainer.TabIndex = 0;
|
---|
[2655] | 82 | //
|
---|
| 83 | // itemsListView
|
---|
| 84 | //
|
---|
| 85 | this.itemsListView.AllowDrop = true;
|
---|
| 86 | this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 89 | this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
| 90 | this.columnHeader1});
|
---|
| 91 | this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
---|
| 92 | this.itemsListView.HideSelection = false;
|
---|
[2796] | 93 | this.itemsListView.Location = new System.Drawing.Point(3, 33);
|
---|
[2655] | 94 | this.itemsListView.Name = "itemsListView";
|
---|
| 95 | this.itemsListView.ShowItemToolTips = true;
|
---|
[2796] | 96 | this.itemsListView.Size = new System.Drawing.Size(244, 327);
|
---|
[2655] | 97 | this.itemsListView.SmallImageList = this.imageList;
|
---|
[4096] | 98 | this.itemsListView.TabIndex = 5;
|
---|
[2655] | 99 | this.itemsListView.UseCompatibleStateImageBehavior = false;
|
---|
| 100 | this.itemsListView.View = System.Windows.Forms.View.Details;
|
---|
[4096] | 101 | this.itemsListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.itemsListView_ItemDrag);
|
---|
[2655] | 102 | this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
|
---|
| 103 | this.itemsListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragDrop);
|
---|
[5744] | 104 | this.itemsListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragEnter);
|
---|
| 105 | this.itemsListView.DragOver += new System.Windows.Forms.DragEventHandler(this.itemsListView_DragOver);
|
---|
[4096] | 106 | this.itemsListView.DoubleClick += new System.EventHandler(this.itemsListView_DoubleClick);
|
---|
[2655] | 107 | this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
|
---|
| 108 | //
|
---|
| 109 | // imageList
|
---|
| 110 | //
|
---|
| 111 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
| 112 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
| 113 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 114 | //
|
---|
| 115 | // sortDescendingButton
|
---|
| 116 | //
|
---|
| 117 | this.sortDescendingButton.Enabled = false;
|
---|
[5287] | 118 | this.sortDescendingButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.SortUp;
|
---|
[2796] | 119 | this.sortDescendingButton.Location = new System.Drawing.Point(33, 3);
|
---|
[2655] | 120 | this.sortDescendingButton.Name = "sortDescendingButton";
|
---|
[2796] | 121 | this.sortDescendingButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 122 | this.sortDescendingButton.TabIndex = 1;
|
---|
| 123 | this.toolTip.SetToolTip(this.sortDescendingButton, "Sort Descending");
|
---|
| 124 | this.sortDescendingButton.UseVisualStyleBackColor = true;
|
---|
| 125 | this.sortDescendingButton.Click += new System.EventHandler(this.sortDescendingButton_Click);
|
---|
| 126 | //
|
---|
| 127 | // sortAscendingButton
|
---|
| 128 | //
|
---|
| 129 | this.sortAscendingButton.Enabled = false;
|
---|
[5287] | 130 | this.sortAscendingButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Sort;
|
---|
[2796] | 131 | this.sortAscendingButton.Location = new System.Drawing.Point(63, 3);
|
---|
[2655] | 132 | this.sortAscendingButton.Name = "sortAscendingButton";
|
---|
[2796] | 133 | this.sortAscendingButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 134 | this.sortAscendingButton.TabIndex = 2;
|
---|
| 135 | this.toolTip.SetToolTip(this.sortAscendingButton, "Sort Ascending");
|
---|
| 136 | this.sortAscendingButton.UseVisualStyleBackColor = true;
|
---|
| 137 | this.sortAscendingButton.Click += new System.EventHandler(this.sortAscendingButton_Click);
|
---|
| 138 | //
|
---|
| 139 | // removeButton
|
---|
| 140 | //
|
---|
| 141 | this.removeButton.Enabled = false;
|
---|
[5287] | 142 | this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
[2796] | 143 | this.removeButton.Location = new System.Drawing.Point(93, 3);
|
---|
[2655] | 144 | this.removeButton.Name = "removeButton";
|
---|
[2796] | 145 | this.removeButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 146 | this.removeButton.TabIndex = 3;
|
---|
| 147 | this.toolTip.SetToolTip(this.removeButton, "Remove");
|
---|
| 148 | this.removeButton.UseVisualStyleBackColor = true;
|
---|
| 149 | this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
|
---|
| 150 | //
|
---|
| 151 | // addButton
|
---|
| 152 | //
|
---|
[5287] | 153 | this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
|
---|
[2655] | 154 | this.addButton.Location = new System.Drawing.Point(3, 3);
|
---|
| 155 | this.addButton.Name = "addButton";
|
---|
[2796] | 156 | this.addButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 157 | this.addButton.TabIndex = 0;
|
---|
| 158 | this.toolTip.SetToolTip(this.addButton, "Add");
|
---|
| 159 | this.addButton.UseVisualStyleBackColor = true;
|
---|
| 160 | this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
---|
| 161 | //
|
---|
| 162 | // detailsGroupBox
|
---|
| 163 | //
|
---|
| 164 | this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 165 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 166 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 167 | this.detailsGroupBox.Controls.Add(this.viewHost);
|
---|
[2796] | 168 | this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
|
---|
[2655] | 169 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
| 170 | this.detailsGroupBox.Size = new System.Drawing.Size(266, 335);
|
---|
| 171 | this.detailsGroupBox.TabIndex = 0;
|
---|
| 172 | this.detailsGroupBox.TabStop = false;
|
---|
[2924] | 173 | this.detailsGroupBox.Text = "Details";
|
---|
[2655] | 174 | //
|
---|
| 175 | // viewHost
|
---|
| 176 | //
|
---|
[2676] | 177 | this.viewHost.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)));
|
---|
[4096] | 180 | this.viewHost.Caption = "View";
|
---|
[2796] | 181 | this.viewHost.Content = null;
|
---|
[2676] | 182 | this.viewHost.Location = new System.Drawing.Point(6, 19);
|
---|
[2655] | 183 | this.viewHost.Name = "viewHost";
|
---|
[4096] | 184 | this.viewHost.ReadOnly = false;
|
---|
[2676] | 185 | this.viewHost.Size = new System.Drawing.Size(254, 310);
|
---|
[2655] | 186 | this.viewHost.TabIndex = 0;
|
---|
[4096] | 187 | this.viewHost.ViewType = null;
|
---|
[2655] | 188 | //
|
---|
| 189 | // itemsGroupBox
|
---|
| 190 | //
|
---|
[2676] | 191 | this.itemsGroupBox.Controls.Add(this.splitContainer);
|
---|
[2655] | 192 | this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 193 | this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 194 | this.itemsGroupBox.Name = "itemsGroupBox";
|
---|
| 195 | this.itemsGroupBox.Size = new System.Drawing.Size(532, 383);
|
---|
| 196 | this.itemsGroupBox.TabIndex = 0;
|
---|
| 197 | this.itemsGroupBox.TabStop = false;
|
---|
[2924] | 198 | this.itemsGroupBox.Text = "Items";
|
---|
[2655] | 199 | //
|
---|
[4096] | 200 | // showDetailsCheckBox
|
---|
| 201 | //
|
---|
| 202 | this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 203 | this.showDetailsCheckBox.Checked = true;
|
---|
| 204 | this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
[5287] | 205 | this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
|
---|
[4096] | 206 | this.showDetailsCheckBox.Location = new System.Drawing.Point(123, 3);
|
---|
| 207 | this.showDetailsCheckBox.Name = "showDetailsCheckBox";
|
---|
| 208 | this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
| 209 | this.showDetailsCheckBox.TabIndex = 4;
|
---|
| 210 | this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
|
---|
| 211 | this.showDetailsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 212 | this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
|
---|
| 213 | //
|
---|
[2655] | 214 | // ItemCollectionView
|
---|
| 215 | //
|
---|
| 216 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 217 | this.Controls.Add(this.itemsGroupBox);
|
---|
| 218 | this.Name = "ItemCollectionView";
|
---|
| 219 | this.Size = new System.Drawing.Size(532, 383);
|
---|
[2676] | 220 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 221 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 222 | this.splitContainer.ResumeLayout(false);
|
---|
[2655] | 223 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 224 | this.itemsGroupBox.ResumeLayout(false);
|
---|
| 225 | this.ResumeLayout(false);
|
---|
| 226 |
|
---|
| 227 | }
|
---|
| 228 |
|
---|
| 229 | #endregion
|
---|
| 230 |
|
---|
[2676] | 231 | protected System.Windows.Forms.SplitContainer splitContainer;
|
---|
[2655] | 232 | protected System.Windows.Forms.ColumnHeader columnHeader1;
|
---|
| 233 | protected GroupBox itemsGroupBox;
|
---|
| 234 | protected ListView itemsListView;
|
---|
| 235 | protected GroupBox detailsGroupBox;
|
---|
| 236 | protected Button addButton;
|
---|
| 237 | protected Button removeButton;
|
---|
| 238 | protected ToolTip toolTip;
|
---|
| 239 | protected ImageList imageList;
|
---|
[3281] | 240 | protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
[2655] | 241 | protected Button sortAscendingButton;
|
---|
| 242 | protected Button sortDescendingButton;
|
---|
[4096] | 243 | protected CheckBox showDetailsCheckBox;
|
---|
[2655] | 244 | }
|
---|
| 245 | }
|
---|