case ID_EDIT_0: // Notifications sent by 'Edit'
switch(NCode) {
case WM_NOTIFICATION_CLICKED:
// USER START (Optionally insert code for reacting on notification message)
// USER END
break;
case WM_NOTIFICATION_RELEASED:
hEdit = WM_GetDialogItem(pMsg->hWin, ID_EDIT_0);//修改编辑框用
hNumpad=CreateWindow_x1(430,90);//创建小键盘窗口
.......