[2684] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[2790] | 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2684] | 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.Views {
|
---|
[2830] | 23 | partial class AlgorithmOperatorView {
|
---|
[2684] | 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) {
|
---|
| 35 | if (components != null) 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.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 48 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
[2826] | 49 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[2684] | 50 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
[3281] | 51 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2917] | 52 | this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 53 | this.breakpointLabel = new System.Windows.Forms.Label();
|
---|
[2684] | 54 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
| 56 | this.parametersTabPage.SuspendLayout();
|
---|
| 57 | this.operatorGraphTabPage.SuspendLayout();
|
---|
| 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // nameTextBox
|
---|
| 61 | //
|
---|
| 62 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 63 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 64 | this.nameTextBox.Size = new System.Drawing.Size(414, 20);
|
---|
| 65 | //
|
---|
| 66 | // descriptionTextBox
|
---|
| 67 | //
|
---|
[2917] | 68 | this.descriptionTextBox.Size = new System.Drawing.Size(414, 20);
|
---|
[2684] | 69 | //
|
---|
| 70 | // tabControl
|
---|
| 71 | //
|
---|
| 72 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 73 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 75 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 76 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
[2917] | 77 | this.tabControl.Location = new System.Drawing.Point(0, 72);
|
---|
[2684] | 78 | this.tabControl.Name = "tabControl";
|
---|
| 79 | this.tabControl.SelectedIndex = 0;
|
---|
[2917] | 80 | this.tabControl.Size = new System.Drawing.Size(486, 410);
|
---|
| 81 | this.tabControl.TabIndex = 6;
|
---|
[2684] | 82 | //
|
---|
| 83 | // parametersTabPage
|
---|
| 84 | //
|
---|
| 85 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 86 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 87 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 88 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[2917] | 89 | this.parametersTabPage.Size = new System.Drawing.Size(478, 384);
|
---|
[2684] | 90 | this.parametersTabPage.TabIndex = 0;
|
---|
| 91 | this.parametersTabPage.Text = "Parameters";
|
---|
| 92 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 93 | //
|
---|
| 94 | // parameterCollectionView
|
---|
| 95 | //
|
---|
| 96 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 97 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2826] | 99 | this.parameterCollectionView.Content = null;
|
---|
[2684] | 100 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
|
---|
| 101 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
[2917] | 102 | this.parameterCollectionView.Size = new System.Drawing.Size(466, 372);
|
---|
[2684] | 103 | this.parameterCollectionView.TabIndex = 0;
|
---|
| 104 | //
|
---|
[2826] | 105 | // operatorGraphTabPage
|
---|
[2684] | 106 | //
|
---|
[2826] | 107 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
| 108 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 109 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
| 110 | this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[2917] | 111 | this.operatorGraphTabPage.Size = new System.Drawing.Size(478, 384);
|
---|
[2826] | 112 | this.operatorGraphTabPage.TabIndex = 1;
|
---|
| 113 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
| 114 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
| 115 | //
|
---|
| 116 | // operatorGraphViewHost
|
---|
| 117 | //
|
---|
| 118 | this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2684] | 119 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 120 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2826] | 121 | this.operatorGraphViewHost.Content = null;
|
---|
| 122 | this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
|
---|
| 123 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
[2917] | 124 | this.operatorGraphViewHost.Size = new System.Drawing.Size(466, 372);
|
---|
[2826] | 125 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
| 126 | this.operatorGraphViewHost.ViewType = null;
|
---|
[2684] | 127 | //
|
---|
[2917] | 128 | // breakpointCheckBox
|
---|
| 129 | //
|
---|
| 130 | this.breakpointCheckBox.AutoSize = true;
|
---|
| 131 | this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
|
---|
| 132 | this.breakpointCheckBox.Name = "breakpointCheckBox";
|
---|
| 133 | this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 134 | this.breakpointCheckBox.TabIndex = 5;
|
---|
| 135 | this.breakpointCheckBox.UseVisualStyleBackColor = true;
|
---|
| 136 | this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
|
---|
[2949] | 137 | this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
|
---|
[2917] | 138 | //
|
---|
| 139 | // breakpointLabel
|
---|
| 140 | //
|
---|
| 141 | this.breakpointLabel.AutoSize = true;
|
---|
| 142 | this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
|
---|
| 143 | this.breakpointLabel.Name = "breakpointLabel";
|
---|
| 144 | this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
|
---|
| 145 | this.breakpointLabel.TabIndex = 4;
|
---|
| 146 | this.breakpointLabel.Text = "&Breakpoint:";
|
---|
| 147 | //
|
---|
[2830] | 148 | // AlgorithmOperatorView
|
---|
[2684] | 149 | //
|
---|
| 150 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 151 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2917] | 152 | this.Controls.Add(this.breakpointCheckBox);
|
---|
| 153 | this.Controls.Add(this.breakpointLabel);
|
---|
[2684] | 154 | this.Controls.Add(this.tabControl);
|
---|
[2830] | 155 | this.Name = "AlgorithmOperatorView";
|
---|
[2684] | 156 | this.Size = new System.Drawing.Size(486, 482);
|
---|
| 157 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 158 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 159 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 160 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 161 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
[2917] | 162 | this.Controls.SetChildIndex(this.breakpointLabel, 0);
|
---|
| 163 | this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
|
---|
[2684] | 164 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 165 | this.tabControl.ResumeLayout(false);
|
---|
| 166 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 167 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
| 168 | this.ResumeLayout(false);
|
---|
| 169 | this.PerformLayout();
|
---|
| 170 |
|
---|
| 171 | }
|
---|
| 172 |
|
---|
| 173 | #endregion
|
---|
| 174 |
|
---|
[2747] | 175 | protected System.Windows.Forms.TabControl tabControl;
|
---|
| 176 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 177 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
| 178 | protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
[3281] | 179 | protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
[2917] | 180 | protected System.Windows.Forms.CheckBox breakpointCheckBox;
|
---|
| 181 | protected System.Windows.Forms.Label breakpointLabel;
|
---|
[2684] | 182 | }
|
---|
| 183 | }
|
---|