[14317] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2016 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.Problems.DataAnalysis.Symbolic.Views {
|
---|
| 23 | partial class RealGlucoseVariableView {
|
---|
| 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.minRowOffsetLabel = new System.Windows.Forms.Label();
|
---|
| 48 | this.minRowOffsetTextBox = new System.Windows.Forms.TextBox();
|
---|
| 49 | this.maxRowOffsetLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.maxRowOffsetTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 52 | this.SuspendLayout();
|
---|
| 53 | //
|
---|
| 54 | // initialFrequencyLabel
|
---|
| 55 | //
|
---|
| 56 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
| 57 | //
|
---|
| 58 | // initialFrequencyTextBox
|
---|
| 59 | //
|
---|
| 60 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 61 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
|
---|
| 62 | //
|
---|
| 63 | // minimumArityLabel
|
---|
| 64 | //
|
---|
| 65 | this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
|
---|
| 66 | //
|
---|
| 67 | // maximumArityLabel
|
---|
| 68 | //
|
---|
| 69 | this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
|
---|
| 70 | //
|
---|
| 71 | // minimumArityTextBox
|
---|
| 72 | //
|
---|
| 73 | this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 74 | this.minimumArityTextBox.Size = new System.Drawing.Size(280, 20);
|
---|
| 75 | //
|
---|
| 76 | // maximumArityTextBox
|
---|
| 77 | //
|
---|
| 78 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 79 | this.maximumArityTextBox.Size = new System.Drawing.Size(280, 20);
|
---|
| 80 | //
|
---|
| 81 | // nameTextBox
|
---|
| 82 | //
|
---|
| 83 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 84 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 85 | this.nameTextBox.Size = new System.Drawing.Size(280, 20);
|
---|
| 86 | //
|
---|
| 87 | // infoLabel
|
---|
| 88 | //
|
---|
| 89 | this.infoLabel.Location = new System.Drawing.Point(379, 3);
|
---|
| 90 | //
|
---|
| 91 | // minRowOffsetLabel
|
---|
| 92 | //
|
---|
| 93 | this.minRowOffsetLabel.AutoSize = true;
|
---|
| 94 | this.minRowOffsetLabel.Location = new System.Drawing.Point(3, 130);
|
---|
| 95 | this.minRowOffsetLabel.Name = "minRowOffsetLabel";
|
---|
| 96 | this.minRowOffsetLabel.Size = new System.Drawing.Size(56, 13);
|
---|
| 97 | this.minRowOffsetLabel.TabIndex = 0;
|
---|
| 98 | this.minRowOffsetLabel.Text = "Min offset:";
|
---|
| 99 | this.toolTip.SetToolTip(this.minRowOffsetLabel, "The minimal allowed time offset");
|
---|
| 100 | //
|
---|
| 101 | // minRowOffsetTextBox
|
---|
| 102 | //
|
---|
| 103 | this.minRowOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 104 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 105 | this.errorProvider.SetIconAlignment(this.minRowOffsetTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 106 | this.minRowOffsetTextBox.Location = new System.Drawing.Point(92, 127);
|
---|
| 107 | this.minRowOffsetTextBox.Name = "minRowOffsetTextBox";
|
---|
| 108 | this.minRowOffsetTextBox.Size = new System.Drawing.Size(281, 20);
|
---|
| 109 | this.minRowOffsetTextBox.TabIndex = 1;
|
---|
| 110 | this.toolTip.SetToolTip(this.minRowOffsetTextBox, "The minimal allowed time offset.");
|
---|
| 111 | this.minRowOffsetTextBox.TextChanged += new System.EventHandler(this.minValueTextBox_TextChanged);
|
---|
| 112 | //
|
---|
| 113 | // maxRowOffsetLabel
|
---|
| 114 | //
|
---|
| 115 | this.maxRowOffsetLabel.AutoSize = true;
|
---|
| 116 | this.maxRowOffsetLabel.Location = new System.Drawing.Point(3, 156);
|
---|
| 117 | this.maxRowOffsetLabel.Name = "maxRowOffsetLabel";
|
---|
| 118 | this.maxRowOffsetLabel.Size = new System.Drawing.Size(59, 13);
|
---|
| 119 | this.maxRowOffsetLabel.TabIndex = 2;
|
---|
| 120 | this.maxRowOffsetLabel.Text = "Max offset:";
|
---|
| 121 | this.toolTip.SetToolTip(this.maxRowOffsetLabel, "The maximal allowed time offset");
|
---|
| 122 | //
|
---|
| 123 | // maxRowOffsetTextBox
|
---|
| 124 | //
|
---|
| 125 | this.maxRowOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 126 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 127 | this.errorProvider.SetIconAlignment(this.maxRowOffsetTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 128 | this.maxRowOffsetTextBox.Location = new System.Drawing.Point(92, 153);
|
---|
| 129 | this.maxRowOffsetTextBox.Name = "maxRowOffsetTextBox";
|
---|
| 130 | this.maxRowOffsetTextBox.Size = new System.Drawing.Size(281, 20);
|
---|
| 131 | this.maxRowOffsetTextBox.TabIndex = 3;
|
---|
| 132 | this.toolTip.SetToolTip(this.maxRowOffsetTextBox, "The maximal allowed time offset");
|
---|
| 133 | this.maxRowOffsetTextBox.TextChanged += new System.EventHandler(this.maxValueTextBox_TextChanged);
|
---|
| 134 | //
|
---|
| 135 | // RealGlucoseVariableView
|
---|
| 136 | //
|
---|
| 137 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 138 | this.Controls.Add(this.minRowOffsetTextBox);
|
---|
| 139 | this.Controls.Add(this.maxRowOffsetTextBox);
|
---|
| 140 | this.Controls.Add(this.minRowOffsetLabel);
|
---|
| 141 | this.Controls.Add(this.maxRowOffsetLabel);
|
---|
| 142 | this.Name = "RealGlucoseVariableView";
|
---|
| 143 | this.Size = new System.Drawing.Size(398, 284);
|
---|
| 144 | this.Controls.SetChildIndex(this.maxRowOffsetLabel, 0);
|
---|
| 145 | this.Controls.SetChildIndex(this.minRowOffsetLabel, 0);
|
---|
| 146 | this.Controls.SetChildIndex(this.maxRowOffsetTextBox, 0);
|
---|
| 147 | this.Controls.SetChildIndex(this.minRowOffsetTextBox, 0);
|
---|
| 148 | this.Controls.SetChildIndex(this.enabledCheckBox, 0);
|
---|
| 149 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
| 150 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
| 151 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
| 152 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
| 153 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 154 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 155 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 156 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 157 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 158 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 159 | this.ResumeLayout(false);
|
---|
| 160 | this.PerformLayout();
|
---|
| 161 |
|
---|
| 162 | }
|
---|
| 163 |
|
---|
| 164 | #endregion
|
---|
| 165 |
|
---|
| 166 | private System.Windows.Forms.Label minRowOffsetLabel;
|
---|
| 167 | private System.Windows.Forms.TextBox minRowOffsetTextBox;
|
---|
| 168 | private System.Windows.Forms.Label maxRowOffsetLabel;
|
---|
| 169 | private System.Windows.Forms.TextBox maxRowOffsetTextBox;
|
---|
| 170 |
|
---|
| 171 | }
|
---|
| 172 | }
|
---|