| 61 | } |
| 62 | |
| 63 | BOOL KeyDialog::OnInitDialog() |
| 64 | { |
| 65 | CDialog::OnInitDialog(); |
| 66 | m_keywindow.Create(m_keywindow.IDD, this); |
| 67 | m_keywindow.ShowWindow(SW_SHOW); |
| 68 | m_keyheader.Create(m_keyheader.IDD, this); |
| 69 | m_keyheader.ShowWindow(SW_SHOW); |
| 70 | return TRUE; // return TRUE unless you set the focus to a control |
| 71 | // ��O : OCX �v���p�e�B �y�[�W�͕K�� FALSE ��Ԃ��܂��B |
| 72 | } |
| 73 | |
| 74 | void KeyDialog::OnSize(UINT nType, int cx, int cy) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected