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