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/Base/uViewBarraSeleccion.dfm

54 lines
1.1 KiB
Plaintext

inherited frViewBarraSeleccion: TfrViewBarraSeleccion
Width = 443
Height = 19
Align = alBottom
AutoScroll = False
Visible = False
object pnlSeleccion: TPanel
Left = 0
Top = -18
Width = 443
Height = 37
Align = alBottom
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
TabOrder = 0
end
object bCancelar: TButton
Left = 343
Top = 7
Width = 74
Height = 23
Action = actCancelar
Anchors = [akRight]
Cancel = True
ModalResult = 2
TabOrder = 1
end
end
object ActionListSeleccion: TActionList
Left = 8
Top = 5
object actSeleccionar: TAction
Caption = '&Seleccionar'
end
object actCancelar: TAction
Caption = '&Cancelar'
OnExecute = actCancelarExecute
end
end
end