[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[2911] | 3 | * Copyright (C) 2002-2010 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() {
|
---|
[2897] | 47 | System.Windows.Forms.TabPage tabPage2;
|
---|
| 48 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 49 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
[2799] | 50 | this.assembliesTreeView = new System.Windows.Forms.TreeView();
|
---|
[2897] | 51 | this.namespacesTreeView = new System.Windows.Forms.TreeView();
|
---|
[2799] | 52 | this.showCodeButton = new System.Windows.Forms.Button();
|
---|
[2897] | 53 | this.compileButton = new System.Windows.Forms.Button();
|
---|
[2799] | 54 | this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
|
---|
[2897] | 55 | this.tabControl1 = new System.Windows.Forms.TabControl();
|
---|
| 56 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
[3014] | 57 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[2897] | 58 | tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 60 | tabPage2.SuspendLayout();
|
---|
| 61 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 62 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 63 | this.splitContainer1.SuspendLayout();
|
---|
| 64 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 65 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 66 | this.splitContainer2.SuspendLayout();
|
---|
| 67 | this.tabControl1.SuspendLayout();
|
---|
| 68 | this.tabPage1.SuspendLayout();
|
---|
[2] | 69 | this.SuspendLayout();
|
---|
| 70 | //
|
---|
[2897] | 71 | // nameTextBox
|
---|
| 72 | //
|
---|
| 73 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 74 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 75 | this.nameTextBox.Size = new System.Drawing.Size(913, 20);
|
---|
| 76 | //
|
---|
| 77 | // descriptionTextBox
|
---|
| 78 | //
|
---|
[2917] | 79 | this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
|
---|
[2897] | 80 | this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
|
---|
| 81 | //
|
---|
| 82 | // tabPage2
|
---|
| 83 | //
|
---|
| 84 | tabPage2.Controls.Add(this.splitContainer1);
|
---|
| 85 | tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 86 | tabPage2.Name = "tabPage2";
|
---|
| 87 | tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
[3008] | 88 | tabPage2.Size = new System.Drawing.Size(977, 619);
|
---|
[2897] | 89 | tabPage2.TabIndex = 1;
|
---|
| 90 | tabPage2.Text = "Code";
|
---|
| 91 | tabPage2.UseVisualStyleBackColor = true;
|
---|
| 92 | //
|
---|
[2799] | 93 | // splitContainer1
|
---|
| 94 | //
|
---|
[2897] | 95 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 96 | this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
| 97 | this.splitContainer1.Name = "splitContainer1";
|
---|
[2799] | 98 | //
|
---|
| 99 | // splitContainer1.Panel1
|
---|
| 100 | //
|
---|
[2897] | 101 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
---|
| 102 | this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
|
---|
| 103 | this.splitContainer1.Panel1.Controls.Add(this.compileButton);
|
---|
[2799] | 104 | //
|
---|
| 105 | // splitContainer1.Panel2
|
---|
| 106 | //
|
---|
[2897] | 107 | this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
|
---|
[3008] | 108 | this.splitContainer1.Size = new System.Drawing.Size(971, 613);
|
---|
[2897] | 109 | this.splitContainer1.SplitterDistance = 254;
|
---|
| 110 | this.splitContainer1.TabIndex = 0;
|
---|
[2799] | 111 | //
|
---|
| 112 | // splitContainer2
|
---|
| 113 | //
|
---|
[2897] | 114 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 115 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 117 | this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
---|
| 118 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 119 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[2799] | 120 | //
|
---|
| 121 | // splitContainer2.Panel1
|
---|
| 122 | //
|
---|
[2897] | 123 | this.splitContainer2.Panel1.Controls.Add(this.assembliesTreeView);
|
---|
[2799] | 124 | //
|
---|
| 125 | // splitContainer2.Panel2
|
---|
| 126 | //
|
---|
[2897] | 127 | this.splitContainer2.Panel2.Controls.Add(this.namespacesTreeView);
|
---|
[3008] | 128 | this.splitContainer2.Size = new System.Drawing.Size(248, 578);
|
---|
| 129 | this.splitContainer2.SplitterDistance = 289;
|
---|
[2897] | 130 | this.splitContainer2.TabIndex = 2;
|
---|
[2799] | 131 | //
|
---|
| 132 | // assembliesTreeView
|
---|
| 133 | //
|
---|
| 134 | this.assembliesTreeView.CheckBoxes = true;
|
---|
| 135 | this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[2897] | 136 | this.assembliesTreeView.Location = new System.Drawing.Point(0, 0);
|
---|
[2799] | 137 | this.assembliesTreeView.Name = "assembliesTreeView";
|
---|
[3008] | 138 | this.assembliesTreeView.Size = new System.Drawing.Size(248, 289);
|
---|
[2897] | 139 | this.assembliesTreeView.TabIndex = 0;
|
---|
[2799] | 140 | this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
|
---|
| 141 | //
|
---|
| 142 | // namespacesTreeView
|
---|
| 143 | //
|
---|
| 144 | this.namespacesTreeView.CheckBoxes = true;
|
---|
| 145 | this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[2897] | 146 | this.namespacesTreeView.Location = new System.Drawing.Point(0, 0);
|
---|
[2799] | 147 | this.namespacesTreeView.Name = "namespacesTreeView";
|
---|
| 148 | this.namespacesTreeView.PathSeparator = ".";
|
---|
[3008] | 149 | this.namespacesTreeView.Size = new System.Drawing.Size(248, 285);
|
---|
[2897] | 150 | this.namespacesTreeView.TabIndex = 0;
|
---|
[2799] | 151 | this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
|
---|
| 152 | //
|
---|
[2897] | 153 | // showCodeButton
|
---|
[2799] | 154 | //
|
---|
[2897] | 155 | this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
[2799] | 156 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3008] | 157 | this.showCodeButton.Location = new System.Drawing.Point(65, 587);
|
---|
[2799] | 158 | this.showCodeButton.Name = "showCodeButton";
|
---|
[2897] | 159 | this.showCodeButton.Size = new System.Drawing.Size(186, 23);
|
---|
| 160 | this.showCodeButton.TabIndex = 0;
|
---|
[3008] | 161 | this.showCodeButton.Text = "&Show Generated Code ...";
|
---|
[2897] | 162 | this.showCodeButton.UseVisualStyleBackColor = false;
|
---|
[2799] | 163 | this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
|
---|
| 164 | //
|
---|
| 165 | // compileButton
|
---|
| 166 | //
|
---|
[2897] | 167 | this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[3008] | 168 | this.compileButton.Location = new System.Drawing.Point(3, 587);
|
---|
[2799] | 169 | this.compileButton.Name = "compileButton";
|
---|
[2897] | 170 | this.compileButton.Size = new System.Drawing.Size(56, 23);
|
---|
| 171 | this.compileButton.TabIndex = 1;
|
---|
[2799] | 172 | this.compileButton.Text = "&Compile";
|
---|
| 173 | this.compileButton.UseVisualStyleBackColor = true;
|
---|
| 174 | this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
|
---|
| 175 | //
|
---|
[2897] | 176 | // codeEditor
|
---|
[2] | 177 | //
|
---|
[2897] | 178 | this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 179 | this.codeEditor.Location = new System.Drawing.Point(0, 0);
|
---|
| 180 | this.codeEditor.Name = "codeEditor";
|
---|
| 181 | this.codeEditor.Prefix = "";
|
---|
[3008] | 182 | this.codeEditor.Size = new System.Drawing.Size(713, 613);
|
---|
[2897] | 183 | this.codeEditor.Suffix = "";
|
---|
| 184 | this.codeEditor.TabIndex = 0;
|
---|
| 185 | this.codeEditor.UserCode = "";
|
---|
| 186 | this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
|
---|
[2] | 187 | //
|
---|
[2897] | 188 | // tabControl1
|
---|
[2] | 189 | //
|
---|
[2897] | 190 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2] | 191 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 192 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2897] | 193 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
| 194 | this.tabControl1.Controls.Add(tabPage2);
|
---|
[2917] | 195 | this.tabControl1.Location = new System.Drawing.Point(0, 52);
|
---|
[2897] | 196 | this.tabControl1.Name = "tabControl1";
|
---|
| 197 | this.tabControl1.SelectedIndex = 0;
|
---|
[2917] | 198 | this.tabControl1.Size = new System.Drawing.Size(985, 645);
|
---|
[2897] | 199 | this.tabControl1.TabIndex = 7;
|
---|
[2] | 200 | //
|
---|
[2897] | 201 | // tabPage1
|
---|
[2] | 202 | //
|
---|
[3014] | 203 | this.tabPage1.Controls.Add(this.parameterCollectionView);
|
---|
[2897] | 204 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 205 | this.tabPage1.Name = "tabPage1";
|
---|
| 206 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
[2917] | 207 | this.tabPage1.Size = new System.Drawing.Size(977, 619);
|
---|
[2897] | 208 | this.tabPage1.TabIndex = 0;
|
---|
| 209 | this.tabPage1.Text = "Parameters";
|
---|
| 210 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
[2] | 211 | //
|
---|
[2897] | 212 | // parameterCollectionView1
|
---|
[2] | 213 | //
|
---|
[3014] | 214 | this.parameterCollectionView.Caption = "ParameterCollection";
|
---|
| 215 | this.parameterCollectionView.Content = null;
|
---|
| 216 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 217 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 218 | this.parameterCollectionView.Name = "parameterCollectionView1";
|
---|
| 219 | this.parameterCollectionView.Size = new System.Drawing.Size(971, 613);
|
---|
| 220 | this.parameterCollectionView.TabIndex = 0;
|
---|
[2] | 221 | //
|
---|
| 222 | // ProgrammableOperatorView
|
---|
| 223 | //
|
---|
| 224 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 225 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2897] | 226 | this.Controls.Add(this.tabControl1);
|
---|
[2] | 227 | this.Name = "ProgrammableOperatorView";
|
---|
[2897] | 228 | this.Size = new System.Drawing.Size(985, 697);
|
---|
| 229 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
| 230 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 231 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 232 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 233 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 234 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 235 | tabPage2.ResumeLayout(false);
|
---|
| 236 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 237 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 238 | this.splitContainer1.ResumeLayout(false);
|
---|
| 239 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 240 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 241 | this.splitContainer2.ResumeLayout(false);
|
---|
| 242 | this.tabControl1.ResumeLayout(false);
|
---|
| 243 | this.tabPage1.ResumeLayout(false);
|
---|
[2] | 244 | this.ResumeLayout(false);
|
---|
[2897] | 245 | this.PerformLayout();
|
---|
[2] | 246 |
|
---|
| 247 | }
|
---|
| 248 |
|
---|
| 249 | #endregion
|
---|
| 250 |
|
---|
[2897] | 251 | private System.Windows.Forms.TabControl tabControl1;
|
---|
| 252 | private System.Windows.Forms.TabPage tabPage1;
|
---|
[3014] | 253 | private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
[2897] | 254 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[2799] | 255 | private HeuristicLab.CodeEditor.CodeEditor codeEditor;
|
---|
| 256 | private System.Windows.Forms.Button compileButton;
|
---|
| 257 | private System.Windows.Forms.Button showCodeButton;
|
---|
[2897] | 258 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 259 | private System.Windows.Forms.TreeView assembliesTreeView;
|
---|
| 260 | private System.Windows.Forms.TreeView namespacesTreeView;
|
---|
[2] | 261 | }
|
---|
| 262 | }
|
---|