- Timestamp:
- 01/06/19 16:50:55 (6 years ago)
- Location:
- trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs
r15583 r16506 237 237 // variableNamesTabPage 238 238 // 239 this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window; 239 240 this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22); 240 241 this.variableNamesTabPage.Name = "variableNamesTabPage"; … … 243 244 this.variableNamesTabPage.TabIndex = 0; 244 245 this.variableNamesTabPage.Text = "Variable Names"; 245 this.variableNamesTabPage.UseVisualStyleBackColor = true;246 246 // 247 247 // parametersTabPage 248 248 // 249 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.parametersTabPage.Controls.Add(this.initializationGroupBox); 250 251 this.parametersTabPage.Controls.Add(this.mutationGroupBox); … … 255 256 this.parametersTabPage.TabIndex = 1; 256 257 this.parametersTabPage.Text = "Parameters"; 257 this.parametersTabPage.UseVisualStyleBackColor = true;258 258 // 259 259 // initializationGroupBox -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
r15583 r16506 124 124 // weightInitializationMuTextBox 125 125 // 126 this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 126 this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 127 127 | System.Windows.Forms.AnchorStyles.Right))); 128 128 this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19); … … 136 136 // initializationGroupBox 137 137 // 138 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 138 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 139 139 | System.Windows.Forms.AnchorStyles.Right))); 140 140 this.initializationGroupBox.Controls.Add(this.weightSigmaLabel); … … 161 161 // weightInitializationSigmaTextBox 162 162 // 163 this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 163 this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 164 164 | System.Windows.Forms.AnchorStyles.Right))); 165 165 this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45); … … 173 173 // mutationGroupBox 174 174 // 175 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 175 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 176 176 | System.Windows.Forms.AnchorStyles.Right))); 177 177 this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox); … … 190 190 // varChangeProbTextBox 191 191 // 192 this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 193 193 | System.Windows.Forms.AnchorStyles.Right))); 194 194 this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13); … … 224 224 // multiplicativeWeightChangeSigmaTextBox 225 225 // 226 this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 226 this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 227 227 | System.Windows.Forms.AnchorStyles.Right))); 228 228 this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65); … … 247 247 // additiveWeightChangeSigmaTextBox 248 248 // 249 this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 249 this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 250 250 | System.Windows.Forms.AnchorStyles.Right))); 251 251 this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39); … … 259 259 // tabControl 260 260 // 261 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 262 | System.Windows.Forms.AnchorStyles.Left) 261 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 262 | System.Windows.Forms.AnchorStyles.Left) 263 263 | System.Windows.Forms.AnchorStyles.Right))); 264 264 this.tabControl.Controls.Add(this.variableNamesTabPage); … … 272 272 // variableNamesTabPage 273 273 // 274 this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window; 274 275 this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22); 275 276 this.variableNamesTabPage.Name = "variableNamesTabPage"; … … 278 279 this.variableNamesTabPage.TabIndex = 0; 279 280 this.variableNamesTabPage.Text = "Variable Names"; 280 this.variableNamesTabPage.UseVisualStyleBackColor = true;281 281 // 282 282 // parametersTabPage 283 283 // 284 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 284 285 this.parametersTabPage.Controls.Add(this.mutationGroupBox); 285 286 this.parametersTabPage.Controls.Add(this.initializationGroupBox); … … 290 291 this.parametersTabPage.TabIndex = 1; 291 292 this.parametersTabPage.Text = "Parameters"; 292 this.parametersTabPage.UseVisualStyleBackColor = true;293 293 // 294 294 // VariableView
Note: See TracChangeset
for help on using the changeset viewer.