Changeset 771 for trunk/dll/key.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/key.c
r551 r771 114 114 MPFROMLONG(sk0), MPVOID); 115 115 WinShowWindow(WinWindowFromID(hwnd, ABT_ICON), TRUE); 116 DosSleep( 33L);116 DosSleep(16); 117 117 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 118 118 MPFROMLONG(sk1), MPVOID); 119 DosSleep( 33L);119 DosSleep(16L);//05 Aug 07 GKY 33 120 120 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 121 121 MPFROMLONG(sk2), MPVOID); 122 DosSleep( 33L);122 DosSleep(16);//05 Aug 07 GKY 33 123 123 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 124 124 MPFROMLONG(sk3), MPVOID); 125 DosSleep( 33L);125 DosSleep(16);//05 Aug 07 GKY 33 126 126 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 127 127 MPFROMLONG(sk4), MPVOID); 128 DosSleep( 33L);128 DosSleep(16);//05 Aug 07 GKY 33 129 129 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 130 130 MPFROMLONG(sk5), MPVOID); 131 DosSleep( 33L);131 DosSleep(16);//05 Aug 07 GKY 33 132 132 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 133 133 MPFROMLONG(sk6), MPVOID); 134 DosSleep( 33L);134 DosSleep(16);//05 Aug 07 GKY 33 135 135 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 136 136 MPFROMLONG(sk7), MPVOID); 137 DosSleep( 33L);137 DosSleep(16);//05 Aug 07 GKY 33 138 138 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 139 139 MPFROMLONG(sk8), MPVOID); 140 DosSleep( 33L);140 DosSleep(16);//05 Aug 07 GKY 33 141 141 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 142 142 MPFROMLONG(sk9), MPVOID); 143 DosSleep( 257L);143 DosSleep(100);//05 Aug 07 GKY 257 144 144 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 145 145 MPFROMLONG(sk8), MPVOID); 146 DosSleep( 33L);146 DosSleep(16);//05 Aug 07 GKY 33 147 147 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 148 148 MPFROMLONG(sk7), MPVOID); 149 DosSleep( 33L);149 DosSleep(16);//05 Aug 07 GKY 33 150 150 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 151 151 MPFROMLONG(sk6), MPVOID); 152 DosSleep( 33L);152 DosSleep(16);//05 Aug 07 GKY 33 153 153 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 154 154 MPFROMLONG(sk5), MPVOID); 155 DosSleep( 33L);155 DosSleep(16);//05 Aug 07 GKY 33 156 156 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 157 157 MPFROMLONG(sk4), MPVOID); 158 DosSleep( 33L);158 DosSleep(16);//05 Aug 07 GKY 33 159 159 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 160 160 MPFROMLONG(sk3), MPVOID); 161 DosSleep( 33L);161 DosSleep(16);//05 Aug 07 GKY 33 162 162 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 163 163 MPFROMLONG(sk2), MPVOID); 164 DosSleep( 33L);164 DosSleep(16);//05 Aug 07 GKY 33 165 165 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 166 166 MPFROMLONG(sk1), MPVOID); 167 DosSleep( 33L);167 DosSleep(16);//05 Aug 07 GKY 33 168 168 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, 169 169 MPFROMLONG(sk0), MPVOID); 170 DosSleep( 33L);170 DosSleep(16);//05 Aug 07 GKY 33 171 171 WinShowWindow(WinWindowFromID(hwnd, ABT_ICON), FALSE); 172 172 WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE, … … 203 203 case UM_SETDIR: 204 204 WinSetFocus(HWND_DESKTOP, HWND_DESKTOP); 205 DosSleep(250 0L);205 DosSleep(250);//05 Aug 07 GKY 2500 206 206 return 0; 207 207
Note:
See TracChangeset
for help on using the changeset viewer.