Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/Core.Views/ProgrammableItemView.Designer.cs @ 11564

Last change on this file since 11564 was 11564, checked in by swagner, 9 years ago

#2205: Continued working on programmable network items

File size: 10.8 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.Core.Views {
23  partial class ProgrammableItemView {
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 Windows Form 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      this.splitContainer = new System.Windows.Forms.SplitContainer();
49      this.codeGroupBox = new System.Windows.Forms.GroupBox();
50      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
51      this.errorsGroupBox = new System.Windows.Forms.GroupBox();
52      this.errorsListView = new System.Windows.Forms.ListView();
53      this.iconColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
54      this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
55      this.errorNumberColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
56      this.lineColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
57      this.columnColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
59      this.imageList = new System.Windows.Forms.ImageList(this.components);
60      this.compileButton = new System.Windows.Forms.Button();
61      this.compilationLabel = new System.Windows.Forms.Label();
62      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
63      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
64      this.splitContainer.Panel1.SuspendLayout();
65      this.splitContainer.Panel2.SuspendLayout();
66      this.splitContainer.SuspendLayout();
67      this.codeGroupBox.SuspendLayout();
68      this.errorsGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // splitContainer
72      //
73      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74            | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.splitContainer.Location = new System.Drawing.Point(0, 33);
77      this.splitContainer.Name = "splitContainer";
78      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
79      //
80      // splitContainer.Panel1
81      //
82      this.splitContainer.Panel1.Controls.Add(this.codeGroupBox);
83      //
84      // splitContainer.Panel2
85      //
86      this.splitContainer.Panel2.Controls.Add(this.errorsGroupBox);
87      this.splitContainer.Size = new System.Drawing.Size(486, 454);
88      this.splitContainer.SplitterDistance = 382;
89      this.splitContainer.TabIndex = 3;
90      //
91      // codeGroupBox
92      //
93      this.codeGroupBox.Controls.Add(this.codeEditor);
94      this.codeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.codeGroupBox.Location = new System.Drawing.Point(0, 0);
96      this.codeGroupBox.Name = "codeGroupBox";
97      this.codeGroupBox.Size = new System.Drawing.Size(486, 382);
98      this.codeGroupBox.TabIndex = 0;
99      this.codeGroupBox.TabStop = false;
100      this.codeGroupBox.Text = "Code";
101      //
102      // codeEditor
103      //
104      this.codeEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105            | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.codeEditor.Location = new System.Drawing.Point(6, 19);
108      this.codeEditor.Name = "codeEditor";
109      this.codeEditor.Prefix = "";
110      this.codeEditor.Size = new System.Drawing.Size(474, 357);
111      this.codeEditor.Suffix = "";
112      this.codeEditor.TabIndex = 0;
113      this.codeEditor.UserCode = "";
114      this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
115      //
116      // errorsGroupBox
117      //
118      this.errorsGroupBox.Controls.Add(this.errorsListView);
119      this.errorsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.errorsGroupBox.Location = new System.Drawing.Point(0, 0);
121      this.errorsGroupBox.Name = "errorsGroupBox";
122      this.errorsGroupBox.Size = new System.Drawing.Size(486, 68);
123      this.errorsGroupBox.TabIndex = 0;
124      this.errorsGroupBox.TabStop = false;
125      this.errorsGroupBox.Text = "Errors";
126      //
127      // errorsListView
128      //
129      this.errorsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
130            | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.errorsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
133            this.iconColumnHeader,
134            this.categoryColumnHeader,
135            this.errorNumberColumnHeader,
136            this.lineColumnHeader,
137            this.columnColumnHeader,
138            this.descriptionColumnHeader});
139      this.errorsListView.FullRowSelect = true;
140      this.errorsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
141      this.errorsListView.HideSelection = false;
142      this.errorsListView.Location = new System.Drawing.Point(6, 19);
143      this.errorsListView.Name = "errorsListView";
144      this.errorsListView.Size = new System.Drawing.Size(474, 43);
145      this.errorsListView.SmallImageList = this.imageList;
146      this.errorsListView.TabIndex = 0;
147      this.errorsListView.UseCompatibleStateImageBehavior = false;
148      this.errorsListView.View = System.Windows.Forms.View.Details;
149      this.errorsListView.DoubleClick += new System.EventHandler(this.errorsListView_DoubleClick);
150      //
151      // iconColumnHeader
152      //
153      this.iconColumnHeader.Text = "";
154      //
155      // categoryColumnHeader
156      //
157      this.categoryColumnHeader.Text = "Category";
158      //
159      // errorNumberColumnHeader
160      //
161      this.errorNumberColumnHeader.Text = "Error Number";
162      //
163      // lineColumnHeader
164      //
165      this.lineColumnHeader.Text = "Line";
166      //
167      // columnColumnHeader
168      //
169      this.columnColumnHeader.Text = "Column";
170      //
171      // descriptionColumnHeader
172      //
173      this.descriptionColumnHeader.Text = "Description";
174      //
175      // imageList
176      //
177      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
178      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
179      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
180      //
181      // compileButton
182      //
183      this.compileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Script;
184      this.compileButton.Location = new System.Drawing.Point(3, 3);
185      this.compileButton.Name = "compileButton";
186      this.compileButton.Size = new System.Drawing.Size(24, 24);
187      this.compileButton.TabIndex = 0;
188      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
189      this.compileButton.UseVisualStyleBackColor = true;
190      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
191      //
192      // compilationLabel
193      //
194      this.compilationLabel.AutoSize = true;
195      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
196      this.compilationLabel.Location = new System.Drawing.Point(66, 9);
197      this.compilationLabel.Name = "compilationLabel";
198      this.compilationLabel.Size = new System.Drawing.Size(69, 13);
199      this.compilationLabel.TabIndex = 1;
200      this.compilationLabel.Text = "Not compiled";
201      //
202      // ProgrammableItemView
203      //
204      this.Controls.Add(this.compilationLabel);
205      this.Controls.Add(this.compileButton);
206      this.Controls.Add(this.splitContainer);
207      this.Name = "ProgrammableItemView";
208      this.Size = new System.Drawing.Size(486, 487);
209      this.splitContainer.Panel1.ResumeLayout(false);
210      this.splitContainer.Panel2.ResumeLayout(false);
211      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
212      this.splitContainer.ResumeLayout(false);
213      this.codeGroupBox.ResumeLayout(false);
214      this.errorsGroupBox.ResumeLayout(false);
215      this.ResumeLayout(false);
216      this.PerformLayout();
217
218    }
219
220    #endregion
221
222    protected System.Windows.Forms.SplitContainer splitContainer;
223    protected System.Windows.Forms.GroupBox errorsGroupBox;
224    protected System.Windows.Forms.Button compileButton;
225    protected CodeEditor.CodeEditor codeEditor;
226    protected System.Windows.Forms.ListView errorsListView;
227    protected System.Windows.Forms.ColumnHeader iconColumnHeader;
228    protected System.Windows.Forms.ColumnHeader categoryColumnHeader;
229    protected System.Windows.Forms.ColumnHeader errorNumberColumnHeader;
230    protected System.Windows.Forms.ColumnHeader lineColumnHeader;
231    protected System.Windows.Forms.ColumnHeader columnColumnHeader;
232    protected System.Windows.Forms.ColumnHeader descriptionColumnHeader;
233    protected System.Windows.Forms.Label compilationLabel;
234    protected System.Windows.Forms.ImageList imageList;
235    protected System.Windows.Forms.GroupBox codeGroupBox;
236    protected System.Windows.Forms.ToolTip toolTip;
237
238  }
239}
Note: See TracBrowser for help on using the repository browser.