Changeset 6819 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
- Timestamp:
- 09/22/11 12:59:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r6805 r6819 127 127 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 128 128 // 129 // minimumArityLabel130 //131 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");132 //133 // maximumArityLabel134 //135 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");136 //137 129 // minimumArityTextBox 138 130 // … … 170 162 // minTimeOffsetTextBox 171 163 // 172 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 164 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 173 165 | System.Windows.Forms.AnchorStyles.Right))); 174 166 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); … … 180 172 // maxTimeOffsetTextBox 181 173 // 182 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 174 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 175 | System.Windows.Forms.AnchorStyles.Right))); 184 176 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
Note: See TracChangeset
for help on using the changeset viewer.