This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Cuentas/Cliente/uViewCuenta.dfm
2007-06-21 16:02:50 +00:00

90 lines
2.2 KiB
Plaintext

inherited frViewCuenta: TfrViewCuenta
Width = 600
Height = 270
Align = alClient
AutoSize = True
Constraints.MinHeight = 245
Constraints.MinWidth = 600
object pnlGeneral: TPanel
Left = 0
Top = 0
Width = 601
Height = 161
BevelOuter = bvNone
Constraints.MinWidth = 300
ParentBackground = True
ParentColor = True
TabOrder = 0
DesignSize = (
601
161)
object Label5: TLabel
Left = 8
Top = 8
Width = 109
Height = 13
Caption = 'Datos de la cuenta'
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 = 128
Top = 8
Width = 465
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object Label2: TLabel
Left = 16
Top = 56
Width = 61
Height = 13
Caption = 'Otros datos:'
end
object Label1: TLabel
Left = 16
Top = 32
Width = 41
Height = 13
Caption = 'Nombre:'
end
object eNombre: TcxDBTextEdit
Left = 93
Top = 28
DataBinding.DataField = 'NOMBRE'
DataBinding.DataSource = DADataSource
Style.Color = 14745599
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 492
end
object memOtrosDatos: TcxDBMemo
Left = 93
Top = 56
Anchors = [akLeft, akTop, akRight, akBottom]
DataBinding.DataField = 'OTROSDATOS'
DataBinding.DataSource = DADataSource
Properties.ScrollBars = ssVertical
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Height = 81
Width = 492
end
end
object DADataSource: TDADataSource
Left = 16
Top = 80
end
end