home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Balloons / Source / server.h < prev    next >
Text File  |  1996-08-12  |  765b  |  26 lines

  1. // ballserv.h (ballserv.exe)
  2. // Server-App for Balloons
  3. // res definitions
  4.  
  5. // common
  6. #define ID_ICON                     1
  7.  
  8. // Num Page
  9. #define ID_NUM                      100
  10. #define NUM_SLIDER                  101
  11. #define NUM_TXT1                    102
  12. #define NUM_RAHMEN                  103
  13. #define NUM_SLIDER_PLACE            104
  14.  
  15. #define ID_CONTROL                  300
  16. #define CONTROL_RAHMEN              301
  17. #define CONTROL_TXT1                302
  18. #define CONTROL_START               303
  19. #define CONTROL_STOP                304
  20. #define CONTROL_XSERV               305
  21. #define CONTROL_XCLIENT             306
  22.  
  23. #define SERVER_RUNNING              400
  24. #define PIPE_FAILED                 401
  25. #define BOOK_FAILED                 402
  26.