[17896] | 1 | #region License Information
|
---|
| 2 |
|
---|
| 3 | /* HeuristicLab
|
---|
| 4 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 5 | *
|
---|
| 6 | * This file is part of HeuristicLab.
|
---|
| 7 | *
|
---|
| 8 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 9 | * it under the terms of the GNU General Public License as published by
|
---|
| 10 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 11 | * (at your option) any later version.
|
---|
| 12 | *
|
---|
| 13 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 16 | * GNU General Public License for more details.
|
---|
| 17 | *
|
---|
| 18 | * You should have received a copy of the GNU General Public License
|
---|
| 19 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 20 | */
|
---|
| 21 |
|
---|
| 22 | # endregion
|
---|
| 23 |
|
---|
| 24 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
| 25 | partial class ShapeConstraintView {
|
---|
[17607] | 26 | /// <summary>
|
---|
| 27 | /// Required designer variable.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private System.ComponentModel.IContainer components = null;
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Clean up any resources being used.
|
---|
| 33 | /// </summary>
|
---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 35 | protected override void Dispose(bool disposing) {
|
---|
[17896] | 36 | if (disposing && (components != null)) {
|
---|
| 37 | components.Dispose();
|
---|
| 38 | }
|
---|
| 39 | base.Dispose(disposing);
|
---|
[17607] | 40 | }
|
---|
| 41 |
|
---|
| 42 | #region Component Designer generated code
|
---|
| 43 |
|
---|
| 44 | /// <summary>
|
---|
| 45 | /// Required method for Designer support - do not modify
|
---|
| 46 | /// the contents of this method with the code editor.
|
---|
| 47 | /// </summary>
|
---|
| 48 | private void InitializeComponent() {
|
---|
[18086] | 49 | this.components = new System.ComponentModel.Container();
|
---|
| 50 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 51 | this.lowerboundLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.upperboundLabel = new System.Windows.Forms.Label();
|
---|
| 53 | this.variableLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.numberOfDerivationLabel = new System.Windows.Forms.Label();
|
---|
| 55 | this.upperboundInput = new System.Windows.Forms.TextBox();
|
---|
| 56 | this.lowerboundInput = new System.Windows.Forms.TextBox();
|
---|
| 57 | this.variableInput = new System.Windows.Forms.TextBox();
|
---|
| 58 | this.numberOfDerivationsComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 59 | this.regionLabel = new System.Windows.Forms.Label();
|
---|
| 60 | this.weightLabel = new System.Windows.Forms.Label();
|
---|
| 61 | this.weightTextBox = new System.Windows.Forms.TextBox();
|
---|
| 62 | this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView();
|
---|
| 63 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 64 | this.SuspendLayout();
|
---|
| 65 | //
|
---|
| 66 | // errorProvider
|
---|
| 67 | //
|
---|
| 68 | this.errorProvider.ContainerControl = this;
|
---|
| 69 | this.errorProvider.RightToLeft = true;
|
---|
| 70 | //
|
---|
| 71 | // lowerboundLabel
|
---|
| 72 | //
|
---|
| 73 | this.lowerboundLabel.AutoSize = true;
|
---|
| 74 | this.lowerboundLabel.Location = new System.Drawing.Point(2, 59);
|
---|
| 75 | this.lowerboundLabel.Name = "lowerboundLabel";
|
---|
| 76 | this.lowerboundLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 77 | this.lowerboundLabel.TabIndex = 4;
|
---|
| 78 | this.lowerboundLabel.Text = "Lower bound:";
|
---|
| 79 | //
|
---|
| 80 | // upperboundLabel
|
---|
| 81 | //
|
---|
| 82 | this.upperboundLabel.AutoSize = true;
|
---|
| 83 | this.upperboundLabel.Location = new System.Drawing.Point(2, 85);
|
---|
| 84 | this.upperboundLabel.Name = "upperboundLabel";
|
---|
| 85 | this.upperboundLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 86 | this.upperboundLabel.TabIndex = 6;
|
---|
| 87 | this.upperboundLabel.Text = "Upper bound:";
|
---|
| 88 | //
|
---|
| 89 | // variableLabel
|
---|
| 90 | //
|
---|
| 91 | this.variableLabel.AutoSize = true;
|
---|
| 92 | this.variableLabel.Location = new System.Drawing.Point(2, 6);
|
---|
| 93 | this.variableLabel.Name = "variableLabel";
|
---|
| 94 | this.variableLabel.Size = new System.Drawing.Size(48, 13);
|
---|
| 95 | this.variableLabel.TabIndex = 0;
|
---|
| 96 | this.variableLabel.Text = "Variable:";
|
---|
| 97 | //
|
---|
| 98 | // numberOfDerivationLabel
|
---|
| 99 | //
|
---|
| 100 | this.numberOfDerivationLabel.AutoSize = true;
|
---|
| 101 | this.numberOfDerivationLabel.Location = new System.Drawing.Point(2, 32);
|
---|
| 102 | this.numberOfDerivationLabel.Name = "numberOfDerivationLabel";
|
---|
| 103 | this.numberOfDerivationLabel.Size = new System.Drawing.Size(58, 13);
|
---|
| 104 | this.numberOfDerivationLabel.TabIndex = 2;
|
---|
| 105 | this.numberOfDerivationLabel.Text = "Derivative:";
|
---|
| 106 | //
|
---|
| 107 | // upperboundInput
|
---|
| 108 | //
|
---|
| 109 | this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17607] | 110 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 111 | this.upperboundInput.Location = new System.Drawing.Point(80, 82);
|
---|
| 112 | this.upperboundInput.Name = "upperboundInput";
|
---|
| 113 | this.upperboundInput.Size = new System.Drawing.Size(495, 20);
|
---|
| 114 | this.upperboundInput.TabIndex = 7;
|
---|
| 115 | this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
|
---|
| 116 | this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
|
---|
| 117 | //
|
---|
| 118 | // lowerboundInput
|
---|
| 119 | //
|
---|
| 120 | this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17607] | 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 122 | this.lowerboundInput.Location = new System.Drawing.Point(80, 56);
|
---|
| 123 | this.lowerboundInput.Name = "lowerboundInput";
|
---|
| 124 | this.lowerboundInput.Size = new System.Drawing.Size(495, 20);
|
---|
| 125 | this.lowerboundInput.TabIndex = 5;
|
---|
| 126 | this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
|
---|
| 127 | this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
|
---|
| 128 | //
|
---|
| 129 | // variableInput
|
---|
| 130 | //
|
---|
| 131 | this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17607] | 132 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 133 | this.variableInput.Location = new System.Drawing.Point(80, 3);
|
---|
| 134 | this.variableInput.Name = "variableInput";
|
---|
| 135 | this.variableInput.Size = new System.Drawing.Size(495, 20);
|
---|
| 136 | this.variableInput.TabIndex = 1;
|
---|
| 137 | this.variableInput.TextChanged += new System.EventHandler(this.variableInput_TextChanged);
|
---|
| 138 | //
|
---|
| 139 | // numberOfDerivationsComboBox
|
---|
| 140 | //
|
---|
| 141 | this.numberOfDerivationsComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17607] | 142 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 143 | this.numberOfDerivationsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 144 | this.numberOfDerivationsComboBox.FormattingEnabled = true;
|
---|
| 145 | this.numberOfDerivationsComboBox.Items.AddRange(new object[] {
|
---|
| 146 | "1",
|
---|
| 147 | "2",
|
---|
| 148 | "3"});
|
---|
| 149 | this.numberOfDerivationsComboBox.Location = new System.Drawing.Point(80, 29);
|
---|
| 150 | this.numberOfDerivationsComboBox.Name = "numberOfDerivationsComboBox";
|
---|
| 151 | this.numberOfDerivationsComboBox.Size = new System.Drawing.Size(495, 21);
|
---|
| 152 | this.numberOfDerivationsComboBox.TabIndex = 3;
|
---|
| 153 | this.numberOfDerivationsComboBox.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
|
---|
| 154 | //
|
---|
| 155 | // regionLabel
|
---|
| 156 | //
|
---|
| 157 | this.regionLabel.AutoSize = true;
|
---|
| 158 | this.regionLabel.Location = new System.Drawing.Point(2, 134);
|
---|
| 159 | this.regionLabel.Name = "regionLabel";
|
---|
| 160 | this.regionLabel.Size = new System.Drawing.Size(49, 13);
|
---|
| 161 | this.regionLabel.TabIndex = 10;
|
---|
| 162 | this.regionLabel.Text = "Regions:";
|
---|
| 163 | //
|
---|
| 164 | // weightLabel
|
---|
| 165 | //
|
---|
| 166 | this.weightLabel.AutoSize = true;
|
---|
| 167 | this.weightLabel.Location = new System.Drawing.Point(2, 111);
|
---|
| 168 | this.weightLabel.Name = "weightLabel";
|
---|
| 169 | this.weightLabel.Size = new System.Drawing.Size(44, 13);
|
---|
| 170 | this.weightLabel.TabIndex = 8;
|
---|
| 171 | this.weightLabel.Text = "Weight:";
|
---|
| 172 | //
|
---|
| 173 | // weightTextBox
|
---|
| 174 | //
|
---|
| 175 | this.weightTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17893] | 176 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 177 | this.weightTextBox.Location = new System.Drawing.Point(80, 108);
|
---|
| 178 | this.weightTextBox.Name = "weightTextBox";
|
---|
| 179 | this.weightTextBox.Size = new System.Drawing.Size(495, 20);
|
---|
| 180 | this.weightTextBox.TabIndex = 9;
|
---|
| 181 | this.weightTextBox.TextChanged += new System.EventHandler(this.weightInput_TextChanged);
|
---|
| 182 | //
|
---|
| 183 | // regionView
|
---|
| 184 | //
|
---|
| 185 | this.regionView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[17896] | 186 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[18086] | 187 | this.regionView.AutoSize = true;
|
---|
| 188 | this.regionView.Caption = "IntervalCollection View";
|
---|
| 189 | this.regionView.Content = null;
|
---|
| 190 | this.regionView.Location = new System.Drawing.Point(80, 134);
|
---|
| 191 | this.regionView.Name = "regionView";
|
---|
| 192 | this.regionView.ReadOnly = false;
|
---|
| 193 | this.regionView.Size = new System.Drawing.Size(495, 243);
|
---|
| 194 | this.regionView.TabIndex = 11;
|
---|
| 195 | this.regionView.TabStop = false;
|
---|
| 196 | //
|
---|
| 197 | // ShapeConstraintView
|
---|
| 198 | //
|
---|
| 199 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 200 | this.Controls.Add(this.weightTextBox);
|
---|
| 201 | this.Controls.Add(this.weightLabel);
|
---|
| 202 | this.Controls.Add(this.variableInput);
|
---|
| 203 | this.Controls.Add(this.regionLabel);
|
---|
| 204 | this.Controls.Add(this.lowerboundLabel);
|
---|
| 205 | this.Controls.Add(this.regionView);
|
---|
| 206 | this.Controls.Add(this.upperboundLabel);
|
---|
| 207 | this.Controls.Add(this.numberOfDerivationsComboBox);
|
---|
| 208 | this.Controls.Add(this.variableLabel);
|
---|
| 209 | this.Controls.Add(this.numberOfDerivationLabel);
|
---|
| 210 | this.Controls.Add(this.lowerboundInput);
|
---|
| 211 | this.Controls.Add(this.upperboundInput);
|
---|
| 212 | this.Name = "ShapeConstraintView";
|
---|
| 213 | this.Size = new System.Drawing.Size(587, 380);
|
---|
| 214 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 215 | this.ResumeLayout(false);
|
---|
| 216 | this.PerformLayout();
|
---|
[17893] | 217 |
|
---|
[17607] | 218 | }
|
---|
| 219 |
|
---|
| 220 | #endregion
|
---|
[18086] | 221 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 222 | private System.Windows.Forms.TextBox weightTextBox;
|
---|
| 223 | private System.Windows.Forms.Label weightLabel;
|
---|
| 224 | private System.Windows.Forms.TextBox variableInput;
|
---|
| 225 | private System.Windows.Forms.Label regionLabel;
|
---|
[17896] | 226 | private System.Windows.Forms.Label lowerboundLabel;
|
---|
[18086] | 227 | private IntervalCollectionView regionView;
|
---|
[17896] | 228 | private System.Windows.Forms.Label upperboundLabel;
|
---|
[18086] | 229 | private System.Windows.Forms.ComboBox numberOfDerivationsComboBox;
|
---|
[17896] | 230 | private System.Windows.Forms.Label variableLabel;
|
---|
| 231 | private System.Windows.Forms.Label numberOfDerivationLabel;
|
---|
[18086] | 232 | private System.Windows.Forms.TextBox lowerboundInput;
|
---|
[17896] | 233 | private System.Windows.Forms.TextBox upperboundInput;
|
---|
| 234 | }
|
---|
[17607] | 235 | }
|
---|