Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
554 B

4 years ago
  1. #include "windows.h"
  2. #include "kbdview.h"
  3. YkeyIcon ICON KBDVIEW.ICO
  4. YkeyMenu MENU
  5. BEGIN
  6. POPUP "&File"
  7. BEGIN
  8. MENUITEM "&Refresh" , IDM_NEW
  9. MENUITEM SEPARATOR
  10. MENUITEM "E&xit" , IDM_EXIT
  11. END
  12. POPUP "&Options"
  13. BEGIN
  14. MENUITEM "&Fonts", IDM_FONT
  15. END
  16. POPUP "&Help"
  17. BEGIN
  18. MENUITEM "&About YKEY...", IDM_ABOUT
  19. END
  20. END
  21. #include "kbdview.dlg"
  22. STRINGTABLE
  23. BEGIN
  24. IDS_FILTERSTRING "Keyboard Files(*.KDF)|*.kdf|All Files(*.*)|*.*|"
  25. END