diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/BuddyExpectator/resource.h | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/resource.h')
-rw-r--r-- | plugins/BuddyExpectator/resource.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/plugins/BuddyExpectator/resource.h b/plugins/BuddyExpectator/resource.h new file mode 100644 index 0000000000..b06406ada8 --- /dev/null +++ b/plugins/BuddyExpectator/resource.h @@ -0,0 +1,56 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by BuddyExpectator.rc
+//
+#define IDI_MAINICON 101
+#define IDI_ENABLED 102
+#define IDI_DISABLED 103
+#define IDI_HIDE 104
+#define IDI_NEVERHIDE 105
+#define IDD_OPTIONSPANEL 201
+#define IDD_POPUPPANEL 202
+#define IDD_USERINFO 203
+#define IDC_CHECK_POPUP 1000
+#define IDC_CHECK_POPUP2 1001
+#define IDC_CHECK_UDETAILS 1002
+#define IDC_CHECK_MSGWINDOW 1003
+#define IDC_CHECK_FLASHICON 1004
+#define IDC_CHECK_FLASHICON2 1005
+#define IDC_CHECK_FIRSTSIGHT 1006
+#define IDC_COMBO_PERIOD 1011
+#define IDC_COMBO_PERIOD2 1012
+#define IDC_COMBO_PERIOD3 1013
+#define IDC_COLOR_FRG 1021
+#define IDC_COLOR_BGR 1022
+#define IDC_COLORS_POPUP 1023
+#define IDC_COLORS_WIN 1024
+#define IDC_DELAY_DEF 1031
+#define IDC_DELAY_CUST 1032
+#define IDC_DELAY_PERM 1033
+#define IDC_EDIT_ABSENCE 1041
+#define IDC_EDIT_ABSENCE2 1042
+#define IDC_EDIT_POPUPDELAY 1043
+#define IDC_EDIT_SILENTFOR 1044
+#define IDC_EDIT_LASTSEEN 1045
+#define IDC_EDIT_LASTINPUT 1046
+#define IDC_EDIT_NOINPUTFOR 1047
+#define IDC_EDIT_WILLNOTICE 1048
+#define IDC_PREVIEW 1061
+#define IDC_CHECK_MISSYOU 1203
+#define IDC_EDITABSENCE 1204
+#define IDC_SPINABSENCE 1205
+#define IDC_CHECK_NOMSGS 1208
+#define IDC_COMBO_ACTIONS 1209
+#define IDC_CHECK_NEVERHIDE 1210
+#define IDC_CHECK_NOTIFYALWAYS 1211
+
+// 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 1212
+#define _APS_NEXT_SYMED_VALUE 121
+#endif
+#endif
|