-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathResources.RH
More file actions
44 lines (36 loc) · 2.99 KB
/
Resources.RH
File metadata and controls
44 lines (36 loc) · 2.99 KB
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
#ifndef RESOURCES_RH
#define RESOURCES_RH
#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0"
#define VER_PRODUCTVERSION 1,0,0,0
#define VER_PRODUCTVERSION_STR "1.0.0.0"
#define IDR_RT_MANIFEST1 00001
#define IDR_VERSION 00002
#define IDI_MAIN 00500
#define IDM_MENU 01000
#define IDA_ACCEL 02000
#define IDD_DLG_INPUTDATA 10000
#define IDC_STC_DESCRIPTION 10001
#define IDC_STC_OPENINGBALANCE 10002
#define IDC_EDT_OPENINGBALANCE 10003
#define IDC_STC_OVERRALLENGTH 10004
#define IDC_EDT_OVERRALLENGTH 10005
#define IDC_STC_INTEREST 10006
#define IDC_EDT_INTEREST 10007
#define IDC_STC_ANNUAL 10008
#define IDC_EDT_ANNUAL 10009
#define IDC_STC_TAX 10010
#define IDC_EDT_TAX 10011
#define IDD_DLG_OUTPUTDATA 11000
#define IDC_EDT_DESCRIPTION 11001
#define IDC_LVW_INTEREST 11002
#define IDS_WINDOWTITLE 30001
#define IDS_YEAR 30002
#define IDS_OPENINGBALANCE 30003
#define IDS_ANNUAL 30004
#define IDS_REVENUE 30005
#define IDS_TAX 30006
#define IDS_PROFIT 30007
#define IDS_ENDINGBALANCE 30008
#define IDS_SUMMARY 30009
#endif