git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@19 40301925-124e-1c4e-b97d-170ad7a8785b
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
inherited frViewDetallesFacturaProveedor: TfrViewDetallesFacturaProveedor
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Properties.Alignment.Horz = taRightJustify
|
|
end
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Properties.Alignment.Horz = taCenter
|
|
Visible = False
|
|
FooterAlignmentHorz = taCenter
|
|
GroupSummaryAlignment = taCenter
|
|
HeaderAlignmentHorz = taCenter
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Properties.ReadOnly = False
|
|
Visible = False
|
|
Options.Editing = True
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
ExplicitWidth = 447
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
inherited actAnadirArticulos: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|