git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
162 lines
5.1 KiB
Plaintext
162 lines
5.1 KiB
Plaintext
inherited frViewRecibosRemesaCliente: TfrViewRecibosRemesaCliente
|
|
Width = 549
|
|
Height = 376
|
|
OnShow = CustomViewShow
|
|
ExplicitWidth = 549
|
|
ExplicitHeight = 376
|
|
inherited cxGrid: TcxGrid
|
|
Width = 549
|
|
Height = 351
|
|
ExplicitWidth = 549
|
|
ExplicitHeight = 351
|
|
inherited cxGridView: TcxGridDBTableView
|
|
OptionsCustomize.ColumnSorting = True
|
|
OptionsData.Appending = False
|
|
OptionsData.CancelOnExit = True
|
|
OptionsData.Deleting = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsView.Footer = True
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
Width = 72
|
|
end
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Items = <
|
|
item
|
|
Description = 'Pendiente'
|
|
Value = 'PENDIENTE'
|
|
end
|
|
item
|
|
Description = 'Cobrado'
|
|
ImageIndex = 0
|
|
Value = 'COBRADO'
|
|
end
|
|
item
|
|
Description = 'Devuelto'
|
|
ImageIndex = 1
|
|
Value = 'DEVUELTO'
|
|
end>
|
|
Width = 65
|
|
end
|
|
object cxGridViewID_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_FACTURA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFECHA_VENCIMIENTO: TcxGridDBColumn
|
|
Caption = 'Fecha vencimiento'
|
|
DataBinding.FieldName = 'FECHA_VENCIMIENTO'
|
|
Width = 78
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
Visible = False
|
|
end
|
|
object cxGridViewOBSERVACIONES: TcxGridDBColumn
|
|
DataBinding.FieldName = 'OBSERVACIONES'
|
|
Visible = False
|
|
end
|
|
object cxGridViewNOMBRE_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
DataBinding.FieldName = 'NOMBRE_CLIENTE'
|
|
Width = 205
|
|
end
|
|
object cxGridViewIMPORTE: TcxGridDBColumn
|
|
Caption = 'Importe'
|
|
DataBinding.FieldName = 'IMPORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 115
|
|
end
|
|
object cxGridViewOTROS_GASTOS: TcxGridDBColumn
|
|
Caption = 'Otros gastos'
|
|
DataBinding.FieldName = 'OTROS_GASTOS'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
end
|
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
|
Caption = 'Importe total'
|
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
end
|
|
object cxGridViewFECHA_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFORMA_PAGO_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FORMA_PAGO_FACTURA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewIMPORTE_FACTURA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'IMPORTE_FACTURA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewNIF_CIF_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NIF_CIF_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewENTIDAD_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ENTIDAD_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewSUCURSAL_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'SUCURSAL_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewDC_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DC_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewCUENTA_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CUENTA_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewID_EMPRESA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_EMPRESA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFECHA_ALTA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHA_ALTA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFECHA_MODIFICACION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHA_MODIFICACION'
|
|
Visible = False
|
|
end
|
|
object cxGridViewUSUARIO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'USUARIO'
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 549
|
|
ExplicitWidth = 549
|
|
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
|