Annotation of OpenXM_contrib/gnuplot/os2/dialogs.h, Revision 1.1.1.1
1.1 maekawa 1: #define DIALOGS_H
2: #define IDM_HELPINDEX 10004
3: #define IDM_KEYSHELP 10003
4: #define IDM_EXTENDEDHELP 10002
5: #define IDM_HELPFORHELP 10001
6: #define IDM_GPLOTINF 10005
7: #define IDM_FILE 100
8: #define IDM_PRINTSETUP 115
9: #define IDM_PRINTPIC 111
10: #define IDM_PRINT 101
11: #define IDM_EXIT 102
12: #define IDM_ABOUT 103
13: #define IDM_FONTS 104
14: #define IDM_SAVE 105
15: #define IDM_COMMAND 300
16: #define IDM_CONTINUE 400
17: #define IDM_PAUSEOPT 120
18: #define IDM_PAUSEDLG 121
19: #define IDM_PAUSEBTN 122
20: #define IDM_PAUSEGNU 123
21: #define IDM_OPTIONS 200
22: #define IDM_OPTIONMAIN 201
23: #define IDM_COLOURS 206
24: #define IDM_LINES 207
25: #define IDM_LINES_THICK 208
26: #define IDM_LINES_SOLID 209
27: #define IDM_FRONT 210
28: #define IDM_EDIT 500
29: #define IDM_COPY 501
30: #define IDM_CUT 502
31: #define IDM_PASTE 503
32: #define IDM_CLEARCLIP 504
33: #define ID_ABOUT 10
34: #define IDD_COLOURS 20
35: #define IDD_PRINTQNAME 5106
36: #define IDD_PRINTSETUP 5105
37: #define IDD_PRINTPIC 5101
38: #define ID_PRINT 5100
39: #define ID_QPRINT 5000
40: #define ID_QPRINTERS 5200
41: #define ID_PRINTSTOP 5300
42: #define IDD_QPRSLIST 5201
43: #define IDD_QPRSSEL 5202
44: #define IDD_QPRNAME 5009
45: #define IDD_QPRFRAME 5008
46: #define IDD_QPRTRACK 5007
47: #define IDD_QPRSETPR 5006
48: #define IDD_QPRXSIZE 5001
49: #define IDD_QPRYSIZE 5002
50: #define IDD_QPRXFRAC 5003
51: #define IDD_QPRYFRAC 5004
52: #define IDD_QPRBOX 5005
53: #define IDD_FONTS 6000
54: #define IDD_PAUSEBOX 3000
55: #define IDD_PAUSETEXT 3001
56:
57: #define IDD_QUERYPRINT 2000
58: #define IDD_QPTEXT 2001
59: #define IDD_QPLISTBOX 2002
60: #define IDD_QPJOBPROP 2005
61:
62:
63: //#define DID_HELP 10
64: //#define DID_CANCEL 2
65: //#define DID_OK 1
66: #define IDH_EXTENDED 905
67: #define IDH_INDEX 904
68: #define IDH_KEYS 903
69: #define IDH_FOREXTENDED 902
70: #define IDH_FORHELP 901
71:
72: #define IDD_PRINTNAME 5010
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>