- 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.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs
r7259 r8086 158 158 // 159 159 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 160 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;160 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 161 161 this.Controls.Add(this.breakpointCheckBox); 162 162 this.Controls.Add(this.breakpointLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs
r7259 r8086 155 155 // 156 156 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 158 158 this.Controls.Add(this.breakpointCheckBox); 159 159 this.Controls.Add(this.breakpointLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs
r7259 r8086 155 155 // 156 156 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 158 158 this.Controls.Add(this.breakpointCheckBox); 159 159 this.Controls.Add(this.breakpointLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Operators.Views/3.3/OperatorView.Designer.cs
r7259 r8086 91 91 // 92 92 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 93 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;93 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 94 94 this.Controls.Add(this.breakpointLabel); 95 95 this.Controls.Add(this.breakpointCheckBox); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Operators.Views/3.3/ReductionOperationView.Designer.cs
r7395 r8086 74 74 // 75 75 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 76 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;76 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 77 77 this.Controls.Add(this.valueComboBox); 78 78 this.Controls.Add(this.valueLabel); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs
r7259 r8086 155 155 // 156 156 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;157 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 158 158 this.Controls.Add(this.breakpointCheckBox); 159 159 this.Controls.Add(this.breakpointLabel);
Note: See TracChangeset
for help on using the changeset viewer.