-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzppwin.h
More file actions
33 lines (31 loc) · 1.43 KB
/
zppwin.h
File metadata and controls
33 lines (31 loc) · 1.43 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
#define IDD_MAIN 101
#define IDD_NEW 102
#define IDC_STATIC -1
#define IDC_FILENAME 1000
#define IDC_MESHNAME 1001
#define IDC_RSTNAME 1002
#define IDC_OUTNAME 1003
#define IDC_LSTNAME 1004
#define IDC_OPEN 1005
#define IDC_RUN 1006
#define IDC_CANCEL 1007
#define IDC_PATH 1008
#define IDC_STATUS 1009
#define IDC_VFILE 1010
#define IDC_VMESH 1011
#define IDC_VLST 1012
#define IDC_EDIT 1013
#define IDC_CONSTNAME 1014
#define IDC_VCONST 1015
#define IDC_NLNAME 1016
#define IDC_VNL 1017
#define IDC_GNUNAME 1018
#define IDC_VGNU 1019
#define IDC_ZINNAME 1020
#define IDC_VZIN 1021
#define IDC_PIC 1022
#define IDC_GRAPH 1023
#define IDC_PREV 1024
#define IDC_NEXT 1025
#define IDC_ZICON 99
#define WM_CALC_DONE (WM_APP+0)