git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@7 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
21 lines
611 B
Plaintext
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
|