MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / OnInitDialog

Method OnInitDialog

nsfplug_ui/NSFTrackSetupDialog.cpp:46–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// NSFTrackSetupDialog ���b�Z�[�W �n���h��
45
46BOOL 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
64void NSFTrackSetupDialog::OnShowWindow(BOOL bShow, UINT nStatus)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected