- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.Designer.cs
r7259 r8086 138 138 // 139 139 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 140 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;140 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 141 141 this.Controls.Add(this.valueGroupBox); 142 142 this.Name = "ConstrainedValueParameterView"; -
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs
r7259 r8086 94 94 // 95 95 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 97 97 this.Controls.Add(this.actualNameTextBox); 98 98 this.Controls.Add(this.actualNameLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/ParameterView.Designer.cs
r7259 r8086 83 83 // 84 84 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 86 86 this.Controls.Add(this.dataTypeLabel); 87 87 this.Controls.Add(this.dataTypeTextBox); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/ScopeTreeLookupParameterView.Designer.cs
r7259 r8086 119 119 // 120 120 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 121 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;121 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 122 122 this.Controls.Add(this.actualNameTextBox); 123 123 this.Controls.Add(this.depthLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs
r7259 r8086 163 163 // 164 164 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 165 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;165 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 166 166 this.Controls.Add(this.actualNameTextBox); 167 167 this.Controls.Add(this.actualNameLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs
r7259 r8086 143 143 // 144 144 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 145 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;145 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 146 146 this.Controls.Add(this.valueGroupBox); 147 147 this.Name = "ValueParameterView";
Note: See TracChangeset
for help on using the changeset viewer.