[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2008 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 |
|
---|
| 22 | namespace HeuristicLab.Data {
|
---|
| 23 | partial class ConstrainedItemListView {
|
---|
| 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 && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.itemsSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 48 | this.itemsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[112] | 49 | this.itemsListView = new System.Windows.Forms.ListView();
|
---|
[2] | 50 | this.removeItemButton = new System.Windows.Forms.Button();
|
---|
| 51 | this.addItemButton = new System.Windows.Forms.Button();
|
---|
| 52 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 53 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 54 | this.itemsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 55 | this.constraintsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 56 | this.constraintsConstrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
|
---|
| 57 | this.itemsSplitContainer.Panel1.SuspendLayout();
|
---|
| 58 | this.itemsSplitContainer.Panel2.SuspendLayout();
|
---|
| 59 | this.itemsSplitContainer.SuspendLayout();
|
---|
| 60 | this.itemsGroupBox.SuspendLayout();
|
---|
| 61 | this.tabControl.SuspendLayout();
|
---|
| 62 | this.itemsTabPage.SuspendLayout();
|
---|
| 63 | this.constraintsTabPage.SuspendLayout();
|
---|
| 64 | this.SuspendLayout();
|
---|
| 65 | //
|
---|
| 66 | // itemsSplitContainer
|
---|
| 67 | //
|
---|
| 68 | this.itemsSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 69 | this.itemsSplitContainer.Location = new System.Drawing.Point(3, 3);
|
---|
| 70 | this.itemsSplitContainer.Name = "itemsSplitContainer";
|
---|
| 71 | //
|
---|
| 72 | // itemsSplitContainer.Panel1
|
---|
| 73 | //
|
---|
| 74 | this.itemsSplitContainer.Panel1.Controls.Add(this.itemsGroupBox);
|
---|
| 75 | //
|
---|
| 76 | // itemsSplitContainer.Panel2
|
---|
| 77 | //
|
---|
| 78 | this.itemsSplitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
| 79 | this.itemsSplitContainer.Size = new System.Drawing.Size(367, 378);
|
---|
| 80 | this.itemsSplitContainer.SplitterDistance = 162;
|
---|
| 81 | this.itemsSplitContainer.TabIndex = 2;
|
---|
| 82 | //
|
---|
| 83 | // itemsGroupBox
|
---|
| 84 | //
|
---|
| 85 | this.itemsGroupBox.Controls.Add(this.itemsListView);
|
---|
| 86 | this.itemsGroupBox.Controls.Add(this.removeItemButton);
|
---|
| 87 | this.itemsGroupBox.Controls.Add(this.addItemButton);
|
---|
| 88 | this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 89 | this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 90 | this.itemsGroupBox.Name = "itemsGroupBox";
|
---|
| 91 | this.itemsGroupBox.Size = new System.Drawing.Size(162, 378);
|
---|
| 92 | this.itemsGroupBox.TabIndex = 0;
|
---|
| 93 | this.itemsGroupBox.TabStop = false;
|
---|
| 94 | this.itemsGroupBox.Text = "Items";
|
---|
| 95 | //
|
---|
[112] | 96 | // itemsListView
|
---|
| 97 | //
|
---|
| 98 | this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 99 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 100 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 101 | this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
---|
| 102 | this.itemsListView.Location = new System.Drawing.Point(6, 19);
|
---|
| 103 | this.itemsListView.Name = "itemsListView";
|
---|
| 104 | this.itemsListView.ShowGroups = false;
|
---|
| 105 | this.itemsListView.Size = new System.Drawing.Size(153, 324);
|
---|
| 106 | this.itemsListView.TabIndex = 0;
|
---|
| 107 | this.itemsListView.UseCompatibleStateImageBehavior = false;
|
---|
| 108 | this.itemsListView.View = System.Windows.Forms.View.List;
|
---|
| 109 | this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemsListView_SelectedIndexChanged);
|
---|
| 110 | this.itemsListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyUp);
|
---|
| 111 | //
|
---|
[2] | 112 | // removeItemButton
|
---|
| 113 | //
|
---|
| 114 | this.removeItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 115 | this.removeItemButton.Location = new System.Drawing.Point(84, 349);
|
---|
| 116 | this.removeItemButton.Name = "removeItemButton";
|
---|
| 117 | this.removeItemButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 118 | this.removeItemButton.TabIndex = 4;
|
---|
| 119 | this.removeItemButton.Text = "Remove";
|
---|
| 120 | this.removeItemButton.UseVisualStyleBackColor = true;
|
---|
| 121 | this.removeItemButton.Click += new System.EventHandler(this.removeItemButton_Click);
|
---|
| 122 | //
|
---|
| 123 | // addItemButton
|
---|
| 124 | //
|
---|
| 125 | this.addItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 126 | this.addItemButton.Location = new System.Drawing.Point(3, 349);
|
---|
| 127 | this.addItemButton.Name = "addItemButton";
|
---|
| 128 | this.addItemButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 129 | this.addItemButton.TabIndex = 3;
|
---|
| 130 | this.addItemButton.Text = "Add";
|
---|
| 131 | this.addItemButton.UseVisualStyleBackColor = true;
|
---|
| 132 | this.addItemButton.Click += new System.EventHandler(this.addItemButton_Click);
|
---|
| 133 | //
|
---|
| 134 | // detailsGroupBox
|
---|
| 135 | //
|
---|
| 136 | this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 137 | this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 138 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
| 139 | this.detailsGroupBox.Size = new System.Drawing.Size(201, 378);
|
---|
| 140 | this.detailsGroupBox.TabIndex = 0;
|
---|
| 141 | this.detailsGroupBox.TabStop = false;
|
---|
| 142 | this.detailsGroupBox.Text = "Details";
|
---|
| 143 | //
|
---|
| 144 | // tabControl
|
---|
| 145 | //
|
---|
| 146 | this.tabControl.Controls.Add(this.itemsTabPage);
|
---|
| 147 | this.tabControl.Controls.Add(this.constraintsTabPage);
|
---|
| 148 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 149 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 150 | this.tabControl.Name = "tabControl";
|
---|
| 151 | this.tabControl.SelectedIndex = 0;
|
---|
| 152 | this.tabControl.Size = new System.Drawing.Size(381, 410);
|
---|
| 153 | this.tabControl.TabIndex = 5;
|
---|
| 154 | //
|
---|
| 155 | // itemsTabPage
|
---|
| 156 | //
|
---|
| 157 | this.itemsTabPage.Controls.Add(this.itemsSplitContainer);
|
---|
| 158 | this.itemsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 159 | this.itemsTabPage.Name = "itemsTabPage";
|
---|
| 160 | this.itemsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 161 | this.itemsTabPage.Size = new System.Drawing.Size(373, 384);
|
---|
| 162 | this.itemsTabPage.TabIndex = 0;
|
---|
| 163 | this.itemsTabPage.Text = "Items";
|
---|
| 164 | this.itemsTabPage.UseVisualStyleBackColor = true;
|
---|
| 165 | //
|
---|
| 166 | // constraintsTabPage
|
---|
| 167 | //
|
---|
| 168 | this.constraintsTabPage.Controls.Add(this.constraintsConstrainedItemBaseView);
|
---|
| 169 | this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 170 | this.constraintsTabPage.Name = "constraintsTabPage";
|
---|
| 171 | this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 172 | this.constraintsTabPage.Size = new System.Drawing.Size(373, 384);
|
---|
| 173 | this.constraintsTabPage.TabIndex = 1;
|
---|
| 174 | this.constraintsTabPage.Text = "Constraints";
|
---|
| 175 | this.constraintsTabPage.UseVisualStyleBackColor = true;
|
---|
| 176 | //
|
---|
| 177 | // constraintsConstrainedItemBaseView
|
---|
| 178 | //
|
---|
| 179 | this.constraintsConstrainedItemBaseView.Caption = "Constrained Item";
|
---|
| 180 | this.constraintsConstrainedItemBaseView.ConstrainedItem = null;
|
---|
| 181 | this.constraintsConstrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 182 | this.constraintsConstrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
|
---|
| 183 | this.constraintsConstrainedItemBaseView.Name = "constraintsConstrainedItemBaseView";
|
---|
| 184 | this.constraintsConstrainedItemBaseView.Size = new System.Drawing.Size(367, 378);
|
---|
| 185 | this.constraintsConstrainedItemBaseView.TabIndex = 0;
|
---|
| 186 | //
|
---|
| 187 | // ConstrainedItemListView
|
---|
| 188 | //
|
---|
| 189 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 190 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 191 | this.Controls.Add(this.tabControl);
|
---|
| 192 | this.Name = "ConstrainedItemListView";
|
---|
| 193 | this.Size = new System.Drawing.Size(381, 410);
|
---|
| 194 | this.itemsSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 195 | this.itemsSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 196 | this.itemsSplitContainer.ResumeLayout(false);
|
---|
| 197 | this.itemsGroupBox.ResumeLayout(false);
|
---|
| 198 | this.tabControl.ResumeLayout(false);
|
---|
| 199 | this.itemsTabPage.ResumeLayout(false);
|
---|
| 200 | this.constraintsTabPage.ResumeLayout(false);
|
---|
| 201 | this.ResumeLayout(false);
|
---|
| 202 |
|
---|
| 203 | }
|
---|
| 204 |
|
---|
| 205 | #endregion
|
---|
| 206 |
|
---|
| 207 | private System.Windows.Forms.SplitContainer itemsSplitContainer;
|
---|
| 208 | private System.Windows.Forms.Button addItemButton;
|
---|
| 209 | private System.Windows.Forms.Button removeItemButton;
|
---|
| 210 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 211 | private System.Windows.Forms.TabPage itemsTabPage;
|
---|
| 212 | private System.Windows.Forms.TabPage constraintsTabPage;
|
---|
| 213 | private System.Windows.Forms.GroupBox itemsGroupBox;
|
---|
| 214 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
| 215 | private HeuristicLab.Core.ConstrainedItemBaseView constraintsConstrainedItemBaseView;
|
---|
| 216 | private System.Windows.Forms.ListView itemsListView;
|
---|
| 217 | }
|
---|
| 218 | }
|
---|