home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / bidi / arabic / style / sty_dlg.h < prev    next >
C/C++ Source or Header  |  1999-05-11  |  3KB  |  103 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_SL_ENTRYFIELDDLG   0x1004
  26. #define IDD_ML_ENTRYFIELDDLG   0x1005
  27. #define IDD_STATICDLG          0x1006
  28. #define IDD_DEMOMSGBOX         0x1007
  29. #define IDD_PPDEMODLG          0x1008
  30. #define IDD_PRODINFO           0x1009
  31. #define IDD_SLIDERDLG          0x1010
  32. #define IDD_SPINBUTTONDLG      0x1011
  33. #define IDD_NOTEBOOKDLG        0x1012
  34. #define IDD_VALUESETDLG        0x1013
  35. #define IDD_CONTAINERDLG       0x1014
  36.  
  37. #define IDD_TEXTCONV_DLG       0x1015
  38.  
  39. #define IDC_OK              1
  40. #define IDC_CANCEL          2
  41. #define IDC_HELP            3
  42. //#define IDC_ENTRY           101
  43. //#define IDC_MLE             102
  44. #define IDC_RADIO1          103
  45. #define IDC_RADIO2          104
  46. #define IDC_RADIO3          105
  47. #define IDC_PUSHBUTTON      106
  48. #define IDC_3STATE          107
  49. #define IDC_CHECKBOX        108
  50. //#define IDC_LISTBOX         109
  51. //#define IDC_MULTISELLISTBOX 110
  52. #define IDC_SIMPLE          111
  53. #define IDC_DROPDOWN        112
  54. #define IDC_DROPDOWNLIST    113
  55. #define IDC_STATICTEXT      114
  56. #define IDC_GROUPBOX        115
  57. #define IDC_ICON            116
  58. #define IDC_STATICFRAME     117
  59. #define IDC_STATICRECT      118
  60. #define IDC_FORECOLORLIST   119
  61. #define IDC_BACKCOLORLIST   120
  62. #define IDC_FONTLIST        121
  63. #define IDC_SAMPLETEXT      122
  64. #define IDC_APPLY           123
  65. #define IDC_ICONBUTTON      124
  66. #define IDC_SERVANT         125
  67. #define IDC_MASTER          126
  68. #define IDC_HSLIDER         127
  69. #define IDC_VSLIDER         128
  70. #define IDC_SLIDERDATA      129
  71. #define IDC_VSLIDERDATA     130
  72. #define IDC_HSLIDERDATA     131
  73. #define IDC_VALUESET        132
  74. #define IDC_VALUESETTEXT    133
  75. #define IDC_NOTEBOOK        134
  76. #define IDC_BITMAP          135
  77. #define IDC_CONTAINER       136
  78.  
  79.  
  80. #define IDC_SLE_DLG_END     150
  81. #define IDC_ENTRY_1         151
  82. #define IDC_ENTRY_2         152
  83. #define IDC_ENTRY_3         153
  84. #define IDC_ENTRY_4         154
  85.  
  86. #define IDC_MLE_DLG_END     160
  87. #define IDC_MLE_1           161
  88. #define IDC_MLE_2           162
  89.  
  90. #define IDC_LISTBOX1         170
  91. #define IDC_LISTBOX2         171
  92. #define IDC_MULTISELLISTBOX1 180
  93. #define IDC_MULTISELLISTBOX2 181
  94.  
  95.  
  96. #define IDC_TEXTCONV_START   200
  97. #define IDC_TEXTCONV_RESULT  201
  98. #define IDC_TEXTCONV_SOURCE  202
  99. #define IDC_TEXTCONV_TARGET  203
  100.  
  101. #include <pmbidi.h>
  102.  
  103.