- Timestamp:
- 06/05/12 12:41:58 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartListView.designer.cs
r7410 r7967 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"; -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartView.designer.cs
r7410 r7967 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"; -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogListView.designer.cs
r6976 r7967 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 -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogView.designer.cs
r6976 r7967 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.