50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
|
|
inherited fEditorDBBase: TfEditorDBBase
|
||
|
|
Left = 482
|
||
|
|
Top = 361
|
||
|
|
Caption = 'fEditorDBBase'
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
inherited JvNavPanelHeader: TJvNavPanelHeader
|
||
|
|
inherited Image1: TImage
|
||
|
|
Picture.Data = {00}
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited EditorActionList: TActionList
|
||
|
|
inherited actModificar: TAction
|
||
|
|
OnUpdate = actModificarUpdate
|
||
|
|
end
|
||
|
|
inherited actGuardar: TAction
|
||
|
|
OnExecute = actGuardarExecute
|
||
|
|
end
|
||
|
|
inherited actEliminar: TAction
|
||
|
|
OnExecute = actEliminarExecute
|
||
|
|
OnUpdate = actEliminarUpdate
|
||
|
|
end
|
||
|
|
inherited actPrevisualizar: TAction
|
||
|
|
OnUpdate = actPrevisualizarUpdate
|
||
|
|
end
|
||
|
|
inherited actImprimir: TAction
|
||
|
|
OnUpdate = actImprimirUpdate
|
||
|
|
end
|
||
|
|
inherited actRefrescar: TAction
|
||
|
|
OnExecute = actRefrescarExecute
|
||
|
|
OnUpdate = actRefrescarUpdate
|
||
|
|
end
|
||
|
|
inherited actAnterior: TAction
|
||
|
|
OnExecute = actAnteriorExecute
|
||
|
|
OnUpdate = actAnteriorUpdate
|
||
|
|
end
|
||
|
|
inherited actSiguiente: TAction
|
||
|
|
OnExecute = actSiguienteExecute
|
||
|
|
OnUpdate = actSiguienteUpdate
|
||
|
|
end
|
||
|
|
inherited actCancelarCambios: TAction
|
||
|
|
OnExecute = actCancelarCambiosExecute
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object dsDataTable: TDADataSource [8]
|
||
|
|
Left = 40
|
||
|
|
Top = 88
|
||
|
|
end
|
||
|
|
end
|