From f4ca33472b18027cdcf38c2569e1efbb116bd2a1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 5 Jul 2012 11:34:19 +0000 Subject: AutoShutdown: folder structure change git-svn-id: http://svn.miranda-ng.org/main/trunk@767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/src/resource.h | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 plugins/AutoShutdown/src/resource.h (limited to 'plugins/AutoShutdown/src/resource.h') diff --git a/plugins/AutoShutdown/src/resource.h b/plugins/AutoShutdown/src/resource.h new file mode 100644 index 0000000000..4d8370f00a --- /dev/null +++ b/plugins/AutoShutdown/src/resource.h @@ -0,0 +1,58 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by resource.rc +// +#define IDI_ACTIVE 101 +#define IDI_INACTIVE 102 +#define IDI_HEADER 103 +#define IDD_SETTINGS 104 +#define IDD_SHUTDOWNNOW 105 +#define IDD_OPT_SHUTDOWN 106 +#define IDC_ICON_HEADER 1001 +#define IDC_TEXT_HEADER 1002 +#define IDC_TEXT_HEADERDESC 1003 +#define IDC_RECT_HEADER 1004 +#define IDC_RADIO_STTIME 1005 +#define IDC_RADIO_STCOUNTDOWN 1006 +#define IDC_CHECK_SPECIFICTIME 1007 +#define IDC_TIME_TIMESTAMP 1008 +#define IDC_DATE_TIMESTAMP 1009 +#define IDC_EDIT_COUNTDOWN 1010 +#define IDC_SPIN_COUNTDOWN 1011 +#define IDC_COMBO_COUNTDOWNUNIT 1012 +#define IDC_COMBO_SHUTDOWNTYPE 1013 +#define IDC_TEXT_SHUTDOWNTYPE 1014 +#define IDC_TEXT_SECONDS 1015 +#define IDC_CHECK_FILETRANSFER 1016 +#define IDC_CHECK_IDLE 1017 +#define IDC_URL_IDLE 1018 +#define IDC_CHECK_MESSAGE 1019 +#define IDC_EDIT_MESSAGE 1020 +#define IDC_CHECK_STATUS 1021 +#define IDC_CHECK_CPUUSAGE 1022 +#define IDC_TEXT_CURRENTCPU 1023 +#define IDC_EDIT_CPUUSAGE 1024 +#define IDC_SPIN_CPUUSAGE 1025 +#define IDC_TEXT_PERCENT 1026 +#define IDC_BUTTON_SHUTDOWNNOW 1027 +#define IDC_TEXT_UNSAVEDWARNING 1028 +#define IDC_CHECK_SHOWCONFIRMDLG 1029 +#define IDC_TEXT_COUNTDOWNSTARTS 1030 +#define IDC_EDIT_CONFIRMDLGCOUNTDOWN 1031 +#define IDC_SPIN_CONFIRMDLGCOUNTDOWN 1032 +#define IDC_CHECK_REMEMBERONRESTART 1033 +#define IDC_CHECK_SMARTOFFLINECHECK 1034 +#define IDC_CHECK_WEATHER 1035 +#define IDC_CHECK_HDDOVERHEAT 1036 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1037 +#define _APS_NEXT_SYMED_VALUE 2001 +#endif +#endif -- cgit v1.2.3