[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2008 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 | namespace HeuristicLab.Core {
|
---|
| 23 | partial class EngineBaseEditor {
|
---|
| 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() {
|
---|
| 47 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
| 48 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 50 | this.operatorGraphGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.operatorGraphView = new HeuristicLab.Core.OperatorGraphView();
|
---|
| 52 | this.globalScopeGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 53 | this.scopeView = new HeuristicLab.Core.ScopeView();
|
---|
| 54 | this.resetButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.abortButton = new System.Windows.Forms.Button();
|
---|
| 56 | this.executeButton = new System.Windows.Forms.Button();
|
---|
| 57 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 58 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 59 | this.splitContainer1.SuspendLayout();
|
---|
| 60 | this.operatorGraphGroupBox.SuspendLayout();
|
---|
| 61 | this.globalScopeGroupBox.SuspendLayout();
|
---|
| 62 | this.SuspendLayout();
|
---|
| 63 | //
|
---|
| 64 | // executionTimeTextBox
|
---|
| 65 | //
|
---|
| 66 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 67 | this.executionTimeTextBox.Location = new System.Drawing.Point(499, 460);
|
---|
| 68 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
| 69 | this.executionTimeTextBox.ReadOnly = true;
|
---|
| 70 | this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
|
---|
| 71 | this.executionTimeTextBox.TabIndex = 5;
|
---|
| 72 | //
|
---|
| 73 | // executionTimeLabel
|
---|
| 74 | //
|
---|
| 75 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 76 | this.executionTimeLabel.AutoSize = true;
|
---|
| 77 | this.executionTimeLabel.Location = new System.Drawing.Point(496, 444);
|
---|
| 78 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
| 79 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
| 80 | this.executionTimeLabel.TabIndex = 4;
|
---|
| 81 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
| 82 | //
|
---|
| 83 | // splitContainer1
|
---|
| 84 | //
|
---|
| 85 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 86 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 88 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 89 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 90 | //
|
---|
| 91 | // splitContainer1.Panel1
|
---|
| 92 | //
|
---|
| 93 | this.splitContainer1.Panel1.Controls.Add(this.operatorGraphGroupBox);
|
---|
| 94 | //
|
---|
| 95 | // splitContainer1.Panel2
|
---|
| 96 | //
|
---|
| 97 | this.splitContainer1.Panel2.Controls.Add(this.globalScopeGroupBox);
|
---|
| 98 | this.splitContainer1.Size = new System.Drawing.Size(640, 441);
|
---|
| 99 | this.splitContainer1.SplitterDistance = 320;
|
---|
| 100 | this.splitContainer1.TabIndex = 0;
|
---|
| 101 | //
|
---|
| 102 | // operatorGraphGroupBox
|
---|
| 103 | //
|
---|
| 104 | this.operatorGraphGroupBox.Controls.Add(this.operatorGraphView);
|
---|
| 105 | this.operatorGraphGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 106 | this.operatorGraphGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 107 | this.operatorGraphGroupBox.Name = "operatorGraphGroupBox";
|
---|
| 108 | this.operatorGraphGroupBox.Size = new System.Drawing.Size(320, 441);
|
---|
| 109 | this.operatorGraphGroupBox.TabIndex = 0;
|
---|
| 110 | this.operatorGraphGroupBox.TabStop = false;
|
---|
| 111 | this.operatorGraphGroupBox.Text = "Operator &Graph";
|
---|
| 112 | //
|
---|
| 113 | // operatorGraphView
|
---|
| 114 | //
|
---|
| 115 | this.operatorGraphView.Caption = "Operator Graph";
|
---|
| 116 | this.operatorGraphView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 117 | this.operatorGraphView.Location = new System.Drawing.Point(3, 16);
|
---|
| 118 | this.operatorGraphView.Name = "operatorGraphView";
|
---|
| 119 | this.operatorGraphView.OperatorGraph = null;
|
---|
| 120 | this.operatorGraphView.Size = new System.Drawing.Size(314, 422);
|
---|
| 121 | this.operatorGraphView.TabIndex = 0;
|
---|
| 122 | //
|
---|
| 123 | // globalScopeGroupBox
|
---|
| 124 | //
|
---|
| 125 | this.globalScopeGroupBox.Controls.Add(this.scopeView);
|
---|
| 126 | this.globalScopeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 127 | this.globalScopeGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 128 | this.globalScopeGroupBox.Name = "globalScopeGroupBox";
|
---|
| 129 | this.globalScopeGroupBox.Size = new System.Drawing.Size(316, 441);
|
---|
| 130 | this.globalScopeGroupBox.TabIndex = 0;
|
---|
| 131 | this.globalScopeGroupBox.TabStop = false;
|
---|
| 132 | this.globalScopeGroupBox.Text = "Global &Scope";
|
---|
| 133 | //
|
---|
| 134 | // scopeView
|
---|
| 135 | //
|
---|
| 136 | this.scopeView.Caption = "Scope";
|
---|
| 137 | this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 138 | this.scopeView.Location = new System.Drawing.Point(3, 16);
|
---|
| 139 | this.scopeView.Name = "scopeView";
|
---|
| 140 | this.scopeView.Scope = null;
|
---|
| 141 | this.scopeView.Size = new System.Drawing.Size(310, 422);
|
---|
| 142 | this.scopeView.TabIndex = 0;
|
---|
| 143 | //
|
---|
| 144 | // resetButton
|
---|
| 145 | //
|
---|
| 146 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 147 | this.resetButton.Location = new System.Drawing.Point(196, 457);
|
---|
| 148 | this.resetButton.Name = "resetButton";
|
---|
| 149 | this.resetButton.Size = new System.Drawing.Size(92, 23);
|
---|
| 150 | this.resetButton.TabIndex = 3;
|
---|
| 151 | this.resetButton.Text = "&Reset";
|
---|
| 152 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
| 153 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
| 154 | //
|
---|
| 155 | // abortButton
|
---|
| 156 | //
|
---|
| 157 | this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 158 | this.abortButton.Enabled = false;
|
---|
| 159 | this.abortButton.Location = new System.Drawing.Point(98, 457);
|
---|
| 160 | this.abortButton.Name = "abortButton";
|
---|
| 161 | this.abortButton.Size = new System.Drawing.Size(92, 23);
|
---|
| 162 | this.abortButton.TabIndex = 2;
|
---|
| 163 | this.abortButton.Text = "&Abort";
|
---|
| 164 | this.abortButton.UseVisualStyleBackColor = true;
|
---|
| 165 | this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
|
---|
| 166 | //
|
---|
| 167 | // executeButton
|
---|
| 168 | //
|
---|
| 169 | this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 170 | this.executeButton.Location = new System.Drawing.Point(0, 457);
|
---|
| 171 | this.executeButton.Name = "executeButton";
|
---|
| 172 | this.executeButton.Size = new System.Drawing.Size(92, 23);
|
---|
| 173 | this.executeButton.TabIndex = 1;
|
---|
| 174 | this.executeButton.Text = "&Execute";
|
---|
| 175 | this.executeButton.UseVisualStyleBackColor = true;
|
---|
| 176 | this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
|
---|
| 177 | //
|
---|
| 178 | // EngineBaseEditor
|
---|
| 179 | //
|
---|
| 180 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 181 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 182 | this.Controls.Add(this.executionTimeTextBox);
|
---|
| 183 | this.Controls.Add(this.executionTimeLabel);
|
---|
| 184 | this.Controls.Add(this.splitContainer1);
|
---|
| 185 | this.Controls.Add(this.resetButton);
|
---|
| 186 | this.Controls.Add(this.abortButton);
|
---|
| 187 | this.Controls.Add(this.executeButton);
|
---|
| 188 | this.Name = "EngineBaseEditor";
|
---|
| 189 | this.Size = new System.Drawing.Size(640, 480);
|
---|
| 190 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 191 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 192 | this.splitContainer1.ResumeLayout(false);
|
---|
| 193 | this.operatorGraphGroupBox.ResumeLayout(false);
|
---|
| 194 | this.globalScopeGroupBox.ResumeLayout(false);
|
---|
| 195 | this.ResumeLayout(false);
|
---|
| 196 | this.PerformLayout();
|
---|
| 197 |
|
---|
| 198 | }
|
---|
| 199 |
|
---|
| 200 | #endregion
|
---|
| 201 |
|
---|
| 202 | protected System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
| 203 | protected System.Windows.Forms.Label executionTimeLabel;
|
---|
| 204 | protected System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 205 | protected System.Windows.Forms.GroupBox operatorGraphGroupBox;
|
---|
| 206 | protected System.Windows.Forms.GroupBox globalScopeGroupBox;
|
---|
| 207 | protected System.Windows.Forms.Button resetButton;
|
---|
| 208 | protected System.Windows.Forms.Button abortButton;
|
---|
| 209 | protected System.Windows.Forms.Button executeButton;
|
---|
| 210 | protected HeuristicLab.Core.OperatorGraphView operatorGraphView;
|
---|
| 211 | protected HeuristicLab.Core.ScopeView scopeView;
|
---|
| 212 |
|
---|
| 213 | }
|
---|
| 214 | }
|
---|