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