diff options
Diffstat (limited to 'NewStatusNotify/res/resource.h')
-rw-r--r-- | NewStatusNotify/res/resource.h | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/NewStatusNotify/res/resource.h b/NewStatusNotify/res/resource.h new file mode 100644 index 0000000..d54eefc --- /dev/null +++ b/NewStatusNotify/res/resource.h @@ -0,0 +1,123 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_INFO_SOUNDS 105
+#define IDD_NSN_OPT 106
+#define IDD_AUTODISABLE 113
+#define IDD_NSN_OPT_EVENTS_ENABLE 114
+#define IDD_NSN_OPT_POPUP 115
+#define IDI_POPUP 117
+#define IDI_SOUND 118
+#define IDI_MAINMENU_OFF 123
+#define IDI_MAINMENU_ON 124
+#define IDC_SOUND 1004
+#define IDC_SPEAKER 1005
+#define IDC_TEMPDISABLE 1006
+#define IDC_USEWINCOLORS 1007
+#define IDC_SHOWDISABLEMENU 1008
+#define IDC_CHK_USEDULLTEXT 1009
+#define IDC_AVOIDCLIPPING 1010
+#define IDC_READAWAYMSG 1011
+#define IDC_SHOWPREVIOUSSTATUS 1012
+#define IDC_USEPOPUPCOLORS 1013
+#define IDC_PREVIEW 1030
+#define IDC_CHANGE 1031
+#define IDC_DELETE 1032
+#define IDC_LC_DISMISS 1033
+#define IDC_RC_DISMISS 1034
+#define IDC_INDSNDLIST 1044
+#define IDC_LC_OPENMSG 1045
+#define IDC_RC_USERMENU 1046
+#define IDC_DEBUG 1050
+#define IDC_SHOWONCONNECTION 1051
+#define IDC_HIDDENCONTACTSTOO 1052
+#define IDC_USEINDIVSOUNDS 1053
+#define IDC_APPLY 1054
+#define IDC_OK 1055
+#define IDC_CANCEL 1056
+#define IDC_CONFIGUREAUTODISABLE 1057
+#define IDC_RESTOREDEFAULTS 1058
+#define IDC_CLCLIST 1059
+#define IDC_AUTODISABLE 1060
+#define IDC_LOG 1061
+#define IDC_LOGFILE 1062
+#define IDC_TIMEOUT_POPUP 1063
+#define IDC_TIMEOUT_CUSTOM 1064
+#define IDC_TIMEOUT_PERMANENT 1065
+#define IDC_TIMEOUT_VALUE 1066
+#define IDC_BLINKICON 1067
+#define IDC_BLINKICON_STATUS 1068
+#define IDC_SOUNDICON 1069
+#define IDC_POPUPICON 1070
+#define IDC_CHECK_NOTIFYSOUNDS 1071
+#define IDC_CHECK_NOTIFYPOPUP 1072
+#define IDC_CHECK_NOTIFYPOPUPS 1073
+#define IDC_TEXT_ENABLE_IS 1074
+#define IDC_SHOWGROUP 1075
+#define IDC_USEOWNCOLORS 1076
+#define IDC_CHK_SHOWALTDESCS 1077
+#define IDC_CHK_POFFLINE 40071
+#define IDC_CHK_OFFLINE 40071
+#define IDC_CHK_PONLINE 40072
+#define IDC_CHK_ONLINE 40072
+#define IDC_CHK_PAWAY 40073
+#define IDC_CHK_AWAY 40073
+#define IDC_CHK_PDND 40074
+#define IDC_CHK_DND 40074
+#define IDC_CHK_PNA 40075
+#define IDC_CHK_NA 40075
+#define IDC_CHK_POCCUPIED 40076
+#define IDC_CHK_OCCUPIED 40076
+#define IDC_CHK_PFREECHAT 40077
+#define IDC_CHK_FREECHAT 40077
+#define IDC_CHK_PINVISIBLE 40078
+#define IDC_CHK_INVISIBLE 40078
+#define IDC_CHK_PONTHEPHONE 40079
+#define IDC_CHK_ONTHEPHONE 40079
+#define IDC_CHK_POUTTOLUNCH 40080
+#define IDC_CHK_OUTTOLUNCH 40080
+#define IDC_CHK_PFROMOFFLINE 40081
+#define IDC_CHK_FROMOFFLINE 40081
+#define IDC_OFFLINE_TX 41071
+#define IDC_ONLINE_TX 41072
+#define IDC_AWAY_TX 41073
+#define IDC_DND_TX 41074
+#define IDC_NA_TX 41075
+#define IDC_OCCUPIED_TX 41076
+#define IDC_FREEFORCHAT_TX 41077
+#define IDC_INVISIBLE_TX 41078
+#define IDC_ONTHEPHONE_TX 41079
+#define IDC_OUTTOLUNCH_TX 41080
+#define IDC_OFFLINE_BG 42071
+#define IDC_CHK_OFFLINE2 42071
+#define IDC_ONLINE_BG 42072
+#define IDC_CHK_ONLINE2 42072
+#define IDC_AWAY_BG 42073
+#define IDC_CHK_AWAY2 42073
+#define IDC_DND_BG 42074
+#define IDC_CHK_DND2 42074
+#define IDC_NA_BG 42075
+#define IDC_CHK_NA2 42075
+#define IDC_OCCUPIED_BG 42076
+#define IDC_CHK_OCCUPIED2 42076
+#define IDC_FREEFORCHAT_BG 42077
+#define IDC_CHK_FREECHAT2 42077
+#define IDC_INVISIBLE_BG 42078
+#define IDC_CHK_INVISIBLE2 42078
+#define IDC_ONTHEPHONE_BG 42079
+#define IDC_CHK_ONTHEPHONE2 42079
+#define IDC_OUTTOLUNCH_BG 42080
+#define IDC_CHK_OUTTOLUNCH2 42080
+#define IDC_NSN_ICON -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 126
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1086
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|