| 62 | } |
| 63 | |
| 64 | void NSFTrackSetupDialog::OnShowWindow(BOOL bShow, UINT nStatus) |
| 65 | { |
| 66 | CDialog::OnShowWindow(bShow, nStatus); |
| 67 | CString text; |
| 68 | text.Format("%2dHz",m_freq_value); |
| 69 | m_freq_text.SetWindowText(text); |
| 70 | text.Format("%3dms",m_delay_value); |
| 71 | m_delay_text.SetWindowText(text); |
| 72 | } |
| 73 | |
| 74 | void NSFTrackSetupDialog::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected