|
|
1.1 ! root 1: #include "MAPIAPP.h" ! 2: ! 3: MAPIAPP ICON MAPIAPP.ICO ! 4: ! 5: MAPIAPP MENU ! 6: BEGIN ! 7: POPUP "&Access" ! 8: BEGIN ! 9: MENUITEM "&Logon", IDM_A_LOGON ! 10: MENUITEM "Log&Off", IDM_A_LOGOFF ! 11: END ! 12: POPUP "&Send" ! 13: BEGIN ! 14: MENUITEM "&Mail", IDM_S_MAIL ! 15: MENUITEM "&Document", IDM_S_DOCUMENT ! 16: END ! 17: POPUP "&Manipulate" ! 18: BEGIN ! 19: MENUITEM "&Find First" IDM_M_FINDFIRST ! 20: MENUITEM "Find &Next", IDM_M_FINDNEXT ! 21: MENUITEM "&Read", IDM_M_READ ! 22: MENUITEM "&Delete", IDM_M_DELETE ! 23: END ! 24: END ! 25: ! 26: ! 27: STRINGTABLE ! 28: BEGIN ! 29: IDS_ERR_CREATE_WINDOW, "Window creation failed!" ! 30: IDS_ERR_REGISTER_CLASS, "Error registering window class" ! 31: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.