Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs @ 7669

Last change on this file since 7669 was 7669, checked in by spimming, 12 years ago

#1680: merged changes from trunk into branch

File size: 8.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Optimization.Views {
23  partial class ProblemView {
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 (components != null) 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.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
48      this.libraryLabel = new System.Windows.Forms.Label();
49      this.libraryInfoButton = new System.Windows.Forms.Button();
50      this.problemInstanceSplitContainer = new System.Windows.Forms.SplitContainer();
51      this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
54      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
55      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
56      this.problemInstanceSplitContainer.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // parameterCollectionView
60      //
61      this.parameterCollectionView.Location = new System.Drawing.Point(6, 27);
62      this.parameterCollectionView.Size = new System.Drawing.Size(501, 303);
63      //
64      // nameTextBox
65      //
66      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
67      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
68      this.nameTextBox.Location = new System.Drawing.Point(47, 1);
69      this.nameTextBox.Size = new System.Drawing.Size(438, 20);
70      //
71      // nameLabel
72      //
73      this.nameLabel.Location = new System.Drawing.Point(3, 6);
74      //
75      // infoLabel
76      //
77      this.infoLabel.Location = new System.Drawing.Point(491, 4);
78      //
79      // problemInstanceProviderComboBox
80      //
81      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
82      this.problemInstanceProviderComboBox.FormattingEnabled = true;
83      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(47, 2);
84      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
85      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(171, 21);
86      this.problemInstanceProviderComboBox.TabIndex = 13;
87      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
88      this.problemInstanceProviderComboBox.DataSourceChanged += new System.EventHandler(this.comboBox_DataSourceChanged);
89      //
90      // libraryLabel
91      //
92      this.libraryLabel.AutoSize = true;
93      this.libraryLabel.Location = new System.Drawing.Point(3, 6);
94      this.libraryLabel.Name = "libraryLabel";
95      this.libraryLabel.Size = new System.Drawing.Size(41, 13);
96      this.libraryLabel.TabIndex = 12;
97      this.libraryLabel.Text = "Library:";
98      //
99      // libraryInfoButton
100      //
101      this.libraryInfoButton.Location = new System.Drawing.Point(224, 1);
102      this.libraryInfoButton.Name = "libraryInfoButton";
103      this.libraryInfoButton.Size = new System.Drawing.Size(26, 23);
104      this.libraryInfoButton.TabIndex = 14;
105      this.libraryInfoButton.Text = "Info";
106      this.libraryInfoButton.UseVisualStyleBackColor = true;
107      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
108      //
109      // problemInstanceSplitContainer
110      //
111      this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
112                  | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
115      this.problemInstanceSplitContainer.IsSplitterFixed = true;
116      this.problemInstanceSplitContainer.Location = new System.Drawing.Point(0, 0);
117      this.problemInstanceSplitContainer.Name = "problemInstanceSplitContainer";
118      this.problemInstanceSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
119      //
120      // problemInstanceSplitContainer.Panel1
121      //
122      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderViewHost);
123      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderComboBox);
124      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.libraryInfoButton);
125      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.libraryLabel);
126      this.problemInstanceSplitContainer.Panel1MinSize = 10;
127      //
128      // problemInstanceSplitContainer.Panel2
129      //
130      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameLabel);
131      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameTextBox);
132      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.parameterCollectionView);
133      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.infoLabel);
134      this.problemInstanceSplitContainer.Size = new System.Drawing.Size(511, 363);
135      this.problemInstanceSplitContainer.SplitterDistance = 26;
136      this.problemInstanceSplitContainer.TabIndex = 13;
137      //
138      // problemInstanceProviderViewHost
139      //
140      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
141                  | System.Windows.Forms.AnchorStyles.Right)));
142      this.problemInstanceProviderViewHost.Caption = "View";
143      this.problemInstanceProviderViewHost.Content = null;
144      this.problemInstanceProviderViewHost.Enabled = false;
145      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(256, 3);
146      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
147      this.problemInstanceProviderViewHost.ReadOnly = false;
148      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(251, 22);
149      this.problemInstanceProviderViewHost.TabIndex = 15;
150      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
151      this.problemInstanceProviderViewHost.ViewType = null;
152      //
153      // ProblemView
154      //
155      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
156      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157      this.Controls.Add(this.problemInstanceSplitContainer);
158      this.Name = "ProblemView";
159      this.Size = new System.Drawing.Size(511, 363);
160      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
161      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
162      this.problemInstanceSplitContainer.Panel1.PerformLayout();
163      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
164      this.problemInstanceSplitContainer.Panel2.PerformLayout();
165      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
166      this.problemInstanceSplitContainer.ResumeLayout(false);
167      this.ResumeLayout(false);
168
169    }
170
171    #endregion
172
173    protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
174    protected System.Windows.Forms.Label libraryLabel;
175    protected System.Windows.Forms.Button libraryInfoButton;
176    protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer;
177    protected MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
178  }
179}
Note: See TracBrowser for help on using the repository browser.