Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.HLScript.Views/3.3/ScriptView.Designer.cs @ 10401

Last change on this file since 10401 was 10401, checked in by jkarder, 10 years ago

#2136:

  • renamed some HLScript files
  • fixed a bug where variables could be renamed while a script was running
  • the complete source code is now always visible
  • removed "show generated code" feature
File size: 14.9 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.HLScript.Views {
23  partial class ScriptView {
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 && (components != null)) {
35        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.compilationLabel = new System.Windows.Forms.Label();
48      this.startStopButton = new System.Windows.Forms.Button();
49      this.errorListView = new System.Windows.Forms.ListView();
50      this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
51      this.errorNumberColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
52      this.lineColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
53      this.columnColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
54      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
55      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
56      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
57      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
58      this.tabControl1 = new System.Windows.Forms.TabControl();
59      this.errorListTabPage = new System.Windows.Forms.TabPage();
60      this.outputTabPage = new System.Windows.Forms.TabPage();
61      this.outputTextBox = new System.Windows.Forms.TextBox();
62      this.variableStoreView = new HeuristicLab.HLScript.Views.VariableStoreView();
63      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
64      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
66      this.splitContainer1.Panel1.SuspendLayout();
67      this.splitContainer1.Panel2.SuspendLayout();
68      this.splitContainer1.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
70      this.splitContainer2.Panel1.SuspendLayout();
71      this.splitContainer2.Panel2.SuspendLayout();
72      this.splitContainer2.SuspendLayout();
73      this.tabControl1.SuspendLayout();
74      this.errorListTabPage.SuspendLayout();
75      this.outputTabPage.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // nameTextBox
79      //
80      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
81      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
82      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
83      this.nameTextBox.Size = new System.Drawing.Size(750, 20);
84      //
85      // infoLabel
86      //
87      this.infoLabel.Location = new System.Drawing.Point(816, 4);
88      //
89      // compilationLabel
90      //
91      this.compilationLabel.AutoSize = true;
92      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
93      this.compilationLabel.Location = new System.Drawing.Point(33, 32);
94      this.compilationLabel.Name = "compilationLabel";
95      this.compilationLabel.Size = new System.Drawing.Size(69, 13);
96      this.compilationLabel.TabIndex = 3;
97      this.compilationLabel.Text = "Not compiled";
98      //
99      // startStopButton
100      //
101      this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
102      this.startStopButton.Location = new System.Drawing.Point(3, 26);
103      this.startStopButton.Name = "startStopButton";
104      this.startStopButton.Size = new System.Drawing.Size(24, 24);
105      this.startStopButton.TabIndex = 1;
106      this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
107      this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
108      this.startStopButton.UseVisualStyleBackColor = true;
109      this.startStopButton.Click += new System.EventHandler(this.startStopButton_Click);
110      //
111      // errorListView
112      //
113      this.errorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
114            this.categoryColumnHeader,
115            this.errorNumberColumnHeader,
116            this.lineColumnHeader,
117            this.columnColumnHeader,
118            this.descriptionColumnHeader});
119      this.errorListView.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.errorListView.FullRowSelect = true;
121      this.errorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
122      this.errorListView.HideSelection = false;
123      this.errorListView.Location = new System.Drawing.Point(3, 3);
124      this.errorListView.Name = "errorListView";
125      this.errorListView.Size = new System.Drawing.Size(623, 79);
126      this.errorListView.TabIndex = 0;
127      this.errorListView.UseCompatibleStateImageBehavior = false;
128      this.errorListView.View = System.Windows.Forms.View.Details;
129      //
130      // categoryColumnHeader
131      //
132      this.categoryColumnHeader.Text = "Category";
133      //
134      // errorNumberColumnHeader
135      //
136      this.errorNumberColumnHeader.Text = "Error Number";
137      this.errorNumberColumnHeader.Width = 78;
138      //
139      // lineColumnHeader
140      //
141      this.lineColumnHeader.Text = "Line";
142      this.lineColumnHeader.Width = 50;
143      //
144      // columnColumnHeader
145      //
146      this.columnColumnHeader.Text = "Column";
147      this.columnColumnHeader.Width = 50;
148      //
149      // descriptionColumnHeader
150      //
151      this.descriptionColumnHeader.Text = "Description";
152      this.descriptionColumnHeader.Width = 600;
153      //
154      // codeEditor
155      //
156      this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
157      this.codeEditor.Location = new System.Drawing.Point(0, 0);
158      this.codeEditor.Name = "codeEditor";
159      this.codeEditor.Prefix = "";
160      this.codeEditor.Size = new System.Drawing.Size(637, 428);
161      this.codeEditor.Suffix = "";
162      this.codeEditor.TabIndex = 0;
163      this.codeEditor.UserCode = "";
164      this.codeEditor.TextEditorTextChanged += new System.EventHandler(this.codeEditor_TextEditorTextChanged);
165      //
166      // splitContainer1
167      //
168      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
169            | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
171      this.splitContainer1.Location = new System.Drawing.Point(3, 56);
172      this.splitContainer1.Name = "splitContainer1";
173      //
174      // splitContainer1.Panel1
175      //
176      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
177      //
178      // splitContainer1.Panel2
179      //
180      this.splitContainer1.Panel2.Controls.Add(this.variableStoreView);
181      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
182      this.splitContainer1.Size = new System.Drawing.Size(829, 543);
183      this.splitContainer1.SplitterDistance = 637;
184      this.splitContainer1.TabIndex = 7;
185      //
186      // splitContainer2
187      //
188      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
189      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
190      this.splitContainer2.Name = "splitContainer2";
191      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
192      //
193      // splitContainer2.Panel1
194      //
195      this.splitContainer2.Panel1.Controls.Add(this.codeEditor);
196      //
197      // splitContainer2.Panel2
198      //
199      this.splitContainer2.Panel2.Controls.Add(this.tabControl1);
200      this.splitContainer2.Size = new System.Drawing.Size(637, 543);
201      this.splitContainer2.SplitterDistance = 428;
202      this.splitContainer2.TabIndex = 5;
203      //
204      // tabControl1
205      //
206      this.tabControl1.Controls.Add(this.errorListTabPage);
207      this.tabControl1.Controls.Add(this.outputTabPage);
208      this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
209      this.tabControl1.Location = new System.Drawing.Point(0, 0);
210      this.tabControl1.Name = "tabControl1";
211      this.tabControl1.SelectedIndex = 0;
212      this.tabControl1.Size = new System.Drawing.Size(637, 111);
213      this.tabControl1.TabIndex = 1;
214      //
215      // errorListTabPage
216      //
217      this.errorListTabPage.Controls.Add(this.errorListView);
218      this.errorListTabPage.Location = new System.Drawing.Point(4, 22);
219      this.errorListTabPage.Name = "errorListTabPage";
220      this.errorListTabPage.Padding = new System.Windows.Forms.Padding(3);
221      this.errorListTabPage.Size = new System.Drawing.Size(629, 85);
222      this.errorListTabPage.TabIndex = 0;
223      this.errorListTabPage.Text = "Error List";
224      this.errorListTabPage.UseVisualStyleBackColor = true;
225      //
226      // outputTabPage
227      //
228      this.outputTabPage.Controls.Add(this.outputTextBox);
229      this.outputTabPage.Location = new System.Drawing.Point(4, 22);
230      this.outputTabPage.Name = "outputTabPage";
231      this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
232      this.outputTabPage.Size = new System.Drawing.Size(629, 85);
233      this.outputTabPage.TabIndex = 1;
234      this.outputTabPage.Text = "Output";
235      this.outputTabPage.UseVisualStyleBackColor = true;
236      //
237      // outputTextBox
238      //
239      this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
240      this.outputTextBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
241      this.outputTextBox.Location = new System.Drawing.Point(3, 3);
242      this.outputTextBox.Multiline = true;
243      this.outputTextBox.Name = "outputTextBox";
244      this.outputTextBox.ReadOnly = true;
245      this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
246      this.outputTextBox.Size = new System.Drawing.Size(623, 79);
247      this.outputTextBox.TabIndex = 0;
248      this.outputTextBox.WordWrap = false;
249      //
250      // variableStoreView
251      //
252      this.variableStoreView.Caption = "ItemCollection View";
253      this.variableStoreView.Content = null;
254      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
255      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
256      this.variableStoreView.Name = "variableStoreView";
257      this.variableStoreView.ReadOnly = false;
258      this.variableStoreView.Size = new System.Drawing.Size(188, 543);
259      this.variableStoreView.TabIndex = 0;
260      //
261      // viewHost
262      //
263      this.viewHost.Caption = "View";
264      this.viewHost.Content = null;
265      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
266      this.viewHost.Enabled = false;
267      this.viewHost.Location = new System.Drawing.Point(0, 0);
268      this.viewHost.Name = "viewHost";
269      this.viewHost.ReadOnly = false;
270      this.viewHost.Size = new System.Drawing.Size(188, 543);
271      this.viewHost.TabIndex = 0;
272      this.viewHost.ViewsLabelVisible = true;
273      this.viewHost.ViewType = null;
274      //
275      // ScriptView
276      //
277      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
278      this.Controls.Add(this.splitContainer1);
279      this.Controls.Add(this.startStopButton);
280      this.Controls.Add(this.compilationLabel);
281      this.Name = "ScriptView";
282      this.Size = new System.Drawing.Size(835, 602);
283      this.Controls.SetChildIndex(this.compilationLabel, 0);
284      this.Controls.SetChildIndex(this.startStopButton, 0);
285      this.Controls.SetChildIndex(this.splitContainer1, 0);
286      this.Controls.SetChildIndex(this.nameLabel, 0);
287      this.Controls.SetChildIndex(this.nameTextBox, 0);
288      this.Controls.SetChildIndex(this.infoLabel, 0);
289      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
290      this.splitContainer1.Panel1.ResumeLayout(false);
291      this.splitContainer1.Panel2.ResumeLayout(false);
292      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
293      this.splitContainer1.ResumeLayout(false);
294      this.splitContainer2.Panel1.ResumeLayout(false);
295      this.splitContainer2.Panel2.ResumeLayout(false);
296      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
297      this.splitContainer2.ResumeLayout(false);
298      this.tabControl1.ResumeLayout(false);
299      this.errorListTabPage.ResumeLayout(false);
300      this.outputTabPage.ResumeLayout(false);
301      this.outputTabPage.PerformLayout();
302      this.ResumeLayout(false);
303      this.PerformLayout();
304
305    }
306
307    #endregion
308
309    private System.Windows.Forms.Label compilationLabel;
310    private System.Windows.Forms.Button startStopButton;
311    private System.Windows.Forms.ListView errorListView;
312    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
313    private System.Windows.Forms.ColumnHeader lineColumnHeader;
314    private System.Windows.Forms.ColumnHeader columnColumnHeader;
315    private CodeEditor.CodeEditor codeEditor;
316    private System.Windows.Forms.SplitContainer splitContainer1;
317    private System.Windows.Forms.SplitContainer splitContainer2;
318    private MainForm.WindowsForms.ViewHost viewHost;
319    private VariableStoreView variableStoreView;
320    private System.Windows.Forms.ColumnHeader errorNumberColumnHeader;
321    private System.Windows.Forms.ColumnHeader categoryColumnHeader;
322    private System.Windows.Forms.TabControl tabControl1;
323    private System.Windows.Forms.TabPage errorListTabPage;
324    private System.Windows.Forms.TabPage outputTabPage;
325    private System.Windows.Forms.TextBox outputTextBox;
326  }
327}
Note: See TracBrowser for help on using the repository browser.