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/Base/uViewPlazoEntrega.dfm
2007-06-21 16:02:50 +00:00

48 lines
1.1 KiB
Plaintext

inherited frViewPlazoEntrega: TfrViewPlazoEntrega
Width = 300
Constraints.MinWidth = 300
DesignSize = (
300
240)
object Label5: TLabel
Left = 8
Top = 8
Width = 97
Height = 13
Caption = 'Plazo de entrega'
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 = 112
Top = 8
Width = 176
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object memPlazoEntrega: TcxDBMemo
Left = 16
Top = 32
Anchors = [akLeft, akTop, akRight, akBottom]
DataBinding.DataField = 'PLAZOENTREGA'
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 = 193
Width = 269
end
object DADataSource: TDADataSource
Left = 16
Top = 48
end
end