[10332] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[10332] | 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 |
|
---|
[11807] | 22 |
|
---|
[10506] | 23 | namespace HeuristicLab.Scripting.Views {
|
---|
[10401] | 24 | partial class ScriptView {
|
---|
[10332] | 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() {
|
---|
[10506] | 48 | this.components = new System.ComponentModel.Container();
|
---|
[11836] | 49 | this.infoTextLabel = new System.Windows.Forms.Label();
|
---|
[10731] | 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();
|
---|
[10747] | 53 | this.outputTabPage = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.outputTextBox = new System.Windows.Forms.TextBox();
|
---|
[10731] | 55 | this.errorListTabPage = new System.Windows.Forms.TabPage();
|
---|
[10332] | 56 | this.errorListView = new System.Windows.Forms.ListView();
|
---|
[10506] | 57 | this.iconColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
[10332] | 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()));
|
---|
[12473] | 63 | #if __MonoCS__
|
---|
| 64 | this.codeEditor = new HeuristicLab.CodeEditor.SimpleCodeEditor();
|
---|
| 65 | #else
|
---|
[10332] | 66 | this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
|
---|
[12473] | 67 | #endif
|
---|
[10332] | 68 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[10358] | 69 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[10731] | 70 | this.infoTabControl.SuspendLayout();
|
---|
[10747] | 71 | this.outputTabPage.SuspendLayout();
|
---|
[10731] | 72 | this.errorListTabPage.SuspendLayout();
|
---|
[10332] | 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 | //
|
---|
[10358] | 79 | // nameTextBox
|
---|
| 80 | //
|
---|
| 81 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 82 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[10731] | 83 | this.nameTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
| 84 | this.nameTextBox.Size = new System.Drawing.Size(741, 20);
|
---|
[10358] | 85 | //
|
---|
| 86 | // infoLabel
|
---|
| 87 | //
|
---|
| 88 | this.infoLabel.Location = new System.Drawing.Point(816, 4);
|
---|
| 89 | //
|
---|
[11836] | 90 | // infoTextLabel
|
---|
[10332] | 91 | //
|
---|
[11836] | 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";
|
---|
[10332] | 99 | //
|
---|
[10731] | 100 | // imageList
|
---|
[10332] | 101 | //
|
---|
[10731] | 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;
|
---|
[10332] | 105 | //
|
---|
[10731] | 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;
|
---|
[11657] | 116 | this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
|
---|
[10731] | 117 | //
|
---|
| 118 | // infoTabControl
|
---|
| 119 | //
|
---|
[16506] | 120 | this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 121 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[13138] | 122 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10731] | 123 | this.infoTabControl.Controls.Add(this.outputTabPage);
|
---|
| 124 | this.infoTabControl.Controls.Add(this.errorListTabPage);
|
---|
[13138] | 125 | this.infoTabControl.Location = new System.Drawing.Point(0, 2);
|
---|
[10731] | 126 | this.infoTabControl.Name = "infoTabControl";
|
---|
| 127 | this.infoTabControl.SelectedIndex = 0;
|
---|
[13138] | 128 | this.infoTabControl.Size = new System.Drawing.Size(832, 110);
|
---|
[10731] | 129 | this.infoTabControl.TabIndex = 1;
|
---|
| 130 | //
|
---|
[10747] | 131 | // outputTabPage
|
---|
| 132 | //
|
---|
[16506] | 133 | this.outputTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10747] | 134 | this.outputTabPage.Controls.Add(this.outputTextBox);
|
---|
| 135 | this.outputTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 136 | this.outputTabPage.Name = "outputTabPage";
|
---|
| 137 | this.outputTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13138] | 138 | this.outputTabPage.Size = new System.Drawing.Size(824, 84);
|
---|
[10747] | 139 | this.outputTabPage.TabIndex = 1;
|
---|
| 140 | this.outputTabPage.Text = "Output";
|
---|
| 141 | //
|
---|
| 142 | // outputTextBox
|
---|
| 143 | //
|
---|
| 144 | this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 145 | this.outputTextBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 146 | this.outputTextBox.Location = new System.Drawing.Point(3, 3);
|
---|
| 147 | this.outputTextBox.Multiline = true;
|
---|
| 148 | this.outputTextBox.Name = "outputTextBox";
|
---|
| 149 | this.outputTextBox.ReadOnly = true;
|
---|
| 150 | this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
---|
[13138] | 151 | this.outputTextBox.Size = new System.Drawing.Size(818, 78);
|
---|
[10747] | 152 | this.outputTextBox.TabIndex = 0;
|
---|
| 153 | this.outputTextBox.WordWrap = false;
|
---|
| 154 | //
|
---|
[10731] | 155 | // errorListTabPage
|
---|
| 156 | //
|
---|
[16506] | 157 | this.errorListTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[10731] | 158 | this.errorListTabPage.Controls.Add(this.errorListView);
|
---|
| 159 | this.errorListTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 160 | this.errorListTabPage.Name = "errorListTabPage";
|
---|
| 161 | this.errorListTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 162 | this.errorListTabPage.Size = new System.Drawing.Size(824, 86);
|
---|
| 163 | this.errorListTabPage.TabIndex = 0;
|
---|
| 164 | this.errorListTabPage.Text = "Error List";
|
---|
| 165 | //
|
---|
[10332] | 166 | // errorListView
|
---|
| 167 | //
|
---|
| 168 | this.errorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
[10506] | 169 | this.iconColumnHeader,
|
---|
[10332] | 170 | this.categoryColumnHeader,
|
---|
| 171 | this.errorNumberColumnHeader,
|
---|
| 172 | this.lineColumnHeader,
|
---|
| 173 | this.columnColumnHeader,
|
---|
| 174 | this.descriptionColumnHeader});
|
---|
| 175 | this.errorListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 176 | this.errorListView.FullRowSelect = true;
|
---|
| 177 | this.errorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
---|
| 178 | this.errorListView.HideSelection = false;
|
---|
| 179 | this.errorListView.Location = new System.Drawing.Point(3, 3);
|
---|
| 180 | this.errorListView.Name = "errorListView";
|
---|
[10731] | 181 | this.errorListView.Size = new System.Drawing.Size(818, 80);
|
---|
[10506] | 182 | this.errorListView.SmallImageList = this.imageList;
|
---|
[10332] | 183 | this.errorListView.TabIndex = 0;
|
---|
| 184 | this.errorListView.UseCompatibleStateImageBehavior = false;
|
---|
| 185 | this.errorListView.View = System.Windows.Forms.View.Details;
|
---|
[17384] | 186 | this.errorListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.errorListView_MouseClick);
|
---|
[11657] | 187 | this.errorListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.errorListView_MouseDoubleClick);
|
---|
[10332] | 188 | //
|
---|
[10506] | 189 | // iconColumnHeader
|
---|
| 190 | //
|
---|
| 191 | this.iconColumnHeader.Text = "";
|
---|
| 192 | //
|
---|
[10332] | 193 | // categoryColumnHeader
|
---|
| 194 | //
|
---|
| 195 | this.categoryColumnHeader.Text = "Category";
|
---|
| 196 | //
|
---|
| 197 | // errorNumberColumnHeader
|
---|
| 198 | //
|
---|
| 199 | this.errorNumberColumnHeader.Text = "Error Number";
|
---|
| 200 | //
|
---|
| 201 | // lineColumnHeader
|
---|
| 202 | //
|
---|
| 203 | this.lineColumnHeader.Text = "Line";
|
---|
| 204 | //
|
---|
| 205 | // columnColumnHeader
|
---|
| 206 | //
|
---|
| 207 | this.columnColumnHeader.Text = "Column";
|
---|
| 208 | //
|
---|
| 209 | // descriptionColumnHeader
|
---|
| 210 | //
|
---|
| 211 | this.descriptionColumnHeader.Text = "Description";
|
---|
| 212 | //
|
---|
[10731] | 213 | // codeEditor
|
---|
[10506] | 214 | //
|
---|
[10731] | 215 | this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 216 | this.codeEditor.Location = new System.Drawing.Point(0, 0);
|
---|
| 217 | this.codeEditor.Name = "codeEditor";
|
---|
| 218 | this.codeEditor.Prefix = "";
|
---|
| 219 | this.codeEditor.Size = new System.Drawing.Size(832, 430);
|
---|
| 220 | this.codeEditor.Suffix = "";
|
---|
| 221 | this.codeEditor.TabIndex = 0;
|
---|
| 222 | this.codeEditor.UserCode = "";
|
---|
[11657] | 223 | this.codeEditor.TextEditorTextChanged += new System.EventHandler(this.codeEditor_TextEditorTextChanged);
|
---|
[11836] | 224 | this.codeEditor.AssembliesLoading += new System.EventHandler<HeuristicLab.Common.EventArgs<System.Collections.Generic.IEnumerable<System.Reflection.Assembly>>>(this.codeEditor_AssembliesLoading);
|
---|
| 225 | this.codeEditor.AssembliesLoaded += new System.EventHandler<HeuristicLab.Common.EventArgs<System.Collections.Generic.IEnumerable<System.Reflection.Assembly>>>(this.codeEditor_AssembliesLoaded);
|
---|
| 226 | this.codeEditor.AssembliesUnloading += new System.EventHandler<HeuristicLab.Common.EventArgs<System.Collections.Generic.IEnumerable<System.Reflection.Assembly>>>(this.codeEditor_AssembliesUnloading);
|
---|
| 227 | this.codeEditor.AssembliesUnloaded += new System.EventHandler<HeuristicLab.Common.EventArgs<System.Collections.Generic.IEnumerable<System.Reflection.Assembly>>>(this.codeEditor_AssembliesUnloaded);
|
---|
[10506] | 228 | //
|
---|
[10731] | 229 | // splitContainer1
|
---|
[10401] | 230 | //
|
---|
[12473] | 231 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 232 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[10747] | 233 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[10731] | 234 | this.splitContainer1.Location = new System.Drawing.Point(0, 56);
|
---|
| 235 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 236 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[10401] | 237 | //
|
---|
[10731] | 238 | // splitContainer1.Panel1
|
---|
[10332] | 239 | //
|
---|
[10731] | 240 | this.splitContainer1.Panel1.Controls.Add(this.codeEditor);
|
---|
[10332] | 241 | //
|
---|
[10731] | 242 | // splitContainer1.Panel2
|
---|
[10506] | 243 | //
|
---|
[10731] | 244 | this.splitContainer1.Panel2.Controls.Add(this.infoTabControl);
|
---|
| 245 | this.splitContainer1.Size = new System.Drawing.Size(832, 546);
|
---|
| 246 | this.splitContainer1.SplitterDistance = 430;
|
---|
| 247 | this.splitContainer1.TabIndex = 9;
|
---|
[10506] | 248 | //
|
---|
[10401] | 249 | // ScriptView
|
---|
[10358] | 250 | //
|
---|
[10332] | 251 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[10731] | 252 | this.Controls.Add(this.splitContainer1);
|
---|
[10506] | 253 | this.Controls.Add(this.compileButton);
|
---|
[11836] | 254 | this.Controls.Add(this.infoTextLabel);
|
---|
[10401] | 255 | this.Name = "ScriptView";
|
---|
[10332] | 256 | this.Size = new System.Drawing.Size(835, 602);
|
---|
[11836] | 257 | this.Controls.SetChildIndex(this.infoTextLabel, 0);
|
---|
[10731] | 258 | this.Controls.SetChildIndex(this.compileButton, 0);
|
---|
[10358] | 259 | this.Controls.SetChildIndex(this.splitContainer1, 0);
|
---|
| 260 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 261 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 262 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 263 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[10731] | 264 | this.infoTabControl.ResumeLayout(false);
|
---|
| 265 | this.outputTabPage.ResumeLayout(false);
|
---|
| 266 | this.outputTabPage.PerformLayout();
|
---|
[10747] | 267 | this.errorListTabPage.ResumeLayout(false);
|
---|
[10332] | 268 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 269 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 270 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 271 | this.splitContainer1.ResumeLayout(false);
|
---|
| 272 | this.ResumeLayout(false);
|
---|
| 273 | this.PerformLayout();
|
---|
| 274 |
|
---|
| 275 | }
|
---|
| 276 |
|
---|
| 277 | #endregion
|
---|
| 278 |
|
---|
[11836] | 279 | protected System.Windows.Forms.Label infoTextLabel;
|
---|
[10731] | 280 | protected System.Windows.Forms.Button compileButton;
|
---|
| 281 | protected System.Windows.Forms.ImageList imageList;
|
---|
| 282 | protected System.Windows.Forms.TabControl infoTabControl;
|
---|
| 283 | protected System.Windows.Forms.TabPage outputTabPage;
|
---|
| 284 | protected System.Windows.Forms.TextBox outputTextBox;
|
---|
| 285 | protected System.Windows.Forms.TabPage errorListTabPage;
|
---|
| 286 | protected System.Windows.Forms.ListView errorListView;
|
---|
| 287 | protected System.Windows.Forms.ColumnHeader iconColumnHeader;
|
---|
| 288 | protected System.Windows.Forms.ColumnHeader categoryColumnHeader;
|
---|
| 289 | protected System.Windows.Forms.ColumnHeader errorNumberColumnHeader;
|
---|
| 290 | protected System.Windows.Forms.ColumnHeader lineColumnHeader;
|
---|
| 291 | protected System.Windows.Forms.ColumnHeader columnColumnHeader;
|
---|
| 292 | protected System.Windows.Forms.ColumnHeader descriptionColumnHeader;
|
---|
[12473] | 293 | protected CodeEditor.CodeEditorBase codeEditor;
|
---|
[10731] | 294 | protected System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[10332] | 295 | }
|
---|
| 296 | }
|
---|