inherited frViewFormaPago: TfrViewFormaPago Width = 300 Constraints.MinWidth = 300 DesignSize = ( 300 222) 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 = 'FORMAPAGO' 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