Einzelnen Beitrag anzeigen

Benutzerbild von cs.rumpelstilzchen
cs.rumpelstilzchen

Registriert seit: 16. Sep 2004
Ort: NRW
72 Beiträge
 
Delphi XE4 Professional
 
#1

TMonthCalendar Darstellung unter Windows 7

  Alt 14. Mär 2011, 14:50
Hallo Forum!

Habe ein Problem mit der Darstellung des MonthCalendar unter Win7
Ich habe die Schriftgröße auf 28 gesetzt, damit die Bedienung über TouchScreen möglich ist.
Das funktionierte bislang super!

Siehe Bilder! "Project VCL WinXP.jpg" und "Project runtime WinXP.jpg"
VCL zeigt jeweils das Aussehen im VCL-Editor, runtime das Ergebnis zur Laufzeit.

Unter Windows 7 (32 und 64bit getestet!) sieht das ganz anders aus!
Im VCL-Editor alles gut, zur Laufzeit klitzekleine Darstellung!
Aber NUR im Rahmen des gesamten (sehr sehr großen!) Projektes!

Ein einzelnes Testprojekt verhält sich "normal", d.h. wie unter WinXP.

Habe mit den Parametern AutoSize, Font, ParentFont herumgespielt, NIX!

Woran kann das liegen? Was übersehe ich da???
Gibt es Projektweite Einstellungen, die das bewirken?

Bin für jeden Hinweis dankbar!

Benutze Delphi 2005!

Delphi-Quellcode:
object DatumeingabeWnd: TDatumeingabeWnd
  Left = 422
  Top = 220
  VertScrollBar.ButtonSize = 100
  VertScrollBar.Size = 100
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'Datum ausw'#228'hlen'
  ClientHeight = 505
  ClientWidth = 449
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Calendar: TMonthCalendar
    Left = 8
    Top = 10
    Width = 433
    Height = 424
    Cursor = crHandPoint
    CalColors.TitleBackColor = clMedGray
    CalColors.MonthBackColor = cl3DLight
    CalColors.TrailingTextColor = clSilver
    Date = 0.592284270831442000
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -37
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    ShowToday = False
    TabOrder = 0
    WeekNumbers = True
    OnClick = CalendarClick
  end
  object BtnVormonat: TBitBtn
    Left = 12
    Top = 24
    Width = 65
    Height = 65
    TabOrder = 1
    OnMouseUp = BtnVormonatMouseUp
    Glyph.Data = {}
    Margin = 8
    Spacing = 0
  end
  object BtnFolgemonat: TBitBtn
    Left = 372
    Top = 24
    Width = 65
    Height = 65
    TabOrder = 2
    OnMouseUp = BtnFolgemonatMouseUp
    Glyph.Data = {}
    Margin = 10
    Spacing = 0
  end
  object BtnAbbruch: TBitBtn
    Left = 144
    Top = 440
    Width = 177
    Height = 57
    Cancel = True
    Caption = 'Abbruch'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnMouseUp = BtnAbbruchMouseUp
    Glyph.Data = {}
    NumGlyphs = 2
  end
end
Miniaturansicht angehängter Grafiken
project-vcl-winxp.jpg   project-runtime-winxp.jpg   project-runtime-win7.jpg   standalone-vcl-win7.jpg   standalone-runtime-win7.jpg  

Der weiß, daß er nichts weiß, wie alle anderen auch nichts wissen.
Nur weiß er, was die anderen und auch er selbst noch lernen müssen.
(Novalis 1772 - 1801)
  Mit Zitat antworten Zitat