diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-12-24 21:30:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-12-24 21:30:41 +0000 |
commit | 367d9f6f71420e4c7ed5f273e04d280655bb3d7a (patch) | |
tree | d4bb82414145d3be020ab2b579bcd1947d8b6fa2 /plugins/SMS/src/resource.h | |
parent | 0851c3965879663c41cfe435d1b320ba68cf873a (diff) |
SMS plugin adopted (32bit version only)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/resource.h')
-rw-r--r-- | plugins/SMS/src/resource.h | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/plugins/SMS/src/resource.h b/plugins/SMS/src/resource.h new file mode 100644 index 0000000000..3a7e98455d --- /dev/null +++ b/plugins/SMS/src/resource.h @@ -0,0 +1,70 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_SENDSMS 102
+#define IDR_CONTEXT 104
+#define IDD_RECVSMS 109
+#define IDI_SMSNOTSENT 110
+#define IDI_SMSSENT 111
+#define IDD_SMSTIMEDOUT 112
+#define IDD_SENDSMSTIMEDOUT 113
+#define IDI_HALFTICK 119
+#define IDD_SENDSMSACCEPT 120
+#define IDD_OPT_SMSPLUGIN 234
+#define IDC_ADDRESS 1000
+#define IDC_EDIT 1001
+#define IDC_ADDRESS2 1001
+#define IDC_ACCOUNTS 1001
+#define IDC_MESSAGE 1002
+#define IDC_STATUS 1003
+#define IDC_NUMBER 1004
+#define IDC_NAME 1005
+#define IDC_ADD 1006
+#define IDC_DELETE 1008
+#define IDC_SIGNATURE 1008
+#define IDC_LIST 1009
+#define IDC_COUNT 1010
+#define IDC_TEXT 1011
+#define IDC_MSGTYPE 1012
+#define IDC_MSGTIME 1013
+#define IDC_BEGIN 1017
+#define IDC_END 1018
+#define IDC_SAVENUMBER 1020
+#define IDC_MULTIPLE 1025
+#define IDC_ADDNUMBER 1029
+#define IDC_ST_CHARS 1033
+#define IDC_ST_ENTERMESSAGE 1034
+#define IDC_ST_TO 1035
+#define IDC_ST_ADDRESS 1036
+#define IDC_ST_NUMBER 1037
+#define IDC_NUMBERSLIST 1038
+#define IDC_MESSAGEID 1039
+#define IDC_SOURCE 1040
+#define IDC_NETWORK 1041
+#define IDC_SHOWACK 1044
+#define IDC_NOSHOWACK 1045
+#define IDC_AUTOPOP 1045
+#define IDC_READNEXT 1046
+#define IDC_SAVEWINPOS 1046
+#define IDC_USESIGNATURE 1047
+#define IDC_SIGNGROUP 1048
+#define IDC_ST_MESSAGEID 1049
+#define IDC_ST_NETWORK 1050
+#define IDC_ST_SOURCE 1051
+#define IDC_HISTORY 1080
+#define IDM_VIEWMSG 40001
+#define IDM_VIEWACK 40002
+#define IDM_VIEWRCPT 40003
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 121
+#define _APS_NEXT_COMMAND_VALUE 40004
+#define _APS_NEXT_CONTROL_VALUE 1053
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|