resource.h 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*
  2. * OleView (resource.h)
  3. *
  4. * Copyright 2006 Piotr Caban
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  19. */
  20. #include <windef.h>
  21. #include <winuser.h>
  22. #define IDS_APPNAME 1
  23. #define IDS_APPTITLE 2
  24. #define IDM_MENU 3
  25. #define IDB_TOOLBAR 4
  26. #define IDA_OLEVIEW 5
  27. #define IDS_TYPELIBTITLE 6
  28. #define IDS_READY 10
  29. #define IDS_ABOUT 20
  30. #define IDS_OPEN 30
  31. #define IDS_OPEN_FILTER_TYPELIB 31
  32. #define IDS_OPEN_FILTER_ALL 32
  33. #define IDM_BIND 100
  34. #define IDM_TYPELIB 101
  35. #define IDM_SYSCONF 102
  36. #define IDM_REGEDIT 103
  37. #define IDM_EXIT 104
  38. #define IDM_TYPEINFO 110
  39. #define IDM_CREATEINST 111
  40. #define IDM_CREATEINSTON 112
  41. #define IDM_RELEASEINST 113
  42. #define IDM_COPYCLSID 114
  43. #define IDM_HTMLTAG 115
  44. #define IDM_VIEW 116
  45. #define IDM_FLAG_INSERV 130
  46. #define IDM_FLAG_INHANDL 131
  47. #define IDM_FLAG_LOCSERV 132
  48. #define IDM_FLAG_REMSERV 133
  49. #define IDM_EXPERT 120
  50. #define IDM_HIDDEN 121
  51. #define IDM_TOOLBAR 122
  52. #define IDM_STATUSBAR 123
  53. #define IDM_REFRESH 124
  54. #define IDM_ABOUT 125
  55. #define IDS_TREE_OC 200
  56. #define IDS_TREE_GBCC 201
  57. #define IDS_TREE_O1O 202
  58. #define IDS_TREE_CLO 203
  59. #define IDS_TREE_AO 204
  60. #define IDS_TREE_AID 210
  61. #define IDS_TREE_TL 220
  62. #define IDS_TL_VER 221
  63. #define IDS_TREE_I 230
  64. #define IDS_TAB_REG 250
  65. #define IDS_TAB_IMPL 251
  66. #define IDS_TAB_ACTIV 252
  67. #define IDS_CGCOFAIL 300
  68. #define IDS_ERROR_UNKN 301
  69. #define IDS_TRUE 310
  70. #define IDS_FALSE 311
  71. #define IDS_BYTES 312
  72. #define IDS_ERROR_LOADTYPELIB 400
  73. #define IDS_INHERITINTERFACES 401
  74. #define DLG_CREATEINSTON 1000
  75. #define IDC_MACHINE 1001
  76. #define DLG_SYSCONF 1010
  77. #define IDC_ENABLEDCOM 1011
  78. #define IDC_ENABLEREMOTE 1012
  79. #define DLG_IPERSIST_IV 1020
  80. #define DLG_DEFAULT_IV 1030
  81. #define IDC_VIEWTYPEINFO 1031
  82. #define IDC_LABEL 1032
  83. #define IDC_IDENTIFIER 1033
  84. #define DLG_IPERSISTSTREAM_IV 1040
  85. #define IDC_ISDIRTY 1041
  86. #define IDC_GETSIZEMAX 1042
  87. #define IDC_ISDIRTY_BUTTON 1043
  88. #define IDC_GETSIZEMAX_BUTTON 1044
  89. #define IDM_SAVEAS 3001
  90. #define IDM_CLOSE 3002
  91. #define IDM_GROUP 3003