git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@967 0c75b7a4-871f-7646-8a2f-f78d34cc349f
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
inherited frViewObservaciones: TfrViewObservaciones
|
|
Width = 300
|
|
ExplicitWidth = 300
|
|
DesignSize = (
|
|
300
|
|
291)
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 85
|
|
Height = 13
|
|
Caption = 'Observaciones'
|
|
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 memObservaciones: TcxDBMemo
|
|
Left = 16
|
|
Top = 32
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
DataBinding.DataField = 'OBSERVACIONES'
|
|
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 = 179
|
|
Width = 269
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 16
|
|
Top = 48
|
|
end
|
|
end
|