home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 63 / af063sub.adf / WinDaemon / windowdaemon.cd < prev    next >
Text File  |  1994-05-11  |  5KB  |  189 lines

  1. ;$VERSION    1
  2. ;$REVISION 3
  3. ;$CODESET    0
  4. ;$BEGIN
  5. ;
  6. ; Catalog Descriptor file for : WindowDaemon 1.8
  7. ;
  8. ; Copyright ©1994 David Swasbrook
  9. ; Tue May 10 00:10:09 1994
  10. ;
  11. ; -- General Gadgets --
  12. ;
  13. MSG_OK_GAD        ($100/2/10)
  14. _Ok
  15. MSG_QUIT_GAD        ($101/2/10)
  16. _Quit
  17. MSG_SAVE_GAD        ($102/2/10)
  18. _Save
  19. MSG_USE_GAD        ($103/2/10)
  20. _Use
  21. MSG_CANCEL_GAD        ($104/2/10)
  22. _Cancel
  23. MSG_SETTINGS_GAD        ($105/2/10)
  24. _Settings
  25. MSG_UPDATE_GAD        ($106/2/10)
  26. _Update
  27. ;
  28. ; -- Window Titles --
  29. ;
  30. MSG_SETTINGS_TITLE        ($1000/2/40)
  31. Settings
  32. ;
  33. MSG_ENTERHOTKEY_TITLE    ($1001/2/40)
  34. Enter HotKey Definition
  35. ;
  36. MSG_ABOUT            ($1002/2/20)
  37. About
  38. ;
  39. ; --
  40. ; The %s will be replaced by the name of the hot key, please
  41. ; make sure that you include the %s somewhere in the translation.
  42. ;
  43. MSG_FMT_HOTKEY_TITLE    ($1500/3/40)
  44. Hotkey "%s"
  45. ;
  46. ; -- Main Window Gadgets --
  47. ;
  48. MSG_POPUP_GAD        ($2000/2/14)
  49. _Pop Up
  50. ;
  51. MSG_ALTCLOSEWINDOW_GAD    ($2001/2/14)
  52. _ALT patch
  53. ;
  54. MSG_CTRLCLOSEWINDOW_GAD    ($2002/2/14)
  55. _WBWINDOW patch
  56. ;
  57. MSG_BOTHBUTTONS_GAD        ($2003/2/14)
  58. _Both buttons
  59. ;
  60. MSG_MSDSOUNDS_GAD        ($2004/2/14)
  61. _MSD Sounds
  62. ;
  63. MSG_FONT_GAD        ($2005/2/14)
  64. _Font
  65. ;
  66. MSG_AREXXPORT_GAD        ($2006/2/14)
  67. Are_xx Port
  68. ;
  69. MSG_HOTKEY_GAD        ($2007/2/14)
  70. _HotKey
  71. ;
  72. MSG_HOOK_GAD        ($2008/2/3)
  73. {}
  74. MSG_BACKSLASH_GAD        ($2009/2/14)
  75. Bac_kslash
  76. ;
  77. MSG_REVERSECLOSEPARENT_GAD    ($2010/2/14)
  78. Re_verse Close
  79. ;
  80. MSG_RETURN_GAD        ($2011/2/14)
  81. _Return key
  82. ;
  83. MSG_HELP_GAD        ($2012/2/14)
  84. _Help key
  85. ;
  86. MSG_DEL_GAD        ($2013/2/14)
  87. _Del key
  88. MSG_WBWINDOWQUAL_GAD    ($2014/2/14)
  89. WBWindow _Qual.
  90. MSG_SCREENSEL_GAD        ($2015/2/14)
  91. Scree_n Select
  92. MSG_SHOW_GAD        ($2016/2/14)
  93. _Show
  94. ;
  95. ;
  96. MSG_SHOW_SCREENS        ($2800/2/20)
  97. Screens Only
  98. MSG_SHOW_ANDWINDOWS        ($2801/2/20)
  99. Screens/Windows
  100. ;
  101. ;
  102. MSG_QUAL_Control        ($2900/2/20)
  103. Control
  104. MSG_QUAL_Shift        ($2901/2/20)
  105. Shift
  106. MSG_QUAL_MiddleMouseButton    ($2902/2/20)
  107. MidMouseButton
  108. ;-----------------------------------------------------
  109. ; The following are the hotkey descriptions, they may
  110. ; be long and descriptive. The \n represents an end of
  111. ; line. You MUST keep the description on a single line
  112. ; and use the \n as the catalog processor only
  113. ; looks at single lines.
  114. ;
  115. MSG_DESC_POPKEY         ($3000/2/1024)
  116. This will display the Window Daemon interface
  117. ;
  118. MSG_DESC_ZIP        ($3001/2/1024)
  119. This will zip/unzip the active window
  120. ;
  121. MSG_DESC_MAKEBIG         ($3002/2/1024)
  122. This will size the active window to the\nlargest possible dimensions
  123. ;
  124. MSG_DESC_MAKESMALL        ($3003/2/1024)
  125. This will size the active window to the\nsmallest possible dimensions
  126. ;
  127. MSG_DESC_FRONT        ($3004/2/1024)
  128. This will bring the current window to the\nfront.
  129. ;
  130. MSG_DESC_BACK        ($3005/2/1024)
  131. This will push the active window behind\nall the other windows on the screen.
  132. ;
  133. MSG_DESC_FRONTBACK        ($3006/2/1024)
  134. This will bring the active window to the\nfront, if you press this again it will be\npushed to the back.
  135. ;
  136. MSG_DESC_CLOSE        ($3007/2/1024)
  137. This will ask the active window to close. This\nis the same as clicking in the CLOSEWINDOW box.
  138. ;
  139. MSG_DESC_CLOSEPARENT    ($3008/2/1024)
  140. This will ask the parent window of the active\nwindow to close
  141. ;
  142. MSG_DESC_PREVWINDOW        ($3009/2/1024)
  143. This will activate the previous window to the\ncurretly active window
  144. ;
  145. MSG_DESC_NEXTWINDOW        ($3010/2/1024)
  146. This will activate the next window to the\ncurrently active window
  147. ;
  148. MSG_DESC_NEXTSCREEN        ($3011/2/1024)
  149. This will activate the next screen, the current\nscreen is the screen with the currently active\nwindow.
  150. ;
  151. MSG_DESC_SCREENTOP        ($3012/2/1024)
  152. This will move the active screen to the top of\nthe display if it has been dragged down.
  153. ;
  154. MSG_DESC_FORCECLOSE        ($3013/2/1024)
  155. This will FORCE the active window to be closed.\nThis is potentially dangerous if the window is\nstill in use by a task.
  156. ;
  157. MSG_DESC_REMTASKOWNER    ($3014/2/1024)
  158. This will REMOVE the task that owns the active\nwindow.
  159. ;
  160. MSG_DESC_SCREENCLOSE    ($3015/2/1024)
  161. This will FORCE the active screen to close. To\ndo this it is also necessary to close all the\nwindows on the screen. This is a dangerous\nprocedure and may crash your system.
  162. ;
  163. MSG_DESC_WSFRONT        ($3016/2/1024)
  164. This will bring the active windows screen to the\nfront of the display
  165. ;
  166. MSG_DESC_WBFRONT        ($3017/2/1024)
  167. This will bring the workbench screen to thefront of the display
  168. ;
  169. MSG_DESC_PUBSCREENFRONT    ($3018/2/1024)
  170. This will bring the default public screen to the\nfront of the display
  171. ;
  172. MSG_DESC_MAKEPUBSCREEN    ($3019/2/1024)
  173. This attempts to make the active screen the\ndefault public screen. If the active screen is\nnot a public screen then this is not possible.
  174. ;
  175. MSG_DESC_NEXTWINDOWSCREEN    ($3020/2/1024)
  176. This will activate the next window from the\nactive window. If no more exist on the current\nscreen, then the next screen will be tried.
  177. ;
  178. MSG_DESC_CLOSEWBWINDOWS    ($3021/2/1024)
  179. This will close all the windows on the workbench\ncurrently open by workbench.
  180. ;
  181. MSG_DESC_INCREASEPRI    ($3022/2/1024)
  182. This will increase the priority of the task\nthat owns the active window.
  183. ;
  184. MSG_DESC_DECREASEPRI    ($3023/2/1024)
  185. This will decrease the priority of the task\nthat owns the active window.
  186. ;
  187. MSG_DESC_TOGGLEREVCLOSE    ($3040/2/1024)
  188. This toggles the REVERSE CLOSE state.\n
  189.