git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
90 lines
2.2 KiB
Plaintext
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
|