| 44 | // NSFTrackSetupDialog ���b�Z�[�W �n���h�� |
| 45 | |
| 46 | BOOL NSFTrackSetupDialog::OnInitDialog() |
| 47 | { |
| 48 | __super::OnInitDialog(); |
| 49 | |
| 50 | m_freq.SetRange(1,60); |
| 51 | m_freq.SetTicFreq(10); |
| 52 | m_freq.SetPageSize(5); |
| 53 | m_freq.SetLineSize(1); |
| 54 | m_delay.SetRange(-1000,1000); |
| 55 | m_delay.SetTicFreq(250); |
| 56 | m_delay.SetPageSize(250); |
| 57 | m_delay.SetLineSize(50); |
| 58 | UpdateData(FALSE); |
| 59 | |
| 60 | return TRUE; // return TRUE unless you set the focus to a control |
| 61 | // ��O : OCX �v���p�e�B �y�[�W�͕K�� FALSE ��Ԃ��܂��B |
| 62 | } |
| 63 | |
| 64 | void NSFTrackSetupDialog::OnShowWindow(BOOL bShow, UINT nStatus) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected