cwinres.h 7.1 KB

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