Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.3/ConstrainedItemBaseView.Designer.cs @ 1921

Last change on this file since 1921 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 8.0 KB
Line 
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
22using System;
23using System.Windows.Forms;
24
25namespace HeuristicLab.Core {
26  partial class ConstrainedItemBaseView {
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 (chooseItemDialog != null) chooseItemDialog.Dispose();
38      if (disposing && (components != null)) {
39        components.Dispose();
40      }
41      base.Dispose(disposing);
42    }
43
44    #region Component Designer generated code
45
46    /// <summary>
47    /// Required method for Designer support - do not modify
48    /// the contents of this method with the code editor.
49    /// </summary>
50    private void InitializeComponent() {
51      this.removeConstraintButton = new System.Windows.Forms.Button();
52      this.addConstraintButton = new System.Windows.Forms.Button();
53      this.splitContainer = new System.Windows.Forms.SplitContainer();
54      this.constraintsGroupBox = new System.Windows.Forms.GroupBox();
55      this.constraintsListView = new System.Windows.Forms.ListView();
56      this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
57      this.constraintDetailsGroupBox = new System.Windows.Forms.GroupBox();
58      this.splitContainer.Panel1.SuspendLayout();
59      this.splitContainer.Panel2.SuspendLayout();
60      this.splitContainer.SuspendLayout();
61      this.constraintsGroupBox.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // removeConstraintButton
65      //
66      this.removeConstraintButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
67      this.removeConstraintButton.Enabled = false;
68      this.removeConstraintButton.Location = new System.Drawing.Point(81, 310);
69      this.removeConstraintButton.Name = "removeConstraintButton";
70      this.removeConstraintButton.Size = new System.Drawing.Size(75, 23);
71      this.removeConstraintButton.TabIndex = 2;
72      this.removeConstraintButton.Text = "&Remove";
73      this.removeConstraintButton.UseVisualStyleBackColor = true;
74      this.removeConstraintButton.Click += new System.EventHandler(this.removeConstraintButton_Click);
75      //
76      // addConstraintButton
77      //
78      this.addConstraintButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
79      this.addConstraintButton.Location = new System.Drawing.Point(0, 310);
80      this.addConstraintButton.Name = "addConstraintButton";
81      this.addConstraintButton.Size = new System.Drawing.Size(75, 23);
82      this.addConstraintButton.TabIndex = 1;
83      this.addConstraintButton.Text = "&Add...";
84      this.addConstraintButton.UseVisualStyleBackColor = true;
85      this.addConstraintButton.Click += new System.EventHandler(this.addConstraintButton_Click);
86      //
87      // splitContainer
88      //
89      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
90                  | System.Windows.Forms.AnchorStyles.Left)
91                  | System.Windows.Forms.AnchorStyles.Right)));
92      this.splitContainer.Location = new System.Drawing.Point(0, 0);
93      this.splitContainer.Name = "splitContainer";
94      //
95      // splitContainer.Panel1
96      //
97      this.splitContainer.Panel1.Controls.Add(this.constraintsGroupBox);
98      //
99      // splitContainer.Panel2
100      //
101      this.splitContainer.Panel2.Controls.Add(this.constraintDetailsGroupBox);
102      this.splitContainer.Size = new System.Drawing.Size(423, 304);
103      this.splitContainer.SplitterDistance = 149;
104      this.splitContainer.TabIndex = 0;
105      //
106      // constraintsGroupBox
107      //
108      this.constraintsGroupBox.Controls.Add(this.constraintsListView);
109      this.constraintsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
110      this.constraintsGroupBox.Location = new System.Drawing.Point(0, 0);
111      this.constraintsGroupBox.Name = "constraintsGroupBox";
112      this.constraintsGroupBox.Size = new System.Drawing.Size(149, 304);
113      this.constraintsGroupBox.TabIndex = 0;
114      this.constraintsGroupBox.TabStop = false;
115      this.constraintsGroupBox.Text = "&Constraints";
116      //
117      // constraintsListView
118      //
119      this.constraintsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
120            this.columnHeader3});
121      this.constraintsListView.Dock = System.Windows.Forms.DockStyle.Fill;
122      this.constraintsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
123      this.constraintsListView.HideSelection = false;
124      this.constraintsListView.Location = new System.Drawing.Point(3, 16);
125      this.constraintsListView.Name = "constraintsListView";
126      this.constraintsListView.ShowItemToolTips = true;
127      this.constraintsListView.Size = new System.Drawing.Size(143, 285);
128      this.constraintsListView.TabIndex = 0;
129      this.constraintsListView.UseCompatibleStateImageBehavior = false;
130      this.constraintsListView.View = System.Windows.Forms.View.Details;
131      this.constraintsListView.SelectedIndexChanged += new System.EventHandler(this.constraintsListView_SelectedIndexChanged);
132      this.constraintsListView.SizeChanged += new System.EventHandler(this.constraintsListView_SizeChanged);
133      this.constraintsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.constraintsListView_KeyDown);
134      //
135      // constraintDetailsGroupBox
136      //
137      this.constraintDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
138      this.constraintDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
139      this.constraintDetailsGroupBox.Name = "constraintDetailsGroupBox";
140      this.constraintDetailsGroupBox.Size = new System.Drawing.Size(270, 304);
141      this.constraintDetailsGroupBox.TabIndex = 0;
142      this.constraintDetailsGroupBox.TabStop = false;
143      this.constraintDetailsGroupBox.Text = "&Details";
144      //
145      // ConstrainedItemBaseView
146      //
147      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
148      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
149      this.Controls.Add(this.addConstraintButton);
150      this.Controls.Add(this.removeConstraintButton);
151      this.Controls.Add(this.splitContainer);
152      this.Name = "ConstrainedItemBaseView";
153      this.Size = new System.Drawing.Size(423, 333);
154      this.splitContainer.Panel1.ResumeLayout(false);
155      this.splitContainer.Panel2.ResumeLayout(false);
156      this.splitContainer.ResumeLayout(false);
157      this.constraintsGroupBox.ResumeLayout(false);
158      this.ResumeLayout(false);
159
160    }
161
162    #endregion
163
164    private ColumnHeader columnHeader3;
165    protected Button removeConstraintButton;
166    protected Button addConstraintButton;
167    protected SplitContainer splitContainer;
168    protected GroupBox constraintsGroupBox;
169    protected ListView constraintsListView;
170    protected GroupBox constraintDetailsGroupBox;
171
172
173  }
174}
Note: See TracBrowser for help on using the repository browser.