| 72 | } |
| 73 | |
| 74 | void KeyDialog::OnSize(UINT nType, int cx, int cy) |
| 75 | { |
| 76 | CDialog::OnSize(nType, cx, cy); |
| 77 | if(m_keyheader.m_hWnd) |
| 78 | m_keyheader.MoveWindow(0,0,cx,m_keyheader.MinHeight()); |
| 79 | if(m_keywindow.m_hWnd) |
| 80 | m_keywindow.MoveWindow(0,m_keyheader.MinHeight(),cx,cy-m_keyheader.MinHeight()); |
| 81 | } |
| 82 | |
| 83 | void KeyDialog::OnTimer(UINT nIDEvent) |
| 84 | { |