home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / Unused / win / wresourc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  2.2 KB  |  89 lines

  1. /*
  2.  * $Id: wresourc.h%v 3.38.2.74 1993/02/19 01:19:51 woo Exp woo $
  3.  */
  4.  
  5. /* GNUPLOT - win/wresourc.h */
  6. /*
  7.  * Copyright (C) 1992   Maurice Castro, Russell Lang
  8.  *
  9.  * Permission to use, copy, and distribute this software and its
  10.  * documentation for any purpose with or without fee is hereby granted, 
  11.  * provided that the above copyright notice appear in all copies and 
  12.  * that both that copyright notice and this permission notice appear 
  13.  * in supporting documentation.
  14.  *
  15.  * Permission to modify the software is granted, but not the right to
  16.  * distribute the modified code.  Modifications are to be distributed 
  17.  * as patches to released version.
  18.  *  
  19.  * This software is provided "as is" without express or implied warranty.
  20.  * 
  21.  *
  22.  * AUTHORS
  23.  * 
  24.  *   Maurice Castro
  25.  *   Russell Lang
  26.  * 
  27.  * Send your comments or suggestions to 
  28.  *  info-gnuplot@dartmouth.edu.
  29.  * This is a mailing list; to join it send a note to 
  30.  *  info-gnuplot-request@dartmouth.edu.  
  31.  * Send bug reports to
  32.  *  bug-gnuplot@dartmouth.edu.
  33.  */
  34.  
  35. /* This contains items internal to wgnuplot.dll
  36.    that are used by the Resource Compiler */
  37.  
  38. /* wmenu.c */
  39. #define ID_PROMPT 300
  40. #define ID_ANSWER 302
  41. #define NUMMENU 256
  42.  
  43. /* wpause.c */
  44.  
  45. /* wtext.c */
  46. #define AB_ICON 250
  47. #define AB_TEXT1 251
  48. #define AB_TEXT2 252
  49. #define AB_TEXT3 253
  50.  
  51. /* wgraph.c */
  52. #define M_GRAPH_TO_TOP NUMMENU+1
  53. #define M_CHOOSE_FONT  NUMMENU+2
  54. #define M_BACKGROUND   NUMMENU+3
  55. #define M_COLOR        NUMMENU+4
  56. #define M_COPY_CLIP    NUMMENU+5
  57. #define M_LINESTYLE    NUMMENU+6
  58. #define M_PRINT        NUMMENU+7
  59. #define M_WRITEINI     NUMMENU+8
  60. #define M_PASTE        NUMMENU+9
  61. #define M_ABOUT        NUMMENU+10
  62. #define M_REBUILDTOOLS NUMMENU+11
  63.  
  64. /* wprinter.c */
  65. #define PSIZE_SBOX 100
  66. #define PSIZE_DEF 101
  67. #define PSIZE_OTHER 102
  68. #define PSIZE_DEFX 103
  69. #define PSIZE_DEFY 104
  70. #define PSIZE_X 105
  71. #define PSIZE_Y 106
  72. #define PSIZE_OFFBOX 107
  73. #define PSIZE_OFFX 108
  74. #define PSIZE_OFFY 109
  75.  
  76. /* wgraph.c */
  77. /* line style dialog box */
  78. #define LS_LINENUM 200
  79. #define LS_MONOBOX 201
  80. #define LS_COLORBOX 202
  81. #define LS_MONOSTYLE 203
  82. #define LS_MONOWIDTH 204
  83. #define LS_CHOOSECOLOR 205
  84. #define LS_COLORSAMPLE 206
  85. #define LS_COLORSTYLE 207
  86. #define LS_COLORWIDTH 208
  87. #define LS_DEFAULT 209
  88.  
  89.