Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GBT/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs @ 12495

Last change on this file since 12495 was 12495, checked in by gkronber, 9 years ago

#2261: merged trunk changes to branch
r12494
#2403: added a null check in the MatlabParameterVectorEvaluator to prevent exceptions when clearstate is called


r12493
#2369: added support for squared errors and relative errors to error-characteristic-curve view


r12492
#2392: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.


r12491
#2402 don't set task state to waiting when it fails


r12490
#2401 added missing Mono.Cecil plugin dependency


r12488
#2400 - Interfaces for Capaciated-, PickupAndDelivery- and TimeWindowed-ProblemInstances now specify an additional penalty parameter to set the current penalty factor for the constraint relaxation. - The setter of the penalty-property in ...


r12485
#2374 made RegressionSolution and ClassificationSolution non-abstract


r12482
#2320: Fixed warnings in unit test solutions introduced in r12420 by marking methods as obsolete.


r12481
#2320: Fixed AfterDeserialization of GEArtifialAntEvaluator.


r12480
#2320: Fixed error in symbolicexpressiontree crossover regarding the wiring of lookup parameters if persisted file is loaded.


r12479
#2397 moved GeoIP project into ExtLibs


r12478
#2329 fixed bug in simple code editor


r12476
#2331 removed outdated plugins


r12475
#2368 fixed compile warnings


r12474
#2399 worked on Mono project prepare script


r12473
#2329 added a simple code editor for Linux


r12472
#2399 - fixed MathJax.js file name - worked on Mono project prepare script


r12471
#2399 worked on Mono project prepare script


r12470
#2399 fixed pre-build events in project files


r12465
#2399 worked on mono project prepare script


r12464
#2399 added patch to project


r12463
#2399 fixed EPPlus so that it compiles on Linux


r12461
#2398: Skip root and start symbols when calculating impacts and replacement values in the pruning operators.


r12458
#2354 show label when no data is displayed and don't show the legend


r12457
#2353 removed duplicated call to Any() in Hive Status page


r12456
#2368 fixed modifier


r12455
#2368 added support in persistence for typecaches in streams


r12445
#2394: Changed Web.config compilation from debug to release to force script bundling. Changed history loading type from lazy to eager loading to increase performance. Fixed "getCoreStatus" typo in statusCtrl.js


r12443
#2394: Fixed UserTaskQuery and GetStatusHistory in the WebApp.Status plugin


r12442
#2394 added nuget folders to svn ignore list


r12435
#2394: Improved PluginManager and updated hive status monitor.


r12434
#2396 added symbolic expression tree formatter for C#


r12433
#2395: Minor change in DoubleValue.GetValue.


r12432
#2395 Use simple round-trip format for doubles because G17 prints some strange numbers (20.22 to 20.219999999999999999). Some accuracy can still be lost on 64bit machines, but should be very rare and minimal. double.MaxValue can still be pa...


r12431
#2395 Fixed parsing issues by using the G17 format.


r12430
#2394 added missing package config


r12429
#2394 added missing package config


r12428
#2394 added web app and status page to trunk


r12424
#2320: Adapted plugin file and updated project file of SymbolicExpressionTreeEncoding.


r12422
#2320: Merged the encoding class and all accompanying changes in the trunk.


r12401
#2387 Fixed a bug where the automatic selection of the first element behaved differently for the NewItemDialog.


r12400
#2387 Forgot to commit a file.


r12399
#2387 - Added context-menu for expanding and collapsing tree-nodes. - Improve response time when expanding/collapsing all nodes for TypeSelector and NewItemDialog.


r12398
#2387 - Added clearSearch-button in TypeSelector. - Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.


r12397
#2387 - Adapted behavior of the matching in the TypeSelector that it behave the same as the NewItemDialog. The search string is tokenized by space and matches if all tokens are contained, (eg. "Sym Reg" matches "SymbolicRegression...")...


r12393
#2025 - Removed Expand/CollapseAll buttons. - Removed cycling of items.


r12392
#2386: Updated GetHashCode method in the EnumerableBoolEqualityComparer.


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