#ifndef IDS_H__ #define IDS_H__ // Used by pack2.rc // #define IDI_DOCUMENT 1 // Dialogs #define IDD_SELECTFILE 102 #define IDD_SELECTICON 103 #define IDD_SELECTLABEL 107 #define IDD_EDITEMBEDPACKAGE 108 #define IDD_EDITCMDPACKAGE 109 #define IDC_COMMAND 1003 #define IDC_BROWSE 1004 #define IDC_CHANGEICON 1005 #define IDC_PACKICON 1007 #define IDC_WIZBMP 1009 #define IDC_EDIT1 1013 #define IDC_EDIT2 1014 #define IDC_CHECK1 1015 // Strings #define IDS_BROWSEEXT 2001 #define IDS_BROWSEFILTER 2002 #define IDS_BROWSETITLE 2003 #define IDS_APP_TITLE 3000 #define IDS_UPDATE_ERROR 3001 #define IDS_OLD_FORMAT_ERROR 3002 #define IDS_CREATE_ERROR 3003 #define IDS_COPY_ERROR 3004 #define IDS_COPY_COMPLETE 3005 #define IDS_INVALID_COMMAND_LINE 3006 #define IDS_COMMAND_LINE_NOT_ALLOWED 3007 #define IDS_NO_SUCH_FILE_CANNOT_SAVE 3008 #define IDS_CANNOT_EDIT_PACKAGE 3009 #define IDS_ICON_TITLE_FORMAT 3010 #define IDS_PACKAGE_WARNING 3011 #define IDS_PACKAGE_EXECUTABLE_WARNING 3012 #define IDS_WARNING_DLG_TITLE 3013 #define IDS_COMMAND_LINE 3014 #define IDS_ICON_COMMAND_LINE_FORMAT 3015 // Icons #define IDI_PACKAGER 1500 #define IDI_PACKAGE_WARNING 1501 // Bitmaps #define IDB_PACKWIZBMP 5000 #define IDC_STATIC -1 #endif