ConstruccionesCNJ_FactuGES/Base/GUIBase/uViewBarraSeleccion.dfm
2007-06-21 15:50:59 +00:00

64 lines
1.5 KiB
Plaintext

inherited frViewBarraSeleccion: TfrViewBarraSeleccion
Width = 451
Height = 36
Align = alBottom
ExplicitWidth = 451
ExplicitHeight = 36
object JvFooter1: TJvFooter
Left = 0
Top = 0
Width = 451
Height = 36
Align = alClient
DesignSize = (
451
36)
object bSeleccionar: TJvFooterBtn
Left = 291
Top = 6
Width = 74
Height = 23
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 = 369
Top = 6
Width = 74
Height = 23
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 = 4
Top = 3
object actSeleccionar: TAction
Caption = 'Seleccionar'
end
object actCancelar: TAction
Caption = 'Cancelar'
end
end
end