Menu

[r2700]: / trunk / Src / FmFavouritesDlg.dfm  Maximize  Restore  History

Download this file

58 lines (57 with data), 1.3 kB

inherited FavouritesDlg: TFavouritesDlg
  Caption = 'Favourites'
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    object btnDisplay: TButton
      Left = 293
      Top = -1
      Width = 85
      Height = 25
      Action = actDisplay
      Caption = '&Display'
      TabOrder = 0
    end
    object btnDelete: TButton
      Left = 293
      Top = 30
      Width = 85
      Height = 25
      Action = actDelete
      Caption = '&Remove'
      TabOrder = 1
    end
    object btnDeleteAll: TButton
      Left = 293
      Top = 63
      Width = 85
      Height = 25
      Action = actDeleteAll
      Caption = '&Clear All'
      TabOrder = 2
    end
  end
  inherited btnClose: TButton
    OnClick = btnCloseClick
  end
  object alDlg: TActionList
    Left = 416
    Top = 152
    object actDelete: TAction
      Caption = '&Remove Favourite'
      OnExecute = actDeleteExecute
      OnUpdate = actDeleteUpdate
    end
    object actDisplay: TAction
      Caption = '&Display Favourite'
      OnExecute = actDisplayExecute
      OnUpdate = actDisplayUpdate
    end
    object actDeleteAll: TAction
      Caption = '&Clear All Favourites'
      OnExecute = actDeleteAllExecute
      OnUpdate = actDeleteAllUpdate
    end
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.