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

48 lines
1.1 KiB
Plaintext

inherited frViewFormaPago: TfrViewFormaPago
Width = 300
ExplicitWidth = 300
DesignSize = (
300
291)
object Label5: TLabel
Left = 8
Top = 8
Width = 85
Height = 13
Caption = 'Forma de pago'
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 96
Top = 8
Width = 192
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object memFormaPago: TcxDBMemo
Left = 16
Top = 32
Anchors = [akLeft, akTop, akRight, akBottom]
DataBinding.DataField = 'FORMA_PAGO'
DataBinding.DataSource = DADataSource
Properties.ScrollBars = ssVertical
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Height = 175
Width = 269
end
object DADataSource: TDADataSource
Left = 16
Top = 48
end
end