diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:55 +0300 |
commit | 931a7dc1ac0dbc7e6c1083583ced915e572f5b47 (patch) | |
tree | 9fe9a6448d44030e26aa7107ce16044ed413e0d0 /protocols/LotusNotify/src/resource.h | |
parent | dd7d9954042254e66e3bbbec7195c6be8b1a0663 (diff) |
all protocols (even virtual ones) moved to the Protocols folder
Diffstat (limited to 'protocols/LotusNotify/src/resource.h')
-rw-r--r-- | protocols/LotusNotify/src/resource.h | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/protocols/LotusNotify/src/resource.h b/protocols/LotusNotify/src/resource.h new file mode 100644 index 0000000000..4c9b28d25c --- /dev/null +++ b/protocols/LotusNotify/src/resource.h @@ -0,0 +1,52 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by LotusNotify.rc +// +#define IDI_ICON1 101 +#define IDD_OPT_LOTUS_MISC 102 +#define IDI_ICON2 103 +#define IDD_OPT_LOTUS_CONECTION 104 +#define IDD_OPT_LOTUS_POPUP 105 +#define IDC_SERVER 1001 +#define IDC_DATABASE 1002 +#define IDC_DATABASE2 1003 +#define IDC_INTERVAL 1003 +#define IDC_COMMAND 1004 +#define IDC_COMMAND2 1005 +#define IDC_PARAMETERS 1005 +#define IDC_ONCEONLY 1006 +#define IDC_SHOWERROR 1007 +#define IDC_SERVERSEC 1008 +#define IDC_SETCOLOURS 1009 +#define IDC_INTERVAL1 1010 +#define IDC_BGCOLOR 1011 +#define IDC_FGCOLOR 1012 +#define IDC_NONCLICKEDONLY 1013 +#define IDC_NEWEST 1014 +#define IDC_BUTTON_DETECT 1015 +#define IDC_STATUS 1016 +#define IDC_BUTTON_CLEAR 1019 +#define IDC_FILTER_SENDER 1020 +#define IDC_FILTER_SUBJECT 1021 +#define IDC_BUTTON_ADD_SENDER_FILTER 1022 +#define IDC_BUTTON_ADD_SUBJECT_FILTER 1023 +#define IDC_BUTTON_REMOVE_SENDER_FILTER 1024 +#define IDC_BUTTON_REMOVE_SUBJECT_FILTER 1025 +#define IDC_PASSWORD 1026 +#define IDC_BUTTON_CHECK 1027 +#define IDC_FILTER_TO 1028 +#define IDC_BUTTON_ADD_TO_FILTER 1029 +#define IDC_BUTTON_REMOVE_TO_FILTER 1030 +#define IDC_KEEP_CONNEXION_ON_ERROR 1031 +#define IDC_REMEMBEREVENNONCLICKED 1032 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 106 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1033 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |