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.
49 lines
1.9 KiB
49 lines
1.9 KiB
/*-----------------------------
|
|
APITest.RC resource script
|
|
-----------------------------*/
|
|
|
|
#include <windows.h>
|
|
#include "apitest.h"
|
|
|
|
APITest MENU
|
|
{
|
|
POPUP "&File"
|
|
{
|
|
MENUITEM "E&xit", IDM_EXIT
|
|
}
|
|
POPUP "&Test"
|
|
{
|
|
MENUITEM "&Allocate", IDM_ALLOCATE
|
|
MENUITEM "&IProp", IDM_IPROP
|
|
MENUITEM "Contents &Table", IDM_CONTENTS_TABLE
|
|
MENUITEM "GetSearc&hPath", IDM_GETSEARCHPATH
|
|
MENUITEM "&WABOpen", IDM_WABOPEN
|
|
MENUITEM "&CreateEntry", IDM_CREATE_ENTRY
|
|
MENUITEM "Create D&L", IDM_CREATE_DL
|
|
MENUITEM "&ResolveName", IDM_RESOLVE_NAME
|
|
MENUITEM "Resol&veNames", IDM_RESOLVE_NAMES
|
|
MENUITEM "D&eleteEntries", IDM_DELETE_ENTRIES
|
|
POPUP "A&ddress (Select Recipients)"
|
|
{
|
|
MENUITEM "&0 Wells", IDM_ADDRESS_WELLS0
|
|
MENUITEM "&1 Wells", IDM_ADDRESS_WELLS1
|
|
MENUITEM "&2 Wells", IDM_ADDRESS_WELLS2
|
|
MENUITEM "&3 Wells", IDM_ADDRESS_WELLS3
|
|
MENUITEM "&Default", IDM_ADDRESS_DEFAULT
|
|
}
|
|
MENUITEM "Address (&Browse)", IDM_ADDRESS_BROWSE_ONLY
|
|
MENUITEM "Address (Browse &Modal)", IDM_ADDRESS_BROWSE_MODAL_ONLY
|
|
MENUITEM "Address (&Pick User)", IDM_ADDRESS_PICK_USER
|
|
MENUITEM "&Details", IDM_DETAILS
|
|
MENUITEM "Details (&One Off)", IDM_DETAILS_ONE_OFF
|
|
MENUITEM "Root Container", IDM_ROOT_CONTAINER
|
|
MENUITEM "&Notifications", IDM_NOTIFICATIONS
|
|
MENUITEM "Get&Me", IDM_GETME
|
|
}
|
|
POPUP "&Help"
|
|
{
|
|
MENUITEM "&About APITest...", IDM_ABOUT
|
|
}
|
|
}
|
|
|
|
#include "instring.rc"
|