home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / STYLE.ZIP / STY_DLG.H < prev    next >
Text File  |  1992-03-30  |  3KB  |  76 lines

  1. /*************************************************************************
  2. *
  3. *  File Name   : STY_DLG.H
  4. *
  5. *  Description : This header file contains the constants for dialogs used
  6. *                by the Style sample.
  7. *
  8. *  Copyright (C) 1992 IBM Corporation
  9. *
  10. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  11. *      sample code created by IBM Corporation. This sample code is not
  12. *      part of any standard or IBM product and is provided to you solely
  13. *      for  the purpose of assisting you in the development of your
  14. *      applications.  The code is provided "AS IS", without
  15. *      warranty of any kind.  IBM shall not be liable for any damages
  16. *      arising out of your use of the sample code, even if they have been
  17. *      advised of the possibility of such damages.                                                    *
  18. *
  19. ************************************************************************/
  20.  
  21. #define IDD_ENTERTEXTDLG    0x1000
  22. #define IDD_BUTTONSDLG      0x1001
  23. #define IDD_LISTBOXDLG      0x1002
  24. #define IDD_COMBOBOXDLG     0x1003
  25. #define IDD_ENTRYFIELDDLG   0x1004
  26. #define IDD_STATICDLG       0x1005
  27. #define IDD_DEMOMSGBOX      0x1006
  28. #define IDD_PPDEMODLG       0x1007
  29. #define IDD_PRODINFO        0x1008
  30. #define IDD_SLIDERDLG       0x1009
  31. #define IDD_SPINBUTTONDLG   0x1010
  32. #define IDD_NOTEBOOKDLG     0x1011
  33. #define IDD_VALUESETDLG     0x1012
  34. #define IDD_CONTAINERDLG    0x1013
  35.  
  36. #define IDC_OK              1
  37. #define IDC_CANCEL          2
  38. #define IDC_HELP            3
  39. #define IDC_ENTRY           101
  40. #define IDC_MLE             102
  41. #define IDC_RADIO1          103
  42. #define IDC_RADIO2          104
  43. #define IDC_RADIO3          105
  44. #define IDC_PUSHBUTTON      106
  45. #define IDC_3STATE          107
  46. #define IDC_CHECKBOX        108
  47. #define IDC_LISTBOX         109
  48. #define IDC_MULTISELLISTBOX 110
  49. #define IDC_SIMPLE          111
  50. #define IDC_DROPDOWN        112
  51. #define IDC_DROPDOWNLIST    113
  52. #define IDC_STATICTEXT      114
  53. #define IDC_GROUPBOX        115
  54. #define IDC_ICON            116
  55. #define IDC_STATICFRAME     117
  56. #define IDC_STATICRECT      118
  57. #define IDC_FORECOLORLIST   119
  58. #define IDC_BACKCOLORLIST   120
  59. #define IDC_FONTLIST        121
  60. #define IDC_SAMPLETEXT      122
  61. #define IDC_APPLY           123
  62. #define IDC_ICONBUTTON      124
  63. #define IDC_SERVANT         125
  64. #define IDC_MASTER          126
  65. #define IDC_HSLIDER         127
  66. #define IDC_VSLIDER         128
  67. #define IDC_SLIDERDATA      129
  68. #define IDC_VSLIDERDATA     130
  69. #define IDC_HSLIDERDATA     131
  70. #define IDC_VALUESET        132
  71. #define IDC_VALUESETTEXT    133
  72. #define IDC_NOTEBOOK        134
  73. #define IDC_BITMAP          135
  74. #define IDC_CONTAINER       136
  75.  
  76.