AbetoDesign_FactuGES2/Source/Modulos/Contactos/Views/uViewClienteDescuentos.dfm

55 lines
1.6 KiB
Plaintext
Raw Normal View History

inherited frViewClienteDescuentos: TfrViewClienteDescuentos
Width = 580
Height = 513
ExplicitWidth = 580
ExplicitHeight = 513
inherited cxGrid: TcxGrid
Width = 580
Height = 488
ExplicitWidth = 580
ExplicitHeight = 488
inherited cxGridView: TcxGridDBTableView
object cxGridViewPROVEEDOR: TcxGridDBColumn
Caption = 'Proveedor'
DataBinding.FieldName = 'ID_PROVEEDOR'
PropertiesClassName = 'TcxLookupComboBoxProperties'
Properties.ImmediatePost = True
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
SortOrder = soAscending
FieldName = 'NOMBRE'
end>
Properties.ListOptions.GridLines = glNone
Properties.ListOptions.ShowHeader = False
Properties.ListOptions.SyncMode = True
Properties.ListSource = dsProveedores
end
object cxGridViewDESCUENTO: TcxGridDBColumn
Caption = 'Descuento'
DataBinding.FieldName = 'DESCUENTO'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.ImmediatePost = True
Properties.MaxValue = 100.000000000000000000
BestFitMaxWidth = 30
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
Width = 30
end
end
end
inherited ToolBar1: TToolBar
Width = 580
ExplicitWidth = 580
end
inherited ActionListContenido: TActionList
inherited actModificar: TAction
Visible = False
end
end
object dsProveedores: TDADataSource
Left = 72
Top = 144
end
end