This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Source/Modulos/Contactos/Views/uViewAgenteComisiones.dfm
2007-06-11 15:29:06 +00:00

55 lines
1.6 KiB
Plaintext

inherited frAgenteComisiones: TfrAgenteComisiones
Width = 626
Height = 495
ExplicitWidth = 626
ExplicitHeight = 495
inherited cxGrid: TcxGrid
Width = 626
Height = 470
ExplicitWidth = 626
ExplicitHeight = 470
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.ListSource = dsProveedores
end
object cxGridViewCOMISION: TcxGridDBColumn
Caption = 'Comisi'#243'n'
DataBinding.FieldName = 'COMISION'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.ImmediatePost = True
Properties.MaxValue = 100.000000000000000000
BestFitMaxWidth = 30
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
Width = 30
end
end
end
inherited ToolBar1: TToolBar
Width = 626
ExplicitWidth = 626
end
inherited ActionListContenido: TActionList
inherited actModificar: TAction
Enabled = False
Visible = False
end
end
object dsProveedores: TDADataSource
Left = 72
Top = 144
end
end