Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.Programmable.Views/3.3/ProblemDefinitionScriptView.Designer.cs @ 17097

Last change on this file since 17097 was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

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