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/CloudFile/src/resource.h | |
parent | dd7d9954042254e66e3bbbec7195c6be8b1a0663 (diff) |
all protocols (even virtual ones) moved to the Protocols folder
Diffstat (limited to 'protocols/CloudFile/src/resource.h')
-rw-r--r-- | protocols/CloudFile/src/resource.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/protocols/CloudFile/src/resource.h b/protocols/CloudFile/src/resource.h new file mode 100644 index 0000000000..d839f15da4 --- /dev/null +++ b/protocols/CloudFile/src/resource.h @@ -0,0 +1,38 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by D:\Projects\miranda-ng\miranda-ng\plugins\CloudFile\res\resource.rc +// +#define IDOK 1 +#define IDCANCEL 2 +#define IDD_ACCMGR 9 +#define IDI_UPLOAD 101 +#define IDI_DROPBOX 102 +#define IDI_GDRIVE 103 +#define IDI_ONEDRIVE 104 +#define IDI_YADISK 105 +#define IDD_OAUTH 120 +#define IDC_OAUTH_CODE 121 +#define IDC_OAUTH_AUTHORIZE 122 +#define IDD_OPTIONS_MAIN 1000 +#define IDC_DEFAULTSERVICE 1001 +#define IDC_DONOTHINGONCONFLICT 1010 +#define IDC_RENAMEONCONFLICT 1011 +#define IDC_REPLACEONCONFLICT 1012 +#define IDC_URL_ISTEMPORARY 1021 +#define IDC_URL_COPYTOCB 1022 +#define IDC_URL_COPYTOMIA 1023 +#define IDC_URL_AUTOSEND 1024 +#define IDC_AUTH_TEXT 1031 +#define IDC_REQUESTACCESS 1033 +#define IDC_REVOKEACCESS 1034 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 133 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1034 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |