From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/updater/resource.h | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 plugins/updater/resource.h (limited to 'plugins/updater/resource.h') diff --git a/plugins/updater/resource.h b/plugins/updater/resource.h new file mode 100644 index 0000000000..294c46cf4f --- /dev/null +++ b/plugins/updater/resource.h @@ -0,0 +1,57 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by updater.rc +// +#define IDD_DIALOG1 101 +#define IDD_OPT1 102 +#define IDI_MAINMENU 104 +#define IDI_RESTART 105 +#define IDD_CONFIRMUPDATES 106 +#define IDD_PROGRESS 107 +#define IDD_CONFIRMCOMPONENTS 108 +#define IDI_UPDATEANDEXIT 128 +#define IDC_BTN_RESTART 1000 +#define IDC_CHK_ONSTART 1001 +#define IDC_BTN_CHECK 1002 +#define IDC_LIST_UPDATES 1002 +#define IDC_LST_REGISTERED 1003 +#define IDC_PROGRESS 1004 +#define IDC_BTN_CHECKNORESTART 1004 +#define IDC_PROGMSG 1005 +#define IDC_CHK_ONCE 1006 +#define IDC_CHK_DAILY 1007 +#define IDC_CHK_NOCONFIDLE 1008 +#define IDC_CHK_BACKUP 1009 +#define IDC_CHK_DLLSONLY 1010 +#define IDC_CHK_CONFALL 1012 +#define IDC_CHK_NOINSTALL 1013 +#define IDC_CHK_STARTOFFLINE 1013 +#define IDC_LIST_COMPONENTS 1014 +#define IDC_ED_UPDATES 1016 +#define IDC_BTN_BRUPDATES 1019 +#define IDC_CHK_POPUP 1021 +#define IDC_CHK_RESTART 1022 +#define IDC_CHK_UPDATEANDEXIT 1023 +#define IDC_SLID_VERREQ 1024 +#define IDC_ST_VERREQ 1025 +#define IDC_CHK_SAVEZIPS 1026 +#define IDC_ANIMATE1 1027 +#define IDC_CHK_SAVEZIPS2 1027 +#define IDC_CHK_NOUNZIP 1027 +#define IDC_BTN_CHANGELOG 1028 +#define IDC_BTN_SELECTDLLS 1029 +#define IDC_BTN_SELECTDLLS2 1030 +#define IDC_BTN_SELECTINV 1030 +#define IDC_BTN_SELECTALL 1031 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 129 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1030 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3