Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / win / wresourc.h
1 /*
2  * $Id: wresourc.h,v 1.6 2004/07/01 17:10:11 broeker Exp $
3  */
4
5 /* GNUPLOT - win/wresourc.h */
6
7 /*[
8  * Copyright 1992 - 1993, 1998, 2004  Maurice Castro, Russell Lang
9  *
10  * Permission to use, copy, and distribute this software and its
11  * documentation for any purpose with or without fee is hereby granted,
12  * provided that the above copyright notice appear in all copies and
13  * that both that copyright notice and this permission notice appear
14  * in supporting documentation.
15  *
16  * Permission to modify the software is granted, but not the right to
17  * distribute the complete modified source code.  Modifications are to
18  * be distributed as patches to the released version.  Permission to
19  * distribute binaries produced by compiling modified sources is granted,
20  * provided you
21  *   1. distribute the corresponding source modifications from the
22  *    released version in the form of a patch file along with the binaries,
23  *   2. add special version identification to distinguish your version
24  *    in addition to the base release version number,
25  *   3. provide your name and address as the primary contact for the
26  *    support of your modified version, and
27  *   4. retain our contact information in regard to use of the base
28  *    software.
29  * Permission to distribute the released version of the source code along
30  * with corresponding source modifications in the form of a patch file is
31  * granted with same provisions 2 through 4 for binary distributions.
32  *
33  * This software is provided "as is" without express or implied warranty
34  * to the extent permitted by applicable law.
35 ]*/
36
37 /*
38  * AUTHORS
39  *
40  *   Maurice Castro
41  *   Russell Lang
42  */
43
44 #ifndef DS_3DLOOK
45 #define DS_3DLOOK 0x0004L
46 #endif
47
48 /* This contains items internal to wgnuplot.dll
49    that are used by the Resource Compiler */
50
51 /* wmenu.c */
52 #define ID_PROMPT 300
53 #define ID_ANSWER 302
54 #define NUMMENU 512
55
56 /* wpause.c */
57
58 /* wtext.c */
59 #define AB_ICON 250
60 #define AB_TEXT1 251
61 #define AB_TEXT2 252
62 #define AB_TEXT3 253
63
64 /* wgraph.c */
65 #define M_GRAPH_TO_TOP NUMMENU+1
66 #define M_CHOOSE_FONT  NUMMENU+2
67 #define M_BACKGROUND   NUMMENU+3
68 #define M_COLOR        NUMMENU+4
69 #define M_COPY_CLIP    NUMMENU+5
70 #define M_LINESTYLE    NUMMENU+6
71 #define M_PRINT        NUMMENU+7
72 #define M_WRITEINI     NUMMENU+8
73 #define M_PASTE        NUMMENU+9
74 #define M_ABOUT        NUMMENU+10
75 #define M_REBUILDTOOLS NUMMENU+11
76 #define M_COMMANDLINE  NUMMENU+12
77 /* wtext.c */
78 #define M_SYSCOLORS    NUMMENU+13
79
80 /* wprinter.c */
81 #define PSIZE_SBOX 100
82 #define PSIZE_DEF 101
83 #define PSIZE_OTHER 102
84 #define PSIZE_DEFX 103
85 #define PSIZE_DEFY 104
86 #define PSIZE_X 105
87 #define PSIZE_Y 106
88 #define PSIZE_OFFBOX 107
89 #define PSIZE_OFFX 108
90 #define PSIZE_OFFY 109
91 #define CANCEL_PCDONE 120
92 #define SPOOL_PORT 121
93
94 /* wgraph.c */
95 /* line style dialog box */
96 #define LS_LINENUM 200
97 #define LS_MONOBOX 201
98 #define LS_COLORBOX 202
99 #define LS_MONOSTYLE 203
100 #define LS_MONOWIDTH 204
101 #define LS_CHOOSECOLOR 205
102 #define LS_COLORSAMPLE 206
103 #define LS_COLORSTYLE 207
104 #define LS_COLORWIDTH 208
105 #define LS_DEFAULT 209
106
107 /* HBB 20010208: cursors for mouse-enabled wgnuplot */
108 #define IDC_SCALING    222
109 #define IDC_ROTATING   223
110