inherited frViewBarraSeleccion: TfrViewBarraSeleccion
Width = 443
Height = 19
Align = alBottom
AutoScroll = False
Visible = False
object pnlSeleccion: TPanel
Left = 0
Top = -18
Height = 37
BevelOuter = bvNone
ParentBackground = True
TabOrder = 0
DesignSize = (
443
37)
object bSeleccionar: TButton
Left = 264
Top = 7
Width = 74
Height = 23
Action = actSeleccionar
Anchors = [akRight]
Default = True
ModalResult = 1
end
object bCancelar: TButton
Left = 343
Action = actCancelar
Cancel = True
ModalResult = 2
TabOrder = 1
object ActionListSeleccion: TActionList
Left = 8
Top = 5
object actSeleccionar: TAction
Caption = '&Seleccionar'
object actCancelar: TAction
Caption = '&Cancelar'
OnExecute = actCancelarExecute