63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
|
|
inherited frViewTotalPedido: TfrViewTotalPedido
|
||
|
|
Width = 465
|
||
|
|
Height = 71
|
||
|
|
Align = alBottom
|
||
|
|
object GroupBox1: TGroupBox
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
Width = 449
|
||
|
|
Height = 53
|
||
|
|
Caption = 'Importe total del pedido'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clActiveCaption
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
TabOrder = 0
|
||
|
|
object Label7: TLabel
|
||
|
|
Left = 19
|
||
|
|
Top = 22
|
||
|
|
Width = 80
|
||
|
|
Height = 13
|
||
|
|
Caption = 'Importe total:'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clActiveCaption
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
end
|
||
|
|
object cxCurrencyEdit5: TcxDBCurrencyEdit
|
||
|
|
Left = 106
|
||
|
|
Top = 18
|
||
|
|
AutoSize = False
|
||
|
|
DataBinding.DataField = 'IMPORTETOTAL'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
ParentFont = False
|
||
|
|
Properties.Alignment.Horz = taRightJustify
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
Properties.UseLeftAlignmentOnEditing = False
|
||
|
|
Properties.UseThousandSeparator = True
|
||
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
||
|
|
Style.Font.Color = clWindowText
|
||
|
|
Style.Font.Height = -11
|
||
|
|
Style.Font.Name = 'Tahoma'
|
||
|
|
Style.Font.Style = []
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
Style.TextColor = clActiveCaption
|
||
|
|
Style.TextStyle = [fsBold]
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 0
|
||
|
|
Height = 21
|
||
|
|
Width = 137
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object DADataSource: TDADataSource
|
||
|
|
Left = 264
|
||
|
|
Top = 24
|
||
|
|
end
|
||
|
|
end
|