AlonsoYSal_FactuGES2/Source/GUIBase/uViewBarraSeleccion.dfm
2019-11-18 10:36:42 +00:00

66 lines
1.5 KiB
Plaintext

inherited frViewBarraSeleccion: TfrViewBarraSeleccion
Width = 451
Height = 49
Align = alBottom
ExplicitWidth = 451
ExplicitHeight = 49
object JvFooter1: TJvFooter
Left = 0
Top = 0
Width = 451
Height = 49
Margins.Left = 5
Margins.Right = 5
Align = alClient
DesignSize = (
451
49)
object bSeleccionar: TJvFooterBtn
Left = 239
Top = 10
Width = 100
Height = 29
Action = actSeleccionar
Anchors = [akRight, akBottom]
Default = True
ModalResult = 1
TabOrder = 0
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'Tahoma'
HotTrackFont.Style = []
ButtonIndex = 0
SpaceInterval = 6
end
object bCancelar: TJvFooterBtn
Left = 343
Top = 10
Width = 100
Height = 28
Action = actCancelar
Anchors = [akRight, akBottom]
Cancel = True
ModalResult = 2
TabOrder = 1
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'Tahoma'
HotTrackFont.Style = []
ButtonIndex = 1
SpaceInterval = 6
end
end
object BarraSeleccionActionList: TActionList
Left = 12
Top = 3
object actSeleccionar: TAction
Caption = 'Seleccionar'
end
object actCancelar: TAction
Caption = 'Cancelar'
end
end
end