Free cookie consent management tool by TermsFeed Policy Generator

source: branches/gteufl/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs @ 12969

Last change on this file since 12969 was 12969, checked in by gkronber, 9 years ago

#2478 merged all changes from trunk to branch before trunk-reintegration

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