- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 5 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.Clients.Hive.Views/3.3
- Property svn:ignore
-
old new 2 2 Plugin.cs 3 3 *.vs10x 4 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskListView.designer.cs
r6976 r8085 25 25 private void InitializeComponent() { 26 26 components = new System.ComponentModel.Container(); 27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 28 28 } 29 29 -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs
r7192 r8085 492 492 // 493 493 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 494 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;494 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 495 495 this.Controls.Add(this.tabControl); 496 496 this.Name = "HiveTaskView"; -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs
r7257 r8085 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.Name = "OptimizerHiveTaskView"; 123 123 this.stateLogTabPage.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.