Thema: Delphi Actionbands und Drag

Einzelnen Beitrag anzeigen

Benutzerbild von fylo
fylo

Registriert seit: 18. Feb 2004
Ort: Rostock
155 Beiträge
 
Delphi 7 Personal
 
#9

Re: Actionbands und Drag

  Alt 24. Feb 2004, 10:48
hi

hier meine Einstellungen:

Delphi-Quellcode:
 object ControlBar: TControlBar
    Left = 0
    Top = 0
    Width = 527
    Height = 28
    Align = alTop
    BevelEdges = [beBottom]
    BevelKind = bkSoft
    TabOrder = 0
    object MainMenu: TActionMainMenuBar
      Left = 11
      Top = 2
      Width = 250
      Height = 48
      UseSystemFont = False
      ActionManager = ActionManager
      Caption = 'Menu'
      ColorMap.HighlightColor = 15921906
      ColorMap.BtnSelectedColor = clBtnFace
      ColorMap.UnusedColor = 15921906
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      Spacing = 0
    end
  end
eigentlich nix weltbewegendes...

edit:
achso: autodarg und autodock sind auf true
have fun
fylo
  Mit Zitat antworten Zitat