| 638 | } |
| 639 | |
| 640 | void NSFTrackDialog::OnSize(UINT nType, int cx, int cy) |
| 641 | { |
| 642 | __super::OnSize(nType, cx, cy); |
| 643 | LocateDialogItems(); |
| 644 | } |
| 645 | |
| 646 | void NSFTrackDialog::OnSizing(UINT fwSide, LPRECT pRect) |
| 647 | { |
nothing calls this directly
no outgoing calls
no test coverage detected