54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
|
inherited frViewBarraSeleccion: TfrViewBarraSeleccion
|
||
|
|
Width = 443
|
||
|
|
Height = 38
|
||
|
|
Align = alBottom
|
||
|
|
AutoScroll = False
|
||
|
|
Visible = False
|
||
|
|
object pnlSeleccion: TPanel
|
||
|
|
Left = 0
|
||
|
|
Top = 1
|
||
|
|
Width = 443
|
||
|
|
Height = 37
|
||
|
|
Align = alBottom
|
||
|
|
BevelOuter = bvNone
|
||
|
|
ParentBackground = True
|
||
|
|
TabOrder = 0
|
||
|
|
DesignSize = (
|
||
|
|
443
|
||
|
|
37)
|
||
|
|
object bSeleccionar: TButton
|
||
|
|
Left = 268
|
||
|
|
Top = 7
|
||
|
|
Width = 74
|
||
|
|
Height = 23
|
||
|
|
Action = actSeleccionar
|
||
|
|
Anchors = [akRight]
|
||
|
|
Default = True
|
||
|
|
ModalResult = 1
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
object bCancelar: TButton
|
||
|
|
Left = 347
|
||
|
|
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
|