[4022] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[4022] | 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 |
|
---|
[5693] | 22 |
|
---|
| 23 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
[5051] | 24 | partial class LaggedSymbolView {
|
---|
[4022] | 25 | /// <summary>
|
---|
| 26 | /// Required designer variable.
|
---|
| 27 | /// </summary>
|
---|
| 28 | private System.ComponentModel.IContainer components = null;
|
---|
| 29 |
|
---|
| 30 | /// <summary>
|
---|
| 31 | /// Clean up any resources being used.
|
---|
| 32 | /// </summary>
|
---|
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 34 | protected override void Dispose(bool disposing) {
|
---|
| 35 | if (disposing && (components != null)) {
|
---|
| 36 | components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.minTimeOffsetLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
|
---|
| 52 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 53 | this.SuspendLayout();
|
---|
| 54 | //
|
---|
| 55 | // initialFrequencyLabel
|
---|
| 56 | //
|
---|
| 57 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
| 58 | //
|
---|
| 59 | // initialFrequencyTextBox
|
---|
| 60 | //
|
---|
| 61 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[5832] | 62 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
[4022] | 63 | //
|
---|
[6803] | 64 | // minimumArityTextBox
|
---|
| 65 | //
|
---|
| 66 | this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[6805] | 67 | this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
[6803] | 68 | //
|
---|
| 69 | // maximumArityTextBox
|
---|
| 70 | //
|
---|
| 71 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[6805] | 72 | this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
[6803] | 73 | //
|
---|
[4022] | 74 | // nameTextBox
|
---|
| 75 | //
|
---|
| 76 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 77 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 78 | this.nameTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[4022] | 79 | //
|
---|
[5832] | 80 | // infoLabel
|
---|
[4022] | 81 | //
|
---|
[5832] | 82 | this.infoLabel.Location = new System.Drawing.Point(389, 3);
|
---|
[4022] | 83 | //
|
---|
| 84 | // minTimeOffsetLabel
|
---|
| 85 | //
|
---|
| 86 | this.minTimeOffsetLabel.AutoSize = true;
|
---|
[6803] | 87 | this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
|
---|
[4022] | 88 | this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
|
---|
| 89 | this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
|
---|
[5832] | 90 | this.minTimeOffsetLabel.TabIndex = 5;
|
---|
[4022] | 91 | this.minTimeOffsetLabel.Text = "Min. time offset:";
|
---|
| 92 | //
|
---|
| 93 | // maxTimeOffsetLabel
|
---|
| 94 | //
|
---|
| 95 | this.maxTimeOffsetLabel.AutoSize = true;
|
---|
[6803] | 96 | this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
|
---|
[4022] | 97 | this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
|
---|
| 98 | this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
|
---|
[5832] | 99 | this.maxTimeOffsetLabel.TabIndex = 7;
|
---|
[4022] | 100 | this.maxTimeOffsetLabel.Text = "Max. time offset:";
|
---|
| 101 | //
|
---|
| 102 | // minTimeOffsetTextBox
|
---|
| 103 | //
|
---|
[6819] | 104 | this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6805] | 105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6803] | 106 | this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
|
---|
[4022] | 107 | this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
|
---|
[5832] | 108 | this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 109 | this.minTimeOffsetTextBox.TabIndex = 6;
|
---|
[4022] | 110 | this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
|
---|
| 111 | //
|
---|
| 112 | // maxTimeOffsetTextBox
|
---|
| 113 | //
|
---|
[6819] | 114 | this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6805] | 115 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6803] | 116 | this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
|
---|
[4022] | 117 | this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
|
---|
[5832] | 118 | this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 119 | this.maxTimeOffsetTextBox.TabIndex = 8;
|
---|
[4022] | 120 | this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
|
---|
| 121 | //
|
---|
[5832] | 122 | // LaggedSymbolView
|
---|
[4022] | 123 | //
|
---|
| 124 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[8085] | 125 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4022] | 126 | this.Controls.Add(this.maxTimeOffsetTextBox);
|
---|
| 127 | this.Controls.Add(this.minTimeOffsetTextBox);
|
---|
| 128 | this.Controls.Add(this.maxTimeOffsetLabel);
|
---|
| 129 | this.Controls.Add(this.minTimeOffsetLabel);
|
---|
[5832] | 130 | this.Name = "LaggedSymbolView";
|
---|
[6803] | 131 | this.Size = new System.Drawing.Size(408, 179);
|
---|
| 132 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
| 133 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
| 134 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
| 135 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
[5832] | 136 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[4022] | 137 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 138 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 139 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 140 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 141 | this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
|
---|
| 142 | this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
|
---|
| 143 | this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
|
---|
| 144 | this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
|
---|
| 145 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 146 | this.ResumeLayout(false);
|
---|
| 147 | this.PerformLayout();
|
---|
| 148 |
|
---|
| 149 | }
|
---|
| 150 |
|
---|
| 151 | #endregion
|
---|
| 152 |
|
---|
| 153 | private System.Windows.Forms.Label minTimeOffsetLabel;
|
---|
| 154 | private System.Windows.Forms.Label maxTimeOffsetLabel;
|
---|
| 155 | private System.Windows.Forms.TextBox minTimeOffsetTextBox;
|
---|
| 156 | private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
|
---|
| 157 |
|
---|
| 158 | }
|
---|
| 159 | }
|
---|