The page dialog interprets a page and it's various fields.

At the top of this dialog is the "File Range Control". The file range control gives you a quick graphical view of where in the file this page is located.
The page trailer area includes an interpretation of the fields of the page trailer structure. They include:
- ptype The type of this page
- ptypeRepeat The type of this page. Should match ptype.
- wSig The page signature. This is based on the id and location of the page on disk
- dwCRC The CRC of the page. This is validated everytime the page is read from disk.
- bid The id of the page.
Below the page trailer is the contents of the page. You can choose how to view the bytes; in hex or binary.