- Timestamp:
- 06/05/12 12:41:58 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/GanttChart.Designer.cs
r7410 r7967 58 58 // 59 59 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 60 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;60 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 61 61 this.Controls.Add(this.chart); 62 62 this.Name = "GanttChart"; -
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HistogramControl.Designer.cs
r7259 r7967 117 117 // 118 118 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 120 120 this.Controls.Add(this.exactCheckBox); 121 121 this.Controls.Add(this.label1); -
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/ImageExportDialog.Designer.cs
r7216 r7967 656 656 this.AcceptButton = this.okButton; 657 657 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 658 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;658 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 659 659 this.CancelButton = this.cancelButton; 660 660 this.ClientSize = new System.Drawing.Size(794, 522);
Note: See TracChangeset
for help on using the changeset viewer.