home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / OLEDLG.RH < prev    next >
Text File  |  1995-08-29  |  5KB  |  173 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Command IDs to use with oledlg.h
  6. //----------------------------------------------------------------------------
  7.  
  8. //
  9. // Insert Object
  10. //
  11. #define IDC_CREATENEW       100
  12. #define IDC_CREATEFROMFILE  101
  13. #define IDC_OBJECTTYPE      102
  14. #define IDC_OBJECTLIST      103
  15. #define IDC_FILE            104
  16. #define IDC_FILETYPE        105
  17. #define IDC_FILENAME        106
  18. #define IDC_BROWSE          107
  19. #define IDC_LINK            108
  20. #define IDC_DISPLAYASICON   109
  21. #define IDC_ICONIMAGE       110
  22. #define IDC_CHANGEICON      111
  23. #define IDC_DOCUMENTTYPE    112
  24. #define IDC_RESULTIMAGE     113
  25. #define IDC_RESULTTEXT      114
  26.  
  27. //
  28. // Change Icon
  29. //
  30. #define IDC_CURRENT         115
  31. #define IDC_DEFAULT         116
  32. #define IDC_FROMFILE        117
  33. #define IDC_CURRENTICON     118
  34. #define IDC_DEFAULTICON     119
  35. #define IDC_ICONLIST        120
  36. #define IDC_RESULTICON      121
  37. #define IDC_DOCUMENTNAME    122
  38. #define IDC_LABEL           123
  39.  
  40. //
  41. // Convert
  42. //
  43. #define IDC_CONVERTTO       124
  44. #define IDC_ACTIVATEAS      125
  45. #define IDC_CURRENTOBJECTTYPE 126
  46. #define IDC_ACTIVATELIST    127
  47. #define IDC_SOURCE          128
  48. #define IDC_TYPE            129
  49. #define IDC_ICONLABEL1      130
  50. #define IDC_ICONLABEL2      131
  51.  
  52.  
  53. //
  54. // Paste Special
  55. //
  56. #define IDC_PASTELIST       132
  57. #define IDC_PASTELINKLIST   133
  58. #define IDC_DISPLAYLIST     134
  59.  
  60. //
  61. // Link
  62. //
  63. #define IDC_PASTE           135
  64. #define IDC_PASTELINK       136
  65. #define IDC_BREAKLINK       137
  66. #define IDC_CHANGESOURCE    138
  67. #define IDC_OPENSOURCE      139
  68. #define IDC_UPDATENOW       140
  69. #define IDC_MANUAL          141
  70. #define IDC_AUTOMATIC       142
  71. #define IDC_LINKLIST        143
  72. #define IDC_COL1            144
  73. #define IDC_COL2            145
  74. #define IDC_COL3            146
  75.  
  76. //
  77. // Customized FileOpen
  78. //
  79. #define IDC_DIRECTORY       147
  80.  
  81. //
  82. // Custom Control Class Names
  83. //
  84. #define RESULTIMAGE_CLSNAME "ResImage"
  85. #define ICONIMAGE_CLSNAME   "IconImage"
  86.  
  87. //
  88. // OLE Dialog Resource Identifiers
  89. //
  90. #define DLG_INSERTOBJECT    32248
  91. #define DLG_CHANGEICON      32249
  92. #define DLG_CONVERT         32250 
  93. #define DLG_PASTESPECIAL    32251 
  94. #define DLG_EDITLINKS       32252 
  95. #define DLG_FILEOPEN        32253
  96.  
  97. //
  98. // Generic OLE Dialog String IDs
  99. //
  100. #define IDS_FILTERS             32320
  101. #define IDS_ICONFILTERS         32321
  102. #define IDS_BROWSE              32322
  103.  
  104. //
  105. // Insert Object Dialog String IDs
  106. //
  107. #define IDS_IORESULTNEW             32400
  108. #define IDS_IORESULTNEWICON         32401
  109. #define IDS_IORESULTFROMFILE1       32402
  110. #define IDS_IORESULTFROMFILE2       32403
  111. #define IDS_IORESULTFROMFILEICON2   32404
  112. #define IDS_IORESULTLINKFILE1       32405
  113. #define IDS_IORESULTLINKFILE2       32406
  114. #define IDS_IORESULTLINKFILEICON1   32407
  115. #define IDS_IORESULTLINKFILEICON2   32408
  116.  
  117. //
  118. // Change Icon Dialog String IDs
  119. //
  120. #define IDS_CINOICONSINFILE         32430
  121. #define IDS_CIINVALIDFILE           32431
  122. #define IDS_CIFILEACCESS            32432
  123. #define IDS_CIFILESHARE             32433
  124. #define IDS_CIFILEOPENFAIL          32434
  125.  
  126. //
  127. // Convert dialog String IDs
  128. //
  129. #define IDS_CVRESULTCONVERTLINK     32440
  130. #define IDS_CVRESULTCONVERTTO       32441
  131. #define IDS_CVRESULTNOCHANGE        32442
  132. #define IDS_CVRESULTDISPLAYASICON   32443
  133. #define IDS_CVRESULTACTIVATEAS      32444
  134. #define IDS_CVRESULTACTIVATEDIFF    32445
  135.  
  136. //
  137. // Paste Special Dialog String IDs
  138. //
  139. #define IDS_PSPASTEDATA             32410
  140. #define IDS_PSPASTEOBJECT           32411
  141. #define IDS_PSPASTEOBJECTASICON     32412
  142. #define IDS_PSPASTELINKDATA         32413
  143. #define IDS_PSPASTELINKOBJECT       32414
  144. #define IDS_PSPASTELINKOBJECTASICON 32415
  145. #define IDS_PSNONOLE                32416
  146. #define IDS_PSUNKNOWNTYPE           32417
  147. #define IDS_PSUNKNOWNSRC            32418
  148. #define IDS_PSUNKNOWNAPP            32419
  149.  
  150.  
  151. //
  152. // Links dialog String IDs
  153. //
  154. #define IDS_LINK_AUTO               32450
  155. #define IDS_LINK_MANUAL             32451
  156. #define IDS_LINK_UNKNOWN            32452
  157. #define IDS_LINKS                   32453
  158. #define IDS_FAILED                  32454
  159. #define IDS_CHANGESOURCE            32455
  160. #define IDS_INVALIDSOURCE           32456
  161. #define IDS_ERR_GETLINKSOURCE       32457
  162. #define IDS_ERR_GETLINKUPDATEOPTIONS 32458
  163. #define IDS_ERR_ADDSTRING           32459
  164. #define IDS_CHANGEADDITIONALLINKS   32460
  165. #define IDS_CLOSE                   32461
  166.  
  167. //
  168. // Resource identifiers for bitmaps
  169. //
  170. #define IDB_RESULTSEGA          32325
  171. #define IDB_RESULTSVGA          32326
  172. #define IDB_RESULTSHIRESVGA     32327
  173.