Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews
- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- 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/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionColumnConstraintView.Designer.cs
r7469 r8085 118 118 // 119 119 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 120 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;120 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 121 121 this.Controls.Add(this.cmbConstraintColumn); 122 122 this.Controls.Add(this.chbActive); -
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionComparisonConstraintView.Designer.cs
r7469 r8085 71 71 // 72 72 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 74 74 this.Controls.Add(this.txtConstraintData); 75 75 this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); -
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionConstraintCollectionView.Designer.cs
r7469 r8085 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionContentConstraintView.Designer.cs
r7469 r8085 76 76 // 77 77 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 79 79 this.Controls.Add(this.runsView); 80 80 this.Controls.Add(this.chbActive); -
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionEqualityConstraintView.Designer.cs
r7469 r8085 61 61 // 62 62 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 63 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;63 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 64 64 this.Controls.Add(this.txtConstraintData); 65 65 this.Name = "RunCollectionEqualityConstraintView"; -
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionTypeCompatibilityConstraintView.Designer.cs
r7469 r8085 63 63 // 64 64 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 65 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;65 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 66 66 this.Controls.Add(this.cmbType); 67 67 this.Name = "RunCollectionTypeCompatibilityConstraintView";
Note: See TracChangeset
for help on using the changeset viewer.