Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17384 was 17384, checked in by jkarder, 4 years ago

#3045: added dialog that displays warning/error information

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