git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
67 lines
2.1 KiB
Plaintext
67 lines
2.1 KiB
Plaintext
inherited frViewContratosFacturaProveedor: TfrViewContratosFacturaProveedor
|
|
OnCreate = CustomViewCreate
|
|
OnDestroy = CustomViewDestroy
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
object cxGridViewID_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_FACTURA'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_CONTRATO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_CONTRATO'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
Options.Editing = False
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
end
|
|
object cxGridViewNIF_CIF: TcxGridDBColumn
|
|
Caption = 'NIF/CIF'
|
|
DataBinding.FieldName = 'NIF_CIF'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.ReadOnly = True
|
|
Options.Editing = False
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.ReadOnly = True
|
|
Options.Editing = False
|
|
end
|
|
object cxGridViewIMPORTE: TcxGridDBColumn
|
|
Caption = 'Importe'
|
|
DataBinding.FieldName = 'IMPORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
inherited actModificar: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|