home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / software / sharware / grafika / EROICA32 / _SETUP.3 / Group2 / Utdlg.h < prev    next >
Text File  |  1998-01-15  |  5KB  |  115 lines

  1. /*-------------------------- Parallax Standard H_File ----------------------------
  2.    
  3.       H_File: utdlg.h
  4.  
  5.      Purpose: This file contains the window message definitions for
  6.               the Eroica unit test program.
  7.  
  8.  
  9. --------------------------------------------------------------------------------
  10.           Copyright (c)1996 Parallax Software , All rights reserved.            
  11. ------------------------------------------------------------------------------*/
  12.  
  13. #define WM_INITSTUFF (WM_USER+400)  /* for initializing data */
  14. #define WM_MYCOMMAND (WM_USER+401)  /* for status bar updating */
  15.  
  16. #define  IDM_EXIT                               101
  17. #define  IDM_ABOUT                              102
  18. #define  IDM_CLEAR                              103
  19. #define  IDM_STARTUP                            104
  20.  
  21. #define  IDM_TESTSAVE                           201
  22. #define  IDM_TESTDISPLAYLAYER                   202
  23. #define  IDM_TESTTOOLSET                        203
  24. #define  IDM_TESTMERGE                          204
  25. #define  IDM_TESTLOAD                           205
  26. #define  IDM_TESTDESKEW                         206
  27.  
  28. #define  IDM_GETNUMBERDOCWINS                   301
  29. #define  IDM_GETNUMBERLAYERS                    302
  30. #define  IDM_GETCURRENTDOCWIN                   303
  31. #define  IDM_GETACTIVERASTER                    304
  32. #define  IDM_GETACTIVEEDIT                      305
  33. #define  IDM_GETDOCDIRTYSTATUS                  306
  34. #define  IDM_GETLAYERDIRTYSTATUS                307
  35. #define  IDM_GETLAYERDISPLAYSTATUS              308
  36. #define  IDM_GETLAYERFORMATS                    309
  37. #define  IDM_GETLAYERFORMATLIST                 310
  38. #define  IDM_GETLAYERIDS                        311
  39. #define  IDM_GETWINDOWTITLE                     312
  40. #define  IDM_GETDOCTITLE                        313
  41. #define  IDM_GETLAYERTITLES                     314
  42. #define  IDM_GETTOOL                            315
  43.  
  44. #define  IDM_CLOSEALLDOCWIN                     401
  45. #define  IDM_CLOSEDOCWIN                        402
  46. #define  IDM_ENDFRAME                           403
  47. #define  IDM_TERMINATE                          404
  48. #define  IDM_REFRESH                            405
  49. #define  IDM_NEXTDOCWIN                         406
  50. #define  IDM_FOCUSONFRAME                       407
  51. #define  IDM_ZOOMIN                             410
  52. #define  IDM_ZOOMOUT                            411
  53. #define  IDM_ZOOMFIT                            412
  54. #define  IDM_ZOOMVFIT                           413
  55. #define  IDM_ZOOMHFIT                           414
  56. #define  IDM_ZOOMACTUAL                         415
  57. #define  IDM_ZOOMONETOONE                       416
  58. #define  IDM_SHOWMIN                            420
  59. #define  IDM_SHOWMAX                            421
  60. #define  IDM_SHOWRESTORE                        422
  61. #define  IDM_SHOWHIDE                           423
  62. #define  IDM_SHOWUNHIDE                         424
  63. #define  IDM_SETTOOL_NONE                       430
  64. #define  IDM_SETTOOL_CUT                        431
  65. #define  IDM_SETTOOL_COPY                       432
  66. #define  IDM_SETTOOL_PASTE                      433
  67. #define  IDM_SETTOOL_LINE                       434
  68. #define  IDM_SETTOOL_BOX                        435
  69. #define  IDM_SETTOOL_CIRCLE                     436
  70. #define  IDM_SETTOOL_ELLIPSE                    437
  71. #define  IDM_SETTOOL_ARROW                      438
  72. #define  IDM_SETTOOL_SKETCH                     439
  73. #define  IDM_SETTOOL_POLYLINE                   440
  74. #define  IDM_SETTOOL_POLYGON                    441
  75. #define  IDM_SETTOOL_TEXT                       442
  76. #define  IDM_SETTOOL_ANNOTATION                 443
  77. #define  IDM_SETTOOL_DIMENSION                  444
  78. #define  IDM_SETTOOL_SYMBOL                     445
  79. #define  IDM_SETTOOL_HOTSPOT                    446
  80. #define  IDM_SETTOOL_RUBOUT                     447
  81. #define  IDM_SETTOOL_ERASER                     448
  82. #define  IDM_SETTOOL_SELECT                     449
  83. #define  IDM_SETTOOL_MOVERESIZE                 450
  84. #define  IDM_SETTOOL_ROTATE                     451
  85. #define  IDM_SETTOOL_CHANGETEXT                 452
  86. #define  IDM_SETTOOL_ARC                        453
  87. #define  IDM_ARRANGETILE                        460
  88. #define  IDM_ARRANGECASCADE                     461
  89. #define  IDM_ARRANGEHSTRIP                      462
  90. #define  IDM_ARRANGEVSTRIP                      463
  91. #define  IDM_PRINTDOCWIN                        464
  92.  
  93. #define  IDM_HOTSPOT_NOTIFY                     500
  94. #define  IDM_HOTSPOT_UNNOTIFY                   501
  95. #define  IDM_API_NOTIFY                         502
  96. #define  IDM_API_UNNOTIFY                       503
  97. #define  IDM_HOTSPOT_NOTIFY_PLACEMENT           504
  98. #define  IDM_HOTSPOT_UNNOTIFY_PLACEMENT         505
  99. #define  IDM_HOTSPOT_NOTIFY_HIGHLIGHT           506
  100. #define  IDM_HOTSPOT_UNNOTIFY_HIGHLIGHT         507
  101.  
  102. #define  IDM_DPITO200x100                       600
  103.  
  104. #define  IDM_DESPECKLE30                        700
  105. #define  IDM_DESKEW1                            701
  106. #define  IDM_CROP700                            702
  107. #define  IDM_MERGE                              703
  108.  
  109. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  110. #define IDM_INPUTTEXT                           100
  111.  
  112. /* UTDLG.H */
  113. /* end of file */
  114.  
  115.