Annotation of OpenXM_contrib/gnuplot/win/wresourc.h, Revision 1.1
1.1 ! maekawa 1: /*
! 2: * $Id: wresourc.h,v 1.6 1998/03/22 22:35:30 drd Exp $
! 3: */
! 4:
! 5: /* GNUPLOT - win/wresourc.h */
! 6:
! 7: /*[
! 8: * Copyright 1992 - 1993, 1998 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: * Send your comments or suggestions to
! 44: * info-gnuplot@dartmouth.edu.
! 45: * This is a mailing list; to join it send a note to
! 46: * majordomo@dartmouth.edu.
! 47: * Send bug reports to
! 48: * bug-gnuplot@dartmouth.edu.
! 49: */
! 50:
! 51: #ifndef DS_3DLOOK
! 52: #define DS_3DLOOK 0x0004L
! 53: #endif
! 54:
! 55: /* This contains items internal to wgnuplot.dll
! 56: that are used by the Resource Compiler */
! 57:
! 58: /* wmenu.c */
! 59: #define ID_PROMPT 300
! 60: #define ID_ANSWER 302
! 61: #define NUMMENU 256
! 62:
! 63: /* wpause.c */
! 64:
! 65: /* wtext.c */
! 66: #define AB_ICON 250
! 67: #define AB_TEXT1 251
! 68: #define AB_TEXT2 252
! 69: #define AB_TEXT3 253
! 70:
! 71: /* wgraph.c */
! 72: #define M_GRAPH_TO_TOP NUMMENU+1
! 73: #define M_CHOOSE_FONT NUMMENU+2
! 74: #define M_BACKGROUND NUMMENU+3
! 75: #define M_COLOR NUMMENU+4
! 76: #define M_COPY_CLIP NUMMENU+5
! 77: #define M_LINESTYLE NUMMENU+6
! 78: #define M_PRINT NUMMENU+7
! 79: #define M_WRITEINI NUMMENU+8
! 80: #define M_PASTE NUMMENU+9
! 81: #define M_ABOUT NUMMENU+10
! 82: #define M_REBUILDTOOLS NUMMENU+11
! 83: #define M_COMMANDLINE NUMMENU+12
! 84: /* wtext.c */
! 85: #define M_SYSCOLORS NUMMENU+13
! 86:
! 87: /* wprinter.c */
! 88: #define PSIZE_SBOX 100
! 89: #define PSIZE_DEF 101
! 90: #define PSIZE_OTHER 102
! 91: #define PSIZE_DEFX 103
! 92: #define PSIZE_DEFY 104
! 93: #define PSIZE_X 105
! 94: #define PSIZE_Y 106
! 95: #define PSIZE_OFFBOX 107
! 96: #define PSIZE_OFFX 108
! 97: #define PSIZE_OFFY 109
! 98: #define CANCEL_PCDONE 120
! 99: #define SPOOL_PORT 121
! 100:
! 101: /* wgraph.c */
! 102: /* line style dialog box */
! 103: #define LS_LINENUM 200
! 104: #define LS_MONOBOX 201
! 105: #define LS_COLORBOX 202
! 106: #define LS_MONOSTYLE 203
! 107: #define LS_MONOWIDTH 204
! 108: #define LS_CHOOSECOLOR 205
! 109: #define LS_COLORSAMPLE 206
! 110: #define LS_COLORSTYLE 207
! 111: #define LS_COLORWIDTH 208
! 112: #define LS_DEFAULT 209
! 113:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>