home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / devnews / vol2 / sample3 / sty_new.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-04  |  2.7 KB  |  78 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. #define IDD_BROADCASTDLG    0x1014
  36.  
  37. #define IDC_OK              1
  38. #define IDC_CANCEL          2
  39. #define IDC_HELP            3
  40. #define IDC_ENTRY           101
  41. #define IDC_MLE             102
  42. #define IDC_RADIO1          103
  43. #define IDC_RADIO2          104
  44. #define IDC_RADIO3          105
  45. #define IDC_PUSHBUTTON      106
  46. #define IDC_3STATE          107
  47. #define IDC_CHECKBOX        108
  48. #define IDC_LISTBOX         109
  49. #define IDC_MULTISELLISTBOX 110
  50. #define IDC_SIMPLE          111
  51. #define IDC_DROPDOWN        112
  52. #define IDC_DROPDOWNLIST    113
  53. #define IDC_STATICTEXT      114
  54. #define IDC_GROUPBOX        115
  55. #define IDC_ICON            116
  56. #define IDC_STATICFRAME     117
  57. #define IDC_STATICRECT      118
  58. #define IDC_FORECOLORLIST   119
  59. #define IDC_BACKCOLORLIST   120
  60. #define IDC_FONTLIST        121
  61. #define IDC_SAMPLETEXT      122
  62. #define IDC_APPLY           123
  63. #define IDC_ICONBUTTON      124
  64. #define IDC_SERVANT         125
  65. #define IDC_MASTER          126
  66. #define IDC_HSLIDER         127
  67. #define IDC_VSLIDER         128
  68. #define IDC_SLIDERDATA      129
  69. #define IDC_VSLIDERDATA     130
  70. #define IDC_HSLIDERDATA     131
  71. #define IDC_VALUESET        132
  72. #define IDC_VALUESETTEXT    133
  73. #define IDC_NOTEBOOK        134
  74. #define IDC_BITMAP          135
  75. #define IDC_CONTAINER       136
  76. #define IDC_PID             137
  77.  
  78.