cwinres.h 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. // cwinres.h
  2. // Header file for resources ONLY. The files cwin.h & cwin.hpp
  3. // contains declarations needed for compiling code.
  4. //
  5. // Copyright (C)/©/¸ Codemist Ltd, 1995-2002
  6. /*
  7. * This code may be used and modified, and redistributed in binary
  8. * or source form, subject to the "CCL Public License", which should
  9. * accompany it. This license is a variant on the BSD license, and thus
  10. * permits use of code derived from this in either open and commercial
  11. * projects: but it does require that updates to this code be made
  12. * available back to the originators of the package.
  13. * Before merging other code in with this or linking this code
  14. * with other packages or libraries please check that the license terms
  15. * of the other material are compatible with those of this.
  16. */
  17. #ifndef header_cwinres_h
  18. #define header_cwinres_h 1
  19. /* Signature: 48e4c75b 21-Apr-2002 */
  20. #define IDM_READ 101
  21. #define IDM_SAVEAS 102
  22. #define IDM_SAVESEL 103
  23. #define IDM_TOFILE 104
  24. #define IDM_PRINT 105
  25. #define IDM_PRINTSEL 106
  26. #define IDM_EXIT 107
  27. #define IDM_CLOSE 108
  28. #define IDM_CUT 110
  29. #define IDM_COPY 111
  30. #define IDM_PASTE 112
  31. #define IDM_REINPUT 113
  32. #define IDM_SELECTALL 114
  33. #define IDM_CLEAR 115
  34. #define IDM_UNDO 116
  35. #define IDM_REDRAW 117
  36. #define IDM_HOME 118
  37. #define IDM_END 119
  38. #define IDM_FONT 120
  39. #define IDM_RESET_FONT 121
  40. #define IDM_RESET_WINDOW 122
  41. #define IDM_INTERRUPT 130
  42. #define IDM_BACKTRACE 131
  43. #define IDM_PAGEMODE 132
  44. #ifdef GRAPHICS_WINDOW
  45. #define IDM_GRAPHICS 140
  46. #define IDM_HISTORY 141
  47. #define IDM_SMALLER 150
  48. #define IDM_LARGER 160
  49. #define IDM_PORTRAIT 170
  50. #define IDM_DISPLAY 171
  51. #define IDM_LANDSCAPE 172
  52. #define IDM_VIEWPOINT 180
  53. #endif
  54. #define IDM_HELPCONTENTS 190
  55. #define IDM_HELPSEARCH 191
  56. #define IDM_HELP_ON_HELP 192
  57. #define IDM_ABOUT 193
  58. #define IDM_EUPRICES 194
  59. #define IDM_WORDPRICES 195
  60. #define IDM_ORDERFORM 196
  61. #define IDM_DYNAMIC_ITEMS 200
  62. #define IDM_LAST_DYNAMIC 249
  63. #ifdef GRAPHICS_WINDOW
  64. #define IDM_WIREFRAME 250
  65. #define IDM_NOSURFACE 251
  66. #define IDM_SURFACE 252
  67. #define IDM_SQUARES 253
  68. #define IDM_TRIANGLES 254
  69. #define IDM_SMOOTH 255
  70. #define IDM_HISMOOTH 256
  71. #define IDM_WIREPREVIEW 257
  72. #define IDM_ROTLEFT 260
  73. #define IDM_ROTRIGHT 261
  74. #define IDM_ROTUP 262
  75. #define IDM_ROTDOWN 263
  76. #define IDM_CLOCKWISE 264
  77. #define IDM_ANTICLOCK 265
  78. #define IDM_ENLARGE 266
  79. #define IDM_SHRINK 267
  80. #endif
  81. #ifndef COMMON
  82. #define IDM_FIRSTLOAD 300
  83. /*
  84. * The individual numeric codes listed here (and the matching menu items
  85. * in cwin.rc) are being retired in favour of a scheme that sets up menus
  86. * more dynamically.
  87. */
  88. /******************************
  89. #define IDM_ALGINT 300
  90. #define IDM_APPLYSYM 301
  91. #define IDM_ARNUM 302
  92. #define IDM_ASSIST 303
  93. #define IDM_AVECTOR 304
  94. #define IDM_BOOLEAN 305
  95. #define IDM_CALI 306
  96. #define IDM_CAMAL 307
  97. #define IDM_CHANGEVR 308
  98. #define IDM_COMPACT 309
  99. #define IDM_COMPLEX 310
  100. #define IDM_CRACK 311
  101. #define IDM_CVIT 312
  102. #define IDM_DECOMPOS 313
  103. #define IDM_DEFINT 314
  104. #define IDM_DESIR 315
  105. #define IDM_DFPART 316
  106. #define IDM_DUMMY 317
  107. #define IDM_ELEM 318
  108. #define IDM_EXCALC 319
  109. #define IDM_FIDE 320
  110. #define IDM_FPS 321
  111. #define IDM_GENTRAN 322
  112. #define IDM_GNUPLOT 323
  113. #define IDM_GROEBNER 324
  114. #define IDM_IDEALS 325
  115. #define IDM_INEQ 326
  116. #define IDM_INVBASE 327
  117. #define IDM_LAPLACE 328
  118. #define IDM_LIE 329
  119. #define IDM_LINALG 330
  120. #define IDM_MODSR 331
  121. #define IDM_NCPOLY 332
  122. #define IDM_NORMFORM 333
  123. #define IDM_NUMERIC 334
  124. #define IDM_ODESOLVE 335
  125. #define IDM_ORTHOVEC 336
  126. #define IDM_PHYSOP 337
  127. #define IDM_PMRULES 338
  128. #define IDM_RANDPOLY 339
  129. #define IDM_REACTEQN 340
  130. #define IDM_RESIDUE 341
  131. #define IDM_RLFI 342
  132. #define IDM_RSOLVE 343
  133. #define IDM_SCOPE 344
  134. #define IDM_SETS 345
  135. #define IDM_SPDE 346
  136. #define IDM_SPECFN 347
  137. #define IDM_SYMMETRY 348
  138. #define IDM_TAYLOR 349
  139. #define IDM_TPS 350
  140. #define IDM_TRI 351
  141. #define IDM_TRIGSIMP 352
  142. #define IDM_WU 353
  143. #define IDM_XCOLOR 354
  144. #define IDM_XIDEAL 355
  145. #define IDM_ZEILBERG 356
  146. #define IDM_ZTRANS 357
  147. ************************************************/
  148. #define IDM_LASTLOAD 357
  149. #define IDS_FIRSTSWITCH 500
  150. /************************************************
  151. #define IDS_algint 500
  152. #define IDS_adjprec 501
  153. #define IDS_allbranch 502
  154. #define IDS_allfac 503
  155. #define IDS_arbvars 504
  156. #define IDS_asterisk 505
  157. #define IDS_backtrace 506
  158. #define IDS_balanced_mod 507
  159. #define IDS_bfspace 508
  160. #define IDS_combineexpt 509
  161. #define IDS_combinelogs 510
  162. #define IDS_comp 511
  163. #define IDS_complex 512
  164. #define IDS_compxroots 513
  165. #define IDS_cramer 514
  166. #define IDS_cref 515
  167. #define IDS_defn 516
  168. #define IDS_demo 517
  169. #define IDS_dfprint 518
  170. #define IDS_div 519
  171. #define IDS_echo 520
  172. #define IDS_errcont 521
  173. #define IDS_evallhseqp 522
  174. #define IDS_exp 523
  175. #define IDS_expandexpt 524
  176. #define IDS_expandlogs 525
  177. #define IDS_ezgcd 526
  178. #define IDS_factor 527
  179. #define IDS_fastfor 528
  180. #define IDS_force 529
  181. #define IDS_fort 530
  182. #define IDS_fortupper 531
  183. #define IDS_fullprec 532
  184. #define IDS_fullprecision 533
  185. #define IDS_fullroots 534
  186. #define IDS_gc 535
  187. #define IDS_gcd 536
  188. #define IDS_heugcd 537
  189. #define IDS_horner 538
  190. #define IDS_ifactor 539
  191. #define IDS_int 540
  192. #define IDS_intstr 541
  193. #define IDS_lcm 542
  194. #define IDS_lessspace 543
  195. #define IDS_limitedfactors 544
  196. #define IDS_list 545
  197. #define IDS_listargs 546
  198. #define IDS_lower 547
  199. #define IDS_mcd 548
  200. #define IDS_modular 549
  201. #define IDS_msg 550
  202. #define IDS_multiplicities 551
  203. #define IDS_nat 552
  204. #define IDS_nero 553
  205. #define IDS_noarg 554
  206. #define IDS_noconvert 555
  207. #define IDS_nonlnr 556
  208. #define IDS_nosplit 557
  209. #define IDS_numval 558
  210. #define IDS_output 559
  211. #define IDS_period 560
  212. #define IDS_pgwd 561
  213. #define IDS_plap 562
  214. #define IDS_precise 563
  215. #define IDS_pret 564
  216. #define IDS_pri 565
  217. #define IDS_pwrds 566
  218. #define IDS_quotenewnam 567
  219. #define IDS_raise 568
  220. #define IDS_rat 569
  221. #define IDS_ratarg 570
  222. #define IDS_rational 571
  223. #define IDS_rationalize 572
  224. #define IDS_ratpri 573
  225. #define IDS_reduced 574
  226. #define IDS_revpri 575
  227. #define IDS_rlisp88 576
  228. #define IDS_rootmsg 577
  229. #define IDS_roundall 578
  230. #define IDS_roundbf 579
  231. #define IDS_rounded 580
  232. #define IDS_savestructr 581
  233. #define IDS_solvesingular 582
  234. #define IDS_time 583
  235. #define IDS_trallfac 584
  236. #define IDS_trfac 585
  237. #define IDS_trint 586
  238. #define IDS_trroot 587
  239. ************************************************/
  240. #define IDS_LASTSWITCH 587
  241. #endif
  242. #endif /* header_cwinres_h */
  243. // end of cwinres.h