This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Calendarios/Cliente/uEditorCalendarioConFiltro.dfm
2007-06-21 16:02:50 +00:00

21 lines
611 B
Plaintext

inherited fEditorCalendarioConFiltro: TfEditorCalendarioConFiltro
Caption = 'fEditorCalendarioConFiltro'
PixelsPerInch = 96
TextHeight = 13
inherited EditorActionList: TActionList
object actVerTodos: TAction
Category = 'Calendario'
Caption = 'Ver todos'
OnExecute = actVerTodosExecute
end
end
inherited JvFormStorage: TJvFormStorage
OnSavePlacement = JvFormStorageSavePlacement
end
inherited dxComponentPrinter1: TdxComponentPrinter
inherited dxComponentPrinter1Link2: TcxSchedulerReportLink
BuiltInReportLink = True
end
end
end