Changeset 17896 for branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/ShapeConstraintView.Designer.cs
- Timestamp:
- 03/16/21 11:08:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/ShapeConstraintView.Designer.cs
r17895 r17896 1 namespace HeuristicLab.Problems.DataAnalysis.Views { 2 partial class IntervalConstraintView { 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 { 3 26 /// <summary> 4 27 /// Required designer variable. … … 11 34 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 12 35 protected override void Dispose(bool disposing) { 13 14 15 16 36 if (disposing && (components != null)) { 37 components.Dispose(); 38 } 39 base.Dispose(disposing); 17 40 } 18 41 … … 24 47 /// </summary> 25 48 private void InitializeComponent() { 26 this.components = new System.ComponentModel.Container(); 27 this.lowerboundLabel = new System.Windows.Forms.Label(); 28 this.upperboundLabel = new System.Windows.Forms.Label(); 29 this.variableLabel = new System.Windows.Forms.Label(); 30 this.numberderivationLabel = new System.Windows.Forms.Label(); 31 this.upperboundInput = new System.Windows.Forms.TextBox(); 32 this.lowerboundInput = new System.Windows.Forms.TextBox(); 33 this.variableInput = new System.Windows.Forms.TextBox(); 34 this.groupBox1 = new System.Windows.Forms.GroupBox(); 35 this.weightInput = new System.Windows.Forms.TextBox(); 36 this.WeightLab = new System.Windows.Forms.Label(); 37 this.regionLab = new System.Windows.Forms.Label(); 38 this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView(); 39 this.label1 = new System.Windows.Forms.Label(); 40 this.numberderivationInput = new System.Windows.Forms.ComboBox(); 41 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 42 this.groupBox1.SuspendLayout(); 43 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 44 this.SuspendLayout(); 45 // 46 // lowerboundLabel 47 // 48 this.lowerboundLabel.AutoSize = true; 49 this.lowerboundLabel.Location = new System.Drawing.Point(8, 101); 50 this.lowerboundLabel.Name = "lowerboundLabel"; 51 this.lowerboundLabel.Size = new System.Drawing.Size(69, 13); 52 this.lowerboundLabel.TabIndex = 2; 53 this.lowerboundLabel.Text = "Lowerbound:"; 54 // 55 // upperboundLabel 56 // 57 this.upperboundLabel.AutoSize = true; 58 this.upperboundLabel.Location = new System.Drawing.Point(8, 126); 59 this.upperboundLabel.Name = "upperboundLabel"; 60 this.upperboundLabel.Size = new System.Drawing.Size(69, 13); 61 this.upperboundLabel.TabIndex = 3; 62 this.upperboundLabel.Text = "Upperbound:"; 63 // 64 // variableLabel 65 // 66 this.variableLabel.AutoSize = true; 67 this.variableLabel.Location = new System.Drawing.Point(8, 47); 68 this.variableLabel.Name = "variableLabel"; 69 this.variableLabel.Size = new System.Drawing.Size(48, 13); 70 this.variableLabel.TabIndex = 7; 71 this.variableLabel.Text = "Variable:"; 72 // 73 // numberderivationLabel 74 // 75 this.numberderivationLabel.AutoSize = true; 76 this.numberderivationLabel.Location = new System.Drawing.Point(8, 74); 77 this.numberderivationLabel.Name = "numberderivationLabel"; 78 this.numberderivationLabel.Size = new System.Drawing.Size(65, 13); 79 this.numberderivationLabel.TabIndex = 8; 80 this.numberderivationLabel.Text = "#Derivation:"; 81 // 82 // upperboundInput 83 // 84 this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 85 | System.Windows.Forms.AnchorStyles.Right))); 86 this.upperboundInput.Location = new System.Drawing.Point(108, 123); 87 this.upperboundInput.Name = "upperboundInput"; 88 this.upperboundInput.Size = new System.Drawing.Size(473, 20); 89 this.upperboundInput.TabIndex = 11; 90 this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating); 91 this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated); 92 // 93 // lowerboundInput 94 // 95 this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 96 | System.Windows.Forms.AnchorStyles.Right))); 97 this.lowerboundInput.Location = new System.Drawing.Point(108, 98); 98 this.lowerboundInput.Name = "lowerboundInput"; 99 this.lowerboundInput.Size = new System.Drawing.Size(473, 20); 100 this.lowerboundInput.TabIndex = 12; 101 this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating); 102 this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated); 103 // 104 // variableInput 105 // 106 this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 107 | System.Windows.Forms.AnchorStyles.Right))); 108 this.variableInput.Location = new System.Drawing.Point(108, 44); 109 this.variableInput.Name = "variableInput"; 110 this.variableInput.Size = new System.Drawing.Size(473, 20); 111 this.variableInput.TabIndex = 15; 112 // 113 // groupBox1 114 // 115 this.groupBox1.Controls.Add(this.weightInput); 116 this.groupBox1.Controls.Add(this.WeightLab); 117 this.groupBox1.Controls.Add(this.regionLab); 118 this.groupBox1.Controls.Add(this.regionView); 119 this.groupBox1.Controls.Add(this.label1); 120 this.groupBox1.Controls.Add(this.numberderivationInput); 121 this.groupBox1.Controls.Add(this.variableInput); 122 this.groupBox1.Controls.Add(this.lowerboundInput); 123 this.groupBox1.Controls.Add(this.upperboundInput); 124 this.groupBox1.Controls.Add(this.numberderivationLabel); 125 this.groupBox1.Controls.Add(this.variableLabel); 126 this.groupBox1.Controls.Add(this.upperboundLabel); 127 this.groupBox1.Controls.Add(this.lowerboundLabel); 128 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 129 this.groupBox1.Location = new System.Drawing.Point(0, 0); 130 this.groupBox1.Name = "groupBox1"; 131 this.groupBox1.Size = new System.Drawing.Size(587, 380); 132 this.groupBox1.TabIndex = 0; 133 this.groupBox1.TabStop = false; 134 this.groupBox1.Text = "Interval Constraints Detail"; 135 // 136 // weightInput 137 // 138 this.weightInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 139 | System.Windows.Forms.AnchorStyles.Right))); 140 this.weightInput.Location = new System.Drawing.Point(108, 150); 141 this.weightInput.Name = "weightInput"; 142 this.weightInput.Size = new System.Drawing.Size(473, 20); 143 this.weightInput.TabIndex = 33; 144 this.weightInput.TextChanged += new System.EventHandler(this.weightInput_TextChanged); 145 // 146 // WeightLab 147 // 148 this.WeightLab.AutoSize = true; 149 this.WeightLab.Location = new System.Drawing.Point(8, 153); 150 this.WeightLab.Name = "WeightLab"; 151 this.WeightLab.Size = new System.Drawing.Size(44, 13); 152 this.WeightLab.TabIndex = 32; 153 this.WeightLab.Text = "Weight:"; 154 // 155 // regionLab 156 // 157 this.regionLab.AutoSize = true; 158 this.regionLab.Location = new System.Drawing.Point(8, 188); 159 this.regionLab.Name = "regionLab"; 160 this.regionLab.Size = new System.Drawing.Size(49, 13); 161 this.regionLab.TabIndex = 31; 162 this.regionLab.Text = "Regions:"; 163 // 164 // regionView 165 // 166 this.regionView.Caption = "IntervalCollection View"; 167 this.regionView.Content = null; 168 this.regionView.Location = new System.Drawing.Point(108, 188); 169 this.regionView.Name = "regionView"; 170 this.regionView.ReadOnly = false; 171 this.regionView.Size = new System.Drawing.Size(473, 186); 172 this.regionView.TabIndex = 30; 173 this.regionView.TabStop = false; 174 // 175 // label1 176 // 177 this.label1.AutoSize = true; 178 this.label1.Location = new System.Drawing.Point(11, -105); 179 this.label1.Name = "label1"; 180 this.label1.Size = new System.Drawing.Size(49, 13); 181 this.label1.TabIndex = 28; 182 this.label1.Text = "Enabled:"; 183 // 184 // numberderivationInput 185 // 186 this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 187 | System.Windows.Forms.AnchorStyles.Right))); 188 this.numberderivationInput.FormattingEnabled = true; 189 this.numberderivationInput.Location = new System.Drawing.Point(108, 71); 190 this.numberderivationInput.Name = "numberderivationInput"; 191 this.numberderivationInput.Size = new System.Drawing.Size(473, 21); 192 this.numberderivationInput.TabIndex = 27; 193 this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged); 194 // 195 // errorProvider 196 // 197 this.errorProvider.ContainerControl = this; 198 this.errorProvider.RightToLeft = true; 199 // 200 // IntervalConstraintView 201 // 202 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 203 this.Controls.Add(this.groupBox1); 204 this.Name = "IntervalConstraintView"; 205 this.Size = new System.Drawing.Size(587, 380); 206 this.groupBox1.ResumeLayout(false); 207 this.groupBox1.PerformLayout(); 208 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 209 this.ResumeLayout(false); 49 this.components = new System.ComponentModel.Container(); 50 this.lowerboundLabel = new System.Windows.Forms.Label(); 51 this.upperboundLabel = new System.Windows.Forms.Label(); 52 this.variableLabel = new System.Windows.Forms.Label(); 53 this.numberOfDerivationLabel = new System.Windows.Forms.Label(); 54 this.upperboundInput = new System.Windows.Forms.TextBox(); 55 this.lowerboundInput = new System.Windows.Forms.TextBox(); 56 this.variableInput = new System.Windows.Forms.TextBox(); 57 this.groupBox = new System.Windows.Forms.GroupBox(); 58 this.weightTextBox = new System.Windows.Forms.TextBox(); 59 this.weightLabel = new System.Windows.Forms.Label(); 60 this.regionLabel = new System.Windows.Forms.Label(); 61 this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView(); 62 this.numberOfDerivationsComboBox = new System.Windows.Forms.ComboBox(); 63 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 64 this.groupBox.SuspendLayout(); 65 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 66 this.SuspendLayout(); 67 // 68 // lowerboundLabel 69 // 70 this.lowerboundLabel.AutoSize = true; 71 this.lowerboundLabel.Location = new System.Drawing.Point(8, 75); 72 this.lowerboundLabel.Name = "lowerboundLabel"; 73 this.lowerboundLabel.Size = new System.Drawing.Size(72, 13); 74 this.lowerboundLabel.TabIndex = 4; 75 this.lowerboundLabel.Text = "Lower bound:"; 76 // 77 // upperboundLabel 78 // 79 this.upperboundLabel.AutoSize = true; 80 this.upperboundLabel.Location = new System.Drawing.Point(8, 101); 81 this.upperboundLabel.Name = "upperboundLabel"; 82 this.upperboundLabel.Size = new System.Drawing.Size(72, 13); 83 this.upperboundLabel.TabIndex = 6; 84 this.upperboundLabel.Text = "Upper bound:"; 85 // 86 // variableLabel 87 // 88 this.variableLabel.AutoSize = true; 89 this.variableLabel.Location = new System.Drawing.Point(8, 22); 90 this.variableLabel.Name = "variableLabel"; 91 this.variableLabel.Size = new System.Drawing.Size(48, 13); 92 this.variableLabel.TabIndex = 0; 93 this.variableLabel.Text = "Variable:"; 94 // 95 // numberderivationLabel 96 // 97 this.numberOfDerivationLabel.AutoSize = true; 98 this.numberOfDerivationLabel.Location = new System.Drawing.Point(8, 48); 99 this.numberOfDerivationLabel.Name = "numberderivationLabel"; 100 this.numberOfDerivationLabel.Size = new System.Drawing.Size(58, 13); 101 this.numberOfDerivationLabel.TabIndex = 2; 102 this.numberOfDerivationLabel.Text = "Derivative:"; 103 // 104 // upperboundInput 105 // 106 this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 107 | System.Windows.Forms.AnchorStyles.Right))); 108 this.upperboundInput.Location = new System.Drawing.Point(86, 98); 109 this.upperboundInput.Name = "upperboundInput"; 110 this.upperboundInput.Size = new System.Drawing.Size(495, 20); 111 this.upperboundInput.TabIndex = 7; 112 this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating); 113 this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated); 114 // 115 // lowerboundInput 116 // 117 this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 118 | System.Windows.Forms.AnchorStyles.Right))); 119 this.lowerboundInput.Location = new System.Drawing.Point(86, 72); 120 this.lowerboundInput.Name = "lowerboundInput"; 121 this.lowerboundInput.Size = new System.Drawing.Size(495, 20); 122 this.lowerboundInput.TabIndex = 5; 123 this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating); 124 this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated); 125 // 126 // variableInput 127 // 128 this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 129 | System.Windows.Forms.AnchorStyles.Right))); 130 this.variableInput.Location = new System.Drawing.Point(86, 19); 131 this.variableInput.Name = "variableInput"; 132 this.variableInput.Size = new System.Drawing.Size(495, 20); 133 this.variableInput.TabIndex = 1; 134 // 135 // groupBox 136 // 137 this.groupBox.Controls.Add(this.weightTextBox); 138 this.groupBox.Controls.Add(this.weightLabel); 139 this.groupBox.Controls.Add(this.regionLabel); 140 this.groupBox.Controls.Add(this.regionView); 141 this.groupBox.Controls.Add(this.numberOfDerivationsComboBox); 142 this.groupBox.Controls.Add(this.variableInput); 143 this.groupBox.Controls.Add(this.lowerboundInput); 144 this.groupBox.Controls.Add(this.upperboundInput); 145 this.groupBox.Controls.Add(this.numberOfDerivationLabel); 146 this.groupBox.Controls.Add(this.variableLabel); 147 this.groupBox.Controls.Add(this.upperboundLabel); 148 this.groupBox.Controls.Add(this.lowerboundLabel); 149 this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill; 150 this.groupBox.Location = new System.Drawing.Point(0, 0); 151 this.groupBox.Name = "groupBox"; 152 this.groupBox.Size = new System.Drawing.Size(587, 380); 153 this.groupBox.TabIndex = 0; 154 this.groupBox.TabStop = false; 155 this.groupBox.Text = "Shape Constraint Detail"; 156 // 157 // weightInput 158 // 159 this.weightTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 160 | System.Windows.Forms.AnchorStyles.Right))); 161 this.weightTextBox.Location = new System.Drawing.Point(86, 124); 162 this.weightTextBox.Name = "weightInput"; 163 this.weightTextBox.Size = new System.Drawing.Size(495, 20); 164 this.weightTextBox.TabIndex = 9; 165 this.weightTextBox.TextChanged += new System.EventHandler(this.weightInput_TextChanged); 166 // 167 // WeightLab 168 // 169 this.weightLabel.AutoSize = true; 170 this.weightLabel.Location = new System.Drawing.Point(8, 127); 171 this.weightLabel.Name = "WeightLab"; 172 this.weightLabel.Size = new System.Drawing.Size(44, 13); 173 this.weightLabel.TabIndex = 8; 174 this.weightLabel.Text = "Weight:"; 175 // 176 // regionLab 177 // 178 this.regionLabel.AutoSize = true; 179 this.regionLabel.Location = new System.Drawing.Point(8, 150); 180 this.regionLabel.Name = "regionLab"; 181 this.regionLabel.Size = new System.Drawing.Size(49, 13); 182 this.regionLabel.TabIndex = 10; 183 this.regionLabel.Text = "Regions:"; 184 // 185 // regionView 186 // 187 this.regionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 188 | System.Windows.Forms.AnchorStyles.Left) 189 | System.Windows.Forms.AnchorStyles.Right))); 190 this.regionView.Caption = "IntervalCollection View"; 191 this.regionView.Content = null; 192 this.regionView.Location = new System.Drawing.Point(86, 150); 193 this.regionView.Name = "regionView"; 194 this.regionView.ReadOnly = false; 195 this.regionView.Size = new System.Drawing.Size(495, 224); 196 this.regionView.TabIndex = 11; 197 this.regionView.TabStop = false; 198 // 199 // numberderivationInput 200 // 201 this.numberOfDerivationsComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 202 | System.Windows.Forms.AnchorStyles.Right))); 203 this.numberOfDerivationsComboBox.FormattingEnabled = true; 204 this.numberOfDerivationsComboBox.Location = new System.Drawing.Point(86, 45); 205 this.numberOfDerivationsComboBox.Name = "numberderivationInput"; 206 this.numberOfDerivationsComboBox.Size = new System.Drawing.Size(495, 21); 207 this.numberOfDerivationsComboBox.TabIndex = 3; 208 this.numberOfDerivationsComboBox.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged); 209 // 210 // errorProvider 211 // 212 this.errorProvider.ContainerControl = this; 213 this.errorProvider.RightToLeft = true; 214 // 215 // ShapeConstraintView 216 // 217 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 218 this.Controls.Add(this.groupBox); 219 this.Name = "ShapeConstraintView"; 220 this.Size = new System.Drawing.Size(587, 380); 221 this.groupBox.ResumeLayout(false); 222 this.groupBox.PerformLayout(); 223 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 224 this.ResumeLayout(false); 210 225 211 226 } … … 213 228 #endregion 214 229 215 private System.Windows.Forms.Label 216 private System.Windows.Forms.Label 217 private System.Windows.Forms.Label 218 private System.Windows.Forms.Label numberderivationLabel;219 private System.Windows.Forms.TextBox 220 private System.Windows.Forms.TextBox 221 private System.Windows.Forms.TextBox 222 private System.Windows.Forms.GroupBox groupBox1;230 private System.Windows.Forms.Label lowerboundLabel; 231 private System.Windows.Forms.Label upperboundLabel; 232 private System.Windows.Forms.Label variableLabel; 233 private System.Windows.Forms.Label numberOfDerivationLabel; 234 private System.Windows.Forms.TextBox upperboundInput; 235 private System.Windows.Forms.TextBox lowerboundInput; 236 private System.Windows.Forms.TextBox variableInput; 237 private System.Windows.Forms.GroupBox groupBox; 223 238 private System.Windows.Forms.ErrorProvider errorProvider; 224 private System.Windows.Forms.ComboBox numberderivationInput; 225 private System.Windows.Forms.Label label1; 239 private System.Windows.Forms.ComboBox numberOfDerivationsComboBox; 226 240 private IntervalCollectionView regionView; 227 private System.Windows.Forms.Label regionLab ;228 private System.Windows.Forms.TextBox weightInput;229 private System.Windows.Forms.Label WeightLab;230 241 private System.Windows.Forms.Label regionLabel; 242 private System.Windows.Forms.TextBox weightTextBox; 243 private System.Windows.Forms.Label weightLabel; 244 } 231 245 }
Note: See TracChangeset
for help on using the changeset viewer.