[2773] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15584] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2773] | 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 {
|
---|
| 23 | partial class ValuesCollectorView {
|
---|
| 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() {
|
---|
[5466] | 47 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[2773] | 48 | this.collectedValuesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 49 | this.collectedValuesView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
| 50 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 51 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[2917] | 52 | this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 53 | this.breakpointLabel = new System.Windows.Forms.Label();
|
---|
[2773] | 54 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
| 56 | this.collectedValuesTabPage.SuspendLayout();
|
---|
| 57 | this.parametersTabPage.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);
|
---|
[5832] | 64 | this.nameTextBox.Location = new System.Drawing.Point(70, 0);
|
---|
| 65 | this.nameTextBox.Size = new System.Drawing.Size(391, 20);
|
---|
[2773] | 66 | //
|
---|
[5832] | 67 | // infoLabel
|
---|
[2773] | 68 | //
|
---|
[5832] | 69 | this.infoLabel.Location = new System.Drawing.Point(467, 3);
|
---|
[2773] | 70 | //
|
---|
| 71 | // tabControl
|
---|
| 72 | //
|
---|
[5832] | 73 | this.tabControl.AllowDrop = true;
|
---|
[2773] | 74 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 75 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 76 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 77 | this.tabControl.Controls.Add(this.collectedValuesTabPage);
|
---|
| 78 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
[5832] | 79 | this.tabControl.Location = new System.Drawing.Point(0, 46);
|
---|
[2773] | 80 | this.tabControl.Name = "tabControl";
|
---|
| 81 | this.tabControl.SelectedIndex = 0;
|
---|
[5832] | 82 | this.tabControl.Size = new System.Drawing.Size(486, 436);
|
---|
| 83 | this.tabControl.TabIndex = 5;
|
---|
[2773] | 84 | //
|
---|
| 85 | // collectedValuesTabPage
|
---|
| 86 | //
|
---|
| 87 | this.collectedValuesTabPage.Controls.Add(this.collectedValuesView);
|
---|
| 88 | this.collectedValuesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 89 | this.collectedValuesTabPage.Name = "collectedValuesTabPage";
|
---|
| 90 | this.collectedValuesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 91 | this.collectedValuesTabPage.Size = new System.Drawing.Size(478, 410);
|
---|
[2773] | 92 | this.collectedValuesTabPage.TabIndex = 0;
|
---|
| 93 | this.collectedValuesTabPage.Text = "Collected Values";
|
---|
| 94 | this.collectedValuesTabPage.UseVisualStyleBackColor = true;
|
---|
| 95 | //
|
---|
| 96 | // collectedValuesView
|
---|
| 97 | //
|
---|
| 98 | this.collectedValuesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 99 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 100 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 101 | this.collectedValuesView.Caption = "ParameterCollection View";
|
---|
[2773] | 102 | this.collectedValuesView.Content = null;
|
---|
| 103 | this.collectedValuesView.Location = new System.Drawing.Point(6, 6);
|
---|
| 104 | this.collectedValuesView.Name = "collectedValuesView";
|
---|
[5832] | 105 | this.collectedValuesView.ReadOnly = false;
|
---|
| 106 | this.collectedValuesView.Size = new System.Drawing.Size(466, 398);
|
---|
[2773] | 107 | this.collectedValuesView.TabIndex = 0;
|
---|
| 108 | //
|
---|
| 109 | // parametersTabPage
|
---|
| 110 | //
|
---|
| 111 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 112 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 113 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 114 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 115 | this.parametersTabPage.Size = new System.Drawing.Size(478, 410);
|
---|
[2773] | 116 | this.parametersTabPage.TabIndex = 1;
|
---|
| 117 | this.parametersTabPage.Text = "Parameters";
|
---|
| 118 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 119 | //
|
---|
| 120 | // parameterCollectionView
|
---|
| 121 | //
|
---|
| 122 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 123 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 124 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 125 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
[2773] | 126 | this.parameterCollectionView.Content = null;
|
---|
| 127 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
|
---|
| 128 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
[5832] | 129 | this.parameterCollectionView.ReadOnly = false;
|
---|
| 130 | this.parameterCollectionView.Size = new System.Drawing.Size(466, 398);
|
---|
[2773] | 131 | this.parameterCollectionView.TabIndex = 0;
|
---|
| 132 | //
|
---|
[2917] | 133 | // breakpointCheckBox
|
---|
| 134 | //
|
---|
| 135 | this.breakpointCheckBox.AutoSize = true;
|
---|
[5832] | 136 | this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
|
---|
[2917] | 137 | this.breakpointCheckBox.Name = "breakpointCheckBox";
|
---|
| 138 | this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
[5832] | 139 | this.breakpointCheckBox.TabIndex = 4;
|
---|
| 140 | this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
|
---|
| 141 | "rocessed.");
|
---|
[2917] | 142 | this.breakpointCheckBox.UseVisualStyleBackColor = true;
|
---|
| 143 | this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
|
---|
| 144 | //
|
---|
| 145 | // breakpointLabel
|
---|
| 146 | //
|
---|
| 147 | this.breakpointLabel.AutoSize = true;
|
---|
[5832] | 148 | this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
|
---|
[2917] | 149 | this.breakpointLabel.Name = "breakpointLabel";
|
---|
| 150 | this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
|
---|
[5832] | 151 | this.breakpointLabel.TabIndex = 3;
|
---|
[2917] | 152 | this.breakpointLabel.Text = "&Breakpoint:";
|
---|
| 153 | //
|
---|
[2773] | 154 | // ValuesCollectorView
|
---|
| 155 | //
|
---|
| 156 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 157 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[2917] | 158 | this.Controls.Add(this.breakpointCheckBox);
|
---|
| 159 | this.Controls.Add(this.breakpointLabel);
|
---|
[2773] | 160 | this.Controls.Add(this.tabControl);
|
---|
| 161 | this.Name = "ValuesCollectorView";
|
---|
| 162 | this.Size = new System.Drawing.Size(486, 482);
|
---|
[5832] | 163 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[2773] | 164 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 165 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 166 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[2917] | 167 | this.Controls.SetChildIndex(this.breakpointLabel, 0);
|
---|
| 168 | this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
|
---|
[2773] | 169 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 170 | this.tabControl.ResumeLayout(false);
|
---|
| 171 | this.collectedValuesTabPage.ResumeLayout(false);
|
---|
| 172 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 173 | this.ResumeLayout(false);
|
---|
| 174 | this.PerformLayout();
|
---|
| 175 |
|
---|
| 176 | }
|
---|
| 177 |
|
---|
| 178 | #endregion
|
---|
| 179 |
|
---|
[5466] | 180 | protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[2773] | 181 | protected System.Windows.Forms.TabPage collectedValuesTabPage;
|
---|
| 182 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 183 | protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
| 184 | protected HeuristicLab.Core.Views.ParameterCollectionView collectedValuesView;
|
---|
[2917] | 185 | protected System.Windows.Forms.CheckBox breakpointCheckBox;
|
---|
| 186 | protected System.Windows.Forms.Label breakpointLabel;
|
---|
[2773] | 187 |
|
---|
| 188 | }
|
---|
| 189 | }
|
---|