If you look in the original .asm code source file you will see the string for the config bits.

__CONFIG _CP_OFF & _WDT_ON & _HS_OSC & _PWRTE_ON & _LVP_OFF & _MCLRE_OFF
If you look in the box at the right of your programmer Hex display you will see the declaration: Configuration Word 0x3F46.
This hex value is the compiled value equal to the __config string above.
Al.