- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 6 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/StateLog/StateLogGanttChartListView.designer.cs
r7410 r8085 40 40 // 41 41 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 42 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;42 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 43 43 this.Controls.Add(this.ganttChart); 44 44 this.Name = "StateLogGanttChartListView"; -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartView.designer.cs
r7410 r8085 40 40 // 41 41 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 42 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;42 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 43 43 this.Controls.Add(this.ganttChart); 44 44 this.Name = "StateLogGanttChartView"; -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogListView.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/StateLog/StateLogView.designer.cs
r6976 r8085 129 129 // 130 130 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 132 132 this.Controls.Add(this.exceptionLabel); 133 133 this.Controls.Add(this.userIdLabel);
Note: See TracChangeset
for help on using the changeset viewer.