Changeset 6803 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
- Timestamp:
- 09/20/11 11:12:10 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 13 13 *.vsp 14 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/GP.Grammar.Editor (added) merged: 6284-6285,6296,6299,6335,6337,6377,6379,6387,6403,6409,6415,6493-6494,6497,6618,6620,6622,6626,6647,6675,6782,6784,6786,6795
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r5832 r6803 64 64 // 65 65 this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 66 66 "al weights."); 67 67 // 68 68 // initializationGroupBox … … 78 78 // 79 79 this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 80 80 "weights."); 81 81 // 82 82 // mutationGroupBox … … 88 88 // 89 89 this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" + 90 90 " change in weight."); 91 91 // 92 92 // multiplicativeWeightChangeSigmaTextBox 93 93 // 94 94 this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" + 95 95 "tive change in weight."); 96 96 // 97 97 // additiveWeightChangeLabel 98 98 // 99 99 this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 100 100 "change in weight."); 101 101 // 102 102 // additiveWeightChangeSigmaTextBox 103 103 // 104 104 this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 105 105 "change in weight."); 106 106 // 107 107 // variableNamesTabPage 108 108 // 109 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 1 64);109 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149); 110 110 // 111 111 // parametersTabPage … … 115 115 // tabControl 116 116 // 117 this.tabControl.Location = new System.Drawing.Point(0, 1 04);118 this.tabControl.Size = new System.Drawing.Size(408, 1 90);117 this.tabControl.Location = new System.Drawing.Point(0, 179); 118 this.tabControl.Size = new System.Drawing.Size(408, 175); 119 119 this.tabControl.TabIndex = 9; 120 120 // … … 126 126 // 127 127 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 128 // 129 // minimumArityLabel 130 // 131 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees"); 132 // 133 // maximumArityLabel 134 // 135 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees"); 136 // 137 // minimumArityTextBox 138 // 139 this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 140 this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20); 141 // 142 // maximumArityTextBox 143 // 144 this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 145 this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20); 128 146 // 129 147 // nameTextBox … … 135 153 // 136 154 this.minTimeOffsetLabel.AutoSize = true; 137 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);155 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130); 138 156 this.minTimeOffsetLabel.Name = "minTimeOffsetLabel"; 139 157 this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13); … … 144 162 // 145 163 this.maxTimeOffsetLabel.AutoSize = true; 146 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);164 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156); 147 165 this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel"; 148 166 this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13); … … 152 170 // minTimeOffsetTextBox 153 171 // 154 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);172 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); 155 173 this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox"; 156 174 this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); … … 160 178 // maxTimeOffsetTextBox 161 179 // 162 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);180 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153); 163 181 this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox"; 164 182 this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); … … 171 189 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 172 190 this.Controls.Add(this.minTimeOffsetTextBox); 191 this.Controls.Add(this.maxTimeOffsetLabel); 173 192 this.Controls.Add(this.minTimeOffsetLabel); 174 this.Controls.Add(this.maxTimeOffsetLabel);175 193 this.Controls.Add(this.maxTimeOffsetTextBox); 176 194 this.Name = "LaggedVariableView"; 177 this.Size = new System.Drawing.Size(408, 292);195 this.Size = new System.Drawing.Size(408, 352); 178 196 this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0); 197 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0); 179 198 this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0); 180 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);181 199 this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0); 200 this.Controls.SetChildIndex(this.maximumArityLabel, 0); 201 this.Controls.SetChildIndex(this.maximumArityTextBox, 0); 202 this.Controls.SetChildIndex(this.minimumArityLabel, 0); 203 this.Controls.SetChildIndex(this.minimumArityTextBox, 0); 182 204 this.Controls.SetChildIndex(this.infoLabel, 0); 183 205 this.Controls.SetChildIndex(this.tabControl, 0);
Note: See TracChangeset
for help on using the changeset viewer.