- Timestamp:
- 06/05/12 12:41:58 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Views
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Views/AsynchronousContentView.Designer.cs
r7259 r7967 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 -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Views/ContentView.Designer.cs
r7259 r7967 38 38 // 39 39 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 40 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;40 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 41 41 this.Name = "ContentView"; 42 42 this.ResumeLayout(false); -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Views/ProgressView.designer.cs
r7582 r7967 78 78 // 79 79 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 81 81 this.Controls.Add(this.panel); 82 82 this.Name = "ProgressView"; -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Views/View.Designer.cs
r7259 r7967 50 50 // 51 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 53 53 this.Name = "ViewBase"; 54 54 this.Load += new System.EventHandler(this.View_Load);
Note: See TracChangeset
for help on using the changeset viewer.