ConstruccionesCNJ_FactuGES/Modulos/Pedidos a proveedor/Views/uViewTotalPedido.dfm
2007-06-21 15:50:59 +00:00

66 lines
1.8 KiB
Plaintext

inherited frViewTotalPedido: TfrViewTotalPedido
Width = 451
Height = 71
Align = alBottom
ExplicitWidth = 451
ExplicitHeight = 71
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 = 'IMPORTE_TOTAL'
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]
Style.IsFontAssigned = True
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