X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=resource.h;h=bebd411e2d9cd4e44d8d012616581de721059908;hb=2c60e5334f6df07bf42e7a91cf59638453eca473;hp=ec82a788bcf42093152097d9c00ff231a8ec321a;hpb=2f219930f488b2551326900df5c201de2e9304f2;p=nssm.git diff --git a/resource.h b/resource.h index ec82a78..bebd411 100644 --- a/resource.h +++ b/resource.h @@ -3,15 +3,19 @@ // Used by nssm.rc // #define IDC_STATIC (-1) -#define IDI_NSSM 101 -#define IDD_INSTALL 102 -#define IDD_REMOVE 103 -#define IDD_APPLICATION 104 -#define IDD_IO 105 -#define IDD_ROTATION 106 -#define IDD_APPEXIT 107 -#define IDD_SHUTDOWN 108 -#define IDD_ENVIRONMENT 109 +#define IDI_NSSM 101 +#define IDD_INSTALL 102 +#define IDD_REMOVE 103 +#define IDD_EDIT 104 +#define IDD_APPLICATION 105 +#define IDD_DETAILS 106 +#define IDD_LOGON 107 +#define IDD_IO 108 +#define IDD_ROTATION 109 +#define IDD_APPEXIT 110 +#define IDD_SHUTDOWN 111 +#define IDD_ENVIRONMENT 112 +#define IDD_NATIVE 113 #define IDC_PATH 1000 #define IDC_TAB1 1001 #define IDC_CANCEL 1002 @@ -40,18 +44,25 @@ #define IDC_ENVIRONMENT_REPLACE 1026 #define IDC_TRUNCATE 1027 #define IDC_ROTATE 1028 -#define IDC_ROTATE_SECONDS_ENABLED 1029 -#define IDC_ROTATE_SECONDS 1030 -#define IDC_ROTATE_BYTES_LOW_ENABLED 1031 -#define IDC_ROTATE_BYTES_LOW 1032 +#define IDC_ROTATE_SECONDS 1029 +#define IDC_ROTATE_BYTES_LOW 1030 +#define IDC_DISPLAYNAME 1031 +#define IDC_DESCRIPTION 1032 +#define IDC_STARTUP 1033 +#define IDC_LOCALSYSTEM 1034 +#define IDC_INTERACT 1035 +#define IDC_ACCOUNT 1036 +#define IDC_USERNAME 1037 +#define IDC_PASSWORD1 1038 +#define IDC_PASSWORD2 1039 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 110 +#define _APS_NEXT_RESOURCE_VALUE 114 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1033 +#define _APS_NEXT_CONTROL_VALUE 1040 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif