home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lstbx2.zip / lbcc.zip / LBCC.H < prev    next >
Text File  |  1994-04-22  |  2KB  |  54 lines

  1.  
  2. /* listbox.h       Created:    1990-10-11  Revised:    1993-03-25    */
  3.  
  4. /* Prominare Designer Custom Control Example Constants Header        */
  5.  
  6. /* Copyright ╕ 1989-1993  Prominare Inc.  All Rights Reserved.        */
  7.  
  8.  
  9. /* --- Miscellaneous Constants ----------------------------------------    */
  10.  
  11. #define    DID_HELP          3       /* Help Push    Button ID        */
  12. #define    DID_IDLIST         10       /* ID List Push Button ID        */
  13. #define    DID_PRESPARAM         11       /* Presentation Push    Button ID    */
  14.  
  15. #define    CB_VISIBLE        256       /* Visible Check Box    ID        */
  16. #define    CB_GROUP        257       /* Group Check Box ID        */
  17. #define    CB_DISABLED        258       /* Disabled Check Box ID        */
  18. #define    CB_TABSTOP        259       /* Tab Stop Check Box ID        */
  19.  
  20. #define    IDS_VISIBLE        512       /* Visible Style String        */
  21. #define    IDS_GROUP        513       /* Group Style String        */
  22. #define    IDS_DISABLED        514       /* Disabled Style String        */
  23. #define    IDS_TABSTOP        515       /* Tab Stop Style String        */
  24.  
  25. /* --- Control Dialogue    -----------------------------------------------    */
  26.  
  27. #define    DLG_CTRLUSER       1000       /* User Defined Dialog        */
  28. #define    EF_TEXT           1001       /* Control Text Entry Field        */
  29. #define    EF_SYMBOL       1002       /* Window ID    Entry Field        */
  30. #define    EF_SYMBOLVALUE       1003       /* ID Value Entry Field        */
  31. #define    MLE_LIST       4050       /* Data List    MLE            */
  32. #define    MLE_TEXT       260
  33. #define    CB_LS_MULTIPLESEL  4061       /* Multiple Selection Check Box    */
  34. #define    CB_LS_OWNERDRAW       4062       /* User Redraw Check    Box        */
  35. #define    CB_LS_NOADJUSTPOS  4063       /* No Adjust    Position Check Box    */
  36. #define    CB_LS_HORZSCROLL   4064       /* Horizontal Scroll    Check Box    */
  37. #define    CB_LS_EXTENDEDSEL  4065       /* Extended Selection Check Box [2.x]*/
  38. #define    CB_LSXS_CHECKBOX   4066       /* Extended Style            */
  39. #define    EF_SND1           1004       /* Single Click Sound        */
  40. #define    EF_SND2           1005       /* Double Click Sound        */
  41.  
  42. /* --- Control Dialogue    -----------------------------------------------    */
  43.  
  44. #define    DLG_CTRLANLUSER       1100       /* User Defined Dialog        */
  45.  
  46. /* --- Styles Strings Definitions -------------------------------------    */
  47.  
  48. #define    IDS_LS_MULTIPLESEL     32
  49. #define    IDS_LS_OWNERDRAW       33
  50. #define    IDS_LS_NOADJUSTPOS     34
  51. #define    IDS_LS_HORZSCROLL      35
  52. #define    IDS_LS_EXTENDEDSEL     36
  53. #define    IDS_LSXS_CHECKBOX      37
  54.