[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2] | 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 | namespace HeuristicLab.Operators.Programmable {
|
---|
| 23 | partial class ProgrammableOperatorView {
|
---|
| 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() {
|
---|
[5832] | 47 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
[2897] | 48 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[5832] | 49 | this.compilationLabel = new System.Windows.Forms.Label();
|
---|
[2897] | 50 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
[3903] | 51 | this.assembliesBox = new System.Windows.Forms.GroupBox();
|
---|
[2799] | 52 | this.assembliesTreeView = new System.Windows.Forms.TreeView();
|
---|
[3903] | 53 | this.namespacesBox = new System.Windows.Forms.GroupBox();
|
---|
[2897] | 54 | this.namespacesTreeView = new System.Windows.Forms.TreeView();
|
---|
[2799] | 55 | this.showCodeButton = new System.Windows.Forms.Button();
|
---|
[2897] | 56 | this.compileButton = new System.Windows.Forms.Button();
|
---|
[2799] | 57 | this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
|
---|
[5466] | 58 | this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[2897] | 59 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
[3014] | 60 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[5042] | 61 | this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 62 | this.breakpointLabel = new System.Windows.Forms.Label();
|
---|
[2897] | 63 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[5832] | 64 | this.tabPage2.SuspendLayout();
|
---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
[2897] | 66 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 67 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 68 | this.splitContainer1.SuspendLayout();
|
---|
[5832] | 69 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
[2897] | 70 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 71 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 72 | this.splitContainer2.SuspendLayout();
|
---|
[3903] | 73 | this.assembliesBox.SuspendLayout();
|
---|
| 74 | this.namespacesBox.SuspendLayout();
|
---|
[2897] | 75 | this.tabControl1.SuspendLayout();
|
---|
| 76 | this.tabPage1.SuspendLayout();
|
---|
[2] | 77 | this.SuspendLayout();
|
---|
| 78 | //
|
---|
[2897] | 79 | // nameTextBox
|
---|
| 80 | //
|
---|
| 81 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 82 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 83 | this.nameTextBox.Location = new System.Drawing.Point(70, 0);
|
---|
| 84 | this.nameTextBox.Size = new System.Drawing.Size(890, 20);
|
---|
[2897] | 85 | //
|
---|
[5832] | 86 | // infoLabel
|
---|
[2897] | 87 | //
|
---|
[5832] | 88 | this.infoLabel.Location = new System.Drawing.Point(966, 3);
|
---|
[2897] | 89 | //
|
---|
| 90 | // tabPage2
|
---|
| 91 | //
|
---|
[5832] | 92 | this.tabPage2.Controls.Add(this.splitContainer1);
|
---|
| 93 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 94 | this.tabPage2.Name = "tabPage2";
|
---|
| 95 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 96 | this.tabPage2.Size = new System.Drawing.Size(977, 625);
|
---|
| 97 | this.tabPage2.TabIndex = 1;
|
---|
| 98 | this.tabPage2.Text = "Code";
|
---|
| 99 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
[2897] | 100 | //
|
---|
[2799] | 101 | // splitContainer1
|
---|
| 102 | //
|
---|
[2897] | 103 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 104 | this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
| 105 | this.splitContainer1.Name = "splitContainer1";
|
---|
[2799] | 106 | //
|
---|
| 107 | // splitContainer1.Panel1
|
---|
| 108 | //
|
---|
[5042] | 109 | this.splitContainer1.Panel1.Controls.Add(this.compilationLabel);
|
---|
[2897] | 110 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
---|
| 111 | this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
|
---|
| 112 | this.splitContainer1.Panel1.Controls.Add(this.compileButton);
|
---|
[2799] | 113 | //
|
---|
| 114 | // splitContainer1.Panel2
|
---|
| 115 | //
|
---|
[2897] | 116 | this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
|
---|
[5832] | 117 | this.splitContainer1.Size = new System.Drawing.Size(971, 619);
|
---|
[3903] | 118 | this.splitContainer1.SplitterDistance = 244;
|
---|
[2897] | 119 | this.splitContainer1.TabIndex = 0;
|
---|
[2799] | 120 | //
|
---|
[5832] | 121 | // compilationLabel
|
---|
| 122 | //
|
---|
| 123 | this.compilationLabel.AutoSize = true;
|
---|
| 124 | this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
| 125 | this.compilationLabel.Location = new System.Drawing.Point(63, 9);
|
---|
| 126 | this.compilationLabel.Name = "compilationLabel";
|
---|
| 127 | this.compilationLabel.Size = new System.Drawing.Size(69, 13);
|
---|
| 128 | this.compilationLabel.TabIndex = 2;
|
---|
| 129 | this.compilationLabel.Text = "Not compiled";
|
---|
| 130 | //
|
---|
[2799] | 131 | // splitContainer2
|
---|
| 132 | //
|
---|
[5287] | 133 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[5832] | 134 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3903] | 136 | this.splitContainer2.Location = new System.Drawing.Point(0, 33);
|
---|
[2897] | 137 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 138 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[2799] | 139 | //
|
---|
| 140 | // splitContainer2.Panel1
|
---|
| 141 | //
|
---|
[3903] | 142 | this.splitContainer2.Panel1.Controls.Add(this.assembliesBox);
|
---|
[2799] | 143 | //
|
---|
| 144 | // splitContainer2.Panel2
|
---|
| 145 | //
|
---|
[3903] | 146 | this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
|
---|
[5832] | 147 | this.splitContainer2.Size = new System.Drawing.Size(242, 589);
|
---|
| 148 | this.splitContainer2.SplitterDistance = 292;
|
---|
[2897] | 149 | this.splitContainer2.TabIndex = 2;
|
---|
[2799] | 150 | //
|
---|
[3903] | 151 | // assembliesBox
|
---|
| 152 | //
|
---|
| 153 | this.assembliesBox.Controls.Add(this.assembliesTreeView);
|
---|
| 154 | this.assembliesBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 155 | this.assembliesBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 156 | this.assembliesBox.Name = "assembliesBox";
|
---|
[5832] | 157 | this.assembliesBox.Size = new System.Drawing.Size(242, 292);
|
---|
| 158 | this.assembliesBox.TabIndex = 0;
|
---|
[3903] | 159 | this.assembliesBox.TabStop = false;
|
---|
| 160 | this.assembliesBox.Text = "Assemblies";
|
---|
| 161 | //
|
---|
[2799] | 162 | // assembliesTreeView
|
---|
| 163 | //
|
---|
| 164 | this.assembliesTreeView.CheckBoxes = true;
|
---|
| 165 | this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[3903] | 166 | this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
[2799] | 167 | this.assembliesTreeView.Name = "assembliesTreeView";
|
---|
[5832] | 168 | this.assembliesTreeView.Size = new System.Drawing.Size(236, 273);
|
---|
[2897] | 169 | this.assembliesTreeView.TabIndex = 0;
|
---|
[2799] | 170 | this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
|
---|
| 171 | //
|
---|
[3903] | 172 | // namespacesBox
|
---|
| 173 | //
|
---|
| 174 | this.namespacesBox.Controls.Add(this.namespacesTreeView);
|
---|
| 175 | this.namespacesBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 176 | this.namespacesBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 177 | this.namespacesBox.Name = "namespacesBox";
|
---|
[5832] | 178 | this.namespacesBox.Size = new System.Drawing.Size(242, 293);
|
---|
| 179 | this.namespacesBox.TabIndex = 0;
|
---|
[3903] | 180 | this.namespacesBox.TabStop = false;
|
---|
| 181 | this.namespacesBox.Text = "Namespaces";
|
---|
| 182 | //
|
---|
[2799] | 183 | // namespacesTreeView
|
---|
| 184 | //
|
---|
| 185 | this.namespacesTreeView.CheckBoxes = true;
|
---|
| 186 | this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[3903] | 187 | this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
[2799] | 188 | this.namespacesTreeView.Name = "namespacesTreeView";
|
---|
| 189 | this.namespacesTreeView.PathSeparator = ".";
|
---|
[5832] | 190 | this.namespacesTreeView.Size = new System.Drawing.Size(236, 274);
|
---|
[2897] | 191 | this.namespacesTreeView.TabIndex = 0;
|
---|
[2799] | 192 | this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
|
---|
| 193 | //
|
---|
[2897] | 194 | // showCodeButton
|
---|
[2799] | 195 | //
|
---|
[5287] | 196 | this.showCodeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PrintPreview;
|
---|
[3903] | 197 | this.showCodeButton.Location = new System.Drawing.Point(33, 3);
|
---|
[2799] | 198 | this.showCodeButton.Name = "showCodeButton";
|
---|
[3903] | 199 | this.showCodeButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 200 | this.showCodeButton.TabIndex = 1;
|
---|
[3903] | 201 | this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
| 202 | this.toolTip.SetToolTip(this.showCodeButton, "Show generated code");
|
---|
[2897] | 203 | this.showCodeButton.UseVisualStyleBackColor = false;
|
---|
[2799] | 204 | this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
|
---|
| 205 | //
|
---|
| 206 | // compileButton
|
---|
| 207 | //
|
---|
[5287] | 208 | this.compileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Script;
|
---|
[3903] | 209 | this.compileButton.Location = new System.Drawing.Point(3, 3);
|
---|
[2799] | 210 | this.compileButton.Name = "compileButton";
|
---|
[3903] | 211 | this.compileButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 212 | this.compileButton.TabIndex = 0;
|
---|
[3903] | 213 | this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
[5218] | 214 | this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
|
---|
[2799] | 215 | this.compileButton.UseVisualStyleBackColor = true;
|
---|
| 216 | this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
|
---|
| 217 | //
|
---|
[2897] | 218 | // codeEditor
|
---|
[2] | 219 | //
|
---|
[2897] | 220 | this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 221 | this.codeEditor.Location = new System.Drawing.Point(0, 0);
|
---|
| 222 | this.codeEditor.Name = "codeEditor";
|
---|
| 223 | this.codeEditor.Prefix = "";
|
---|
[5832] | 224 | this.codeEditor.Size = new System.Drawing.Size(723, 619);
|
---|
[2897] | 225 | this.codeEditor.Suffix = "";
|
---|
| 226 | this.codeEditor.TabIndex = 0;
|
---|
| 227 | this.codeEditor.UserCode = "";
|
---|
| 228 | this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
|
---|
[2] | 229 | //
|
---|
[2897] | 230 | // tabControl1
|
---|
[2] | 231 | //
|
---|
[5832] | 232 | this.tabControl1.AllowDrop = true;
|
---|
[5287] | 233 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[5832] | 234 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2897] | 236 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
[5832] | 237 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
| 238 | this.tabControl1.Location = new System.Drawing.Point(0, 46);
|
---|
[2897] | 239 | this.tabControl1.Name = "tabControl1";
|
---|
| 240 | this.tabControl1.SelectedIndex = 0;
|
---|
[5832] | 241 | this.tabControl1.Size = new System.Drawing.Size(985, 651);
|
---|
| 242 | this.tabControl1.TabIndex = 5;
|
---|
[2] | 243 | //
|
---|
[2897] | 244 | // tabPage1
|
---|
[2] | 245 | //
|
---|
[3014] | 246 | this.tabPage1.Controls.Add(this.parameterCollectionView);
|
---|
[2897] | 247 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 248 | this.tabPage1.Name = "tabPage1";
|
---|
| 249 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 250 | this.tabPage1.Size = new System.Drawing.Size(977, 625);
|
---|
[2897] | 251 | this.tabPage1.TabIndex = 0;
|
---|
| 252 | this.tabPage1.Text = "Parameters";
|
---|
| 253 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
[2] | 254 | //
|
---|
[3903] | 255 | // parameterCollectionView
|
---|
[2] | 256 | //
|
---|
[3903] | 257 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
[3014] | 258 | this.parameterCollectionView.Content = null;
|
---|
| 259 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 260 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
[3903] | 261 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
| 262 | this.parameterCollectionView.ReadOnly = false;
|
---|
[5832] | 263 | this.parameterCollectionView.Size = new System.Drawing.Size(971, 619);
|
---|
[3014] | 264 | this.parameterCollectionView.TabIndex = 0;
|
---|
[2] | 265 | //
|
---|
[5042] | 266 | // breakpointCheckBox
|
---|
| 267 | //
|
---|
| 268 | this.breakpointCheckBox.AutoSize = true;
|
---|
[5832] | 269 | this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
|
---|
[5042] | 270 | this.breakpointCheckBox.Name = "breakpointCheckBox";
|
---|
| 271 | this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
[5832] | 272 | this.breakpointCheckBox.TabIndex = 4;
|
---|
[5042] | 273 | this.breakpointCheckBox.UseVisualStyleBackColor = true;
|
---|
| 274 | this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
|
---|
| 275 | //
|
---|
| 276 | // breakpointLabel
|
---|
| 277 | //
|
---|
| 278 | this.breakpointLabel.AutoSize = true;
|
---|
[5832] | 279 | this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
|
---|
[5042] | 280 | this.breakpointLabel.Name = "breakpointLabel";
|
---|
| 281 | this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
|
---|
[5832] | 282 | this.breakpointLabel.TabIndex = 3;
|
---|
[5042] | 283 | this.breakpointLabel.Text = "Breakpoint:";
|
---|
| 284 | //
|
---|
[2] | 285 | // ProgrammableOperatorView
|
---|
| 286 | //
|
---|
| 287 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 288 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2897] | 289 | this.Controls.Add(this.tabControl1);
|
---|
[5832] | 290 | this.Controls.Add(this.breakpointLabel);
|
---|
[5042] | 291 | this.Controls.Add(this.breakpointCheckBox);
|
---|
[2] | 292 | this.Name = "ProgrammableOperatorView";
|
---|
[2897] | 293 | this.Size = new System.Drawing.Size(985, 697);
|
---|
[5832] | 294 | this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
|
---|
[5042] | 295 | this.Controls.SetChildIndex(this.breakpointLabel, 0);
|
---|
[5832] | 296 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 297 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[2897] | 298 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
| 299 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 300 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[5832] | 301 | this.tabPage2.ResumeLayout(false);
|
---|
[2897] | 302 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
[5042] | 303 | this.splitContainer1.Panel1.PerformLayout();
|
---|
[2897] | 304 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
[5832] | 305 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
[2897] | 306 | this.splitContainer1.ResumeLayout(false);
|
---|
| 307 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 308 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
[5832] | 309 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
[2897] | 310 | this.splitContainer2.ResumeLayout(false);
|
---|
[3903] | 311 | this.assembliesBox.ResumeLayout(false);
|
---|
| 312 | this.namespacesBox.ResumeLayout(false);
|
---|
[2897] | 313 | this.tabControl1.ResumeLayout(false);
|
---|
| 314 | this.tabPage1.ResumeLayout(false);
|
---|
[2] | 315 | this.ResumeLayout(false);
|
---|
[2897] | 316 | this.PerformLayout();
|
---|
[2] | 317 |
|
---|
| 318 | }
|
---|
| 319 |
|
---|
| 320 | #endregion
|
---|
| 321 |
|
---|
[5466] | 322 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
|
---|
[2897] | 323 | private System.Windows.Forms.TabPage tabPage1;
|
---|
[3014] | 324 | private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
[2897] | 325 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[2799] | 326 | private HeuristicLab.CodeEditor.CodeEditor codeEditor;
|
---|
| 327 | private System.Windows.Forms.Button compileButton;
|
---|
| 328 | private System.Windows.Forms.Button showCodeButton;
|
---|
[2897] | 329 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 330 | private System.Windows.Forms.TreeView assembliesTreeView;
|
---|
[3903] | 331 | private System.Windows.Forms.TreeView namespacesTreeView;
|
---|
| 332 | private System.Windows.Forms.GroupBox assembliesBox;
|
---|
| 333 | private System.Windows.Forms.GroupBox namespacesBox;
|
---|
[5042] | 334 | private System.Windows.Forms.CheckBox breakpointCheckBox;
|
---|
| 335 | private System.Windows.Forms.Label compilationLabel;
|
---|
| 336 | private System.Windows.Forms.Label breakpointLabel;
|
---|
[5832] | 337 | private System.Windows.Forms.TabPage tabPage2;
|
---|
[2] | 338 | }
|
---|
| 339 | }
|
---|