From 960bb20ccd3c375bcfc8b642fcbe89feaf143b22 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 2 Jul 2012 08:36:04 +0000 Subject: only add PasteIt, not adapted git-svn-id: http://svn.miranda-ng.org/main/trunk@712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PasteIt/resource.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 plugins/PasteIt/resource.h (limited to 'plugins/PasteIt/resource.h') diff --git a/plugins/PasteIt/resource.h b/plugins/PasteIt/resource.h new file mode 100644 index 0000000000..cbfa566679 --- /dev/null +++ b/plugins/PasteIt/resource.h @@ -0,0 +1,50 @@ + +#define IDD_OPT_MAIN 101 +#define IDD_DLG_FROM_CLIPBOARD 102 +#define IDD_DLG_FROM_FILE 103 +#define IDD_OPT_PAGES 104 +#define IDD_DLG_CONFIGURE 105 +#define IDD_DLG_PASTEBIN_LOGIN 106 +#define IDC_WEBLIST 1001 +#define IDC_CONFDLG 1002 +#define IDC_AUTOSEND 1003 +#define IDC_CODEPAGE 1004 +#define IDC_AUTOUTF 1005 +#define IDC_CLIPBOARD_DATA 1006 +#define IDC_BTN_OK 1007 +#define IDC_FILE_DATA 1008 +#define IDC_FILE_PATH 1009 +#define IDC_RECODE 1010 +#define IDC_WEBPAGE 1011 +#define IDC_DEFFORMAT 1012 +#define IDC_AUTOFORMAT 1013 +#define IDC_CONFIGURE 1014 +#define IDC_FORMATTING 1015 +#define IDC_RESTORE 1016 +#define IDC_DOWNLOAD 1017 +#define IDC_DELETE 1018 +#define IDC_UP 1019 +#define IDC_DOWN 1020 +#define IDC_FORMAT 1021 +#define IDC_FORMATTEXT 1022 +#define IDC_PUBLICPASTE 1023 +#define IDC_COMBO1 1024 +#define IDC_COMBO1_DESC 1025 +#define IDC_GUEST 1026 +#define IDC_PASTEBIN_KEY 1027 +#define IDC_PASTEBIN_KEY_DESC 1028 +#define IDC_PASTEBIN_LOGIN 1029 +#define IDC_PASTEBIN_USER 1031 +#define IDC_PASTEBIN_PASSWORD 1032 +#define IDI_MENU 20000 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1033 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3