/*+-------------------------------------------------------------------------+ | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. | +-------------------------------------------------------------------------+*/ #ifndef _HRESOURCE_ #define _HRESOURCE_ #ifdef __cplusplus extern "C"{ #endif // +------------------------------------------------------------------------+ // | Main MoveIt Dialog // +------------------------------------------------------------------------+ #define IDC_STATIC -1 #define IDR_MAINFRAME 1 #define IDD_ABOUTBOX 999 #define ID_INIT 1000 #define IDC_SET 1001 #define IDC_RESET 1002 #define IDC_TABCTRL 1003 #define IDC_COMBO1 1004 #define IDC_EDIT1 1005 #define IDC_WARNINGS 1010 #define IDC_FUNCTION 1011 #define IDC_PACK 1012 #define IDC_REQUEST 1013 #define IDC_FREE 1014 #define IDC_REGISTRY 1015 #define IDC_REPLICATION 1016 #define IDC_RPC 1017 #define IDC_INIT 1018 #define IDC_DATABASE 1019 #define IDC_TABLE 1050 #define IDC_DUMPALL 1051 #define IDC_DUMPITEM 1052 #define IDC_ITEM 1053 #define IDC_FORCEREPLICATE 1100 #define IDC_TRACE 1101 #define IDC_CONFIG 1102 #define ID_UPDATE 1500 #ifdef __cplusplus } #endif #endif