Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs @ 13014

Last change on this file since 13014 was 13014, checked in by jkarder, 9 years ago

#2116: added new breadcrumb navigation prototype

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