git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
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
|