Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs @ 11480

Last change on this file since 11480 was 10747, checked in by abeham, 10 years ago

#2136: fixed anchor in ScriptView

File size: 13.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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.Scripting.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.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptView));
49      this.compilationLabel = new System.Windows.Forms.Label();
50      this.imageList = new System.Windows.Forms.ImageList(this.components);
51      this.compileButton = new System.Windows.Forms.Button();
52      this.infoTabControl = new System.Windows.Forms.TabControl();
53      this.outputTabPage = new System.Windows.Forms.TabPage();
54      this.outputTextBox = new System.Windows.Forms.TextBox();
55      this.errorListTabPage = new System.Windows.Forms.TabPage();
56      this.errorListView = new System.Windows.Forms.ListView();
57      this.iconColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58      this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
59      this.errorNumberColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
60      this.lineColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
61      this.columnColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
62      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
63      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
64      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
65      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
66      this.infoTabControl.SuspendLayout();
67      this.outputTabPage.SuspendLayout();
68      this.errorListTabPage.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
70      this.splitContainer1.Panel1.SuspendLayout();
71      this.splitContainer1.Panel2.SuspendLayout();
72      this.splitContainer1.SuspendLayout();
73      this.SuspendLayout();
74      //
75      // nameTextBox
76      //
77      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
78      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
79      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
80      this.nameTextBox.Size = new System.Drawing.Size(741, 20);
81      //
82      // infoLabel
83      //
84      this.infoLabel.Location = new System.Drawing.Point(816, 4);
85      //
86      // compilationLabel
87      //
88      this.compilationLabel.AutoSize = true;
89      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
90      this.compilationLabel.Location = new System.Drawing.Point(66, 32);
91      this.compilationLabel.Name = "compilationLabel";
92      this.compilationLabel.Size = new System.Drawing.Size(69, 13);
93      this.compilationLabel.TabIndex = 3;
94      this.compilationLabel.Text = "Not compiled";
95      //
96      // imageList
97      //
98      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
99      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
100      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
101      //
102      // compileButton
103      //
104      this.compileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Script;
105      this.compileButton.Location = new System.Drawing.Point(6, 26);
106      this.compileButton.Name = "compileButton";
107      this.compileButton.Size = new System.Drawing.Size(24, 24);
108      this.compileButton.TabIndex = 8;
109      this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
110      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
111      this.compileButton.UseVisualStyleBackColor = true;
112      this.compileButton.Click += new System.EventHandler(this.CompileButtonOnClick);
113      //
114      // infoTabControl
115      //
116      this.infoTabControl.Controls.Add(this.outputTabPage);
117      this.infoTabControl.Controls.Add(this.errorListTabPage);
118      this.infoTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
119      this.infoTabControl.Location = new System.Drawing.Point(0, 0);
120      this.infoTabControl.Name = "infoTabControl";
121      this.infoTabControl.SelectedIndex = 0;
122      this.infoTabControl.Size = new System.Drawing.Size(832, 112);
123      this.infoTabControl.TabIndex = 1;
124      //
125      // outputTabPage
126      //
127      this.outputTabPage.Controls.Add(this.outputTextBox);
128      this.outputTabPage.Location = new System.Drawing.Point(4, 22);
129      this.outputTabPage.Name = "outputTabPage";
130      this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
131      this.outputTabPage.Size = new System.Drawing.Size(824, 86);
132      this.outputTabPage.TabIndex = 1;
133      this.outputTabPage.Text = "Output";
134      this.outputTabPage.UseVisualStyleBackColor = true;
135      //
136      // outputTextBox
137      //
138      this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
139      this.outputTextBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140      this.outputTextBox.Location = new System.Drawing.Point(3, 3);
141      this.outputTextBox.Multiline = true;
142      this.outputTextBox.Name = "outputTextBox";
143      this.outputTextBox.ReadOnly = true;
144      this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
145      this.outputTextBox.Size = new System.Drawing.Size(818, 80);
146      this.outputTextBox.TabIndex = 0;
147      this.outputTextBox.WordWrap = false;
148      //
149      // errorListTabPage
150      //
151      this.errorListTabPage.Controls.Add(this.errorListView);
152      this.errorListTabPage.Location = new System.Drawing.Point(4, 22);
153      this.errorListTabPage.Name = "errorListTabPage";
154      this.errorListTabPage.Padding = new System.Windows.Forms.Padding(3);
155      this.errorListTabPage.Size = new System.Drawing.Size(824, 86);
156      this.errorListTabPage.TabIndex = 0;
157      this.errorListTabPage.Text = "Error List";
158      this.errorListTabPage.UseVisualStyleBackColor = true;
159      //
160      // errorListView
161      //
162      this.errorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
163            this.iconColumnHeader,
164            this.categoryColumnHeader,
165            this.errorNumberColumnHeader,
166            this.lineColumnHeader,
167            this.columnColumnHeader,
168            this.descriptionColumnHeader});
169      this.errorListView.Dock = System.Windows.Forms.DockStyle.Fill;
170      this.errorListView.FullRowSelect = true;
171      this.errorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
172      this.errorListView.HideSelection = false;
173      this.errorListView.Location = new System.Drawing.Point(3, 3);
174      this.errorListView.Name = "errorListView";
175      this.errorListView.Size = new System.Drawing.Size(818, 80);
176      this.errorListView.SmallImageList = this.imageList;
177      this.errorListView.TabIndex = 0;
178      this.errorListView.UseCompatibleStateImageBehavior = false;
179      this.errorListView.View = System.Windows.Forms.View.Details;
180      //
181      // iconColumnHeader
182      //
183      this.iconColumnHeader.Text = "";
184      //
185      // categoryColumnHeader
186      //
187      this.categoryColumnHeader.Text = "Category";
188      //
189      // errorNumberColumnHeader
190      //
191      this.errorNumberColumnHeader.Text = "Error Number";
192      //
193      // lineColumnHeader
194      //
195      this.lineColumnHeader.Text = "Line";
196      //
197      // columnColumnHeader
198      //
199      this.columnColumnHeader.Text = "Column";
200      //
201      // descriptionColumnHeader
202      //
203      this.descriptionColumnHeader.Text = "Description";
204      //
205      // codeEditor
206      //
207      this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
208      this.codeEditor.Location = new System.Drawing.Point(0, 0);
209      this.codeEditor.Name = "codeEditor";
210      this.codeEditor.Prefix = "";
211      this.codeEditor.Size = new System.Drawing.Size(832, 430);
212      this.codeEditor.Suffix = "";
213      this.codeEditor.TabIndex = 0;
214      this.codeEditor.UserCode = "";
215      this.codeEditor.TextEditorTextChanged += new System.EventHandler(this.CodeEditorOnTextEditorTextChanged);
216      //
217      // splitContainer1
218      //
219      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
220            | System.Windows.Forms.AnchorStyles.Left)
221            | System.Windows.Forms.AnchorStyles.Right)));
222      this.splitContainer1.Location = new System.Drawing.Point(0, 56);
223      this.splitContainer1.Name = "splitContainer1";
224      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
225      //
226      // splitContainer1.Panel1
227      //
228      this.splitContainer1.Panel1.Controls.Add(this.codeEditor);
229      //
230      // splitContainer1.Panel2
231      //
232      this.splitContainer1.Panel2.Controls.Add(this.infoTabControl);
233      this.splitContainer1.Size = new System.Drawing.Size(832, 546);
234      this.splitContainer1.SplitterDistance = 430;
235      this.splitContainer1.TabIndex = 9;
236      //
237      // ScriptView
238      //
239      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
240      this.Controls.Add(this.splitContainer1);
241      this.Controls.Add(this.compileButton);
242      this.Controls.Add(this.compilationLabel);
243      this.Name = "ScriptView";
244      this.Size = new System.Drawing.Size(835, 602);
245      this.Controls.SetChildIndex(this.compilationLabel, 0);
246      this.Controls.SetChildIndex(this.compileButton, 0);
247      this.Controls.SetChildIndex(this.splitContainer1, 0);
248      this.Controls.SetChildIndex(this.nameLabel, 0);
249      this.Controls.SetChildIndex(this.nameTextBox, 0);
250      this.Controls.SetChildIndex(this.infoLabel, 0);
251      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
252      this.infoTabControl.ResumeLayout(false);
253      this.outputTabPage.ResumeLayout(false);
254      this.outputTabPage.PerformLayout();
255      this.errorListTabPage.ResumeLayout(false);
256      this.splitContainer1.Panel1.ResumeLayout(false);
257      this.splitContainer1.Panel2.ResumeLayout(false);
258      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
259      this.splitContainer1.ResumeLayout(false);
260      this.ResumeLayout(false);
261      this.PerformLayout();
262
263    }
264
265    #endregion
266
267    protected System.Windows.Forms.Label compilationLabel;
268    protected System.Windows.Forms.Button compileButton;
269    protected System.Windows.Forms.ImageList imageList;
270    protected System.Windows.Forms.TabControl infoTabControl;
271    protected System.Windows.Forms.TabPage outputTabPage;
272    protected System.Windows.Forms.TextBox outputTextBox;
273    protected System.Windows.Forms.TabPage errorListTabPage;
274    protected System.Windows.Forms.ListView errorListView;
275    protected System.Windows.Forms.ColumnHeader iconColumnHeader;
276    protected System.Windows.Forms.ColumnHeader categoryColumnHeader;
277    protected System.Windows.Forms.ColumnHeader errorNumberColumnHeader;
278    protected System.Windows.Forms.ColumnHeader lineColumnHeader;
279    protected System.Windows.Forms.ColumnHeader columnColumnHeader;
280    protected System.Windows.Forms.ColumnHeader descriptionColumnHeader;
281    protected CodeEditor.CodeEditor codeEditor;
282    protected System.Windows.Forms.SplitContainer splitContainer1;
283  }
284}
Note: See TracBrowser for help on using the repository browser.