git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@12 9a1d36f3-7752-2d40-8ccb-50eb49674c68
54 lines
1.1 KiB
Plaintext
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
|