Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9456 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

File size: 6.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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.ProblemInstanceConsumerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
50      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
51      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
52      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
53      this.problemInstanceSplitContainer.SuspendLayout();
54      this.SuspendLayout();
55      //
56      // parameterCollectionView
57      //
58      this.parameterCollectionView.Location = new System.Drawing.Point(6, 27);
59      this.parameterCollectionView.Size = new System.Drawing.Size(501, 303);
60      //
61      // nameTextBox
62      //
63      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
64      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
65      this.nameTextBox.Location = new System.Drawing.Point(47, 1);
66      this.nameTextBox.Size = new System.Drawing.Size(438, 20);
67      //
68      // nameLabel
69      //
70      this.nameLabel.Location = new System.Drawing.Point(3, 6);
71      //
72      // infoLabel
73      //
74      this.infoLabel.Location = new System.Drawing.Point(491, 4);
75      //
76      // problemInstanceSplitContainer
77      //
78      this.problemInstanceSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79            | System.Windows.Forms.AnchorStyles.Left)
80            | System.Windows.Forms.AnchorStyles.Right)));
81      this.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
82      this.problemInstanceSplitContainer.IsSplitterFixed = true;
83      this.problemInstanceSplitContainer.Location = new System.Drawing.Point(0, 0);
84      this.problemInstanceSplitContainer.Name = "problemInstanceSplitContainer";
85      this.problemInstanceSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
86      //
87      // problemInstanceSplitContainer.Panel1
88      //
89      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.ProblemInstanceConsumerViewHost);
90      this.problemInstanceSplitContainer.Panel1MinSize = 10;
91      //
92      // problemInstanceSplitContainer.Panel2
93      //
94      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameLabel);
95      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.nameTextBox);
96      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.parameterCollectionView);
97      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.infoLabel);
98      this.problemInstanceSplitContainer.Size = new System.Drawing.Size(511, 363);
99      this.problemInstanceSplitContainer.SplitterDistance = 26;
100      this.problemInstanceSplitContainer.TabIndex = 13;
101      //
102      // ProblemInstanceConsumerViewHost
103      //
104      this.ProblemInstanceConsumerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105            | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.ProblemInstanceConsumerViewHost.Caption = "ProblemInstanceConsumerView";
108      this.ProblemInstanceConsumerViewHost.Content = null;
109      this.ProblemInstanceConsumerViewHost.Enabled = false;
110      this.ProblemInstanceConsumerViewHost.Location = new System.Drawing.Point(0, 1);
111      this.ProblemInstanceConsumerViewHost.Name = "ProblemInstanceConsumerViewHost";
112      this.ProblemInstanceConsumerViewHost.ReadOnly = false;
113      this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(511, 23);
114      this.ProblemInstanceConsumerViewHost.TabIndex = 0;
115      this.ProblemInstanceConsumerViewHost.ViewsLabelVisible = false;
116      this.ProblemInstanceConsumerViewHost.ViewType = null;
117      //
118      // ProblemView
119      //
120      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
122      this.Controls.Add(this.problemInstanceSplitContainer);
123      this.Name = "ProblemView";
124      this.Size = new System.Drawing.Size(511, 363);
125      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
126      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
127      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
128      this.problemInstanceSplitContainer.Panel2.PerformLayout();
129      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
130      this.problemInstanceSplitContainer.ResumeLayout(false);
131      this.ResumeLayout(false);
132
133    }
134
135    #endregion
136
137    protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer;
138    protected HeuristicLab.MainForm.WindowsForms.ViewHost ProblemInstanceConsumerViewHost;
139  }
140}
Note: See TracBrowser for help on using the repository browser.