Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExactOptimization.Views/3.3/ProgrammableLinearProblemDefinitionView.Designer.cs @ 17180

Last change on this file since 17180 was 17180, checked in by swagner, 5 years ago

#2875: Removed years in copyrights

File size: 7.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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
22
23
24namespace HeuristicLab.ExactOptimization.Views {
25  partial class ProgrammableLinearProblemDefinitionView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableLinearProblemDefinitionView));
50      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
51      this.variableStoreView = new HeuristicLab.Scripting.Views.VariableStoreView();
52      this.infoTabControl.SuspendLayout();
53      this.outputTabPage.SuspendLayout();
54      this.errorListTabPage.SuspendLayout();
55      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
56      this.splitContainer1.Panel1.SuspendLayout();
57      this.splitContainer1.Panel2.SuspendLayout();
58      this.splitContainer1.SuspendLayout();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
61      this.splitContainer2.Panel1.SuspendLayout();
62      this.splitContainer2.Panel2.SuspendLayout();
63      this.splitContainer2.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // compileButton
67      //
68      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
69      //
70      // infoTabControl
71      //
72      this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
73      this.infoTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
74      this.infoTabControl.Location = new System.Drawing.Point(0, 0);
75      this.infoTabControl.Size = new System.Drawing.Size(572, 113);
76      //
77      // outputTabPage
78      //
79      this.outputTabPage.Size = new System.Drawing.Size(564, 87);
80      //
81      // outputTextBox
82      //
83      this.outputTextBox.Size = new System.Drawing.Size(558, 81);
84      //
85      // errorListTabPage
86      //
87      this.errorListTabPage.Size = new System.Drawing.Size(0, 87);
88      //
89      // errorListView
90      //
91      this.errorListView.Size = new System.Drawing.Size(0, 81);
92      //
93      // codeEditor
94      //
95      this.codeEditor.Size = new System.Drawing.Size(572, 429);
96      //
97      // splitContainer1
98      //
99      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
100      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
102      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
103      this.splitContainer1.Size = new System.Drawing.Size(572, 546);
104      this.splitContainer1.SplitterDistance = 429;
105      //
106      // nameTextBox
107      //
108      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
109      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
110      //
111      // splitContainer2
112      //
113      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114            | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
117      this.splitContainer2.Location = new System.Drawing.Point(6, 56);
118      this.splitContainer2.MinimumSize = new System.Drawing.Size(300, 0);
119      this.splitContainer2.Name = "splitContainer2";
120      //
121      // splitContainer2.Panel1
122      //
123      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
124      //
125      // splitContainer2.Panel2
126      //
127      this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
128      this.splitContainer2.Panel2MinSize = 250;
129      this.splitContainer2.Size = new System.Drawing.Size(826, 546);
130      this.splitContainer2.SplitterDistance = 572;
131      this.splitContainer2.TabIndex = 10;
132      //
133      // variableStoreView
134      //
135      this.variableStoreView.Caption = "ItemCollection View";
136      this.variableStoreView.Content = null;
137      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
138      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
139      this.variableStoreView.Name = "variableStoreView";
140      this.variableStoreView.ReadOnly = true;
141      this.variableStoreView.Size = new System.Drawing.Size(250, 546);
142      this.variableStoreView.TabIndex = 10;
143      //
144      // ProgrammableLinearProblemDefinitionView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.splitContainer2);
149      this.Name = "ProgrammableLinearProblemDefinitionView";
150      this.Controls.SetChildIndex(this.infoTextLabel, 0);
151      this.Controls.SetChildIndex(this.compileButton, 0);
152      this.Controls.SetChildIndex(this.splitContainer2, 0);
153      this.Controls.SetChildIndex(this.nameLabel, 0);
154      this.Controls.SetChildIndex(this.nameTextBox, 0);
155      this.Controls.SetChildIndex(this.infoLabel, 0);
156      this.infoTabControl.ResumeLayout(false);
157      this.outputTabPage.ResumeLayout(false);
158      this.outputTabPage.PerformLayout();
159      this.errorListTabPage.ResumeLayout(false);
160      this.splitContainer1.Panel1.ResumeLayout(false);
161      this.splitContainer1.Panel2.ResumeLayout(false);
162      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
163      this.splitContainer1.ResumeLayout(false);
164      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
165      this.splitContainer2.Panel1.ResumeLayout(false);
166      this.splitContainer2.Panel2.ResumeLayout(false);
167      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
168      this.splitContainer2.ResumeLayout(false);
169      this.ResumeLayout(false);
170      this.PerformLayout();
171
172    }
173
174    #endregion
175
176    private System.Windows.Forms.SplitContainer splitContainer2;
177    private Scripting.Views.VariableStoreView variableStoreView;
178  }
179}
Note: See TracBrowser for help on using the repository browser.