-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
68 lines (67 loc) · 2.72 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TaskShifter.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_TASKSHTYPE 129
#define IDR_TASKSHTYPE_ALT 130
#define IDD_NEW_TASK_DLG 131
#define IDD_TASK_LIST_DLG 132
#define IDB_NEW_BMP 132
#define IDD_TIME_SHEET_DLG 133
#define IDB_DELETE_BMP 133
#define IDD_OPTIONS_DLG 134
#define IDD_EXPORT_OPTIONS_DLG 135
#define IDC_TASK_NAME_EDIT 1000
#define IDC_TASKS_LIST 1001
#define IDC_TIME_SHEET_LIST 1002
#define IDC_HOURS_DAY_TBTN 1003
#define IDC_HOURS_TASK_TBTN 1004
#define IDC_HOURS_WEEK_TBTN 1005
#define IDC_SELECT_DEFAULT_TASK 1006
#define IDC_DEFAULT_TASK_COMBO 1007
#define IDC_USER_INPUT_WARNING_TBTN 1008
#define IDC_DEFAULT_USE_LAST_TASK 1009
#define IDC_DEFAULT_USE_THIS_TASK 1010
#define IDC_TOTAL_DAY_HOURS_WARNING 1011
#define IDC_TOTAL_WEEK_HOURS_WARNING 1012
#define IDC_CRASH_PROTECT 1013
#define IDC_WARNING_DAY_HOURS_HOURS_EDIT 1014
#define IDC_WARNING_DAY_HOURS_MINUTES_EDIT 1015
#define IDC_WARNING_WEEK_HOURS_HOURS_EDIT 1016
#define IDC_WARNING_WEEK_HOURS_MINUTES_EDIT 1017
#define IDC_WARNING_GAP_HOURS_EDIT 1018
#define IDC_WARNING_GAP_MINUTES_EDIT 1019
#define IDC_WARNING_SWITCH_AWAY_FROM_DESK 1020
#define IDC_WARNING_SWITCH_AWAY_EDIT 1021
#define IDC_NEW_TASK_BTN 1021
#define IDC_DELETE_TASK_BTN 1022
#define IDC_ANIMATE_ICON 1022
#define IDC_EXPORT_FOLDER_EDIT 1023
#define IDC_EXPORT_FOLDER_BTN 1024
#define IDC_EXPORT_FILENAME_FORMAT_EDIT 1025
#define IDC_EXPORT_EMAIL_TO_EDIT 1026
#define IDC_EXPORT_AS_CSV_TBTN 1027
#define IDC_EXPORT_AS_EXCEL_TBTN 1028
#define IDC_EXPORT_OPEN_AFTER 1029
#define IDC_EXPORT_ATTACH_EMAIL 1030
#define IDC_EXPORT_EMAIL_FROM_EDIT 1031
#define IDC_EXPORT_EMAIL_SUBJECT_EDIT 1032
#define IDC_EXPORT_COLUMNS_LIST 1033
#define IDC_EXPORT_EMAIL_BODY_EDIT 1034
#define IDC_EXPORT_EMAIL_SERVER_EDIT 1035
#define IDC_EXPORT_TEMPLATE_FILE_EDIT 1036
#define IDC_EXPORT_TEMPLATE_FILE_BTN 1037
#define IDC_EXPORT_USE_TEMPLATE_TBTN 1038
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1034
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif