- Timestamp:
- 03/25/11 17:18:58 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/ConstantView.Designer.cs
r5445 r5832 67 67 // 68 68 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 69 this.initialFrequencyTextBox.Size = new System.Drawing.Size( 275, 20);69 this.initialFrequencyTextBox.Size = new System.Drawing.Size(305, 20); 70 70 // 71 71 // nameTextBox … … 73 73 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 74 74 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 75 this.nameTextBox.Size = new System.Drawing.Size(275, 20); 76 // 77 // descriptionTextBox 78 // 79 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 80 this.descriptionTextBox.Size = new System.Drawing.Size(275, 20); 75 this.nameTextBox.Size = new System.Drawing.Size(280, 20); 76 // 77 // infoLabel 78 // 79 this.infoLabel.Location = new System.Drawing.Point(379, 3); 81 80 // 82 81 // weightNuLabel … … 86 85 this.weightNuLabel.Name = "weightNuLabel"; 87 86 this.weightNuLabel.Size = new System.Drawing.Size(56, 13); 88 this.weightNuLabel.TabIndex = 6;87 this.weightNuLabel.TabIndex = 0; 89 88 this.weightNuLabel.Text = "Min value:"; 90 89 this.toolTip.SetToolTip(this.weightNuLabel, "The minimal value to use for random initialization of constants."); … … 97 96 this.minValueTextBox.Location = new System.Drawing.Point(92, 19); 98 97 this.minValueTextBox.Name = "minValueTextBox"; 99 this.minValueTextBox.Size = new System.Drawing.Size( 291, 20);100 this.minValueTextBox.TabIndex = 7;98 this.minValueTextBox.Size = new System.Drawing.Size(300, 20); 99 this.minValueTextBox.TabIndex = 1; 101 100 this.toolTip.SetToolTip(this.minValueTextBox, "The minimal value to use for random initialization of constants."); 102 101 this.minValueTextBox.TextChanged += new System.EventHandler(this.minValueTextBox_TextChanged); … … 110 109 this.initializationGroupBox.Controls.Add(this.weightNuLabel); 111 110 this.initializationGroupBox.Controls.Add(this.minValueTextBox); 112 this.initializationGroupBox.Location = new System.Drawing.Point( 3, 79);111 this.initializationGroupBox.Location = new System.Drawing.Point(0, 52); 113 112 this.initializationGroupBox.Name = "initializationGroupBox"; 114 this.initializationGroupBox.Size = new System.Drawing.Size(3 89, 73);115 this.initializationGroupBox.TabIndex = 8;113 this.initializationGroupBox.Size = new System.Drawing.Size(398, 73); 114 this.initializationGroupBox.TabIndex = 5; 116 115 this.initializationGroupBox.TabStop = false; 117 116 this.initializationGroupBox.Text = "Initialization"; … … 123 122 this.weightSigmaLabel.Name = "weightSigmaLabel"; 124 123 this.weightSigmaLabel.Size = new System.Drawing.Size(59, 13); 125 this.weightSigmaLabel.TabIndex = 8;124 this.weightSigmaLabel.TabIndex = 2; 126 125 this.weightSigmaLabel.Text = "Max value:"; 127 126 this.toolTip.SetToolTip(this.weightSigmaLabel, "The maximal value to use for random initialization of constants."); … … 134 133 this.maxValueTextBox.Location = new System.Drawing.Point(92, 45); 135 134 this.maxValueTextBox.Name = "maxValueTextBox"; 136 this.maxValueTextBox.Size = new System.Drawing.Size( 291, 20);137 this.maxValueTextBox.TabIndex = 9;135 this.maxValueTextBox.Size = new System.Drawing.Size(300, 20); 136 this.maxValueTextBox.TabIndex = 3; 138 137 this.toolTip.SetToolTip(this.maxValueTextBox, "The maximal value to use for random initialization of constants."); 139 138 this.maxValueTextBox.TextChanged += new System.EventHandler(this.maxValueTextBox_TextChanged); … … 147 146 this.mutationGroupBox.Controls.Add(this.additiveChangeLabel); 148 147 this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox); 149 this.mutationGroupBox.Location = new System.Drawing.Point( 3, 158);148 this.mutationGroupBox.Location = new System.Drawing.Point(0, 131); 150 149 this.mutationGroupBox.Name = "mutationGroupBox"; 151 this.mutationGroupBox.Size = new System.Drawing.Size(3 89, 73);152 this.mutationGroupBox.TabIndex = 9;150 this.mutationGroupBox.Size = new System.Drawing.Size(398, 73); 151 this.mutationGroupBox.TabIndex = 6; 153 152 this.mutationGroupBox.TabStop = false; 154 153 this.mutationGroupBox.Text = "Mutation"; … … 160 159 this.multiplicativeChangeLabel.Name = "multiplicativeChangeLabel"; 161 160 this.multiplicativeChangeLabel.Size = new System.Drawing.Size(146, 13); 162 this.multiplicativeChangeLabel.TabIndex = 8;161 this.multiplicativeChangeLabel.TabIndex = 2; 163 162 this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):"; 164 163 this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " + … … 172 171 this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45); 173 172 this.multiplicativeChangeSigmaTextBox.Name = "multiplicativeChangeSigmaTextBox"; 174 this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(2 15, 20);175 this.multiplicativeChangeSigmaTextBox.TabIndex = 9;173 this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20); 174 this.multiplicativeChangeSigmaTextBox.TabIndex = 3; 176 175 this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" + 177 176 "ltiplicative change."); … … 184 183 this.additiveChangeLabel.Name = "additiveChangeLabel"; 185 184 this.additiveChangeLabel.Size = new System.Drawing.Size(123, 13); 186 this.additiveChangeLabel.TabIndex = 6;185 this.additiveChangeLabel.TabIndex = 0; 187 186 this.additiveChangeLabel.Text = "Additive change (sigma):"; 188 187 this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" + … … 196 195 this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19); 197 196 this.additiveChangeSigmaTextBox.Name = "additiveChangeSigmaTextBox"; 198 this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(2 15, 20);199 this.additiveChangeSigmaTextBox.TabIndex = 7;197 this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20); 198 this.additiveChangeSigmaTextBox.TabIndex = 1; 200 199 this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" + 201 200 "dditive change."); … … 209 208 this.Controls.Add(this.initializationGroupBox); 210 209 this.Name = "ConstantView"; 211 this.Size = new System.Drawing.Size(398, 237); 210 this.Size = new System.Drawing.Size(398, 209); 211 this.Controls.SetChildIndex(this.infoLabel, 0); 212 212 this.Controls.SetChildIndex(this.initializationGroupBox, 0); 213 213 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 214 214 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 215 215 this.Controls.SetChildIndex(this.nameLabel, 0); 216 this.Controls.SetChildIndex(this.descriptionLabel, 0);217 216 this.Controls.SetChildIndex(this.nameTextBox, 0); 218 this.Controls.SetChildIndex(this.descriptionTextBox, 0);219 217 this.Controls.SetChildIndex(this.mutationGroupBox, 0); 220 218 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/LaggedVariableView.Designer.cs
r5445 r5832 49 49 this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox(); 50 50 this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox(); 51 this.initializationGroupBox.SuspendLayout(); 52 this.mutationGroupBox.SuspendLayout(); 51 53 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 52 54 this.SuspendLayout(); 53 55 // 56 // weightMuLabel 57 // 58 this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights."); 59 // 60 // weightInitializationMuTextBox 61 // 62 this.weightInitializationMuTextBox.Location = new System.Drawing.Point(93, 19); 63 this.weightInitializationMuTextBox.Size = new System.Drawing.Size(309, 20); 64 this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 65 "al weights."); 66 // 54 67 // initializationGroupBox 55 68 // 56 this.initializationGroupBox.Location = new System.Drawing.Point(3, 131); 57 this.initializationGroupBox.Size = new System.Drawing.Size(399, 73); 69 this.initializationGroupBox.Location = new System.Drawing.Point(0, 104); 70 this.initializationGroupBox.Size = new System.Drawing.Size(408, 73); 71 this.initializationGroupBox.TabIndex = 9; 72 // 73 // weightSigmaLabel 74 // 75 this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights."); 76 // 77 // weightInitializationSigmaTextBox 78 // 79 this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(93, 45); 80 this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(309, 20); 81 this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 82 "weights."); 58 83 // 59 84 // mutationGroupBox 60 85 // 61 this.mutationGroupBox.Location = new System.Drawing.Point(6, 210); 62 this.mutationGroupBox.Size = new System.Drawing.Size(396, 73); 86 this.mutationGroupBox.Location = new System.Drawing.Point(0, 183); 87 this.mutationGroupBox.Size = new System.Drawing.Size(408, 73); 88 this.mutationGroupBox.TabIndex = 10; 89 // 90 // multiplicativeWeightChangeLabel 91 // 92 this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" + 93 " change in weight."); 94 // 95 // multiplicativeWeightChangeSigmaTextBox 96 // 97 this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20); 98 this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" + 99 "tive change in weight."); 100 // 101 // additiveWeightChangeLabel 102 // 103 this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 104 "change in weight."); 105 // 106 // additiveWeightChangeSigmaTextBox 107 // 108 this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20); 109 this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 110 "change in weight."); 63 111 // 64 112 // initialFrequencyLabel 65 113 // 66 this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);67 114 this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees"); 68 115 // … … 70 117 // 71 118 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 72 this.initialFrequencyTextBox.Size = new System.Drawing.Size( 285, 20);119 this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20); 73 120 // 74 121 // nameTextBox … … 76 123 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 77 124 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 78 this.nameTextBox.Size = new System.Drawing.Size(285, 20); 79 // 80 // descriptionTextBox 81 // 82 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 83 this.descriptionTextBox.Size = new System.Drawing.Size(285, 20); 125 this.nameTextBox.Size = new System.Drawing.Size(290, 20); 126 // 127 // infoLabel 128 // 129 this.infoLabel.Location = new System.Drawing.Point(389, 3); 84 130 // 85 131 // minTimeOffsetLabel 86 132 // 87 133 this.minTimeOffsetLabel.AutoSize = true; 88 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);134 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55); 89 135 this.minTimeOffsetLabel.Name = "minTimeOffsetLabel"; 90 136 this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13); 91 this.minTimeOffsetLabel.TabIndex = 10;137 this.minTimeOffsetLabel.TabIndex = 5; 92 138 this.minTimeOffsetLabel.Text = "Min. time offset:"; 93 139 // … … 95 141 // 96 142 this.maxTimeOffsetLabel.AutoSize = true; 97 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);143 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81); 98 144 this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel"; 99 145 this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13); 100 this.maxTimeOffsetLabel.TabIndex = 11;146 this.maxTimeOffsetLabel.TabIndex = 7; 101 147 this.maxTimeOffsetLabel.Text = "Max. time offset:"; 102 148 // 103 149 // minTimeOffsetTextBox 104 150 // 105 this.minTimeOffsetTextBox.Location = new System.Drawing.Point( 117, 79);151 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52); 106 152 this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox"; 107 this.minTimeOffsetTextBox.Size = new System.Drawing.Size( 285, 20);108 this.minTimeOffsetTextBox.TabIndex = 12;153 this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); 154 this.minTimeOffsetTextBox.TabIndex = 6; 109 155 this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged); 110 156 // 111 157 // maxTimeOffsetTextBox 112 158 // 113 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point( 117, 105);159 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78); 114 160 this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox"; 115 this.maxTimeOffsetTextBox.Size = new System.Drawing.Size( 285, 20);116 this.maxTimeOffsetTextBox.TabIndex = 13;161 this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); 162 this.maxTimeOffsetTextBox.TabIndex = 8; 117 163 this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged); 118 164 // … … 126 172 this.Controls.Add(this.minTimeOffsetLabel); 127 173 this.Name = "LaggedVariableView"; 128 this.Size = new System.Drawing.Size(408, 292); 174 this.Size = new System.Drawing.Size(408, 260); 175 this.Controls.SetChildIndex(this.infoLabel, 0); 129 176 this.Controls.SetChildIndex(this.initializationGroupBox, 0); 130 177 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 131 178 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 132 179 this.Controls.SetChildIndex(this.nameLabel, 0); 133 this.Controls.SetChildIndex(this.descriptionLabel, 0);134 180 this.Controls.SetChildIndex(this.nameTextBox, 0); 135 this.Controls.SetChildIndex(this.descriptionTextBox, 0);136 181 this.Controls.SetChildIndex(this.mutationGroupBox, 0); 137 182 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0); … … 139 184 this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0); 140 185 this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0); 186 this.initializationGroupBox.ResumeLayout(false); 187 this.initializationGroupBox.PerformLayout(); 188 this.mutationGroupBox.ResumeLayout(false); 189 this.mutationGroupBox.PerformLayout(); 141 190 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 142 191 this.ResumeLayout(false); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/TimeLagView.Designer.cs
r5445 r5832 54 54 // initialFrequencyLabel 55 55 // 56 this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);57 56 this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees"); 58 57 // … … 60 59 // 61 60 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 62 this.initialFrequencyTextBox.Size = new System.Drawing.Size( 285, 20);61 this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20); 63 62 // 64 63 // nameTextBox … … 66 65 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 67 66 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 68 this.nameTextBox.Size = new System.Drawing.Size(2 85, 20);67 this.nameTextBox.Size = new System.Drawing.Size(290, 20); 69 68 // 70 // descriptionTextBox69 // infoLabel 71 70 // 72 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 73 this.descriptionTextBox.Size = new System.Drawing.Size(285, 20); 71 this.infoLabel.Location = new System.Drawing.Point(389, 3); 74 72 // 75 73 // minTimeOffsetLabel 76 74 // 77 75 this.minTimeOffsetLabel.AutoSize = true; 78 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);76 this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55); 79 77 this.minTimeOffsetLabel.Name = "minTimeOffsetLabel"; 80 78 this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13); 81 this.minTimeOffsetLabel.TabIndex = 10;79 this.minTimeOffsetLabel.TabIndex = 5; 82 80 this.minTimeOffsetLabel.Text = "Min. time offset:"; 83 81 // … … 85 83 // 86 84 this.maxTimeOffsetLabel.AutoSize = true; 87 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);85 this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81); 88 86 this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel"; 89 87 this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13); 90 this.maxTimeOffsetLabel.TabIndex = 11;88 this.maxTimeOffsetLabel.TabIndex = 7; 91 89 this.maxTimeOffsetLabel.Text = "Max. time offset:"; 92 90 // 93 91 // minTimeOffsetTextBox 94 92 // 95 this.minTimeOffsetTextBox.Location = new System.Drawing.Point( 117, 79);93 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52); 96 94 this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox"; 97 this.minTimeOffsetTextBox.Size = new System.Drawing.Size( 285, 20);98 this.minTimeOffsetTextBox.TabIndex = 12;95 this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); 96 this.minTimeOffsetTextBox.TabIndex = 6; 99 97 this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged); 100 98 // 101 99 // maxTimeOffsetTextBox 102 100 // 103 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point( 117, 105);101 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78); 104 102 this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox"; 105 this.maxTimeOffsetTextBox.Size = new System.Drawing.Size( 285, 20);106 this.maxTimeOffsetTextBox.TabIndex = 13;103 this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20); 104 this.maxTimeOffsetTextBox.TabIndex = 8; 107 105 this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged); 108 106 // 109 // TimeLagView107 // LaggedSymbolView 110 108 // 111 109 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 115 113 this.Controls.Add(this.maxTimeOffsetLabel); 116 114 this.Controls.Add(this.minTimeOffsetLabel); 117 this.Name = "TimeLagView"; 118 this.Size = new System.Drawing.Size(408, 141); 115 this.Name = "LaggedSymbolView"; 116 this.Size = new System.Drawing.Size(408, 105); 117 this.Controls.SetChildIndex(this.infoLabel, 0); 119 118 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 120 119 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 121 120 this.Controls.SetChildIndex(this.nameLabel, 0); 122 this.Controls.SetChildIndex(this.descriptionLabel, 0);123 121 this.Controls.SetChildIndex(this.nameTextBox, 0); 124 this.Controls.SetChildIndex(this.descriptionTextBox, 0);125 122 this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0); 126 123 this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableConditionView.Designer.cs
r5467 r5832 75 75 // 76 76 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 77 this.initialFrequencyTextBox.Size = new System.Drawing.Size(2 03, 20);77 this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20); 78 78 // 79 79 // nameTextBox … … 81 81 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 82 82 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 83 this.nameTextBox.Size = new System.Drawing.Size(203, 20); 84 // 85 // descriptionTextBox 86 // 87 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 88 this.descriptionTextBox.Size = new System.Drawing.Size(203, 20); 83 this.nameTextBox.Size = new System.Drawing.Size(208, 20); 84 // 85 // infoLabel 86 // 87 this.infoLabel.Location = new System.Drawing.Point(307, 3); 89 88 // 90 89 // thresholdInitializationMuLabel … … 94 93 this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel"; 95 94 this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13); 96 this.thresholdInitializationMuLabel.TabIndex = 6;95 this.thresholdInitializationMuLabel.TabIndex = 0; 97 96 this.thresholdInitializationMuLabel.Text = "Threshold (mu):"; 98 97 this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights."); … … 104 103 this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15); 105 104 this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox"; 106 this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size( 197, 20);107 this.thresholdInitializationMuTextBox.TabIndex = 7;105 this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20); 106 this.thresholdInitializationMuTextBox.TabIndex = 1; 108 107 this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 109 108 "al thresholds."); … … 122 121 this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel); 123 122 this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox); 124 this.initializationGroupBox.Location = new System.Drawing.Point( 3, 79);123 this.initializationGroupBox.Location = new System.Drawing.Point(0, 52); 125 124 this.initializationGroupBox.Name = "initializationGroupBox"; 126 this.initializationGroupBox.Size = new System.Drawing.Size(32 0, 127);127 this.initializationGroupBox.TabIndex = 8;125 this.initializationGroupBox.Size = new System.Drawing.Size(326, 127); 126 this.initializationGroupBox.TabIndex = 5; 128 127 this.initializationGroupBox.TabStop = false; 129 128 this.initializationGroupBox.Text = "Initialization"; … … 135 134 this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel"; 136 135 this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13); 137 this.slopeInitializationSigmaLabel.TabIndex = 12;136 this.slopeInitializationSigmaLabel.TabIndex = 6; 138 137 this.slopeInitializationSigmaLabel.Text = "Slope (sigma):"; 139 138 this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes."); … … 145 144 this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102); 146 145 this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox"; 147 this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size( 197, 20);148 this.slopeInitializationSigmaTextBox.TabIndex = 13;146 this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20); 147 this.slopeInitializationSigmaTextBox.TabIndex = 7; 149 148 this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 150 149 "slopes."); … … 157 156 this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel"; 158 157 this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13); 159 this.slopeInitializationMuLabel.TabIndex = 10;158 this.slopeInitializationMuLabel.TabIndex = 4; 160 159 this.slopeInitializationMuLabel.Text = "Slope (mu):"; 161 160 this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes."); … … 167 166 this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76); 168 167 this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox"; 169 this.slopeInitializationMuTextBox.Size = new System.Drawing.Size( 197, 20);170 this.slopeInitializationMuTextBox.TabIndex = 11;168 this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20); 169 this.slopeInitializationMuTextBox.TabIndex = 5; 171 170 this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 172 171 "al slopes."); … … 179 178 this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel"; 180 179 this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13); 181 this.thresholdInitializationSigmaLabel.TabIndex = 8;180 this.thresholdInitializationSigmaLabel.TabIndex = 2; 182 181 this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):"; 183 182 this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights."); … … 189 188 this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41); 190 189 this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox"; 191 this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size( 197, 20);192 this.thresholdInitializationSigmaTextBox.TabIndex = 9;190 this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20); 191 this.thresholdInitializationSigmaTextBox.TabIndex = 3; 193 192 this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 194 193 "thresholds."); … … 207 206 this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel); 208 207 this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox); 209 this.mutationGroupBox.Location = new System.Drawing.Point( 3, 212);208 this.mutationGroupBox.Location = new System.Drawing.Point(0, 185); 210 209 this.mutationGroupBox.Name = "mutationGroupBox"; 211 this.mutationGroupBox.Size = new System.Drawing.Size(32 0, 127);212 this.mutationGroupBox.TabIndex = 9;210 this.mutationGroupBox.Size = new System.Drawing.Size(326, 127); 211 this.mutationGroupBox.TabIndex = 6; 213 212 this.mutationGroupBox.TabStop = false; 214 213 this.mutationGroupBox.Text = "Mutation"; … … 220 219 this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel"; 221 220 this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13); 222 this.slopeChangeSigmaLabel.TabIndex = 12;221 this.slopeChangeSigmaLabel.TabIndex = 6; 223 222 this.slopeChangeSigmaLabel.Text = "Slope change (sigma):"; 224 223 this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" + … … 231 230 this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99); 232 231 this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox"; 233 this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(16 2, 20);234 this.slopeChangeSigmaTextBox.TabIndex = 13;232 this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20); 233 this.slopeChangeSigmaTextBox.TabIndex = 7; 235 234 this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" + 236 235 "ope."); … … 243 242 this.slopeChangeMuLabel.Name = "slopeChangeMuLabel"; 244 243 this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13); 245 this.slopeChangeMuLabel.TabIndex = 10;244 this.slopeChangeMuLabel.TabIndex = 4; 246 245 this.slopeChangeMuLabel.Text = "Slope change (mu):"; 247 246 this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" + … … 254 253 this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73); 255 254 this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox"; 256 this.slopeChangeMuTextBox.Size = new System.Drawing.Size(16 2, 20);257 this.slopeChangeMuTextBox.TabIndex = 11;255 this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20); 256 this.slopeChangeMuTextBox.TabIndex = 5; 258 257 this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" + 259 258 "."); … … 266 265 this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel"; 267 266 this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13); 268 this.thresholdChangeSigmaLabel.TabIndex = 8;267 this.thresholdChangeSigmaLabel.TabIndex = 2; 269 268 this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):"; 270 269 this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" + … … 277 276 this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41); 278 277 this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox"; 279 this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(16 2, 20);280 this.thresholdChangeSigmaTextBox.TabIndex = 9;278 this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20); 279 this.thresholdChangeSigmaTextBox.TabIndex = 3; 281 280 this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" + 282 281 "reshold."); … … 289 288 this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel"; 290 289 this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13); 291 this.ThresholdChangeMuLabel.TabIndex = 6;290 this.ThresholdChangeMuLabel.TabIndex = 0; 292 291 this.ThresholdChangeMuLabel.Text = "Threshold change (mu):"; 293 292 this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" + … … 300 299 this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15); 301 300 this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox"; 302 this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(16 2, 20);303 this.thresholdChangeMuTextBox.TabIndex = 7;301 this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20); 302 this.thresholdChangeMuTextBox.TabIndex = 1; 304 303 this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" + 305 304 "hold."); … … 313 312 this.Controls.Add(this.initializationGroupBox); 314 313 this.Name = "VariableConditionView"; 315 this.Size = new System.Drawing.Size(326, 344); 314 this.Size = new System.Drawing.Size(326, 315); 315 this.Controls.SetChildIndex(this.infoLabel, 0); 316 316 this.Controls.SetChildIndex(this.initializationGroupBox, 0); 317 317 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 318 318 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 319 319 this.Controls.SetChildIndex(this.nameLabel, 0); 320 this.Controls.SetChildIndex(this.descriptionLabel, 0);321 320 this.Controls.SetChildIndex(this.nameTextBox, 0); 322 this.Controls.SetChildIndex(this.descriptionTextBox, 0);323 321 this.Controls.SetChildIndex(this.mutationGroupBox, 0); 324 322 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableView.Designer.cs
r5445 r5832 67 67 // 68 68 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 69 this.initialFrequencyTextBox.Size = new System.Drawing.Size(2 03, 20);69 this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20); 70 70 // 71 71 // nameTextBox … … 73 73 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 74 74 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 75 this.nameTextBox.Size = new System.Drawing.Size(203, 20); 76 // 77 // descriptionTextBox 78 // 79 this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 80 this.descriptionTextBox.Size = new System.Drawing.Size(203, 20); 75 this.nameTextBox.Size = new System.Drawing.Size(208, 20); 76 // 77 // infoLabel 78 // 79 this.infoLabel.Location = new System.Drawing.Point(307, 3); 81 80 // 82 81 // weightMuLabel … … 86 85 this.weightMuLabel.Name = "weightMuLabel"; 87 86 this.weightMuLabel.Size = new System.Drawing.Size(67, 13); 88 this.weightMuLabel.TabIndex = 6;87 this.weightMuLabel.TabIndex = 0; 89 88 this.weightMuLabel.Text = "Weight (mu):"; 90 89 this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights."); … … 96 95 this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19); 97 96 this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox"; 98 this.weightInitializationMuTextBox.Size = new System.Drawing.Size(22 2, 20);99 this.weightInitializationMuTextBox.TabIndex = 7;97 this.weightInitializationMuTextBox.Size = new System.Drawing.Size(228, 20); 98 this.weightInitializationMuTextBox.TabIndex = 1; 100 99 this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 101 100 "al weights."); … … 110 109 this.initializationGroupBox.Controls.Add(this.weightMuLabel); 111 110 this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox); 112 this.initializationGroupBox.Location = new System.Drawing.Point( 3, 79);111 this.initializationGroupBox.Location = new System.Drawing.Point(0, 52); 113 112 this.initializationGroupBox.Name = "initializationGroupBox"; 114 this.initializationGroupBox.Size = new System.Drawing.Size(32 0, 73);115 this.initializationGroupBox.TabIndex = 8;113 this.initializationGroupBox.Size = new System.Drawing.Size(326, 73); 114 this.initializationGroupBox.TabIndex = 5; 116 115 this.initializationGroupBox.TabStop = false; 117 116 this.initializationGroupBox.Text = "Initialization"; … … 123 122 this.weightSigmaLabel.Name = "weightSigmaLabel"; 124 123 this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13); 125 this.weightSigmaLabel.TabIndex = 8;124 this.weightSigmaLabel.TabIndex = 2; 126 125 this.weightSigmaLabel.Text = "Weight (sigma):"; 127 126 this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights."); … … 133 132 this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45); 134 133 this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox"; 135 this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(22 2, 20);136 this.weightInitializationSigmaTextBox.TabIndex = 9;134 this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(228, 20); 135 this.weightInitializationSigmaTextBox.TabIndex = 3; 137 136 this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 138 137 "weights."); … … 147 146 this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel); 148 147 this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox); 149 this.mutationGroupBox.Location = new System.Drawing.Point( 3, 158);148 this.mutationGroupBox.Location = new System.Drawing.Point(0, 131); 150 149 this.mutationGroupBox.Name = "mutationGroupBox"; 151 this.mutationGroupBox.Size = new System.Drawing.Size(32 0, 73);152 this.mutationGroupBox.TabIndex = 9;150 this.mutationGroupBox.Size = new System.Drawing.Size(326, 73); 151 this.mutationGroupBox.TabIndex = 6; 153 152 this.mutationGroupBox.TabStop = false; 154 153 this.mutationGroupBox.Text = "Mutation"; … … 160 159 this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel"; 161 160 this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13); 162 this.multiplicativeWeightChangeLabel.TabIndex = 8;161 this.multiplicativeWeightChangeLabel.TabIndex = 2; 163 162 this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):"; 164 163 this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" + … … 171 170 this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45); 172 171 this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox"; 173 this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(11 3, 20);174 this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;172 this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20); 173 this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3; 175 174 this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" + 176 175 "tive change in weight."); … … 183 182 this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel"; 184 183 this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13); 185 this.additiveWeightChangeLabel.TabIndex = 6;184 this.additiveWeightChangeLabel.TabIndex = 0; 186 185 this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):"; 187 186 this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + … … 194 193 this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19); 195 194 this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox"; 196 this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(11 3, 20);197 this.additiveWeightChangeSigmaTextBox.TabIndex = 7;195 this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20); 196 this.additiveWeightChangeSigmaTextBox.TabIndex = 1; 198 197 this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 199 198 "change in weight."); … … 207 206 this.Controls.Add(this.initializationGroupBox); 208 207 this.Name = "VariableView"; 209 this.Size = new System.Drawing.Size(326, 235); 208 this.Size = new System.Drawing.Size(326, 208); 209 this.Controls.SetChildIndex(this.infoLabel, 0); 210 210 this.Controls.SetChildIndex(this.initializationGroupBox, 0); 211 211 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 212 212 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 213 213 this.Controls.SetChildIndex(this.nameLabel, 0); 214 this.Controls.SetChildIndex(this.descriptionLabel, 0);215 214 this.Controls.SetChildIndex(this.nameTextBox, 0); 216 this.Controls.SetChildIndex(this.descriptionTextBox, 0);217 215 this.Controls.SetChildIndex(this.mutationGroupBox, 0); 218 216 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); … … 228 226 #endregion 229 227 230 pr ivateSystem.Windows.Forms.Label weightMuLabel;231 pr ivateSystem.Windows.Forms.TextBox weightInitializationMuTextBox;228 protected System.Windows.Forms.Label weightMuLabel; 229 protected System.Windows.Forms.TextBox weightInitializationMuTextBox; 232 230 protected System.Windows.Forms.GroupBox initializationGroupBox; 233 pr ivateSystem.Windows.Forms.Label weightSigmaLabel;234 pr ivateSystem.Windows.Forms.TextBox weightInitializationSigmaTextBox;231 protected System.Windows.Forms.Label weightSigmaLabel; 232 protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox; 235 233 protected System.Windows.Forms.GroupBox mutationGroupBox; 236 pr ivateSystem.Windows.Forms.Label multiplicativeWeightChangeLabel;237 pr ivateSystem.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;238 pr ivateSystem.Windows.Forms.Label additiveWeightChangeLabel;239 pr ivateSystem.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;234 protected System.Windows.Forms.Label multiplicativeWeightChangeLabel; 235 protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox; 236 protected System.Windows.Forms.Label additiveWeightChangeLabel; 237 protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox; 240 238 241 239 }
Note: See TracChangeset
for help on using the changeset viewer.