home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / bubpd103.zip / Source / bubblepd.h < prev    next >
Text File  |  1998-11-14  |  3KB  |  65 lines

  1. /*
  2.  * This program is free software; you can redistribute it and/or modify
  3.  * it under the terms of the GNU General Public License as published by
  4.  * the Free Software Foundation; either version 2, or (at your option)
  5.  * any later version.
  6.  *
  7.  * This program is distributed in the hope that it will be useful,
  8.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10.  * GNU General Public License for more details.
  11.  *
  12.  * You should have received a copy of the GNU General Public License
  13.  * along with this program; see the file COPYING.  If not, write to
  14.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  15.  */
  16. #define  WM_NEWBUBBLE   WM_USER+1
  17. #define ID_TITLE     100
  18. #define  ID_BUBBLEENABLE      102
  19. #define CWDLG_ENABLEBUBBLE          108
  20. #define CWDLG_DELAYSPIN             110
  21. #define CWDLG_NODRAWERS            120
  22. #define CWDLG_REOPEN                 121
  23. #define CWDLG_COLORPALETTE          204
  24. #define CWDLG_TEXTDEMOFIELD         201
  25. #define ID_COLORCHANGE                 200
  26. #define CWDLG_FONTPALETTE           203
  27. #define CWDLG_COLORUNDO             206
  28. #define CWDLG_COLORSTANDARD         207
  29. #define ID_OPTIONPAGE               400
  30. #define CWDLG_SMALLSIZE             401
  31. #define CWDLG_DISTANCESPIN          402
  32. #define CWDLG_DISTANCETEXT          403
  33. #define ID_ACTIONBPAGE                 500
  34. #define PBID_ACTIONHELP            501
  35. #define CBID_SEARCH                    502
  36. #define CBID_WINDOWLIST               503
  37. #define CBID_LOCK                       504
  38. #define CBID_SHUTDOWN                505
  39. #define TBID_ACTIONTEXT              506
  40. #define ID_BUBBLESTRING               1000
  41. #define ID_NOCOLORPALETTESTRING       1001
  42. #define ID_NOFONTPALETTESTRING       1002
  43. #define ID_COLORPALETTEMSGBOX      2000
  44. #define CWDLG_ENABLEHELP            103
  45. #define CWDLG_COLORHELP             202
  46. #define CWDLG_SIZEHELP              404
  47. #define ID_STOREWINDOW              1000
  48.  
  49. #define ID_NODRAWERS               1
  50. #define ID_DELAYVALUE               2
  51. #define ID_SMALLSIZEENABLED         3
  52. #define ID_ICONDISTANCE              4
  53. #define ID_BACKGROUND                5
  54. #define ID_FOREGROUND                6
  55. #define ID_FONT               7
  56. #define ID_BUBBLEENABLED           8
  57. #define ID_OPENDRAWERBITS          9
  58. #define ID_REOPEN                     10
  59. #define ID_ACTIONBUTTONS            11
  60.  
  61. #define FONTNAMELENGTH    100
  62. #define MINBUTTONDISTANCE         4
  63. #define MAXBUTTONDISTANCE         18
  64. #define MAXDELAY                     9999
  65.