home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / ODRES.H < prev    next >
Text File  |  1997-02-28  |  30KB  |  707 lines

  1. /* @(#)Z 1.13.1.17 com/src/include/c/odres.h, odmri, od96os2, odos29646d 96/11/15 15:47:52 (96/10/29 09:27:47) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: odmri
  6.  *
  7.  *   CLASSES: none
  8.  *
  9.  *   ORIGINS: 82,27
  10.  *
  11.  *
  12.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13.  *   All Rights Reserved
  14.  *   Licensed Materials - Property of IBM
  15.  *   US Government Users Restricted Rights - Use, duplication or
  16.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17.  *
  18.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24.  *   OR PERFORMANCE OF THIS SOFTWARE.
  25.  */
  26. /*====END_GENERATED_PROLOG========================================
  27.  */
  28.  
  29. /********************************************************************/
  30. /*  Licensed Materials - Property of IBM                            */
  31. /*                                                                  */
  32. /*                                                                  */
  33. /* Copyright (C) International Business Machines Corp., 1994.       */
  34. /* Copyright (C) Apple Computer, Inc., 1994                         */
  35. /*                                                                  */
  36. /*  US Government Users Restricted Rights -                         */
  37. /*  Use, duplication, or disclosure restricted                      */
  38. /*  by GSA ADP Schedule Contract with IBM Corp.                     */
  39. /*                                                                  */
  40. /*          06/18/96  brr add definition for EDIT_SEPARATOR5        */
  41. /*          06/05/96  abu added new defines draft history           */
  42. /*          04/24/96  abu added new defines for NT, renumbered      */
  43. /*          04/19/96  brr cleaned up ODRES.H and ODMENUID.H         */
  44. /*    20477 03/20/96  brr added define for DID_FILENAME_TXT         */
  45. /*                        added define for DID_FILENAME_ED          */
  46. /*                        added define for DID_DRIVE_TXT            */
  47. /*                        added define for DID_DRIVE_CB             */
  48. /*                        added define for DID_FILES_TXT            */
  49. /*                        added define for DID_FILES_LB             */
  50. /*                        added define for DID_DIRECTORY_TXT        */
  51. /*                        added define for DID_DIRECTORY_LB         */
  52. /*                        added define for DID_FILTER_TXT           */
  53. /*                        added define for DID_FILTER_CB            */
  54. /*                        added defines for DID_OK, DID_CANCEL, and */
  55. /*                         DID_ERROR - defined in PMWIN.H for OS/2  */
  56. /*                         but not defined for WIN32                */
  57. /*    20444 03/15/96  brr deleted IDMS_HELP define - in new CmdDefs */
  58. /*    20381 03/11/96  brr added IDMS_HELP define - gotten from      */
  59. /*                         ODMENUID.H file which OS/2 used          */
  60. /*   143880 11/22/95  faa added help button to create draft dialog  */
  61. /*   144012 11/21/95  pfe added new logo bitmap                     */
  62. /*   143420 11/11/95  st  use cmddefs.xh not odmenuid.h              */
  63. /*   143089 11/07/95  st  move doc_openas and doc_print to odmenuid.h*/
  64. /*   142421 11/06/95  pfe added IDS_SAVECOPY for Save A Copy        */
  65. /*   142033 10/30/95  st  moved odicon/oatree/oadetails to odmenuid.h */
  66. /*   141594 10/27/95  pfe Added Logo Screen additions               */
  67. /*   141192 10/25/95  BLG Add menubar/popup to Container View       */
  68. /*   140771 10/24/95  faa menu bar design changes                   */
  69. /*   123251 10/17/95  faa added accel-key definition for odcredit   */
  70. /*   123251 10/06/95  jso added presentation page constants         */
  71. /*   139092 10/03/95  st  added ID's for new menu design            */
  72. /*   132824  8/17/95  pfe added DOC_DRAFTCREATE & DOC_DRAFTHIST     */
  73. /*   123941  8/16/95  BLG put text displayed by container view into rc file */
  74. /*   130940  8/10/95  BLG define id for text strings  in "Sellect Root Part" dialog help */
  75. /*   130578  7/26/95  pfe change DOC_DRAFTS constant from 2h to 20h */
  76. /*   126929  7/16/95  SK  Adding Linksource/Link Target Dialog id's */
  77. /*           6/26/95  KEK define ODHELPFILE                         */
  78. /*   123004  5/22/95  SK  Adding PasteAs Dialog id's                */
  79. /*   121067  5/02/95  jso changes for view page                     */
  80. /*   119388  4/29/95  ST  changes for new menus                     */
  81. /********************************************************************/
  82.  
  83. #ifndef _ODRES_
  84. #define _ODRES_
  85.  
  86. /*
  87. ***   NOTE if any of these values change, also need to update
  88. ***   src/include/idl/CmdDefs.idl to reflect identical values
  89. ***   if they occur in CmdDefs.idl.  This is mainly applicable
  90. ***   to menu and button ids.
  91. */
  92.  
  93. /* Common Button IDs */
  94. #ifndef DID_OK
  95. #define DID_OK                     0x0001
  96. #endif
  97. #ifndef DID_CANCEL
  98. #define DID_CANCEL                 0x0002
  99. #endif
  100. #ifndef DID_HELP
  101. #define DID_HELP                   0x0004
  102. #endif
  103. #ifndef DID_ERROR
  104. #define DID_ERROR                  0xFFFF
  105. #endif
  106.  
  107. #define ODHELPFILE "opendoc.hlp"
  108.  
  109. #define ID_ICON                     101    /* Resource ID for Icon          */
  110. #define ID_BORDER_PTR               102    /* ID for part border pointer    */
  111.  
  112. #define OPENDOC_BITMAP              201
  113. #define OPENDOC_BITMAP2             202
  114.  
  115.  
  116. #define IDD_TYPEPAGEDLG            1000
  117. #define DID_CATEGORYTEXT           1001
  118. #define DID_CATEGORY               1002
  119. #define DID_KINDTEXT               1003
  120. #define DID_KIND                   1004
  121. #define DID_EDITORTEXT             1005
  122. #define DID_EDITOR                 1006
  123. #define DID_UNDO                   1008
  124. #define DID_DEFAULT                1009
  125.  
  126. #define IDD_VIEWPAGEDLG            1020
  127. #define DID_SHOWASTEXT             1021
  128. #define DID_VIEW                   1022
  129. #define DID_BUNDLED                1023
  130. #ifndef _PLATFORM_OS2_
  131. #define DID_NAME                   1024
  132. #endif
  133. #define DID_STATIONARY             1025
  134. #define DID_SHOWLINKS              1026
  135. #define DID_PARTNAME               1027
  136.  
  137. #define IDD_PRESENTATIONPAGEDLG    1040
  138. #define DID_PRESENTASTEXT          1041
  139. #define DID_PRESENTATION           1042
  140.  
  141. #define ID_ODINFO                  1044
  142. #define IDC_NOTEBOOK               1045
  143. #define WM_SET_ACTIVE              (WM_USER + 0)
  144. #define WM_DID_OK                  (WM_USER + 1)
  145. #define IDD_NOTEBOOKDLG            1046
  146. #define IDC_OK                     1047
  147. #define IDC_CANCEL                 1048
  148. #define IDC_APPLY                  1049
  149. #define DID_VIEWASTEXT             1050
  150. #define GROUP1                     1051
  151. #define DID_DUMMY2                 1052
  152. #define DID_DUMMY3                 1053
  153. #define DID_DUMMY4                 1054
  154. #define DID_DUMMY5                 1055
  155. #define DID_DUMMY6                 1057
  156. #define DID_DUMMY7                 1058
  157. #define IDD_SETTINGS               1059
  158.  
  159. #define IDD_GENERALPAGEDLG         1060
  160. #define DID_OBJECTTITLE            1061
  161. #define DID_ICONCURRENT            1062
  162. #define DID_ICONCRANOTHER          1063
  163. #define DID_ICONEDIT               1064
  164. #define DID_ICONFIND               1065
  165. #define DID_RESET                  1067
  166. #define DID_ICONHELP               1068
  167.  
  168. #define IDD_ICONVIEWPAGEDLG        1080
  169. #define DID_DUMMY                  1081
  170. #define DID_FLOW                   1082
  171. #define DID_NOFLOW                 1083
  172. #define DID_NOGRID                 1084
  173. #define DID_ICONNORM               1085
  174. #define DID_ICONSMALL              1086
  175. #define DID_ICONINV                1087
  176. #define DID_ICONVISIBLETEXT        1088
  177. #define DID_ICONCHFONT             1089
  178.  
  179. #define IDD_TREEVIEWPAGEDLG        1100
  180. #define DID_LINES                  1101
  181. #define DID_NOLINES                1102
  182. #define DID_TRNORM                 1103
  183. #define DID_TRSMALL                1104
  184. #define DID_TRINV                  1105
  185. #define DID_TRVISIBLETEXT          1107
  186. #define DID_TRCHFONT               1108
  187.  
  188. #define IDD_DETAILSVIEWPAGEDLG     1120
  189. #define DID_ICONCHBGCOLOR          1121
  190. #define DID_OBJECTTYPE             1122
  191. #define DID_DETAILS                1123
  192. #define DID_CHANGEFONT             1124
  193.  
  194. #define IDD_FILEPAGE1DLG           1140
  195. #define DID_CRDATE                 1141
  196. #define DID_MODDATE                1142
  197. #define DID_ACCDATE                1143
  198. #define DID_MODBY                  1144
  199. #define DID_FILEPAGE1HELP          1145
  200. #define DID_REMOVE                 1146
  201. #define DID_DATASIZE               1147
  202.  
  203. #define IDD_FILEPAGE2DLG           1160
  204. #define DID_COMMENTS               1161
  205. #define DID_KEY                    1162
  206. #define DID_HISTORY                1163
  207. #define DID_FILEPAGE2HELP          1164
  208. #define DID_SETTINGS               1165
  209.  
  210. #define IDD_LSPAGEDLG              1180
  211. #define IDD_LSKINDTXT              1181
  212. #define IDD_LSCREATEDTXT           1182
  213. #define IDD_LSUPDATEDTXT           1183
  214. #define IDD_LSONSAVEBTN            1184
  215. #define DID_LSMANUALLYBTN          1185
  216. #define DID_LSBREAKLINKBTN         1186
  217. #define DID_LSUPDATENOWBTN         1187
  218.  
  219. #define IDD_EDITLSDESCDLG          1201
  220. #define IDD_EDITLSDESC             1202
  221.  
  222. #define IDD_EDITLTDESCDLG          1220
  223. #define IDD_EDITLTDESC             1221
  224.  
  225. #define IDD_LDPAGEDLG              1240
  226. #define IDD_LDKINDTXT              1241
  227. #define IDD_LDCREATEDTXT           1242
  228. #define IDD_LDUPDATEDTXT           1243
  229. #define IDD_LDAUTOMATICALLYBTN     1244
  230. #define DID_LDMANUALLYBTN          1245
  231. #define DID_LDBREAKLINKBTN         1246
  232. #define DID_LDUPDATENOWBTN         1247
  233. #define IDD_LDFINDSOURCEBTN        1248
  234.  
  235. #define IDD_LUDLG                  1250
  236. #define IDD_LUUPDATE               1251
  237. #define IDD_LUSTOP                 1252
  238.  
  239. #define IDD_PASTEASDLG             1260
  240. #define IDD_PASTELINKCHKBOX        1261
  241. #define IDD_PASTEAUTOBTN           1262
  242. #define IDD_PASTEMANUALBTN         1263
  243. #define IDD_GETUPDATESTXT          1264
  244. #define IDD_MERGEBTN               1266
  245. #define IDD_EMBEDBTN               1267
  246. #define IDD_EMBEDAS                1268
  247. #define IDD_PARTKIND               1269
  248. #define IDD_PARTEDITOR             1270
  249. #define DID_PASTE                  1271
  250. #define DID_PASTEASHELP            1272
  251.  
  252. #define IDD_MOVECOPYDLG            1280
  253. #define IDD_OLDFILENAME            1281
  254. #define IDD_NEWFILENAME            1282
  255. #define DID_FILECOPIED             1283
  256. #define DID_FILEMOVED              1284
  257.  
  258. #define IDD_COPYLINKTODLG          1301
  259. #define ID_LINKDESC_TXT            1302
  260. #define ID_LINKDESC_ED             1303
  261. #ifndef _PLATFORM_OS2_
  262. #define DID_FILENAME_TXT           1304
  263. #define DID_FILENAME_ED            1305
  264. #define DID_DRIVE_TXT              1306
  265. #define DID_DRIVE_CB               1307
  266. #define DID_FILES_TXT              1308
  267. #define DID_FILES_LB               1309
  268. #define DID_DIRECTORY_TXT          1310
  269. #define DID_DIRECTORY_LB           1311
  270. #define DID_FILTER_TXT             1312
  271. #define DID_FILTER_CB              1313
  272. #endif
  273.  
  274. #define IDD_PASTELINKFROMDLG       1320
  275. #define ID_LINKDESC_LB             1321
  276.  
  277. #define IDD_PRODUCTINFO            1340
  278. #define IDR_PRODUCTINFO            1341
  279.  
  280. #define IDD_SELPARTKIND            1360
  281. #define DID_KINDMSG                1361
  282. #define DID_KINDLIST               1362
  283. #define DID_OPENFILE               1363
  284.  
  285. #define IDD_DRAFTHISTORYDLG        1380
  286. #define DID_DRAFTLBOX              1381
  287. #define DID_OPEN                   1382
  288. #define DID_DELETE                 1383
  289. #define DID_DONE                   1384
  290. #define DID_CREATOR                1385
  291. #define DID_DRAFT                  1386
  292. #define DID_CREATED                1387
  293. #define DID_CMNT                   1388
  294. #define DID_DRAFTCNTR              1389
  295.  
  296. #define IDD_DELETEDRAFTDLG         1400
  297. #define DID_DRAFTDELETEMSG         1401
  298.  
  299. #define IDD_CREATEDRAFTDLG         1420
  300. #define DID_DRAFTNAMELABEL         1421
  301. #define DID_DRAFTNAME              1422
  302. #define DID_DRAFTNUMLABEL          1423
  303. #define DID_DRAFTNUM               1424
  304. #define DID_DRAFTCMNTSLABEL        1425
  305. #define DID_DRAFTCOMMENT           1426
  306. #define DID_SAVE                   1427
  307. #define DID_DISCARD                1428
  308.  
  309. /***************************************************************************/
  310. /* ID_BASEMENUBAR defines                                                  */
  311. /***************************************************************************/
  312. #define ID_BASEMENUBAR             500    /* MENU ID */
  313.  
  314. //menu id's from DOCUMENT menu
  315. #define  IDMS_DOCUMENT             2000    /* MENU ID */
  316. #define  DOC_NEW                   2001
  317. #define  DOC_OPENAS                2002
  318. #define  DOC_INSERT                2003
  319. #define  DOC_SEPARATOR1            2004
  320. #define  DOC_SAVE                  2005
  321. #define  DOC_SAVECOPY              2006
  322. #define  DOC_REVERTTOSAVED         2007
  323. #define  DOC_SEPARATOR2            2008
  324. #define  DOC_DRAFTS                2009    /* MENU ID */
  325. #define  DOC_DRAFTCREATE           2010
  326. #define  DOC_DRAFTHISTORY          2011
  327. #define  DOC_PROPERTIES            2012
  328. #define  DOC_SETUP                 2013
  329. #define  DOC_SEPARATOR3            2014
  330. #define  DOC_PRINT                 2015
  331. #define  DOC_SEPARATOR4            2016
  332. #define  DOC_CLOSE                 2017
  333.  
  334. //menu id's from EDIT menu
  335. #define  IDMS_EDIT                 2100    /* MENU ID */
  336. #define  EDIT_UNDO                 2101
  337. #define  EDIT_REDO                 2102
  338. #define  EDIT_SEPARATOR1           2103
  339. #define  EDIT_CREATE               2104
  340. #define  EDIT_CUT                  2105
  341. #define  EDIT_COPY                 2106
  342. #define  EDIT_PASTE                2107
  343. #define  EDIT_PASTEAS              2108
  344. #define  EDIT_LINK_MENU            2109    /* MENU ID */
  345. #define  EDIT_PASTELINK            2110
  346. #define  EDIT_BREAKLINK            2111
  347. #define  EDIT_COPYLINKTO           2112
  348. #define  EDIT_PASTELINKFROM        2113
  349. #define  EDIT_SEPARATOR2           2114
  350. #define  EDIT_DELETE               2115
  351. #define  EDIT_SEPARATOR3           2116
  352. #define  EDIT_SELECTALL            2117
  353. #define  EDIT_DESELECTALL          2118
  354. #define  EDIT_SEPARATOR4           2119
  355. #define  EDIT_OPENSEL              2120
  356. #define  EDIT_SELPROPERTIES        2121
  357. #define  EDIT_INSERT               2122
  358. #define  EDIT_SEPARATOR5           2124
  359. #define  EDIT_VIEWINWINDOW         2312  /* Same as VIEW_VIEWINWINDOW retained
  360.                                             for legacy purposes */
  361. #define  EDIT_LINKINFO             2125
  362.  
  363. //menu id's from HELP menu
  364. #define  IDMS_HELP                 2200    /* MENU ID */
  365. #define  HELP_INDEX_OD             2201
  366. #define  HELP_GENERAL              2202
  367. #define  HELP_USING                2203
  368. #define  HELP_SEPARATOR1           2204
  369. #define  HELP_PRODUCTINFO          2205
  370.  
  371. #define  IDMS_VIEW                 2350    /* MENU ID */
  372. #define  VIEW_OPENAS               2300    /* MENU ID */
  373. #define  VIEW_OAICON               2301
  374. #define  VIEW_OATREE               2302
  375. #define  VIEW_OADETAILS            2303
  376. #define  VIEW_OAWINDOW             2304
  377. #define  VIEW_PROPERTIES           2305
  378. #define  VIEW_SHOWAS               2306   /* MENU ID  */
  379. #define  VIEW_SASMALLICON          2307
  380. #define  VIEW_SALARGEICON          2308
  381. #define  VIEW_SATHUMBNAIL          2309
  382. #define  VIEW_SAFRAME              2310
  383. #define  VIEW_SEPARATOR1           2311
  384. #define  VIEW_VIEWINWINDOW         2312
  385.  
  386. /***************************************************************************/
  387. /* ID_BASEPOPUP defines                                                    */
  388. /***************************************************************************/
  389. #define  ID_BASEPOPUP               501   /* MENU ID  */
  390.  
  391.    /* Note all other ID's duplicates of those used in ID_BASEMENUBAR */
  392.  
  393. /***************************************************************************/
  394. /* ID_HELPSUBMENU defines                                                  */
  395. /***************************************************************************/
  396. #define  ID_HELPSUBMENU             502   /* MENU ID  */
  397.  
  398.    /* Note all ID's duplicates of those used in ID_BASEMENUBAR */
  399.  
  400. /***************************************************************************/
  401. /* ID_SHOWASSUBMENU defines                                                */
  402. /***************************************************************************/
  403. #define  ID_SHOWASSUBMENU           503   /* MENU ID  */
  404.  
  405.    /* Note all ID's duplicates of those used in ID_BASEMENUBAR */
  406.  
  407. /***************************************************************************/
  408. /* ID_OPENASSUBMENU defines                                                */
  409. /***************************************************************************/
  410. #define  ID_OPENASSUBMENU           504   /* MENU ID  */
  411.  
  412. /***************************************************************************/
  413. /* ID_ACCELTABLE defines                                                   */
  414. /***************************************************************************/
  415. #define  ID_ACCELTABLE              505   /* MENU ID  */
  416.  
  417. /***************************************************************************/
  418. /* ID_CONTAINERVIEWPOPUP defines                                           */
  419. /***************************************************************************/
  420. #define  ID_CONTAINERVIEWPOPUP      506   /* MENU ID  */
  421.  
  422. /***************************************************************************/
  423. /* ID_CONTAINERVIEWMENUBAR defines                                         */
  424. /***************************************************************************/
  425. #define  ID_CONTAINERVIEWMENUBAR    507   /* MENU ID  */
  426.  
  427. /***************************************************************************/
  428. /* String Table Values                                                     */
  429. /***************************************************************************/
  430.  
  431. #define IDS_DOCUMENT               4001
  432. #define IDS_DOCNEW                 4002
  433. #define IDS_DOCOPENAS              4003
  434. #define IDS_INSERT                 4004
  435. #define IDS_DOCSAVE                4005
  436. #define IDS_SAVECOPY               4006
  437. #define IDS_REVERTTOSAVED          4007
  438. #define IDS_DRAFTS                 4008
  439. #define IDS_DRAFTCREATE            4009
  440. #define IDS_DRAFTHISTORY           4010
  441. #define IDS_DOCPROPERTIES          4011
  442. #define IDS_SETUP                  4012
  443. #define IDS_DOCPRINT               4013
  444. #define IDS_CLOSE                  4014
  445. #define IDS_EDIT                   4015
  446. #define IDS_UNDO                   4016
  447. #define IDS_REDO                   4017
  448. #define IDS_CREATE                 4018
  449. #define IDS_CUT                    4019
  450. #define IDS_COPY                   4020
  451. #define IDS_PASTE                  4021
  452. #define IDS_PASTEAS                4022
  453. #define IDS_LINK                   4023
  454. #define IDS_PASTELINK              4024
  455. #define IDS_BREAKLINK              4025
  456. #define IDS_COPYLINKTO             4026
  457. #define IDS_PASTELINKFROM          4027
  458. #define IDS_DELETE                 4028
  459. #define IDS_SELECTALL              4029
  460. #define IDS_DESELECTALL            4030
  461. #define IDS_OPENSEL                4031
  462. #define IDS_SELPROPERTIES          4032
  463. #define IDS_HELP                   4033
  464. #define IDS_HELPINDEX              4034
  465. #define IDS_HELPGENERAL            4035
  466. #define IDS_HELPUSING              4036
  467. #define IDS_PRODUCTINFO            4037
  468. #define IDS_HIDELINKS              4038
  469. #define IDS_FRAME                  4039
  470. #define IDS_LARGEICON              4040
  471. #define IDS_SMALLICON              4041
  472. #define IDS_THUMBNAIL              4042
  473. #define IDS_BINDINGWARNING         4043
  474. #define IDS_BINDINGWARNING_TITLE   4044
  475. #define IDS_NOPARTWARNING          4045
  476. #define IDS_VIEWINWINDOW           4046
  477. #define IDS_NOSERVER               4047
  478. #define IDS_ERROR                  4048
  479.  
  480. #ifdef DEBUG
  481. /***************************************************************************/
  482. /* ID_BENTO defines                                                        */
  483. /***************************************************************************/
  484.  
  485. #define  IDMS_BENTO_FILE           5000
  486. #define  IDMS_BENTO_CREATE         5001
  487. #define  IDMS_BENTO_OPEN           5002
  488. #define  IDMS_BENTO_SAVE           5003
  489. #define  IDMS_BENTO_TEXT           5004
  490. #define  IDMS_BENTO_ROOT           5005
  491. #define  IDMS_BENTO_CLIP           5006
  492. /* Bento debug menu id */
  493. #define  ID_BENTO                  5007
  494.  
  495. #endif
  496.  
  497. /***************************************************************************/
  498. /* Container View String Table                                             */
  499. /***************************************************************************/
  500.  
  501. #define CV_DETAIL_VIEW             6000
  502. #define CV_ICON_VIEW               6001
  503. #define CV_TREE_VIEW               6002
  504. #define CV_ITALIC                  6003
  505. #define CV_UNDERSCORE              6004
  506. #define CV_STRIKEOUT               6005
  507. #define CV_BOLD                    6006
  508. #define CV_OUTLINE                 6007
  509. #define CV_ICON_TEXT               6008
  510. #define CV_TITLE                   6009
  511. #define CV_CATEGORY                6010
  512. #define CV_KIND                    6011
  513. #define CV_CDATE                   6012
  514. #define CV_CTIME                   6013
  515. #define CV_LST_MOD_DATE            6014
  516. #define CV_LST_MOD_TIME            6015
  517. #define CV_LST_MOD_USER            6016
  518. #define CV_SIZE                    6017
  519. #define CV_UNTITLED                6018
  520. #define CV_UNKNOWN                 6019
  521. #define CV_SYSTEM_INI              6020
  522. #define CV_PARTS                   6021
  523. #define CV_POSITION                6022
  524. #define CV_FONTS                   6023
  525. #define CV_BCK_COLOR               6024
  526. #define CV_ICON_TXT_CLR            6025
  527. #define CV_OD_ICONVIEW             6026
  528. #define CV_OD_TREEVIEW             6027
  529. #define CV_OD_DETAILVIEW           6028
  530. #define SCV_WPSDLGFONT             6029   // settings.cpp
  531. #define SCV_DLGPREVIEWTEXT         6030
  532. #define SCV_VIEWCHGFONT            6031
  533. #define SCV_DETVIEWCHGFONT         6032
  534. #define SCV_TREEVIEWCHGFONT        6034
  535. #define SCV_OD_SETTINGSNAME        6033
  536. #define SCV_ICONEDIT_EXE           6035
  537. #define SCV_STATUS_TEXT_TEMPLATE   6036
  538. #define SCV_TEMP_FILE_APPNAME      6037
  539. #define SCV_TYPE                   6038
  540. #define SCV_VIEW                   6039
  541. #define SCV_FILE                   6040
  542. #define SCV_GENERAL                6041
  543. #define SCV_TITLE_NB_FRAME         6042
  544. #define SCV_TAB_TXT_FONT           6043
  545. #define SCV_LINK_SOURCE            6044
  546. #define SCV_LINK_TARGET            6045
  547. #define SCV_LINK_TIME              6046
  548. #define SCV_LT_DESC                6047
  549. #define SCV_LT_CONNDATA            6048
  550. #define SCV_LS_DESC                6049
  551. #define SCV_LS_CONNDATA            6050
  552. #define SCV_LINK_NAME              6051
  553. #define SCV_LINK_TGT_NAME          6052
  554.  
  555. /***************************************************************************/
  556. /* Drafts String Table                                                     */
  557. /***************************************************************************/
  558.  
  559. #define ID_DRAFT_TITLE             7001
  560. #define ID_DRAFT_WINTITLE          7002
  561. #define ID_DRAFT_RUSURE1           7003
  562. #define ID_DRAFT_RUSURE2           7004
  563. #define ID_DRAFT_NUMBER            7005
  564. #define ID_DRAFT_DELETE            7006
  565. #define ID_DRAFT_INFO              7007
  566. #define ID_DRAFT_COLICON           7008
  567. #define ID_DRAFT_COLTITLE          7009
  568. #define ID_DRAFT_COLDRAFT          7010
  569. #define ID_DRAFT_COLCREATOR        7011
  570. #define ID_DRAFT_COLCRDATE         7012
  571. #define ID_DRAFT_COLCRTIME         7013
  572. #define ID_DRAFT_COLCOMMENTS       7014
  573. #define ID_DRAFT_ICONVW            7015
  574. #define ID_DRAFT_DETAILVW          7016
  575. #define ID_DRAFTWND_PROPS          7017
  576. #define ID_DRAFT_ICON              7018
  577. #define ID_DRAFT_DETAILS           7019
  578. #define ID_DRAFT_DETAILSVIEWPAGEDLG 7020
  579. #define ID_DRAFT_ICONVIEWPAGEDLG   7021
  580. #define ID_DRAFT_WARN_TITLE        7022
  581. #define ID_DRAFT_NUM_LABEL         7023
  582. #define ID_DRAFT_NAME_LABEL        7024
  583. #define ID_DRAFT_COMMENTS_LABEL    7025
  584. #define ID_DRAFT_OPEN_FAIL         7026
  585. #define ID_DRAFT_DELETE_FAIL       7027
  586. #define ID_DRAFT_DELETE_MSG        7028
  587. #define ID_DRAFT_HELP_MSG          7029
  588. #define ID_DRAFT_CREATE            7030
  589.  
  590. /***************************************************************************/
  591. /* Hard-coded Error Messages from Unicode                                  */
  592. /***************************************************************************/
  593.  
  594. #define OD_PROCESSAETE             8000
  595. #define OD_PROCESSSUITE            8001
  596. #define OD_PROCESSEVENT            8002
  597. #define OD_PROCESSCLASS            8003
  598. #define OD_PROCESSOPERATOR         8004
  599. #define OD_PROCESSENUMERATION      8005
  600. #define OD_PROCESSPARAMETER        8006
  601. #define OD_PROCESSPROPERTY         8007
  602. #define OD_PROCESSELEMENT          8008
  603. #define OD_PROCESSENUMERATOR       8009
  604. #define OD_PROCESSERROR            8011
  605. #define OD_AEUTOBJECT              8012
  606. #define OD_AEUTOVERRIDE            8013
  607. #define OD_VERSIONS                8014
  608. #define OD_SUITENUMBER             8015
  609. #define OD_NAMEDESC                8016
  610. #define OD_NAMEDESC1               8017
  611. #define OD_NAMEDESC2               8018
  612. #define OD_EVENTNUMBER             8019
  613. #define OD_CLASSNUMBER             8020
  614. #define OD_OPERATORNUMBER          8021
  615. #define OD_ENUMNUMBER              8022
  616. #define OD_PARAMETERNUMBER         8023
  617. #define OD_PROPERTIESNUMBER        8024
  618. #define OD_ELEMENTNUMBER           8025
  619. #define OD_ENUMERATIONID           8026
  620. #define OD_PARAMETERS              8027
  621. #define OD_PROPERTY                8028
  622. #define OD_ELEMENTCLASS            8029
  623. #define OD_KEYFORMS                8030
  624. #define OD_KEYFORMID               8031
  625. #define OD_OPENDOC                 8032
  626. #define OD_NONAMESPACE             8033
  627. #define OD_NODOCPROPERTIES         8034
  628. #define OD_READINGITEXT            8035
  629. #define OD_VERSIONLIST             8036
  630. #define OD_IMPORTLIST              8037
  631. #define OD_EXPORTLIST              8038
  632. #define OD_NOCREATECONTAINER       8039
  633. #define OD_NOREADCONTAINER         8040
  634. #define OD_INVALCONTAINER          8041
  635. #define OD_NOLABELCONTAINER        8042
  636. #define OD_NONEWVALUE              8043
  637. #define OD_INCORRECTLEN            8044
  638. #define OD_EMBEDDEDINSERTS         8045
  639. #define OD_EMBEDDEDDELETES         8046
  640. #define OD_NOCREATETARGET          8047
  641. #define OD_NOREADTARGET            8048
  642. #define OD_INVALIDTARGET           8049
  643. #define OD_TARGETNOTREAD           8050
  644. #define OD_SELFDYING               8051
  645. #define OD_OPENDOCHELP             8052
  646. #define OD_REALOPENDOCHELP         8053
  647. #define OD_NODEFINITION            8054
  648. #define OD_NOCANVASOWNER           8055
  649. #define OD_OPENDOCEXCEPTION        8056
  650. #define OD_INVALIDLINK             8057
  651. #define OD_UNEXPECTEDSTATE         8058
  652. #define OD_REACHEDDEFAULT          8059
  653. #define OD_OPENDOCSHELL            8060
  654. #define OD_OPENDOCPRINT            8061
  655. #define OD_UNKNOWN                 8062
  656. #define OD_THROWERROR              8063
  657. #define OD_ENVERROR                8064
  658. #define OD_UNKNOWNSOM              8065
  659. #define OD_OUTOFMEMORY             8066
  660. #define OD_EXCEPTIONS              8067
  661. #define OD_ALLOCATEFAILEDCONTAINER 8068
  662. #define OD_ALLOCATEFAILED          8069
  663. #define OD_CANNOTCREATECONTAINER   8070
  664. #define OD_CANNOTREADCONTAINER     8071
  665. #define OD_INVALIDCONTAINER        8072
  666. #define OD_CANNOTREADLABEL         8073
  667. #define OD_CANNOTWRITELABEL        8074
  668. #define OD_CANNOTOPEN              8075
  669. #define OD_INCORRECTBYTELEN        8076
  670. #define OD_ALLOCATIONERROR         8077
  671. #define OD_CONTAINERHANDLE         8078
  672. #define OD_PREVIOUSDOCUMENT        8079
  673. #define OD_GOODDOCUMENT            8080
  674. #define OD_UNTITLEDDOCUMENT        8081
  675. #define OD_NOKINDS                 8082
  676. #define OD_NOEDITORS               8083
  677. #define OD_NOKINDS2                8084
  678. #define OD_NOEDITORS2              8085
  679. #define OD_NOUSERCATEGORY          8086
  680. #define OD_NOPROMISE               8087
  681.  
  682. /***************************************************************************/
  683. /* ole interop string table                                                */
  684. /***************************************************************************/
  685.  
  686. #define IDS_CLOSECAPTION        10000
  687. #define IDS_CLOSEPROMPT         10001
  688. #define IDS_EMBEDDINGCAPTION    10002
  689. #define IDS_EXIT                10003
  690. #define IDS_EXITANDRETURN       10004
  691. #define IDS_UPDATE              10005
  692. #define IDS_UNNAMED             10006
  693. #define IDS_OLE_DOCUMENT        10007
  694. #define IDS_OLE_EDIT            10008
  695. #define IDS_OLE_HELP            10009
  696. #define IDS_OLECONTAINER        10010
  697.  
  698. /***************************************************************************/
  699. /* ole interop menu items                                                  */
  700. /***************************************************************************/
  701.  
  702. #define DOC_EXIT                10020
  703. #define DOC_UPDATE              10021
  704.  
  705.  
  706. #endif /* _ODRES_ */
  707.