From 0624d6b4e9b82ccfaabf7a20d00c474a09354e8d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 4 Jul 2012 08:02:51 +0000 Subject: Alarms: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Alarms/src/resource.h | 91 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 plugins/Alarms/src/resource.h (limited to 'plugins/Alarms/src/resource.h') diff --git a/plugins/Alarms/src/resource.h b/plugins/Alarms/src/resource.h new file mode 100644 index 0000000000..bff9b1a19c --- /dev/null +++ b/plugins/Alarms/src/resource.h @@ -0,0 +1,91 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by resource.rc +// +#define IDD_DIALOG1 101 +#define IDD_OPT1 102 +#define IDD_DIALOG2 103 +#define IDI_MAINMENU 105 +#define IDD_ALARM 106 +#define IDI_ICON1 109 +#define IDB_CLOCKDOWN 112 +#define IDB_CLOCKUP 113 +#define IDI_LIST2 114 +#define IDI_LIST1 115 +#define IDR_MENU1 116 +#define IDI_TBUP 123 +#define IDI_TBDN 124 +#define IDD_OPTTRIGGER 125 +#define IDC_ALIST 1006 +#define IDC_TIME 1007 +#define IDC_TITLE 1010 +#define IDC_DESC 1011 +#define IDC_RAD_ONCE 1012 +#define IDC_RAD_WEEKLY 1013 +#define IDC_RAD_DAILY 1014 +#define IDC_RAD_WEEKDAYS 1015 +#define IDC_RAD_MONTHLY 1016 +#define IDC_DAY 1017 +#define IDC_DAYNUM 1018 +#define IDC_RAD_YEARLY 1019 +#define IDC_NEW 1020 +#define IDC_DEL 1021 +#define IDC_EDIT 1022 +#define IDC_CHK_POPUPS 1023 +#define IDC_ED_SNOOZE 1024 +#define IDC_SPIN1 1025 +#define IDC_SPIN_SNOOZE 1025 +#define IDC_SNOOZE 1026 +#define IDC_CHK_ASOUND 1028 +#define IDC_CHK_ACOMMAND 1029 +#define IDC_ED_COMMAND 1030 +#define IDC_ED_PARAMS 1031 +#define IDC_CHK_INVIS 1032 +#define IDC_SNOOZELIST 1033 +#define IDC_RAD_SND1 1034 +#define IDC_RAD_SND2 1035 +#define IDC_RAD_SND3 1036 +#define IDC_RAD_SPK 1037 +#define IDC_RELMIN 1038 +#define IDC_ED_ROWHEIGHT 1039 +#define IDC_SPIN_ROWHEIGHT 1040 +#define IDC_ED_INDENT 1041 +#define IDC_SPIN_INDENT 1042 +#define IDC_SHOWHIDE 1043 +#define IDC_ED_PERIOD 1044 +#define IDC_SPIN_PERIOD 1045 +#define IDC_DISMISS 1045 +#define IDC_SHOWHIDE2 1046 +#define IDC_AUTOSIZEVERT 1047 +#define IDC_ED_TRANS 1048 +#define IDC_SPIN_TRANS 1049 +#define IDC_CHK_AWROUND 1050 +#define IDC_CHK_AWNOACTIVATE 1051 +#define IDC_BTN_PREVIEW 1052 +#define IDC_LST_TRIGLIST 1053 +#define IDC_BTN_CAL 1055 +#define IDC_CHK_APOPUP 1060 +#define IDC_SNOOZE2 1061 +#define IDC_CHK_SUSPEND 1062 +#define IDC_CHK_NOSTARTUP 1063 +#define IDC_CHK_NOREMINDER 1064 +#define IDC_CHK_LOOPSOUND 1065 +#define IDC_ED_DESC 1066 +#define IDC_DATE 1071 +#define ID_REMINDERFRAMECONTEXT_SUSPEND 40003 +#define ID_REMINDERFRAMECONTEXT_EDIT 40004 +#define ID_REMINDERFRAMECONTEXT_DELETE 40005 +#define ID_REMINDERFRAMECONTEXT_OPTIONS 40006 +#define ID_REMINDERFRAMECONTEXT_NEWALARM 40007 +#define IDC_STATIC -1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 127 +#define _APS_NEXT_COMMAND_VALUE 40008 +#define _APS_NEXT_CONTROL_VALUE 1072 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3