home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Komercni / Baltik / katB.exe / katB / DESIGN / DESIGN_H.RES < prev    next >
Text File  |  2002-09-09  |  3KB  |  145 lines

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //----------------------------------------------------------------------------//
  3. //-----project DESINGER, copyright 2002 Libor Bareτ-------------------------//
  4. //----------------------------------------------------------------------------//
  5. ////////////////////////////////////////////////////////////////////////////////
  6.  
  7.  
  8. // menus
  9. #define ID_SEPARATE -1
  10.  
  11.  
  12. #define IDM_FILE 0
  13. #define IDM_EDIT 1
  14. #define IDM_INSERT 2
  15. #define IDM_HELP 4
  16. #define IDM_VIEW 3
  17.  
  18. // control
  19. #define DESKTOP 0
  20. #define IDC_MENU 1
  21. #define IDC_DIAGRAM 2
  22. #define IDC_POPUPMENU 3
  23. #define IDC_TOFULLSCREEN 4
  24. #define IDC_PROPERTIES_X 5
  25. #define IDC_EDITPOPUP 6
  26. #define IDC_COMBOBOX1 7
  27. #define IDC_LISTBOX1 8
  28. #define IDC_INSERT 9
  29. #define IDC_ADDINGDIALOG 10
  30. #define IDC_CANCEL 11
  31. #define IDC_TYPE_PRIVATE  13
  32. #define IDC_TYPE_PROTECTED 14
  33. #define IDC_TYPE_PUBLIC 15
  34. #define IDC_TYPE_ABSTRACT 16
  35. #define IDC_TYPE_DELIVER 17
  36. #define IDC_TYPE_CONSTANT 18
  37. #define IDC_PARA_TYPE 19
  38. #define IDC_PARA_NAME 20
  39. #define IDC_PARA_LIST 21 
  40. #define IDC_PARA_INSERT 22
  41. #define IDC_PARA_DELETE 23
  42. #define IDC_PARA_IN 27
  43. #define IDC_PARA_INOUT 24
  44. #define IDC_PARA_OUT 25
  45. #define IDC_ADD_NAME 26
  46. #define IDC_ADD_TYPENAME 12
  47. #define IDC_PARA_UPDATE 28
  48. #define IDC_SC_CLASSNAME 30
  49. #define IDC_SC_OK 31
  50. #define IDC_SC_CANCEL 32
  51. #define IDC_SC_ELSEPR 33
  52. #define IDC_SC_ELSEST 34
  53. #define IDC_SC_IMPLEMENT 38
  54. #define IDC_SC_ABSTRACT 35
  55. #define IDC_SC_INTERFACE 36
  56. #define IDC_SC_UTILITY 37
  57. #define IDC_SC_BIND 39
  58.  
  59. #define IDC_CLASSSETTING 50
  60.  
  61. #define IDC_POPUPMENUEX 29
  62.  
  63.  
  64. // command IDs
  65. #define IDC_FILE_NEW 200
  66. #define IDC_FILE_EXIT 201
  67. #define IDC_FILE_OPEN 202
  68. #define IDC_FILE_SAVEAS 203
  69. #define IDC_FILE_SAVE 204
  70. #define IDC_FILE_OPENING 208
  71.  
  72. #define IDC_HELP_CONTENT 205
  73. #define IDC_HELP_ABOUT 206
  74. #define IDC_HELP_TECHSUPPORT 207
  75.  
  76. #define IDC_EDIT_CUT 210
  77. #define IDC_EDIT_COPY 211
  78. #define IDC_EDIT_PASTE 212
  79. #define IDC_EDIT_DELETE 213
  80. #define IDC_EDIT_DELETEALL 214
  81. #define IDC_EDIT_DOCKING_DEPENDENT 215
  82.  
  83. #define IDC_CELL_RENAME 300
  84. #define IDC_CELL_CLASSONLY 301
  85. #define IDC_CELL_CLASSFULL 302
  86. #define IDC_CELL_CHANGESOURCE 300
  87.  
  88.  
  89. #define IDC_INSERT_NEWOBJECT 400
  90. #define IDC_INSERT_DEPENDENT 401
  91. #define IDC_INSERT_NEWOPERATION 402
  92. #define IDC_INSERT_NEWVARIABLE 403
  93.  
  94. #define IDC_VIEW_VESA1 500
  95. #define IDC_VIEW_VESA2 501
  96.  
  97.  
  98. #define IDC_SETTING_CLASS 600
  99. #define IDC_EDIT_ITEM 601
  100. #define IDC_DELETE_ITEM 604
  101.  
  102.  
  103. #define IDC_CELL_CHANGEDEPENDENT  303
  104. // bitmap
  105.  
  106. #define IDB_SMALL_X 117
  107. #define IDB_OPEN 42
  108. #define IDB_SAVE 57
  109. #define IDB_SAVEALL 72
  110. #define IDB_FULLSCREEN 12
  111. #define IDB_NEW 27
  112. #define IDB_PROPERTIES 87
  113. #define IDB_CUT 102
  114. #define IDB_REUNDO 104
  115. #define IDB_UNDO 89
  116. #define IDB_HELP 74
  117. #define IDB_DELETE 44
  118. #define IDB_PASTE 29
  119. #define IDB_COPY 14
  120. #define IDB_NOTHING -1
  121. #define IDB_NEWOBJECT 119
  122. #define IDB_DEPENDENT 132
  123. #define IDB_CHECKED 147
  124. #define IDB_CLASSFULL 149
  125. #define IDB_CLASSONLY 59
  126. #define IDB_SCROLLLEFT 15001
  127. #define IDB_SCROLLRIGHT 15002
  128. #define IDB_SCROLLUP 15003
  129. #define IDB_SCROLLDOWN 15004
  130. #define IDB_NEWVARIABLE 16
  131. #define IDB_NEWOPERATION 1
  132. #define IDB_DELETE_ITEM 5
  133. #define IDB_EDIT_ITEM 3
  134.  
  135.  
  136.  
  137.  
  138.  
  139. // timers
  140. #define IDT_CARETTIMER 0
  141.  
  142. #define IDTSIZE_TIMER 1  // num of timers ...
  143.  
  144.  
  145.