home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / macify.hqx / Source / RM_P_Macify.R < prev    next >
Text File  |  1991-03-15  |  4KB  |  142 lines

  1. *********************************************************
  2. *
  3. * RMaker resource file sources.
  4. * File: RM_P_Macify.R
  5. * History: 3/15/91 Original by Prototyper  3.0
  6. * This file contains the sources for all the resources except for Pictures, plugins. 
  7. *
  8. *********************************************************
  9. *
  10. *
  11.  
  12. * Name and type for the output file (This is appended to the existing file) :
  13. !Macify.╣.RSRC
  14.  
  15. * Include Prototyper Resource data file
  16. INCLUDE P_Macify.RSRC
  17.  
  18. * Include the user Resource data file
  19. INCLUDE U_Macify.RSRC
  20.  
  21. *
  22. *
  23. *
  24. ***********************************************************
  25. ***********************************************************
  26. ***********************************************************
  27. *
  28. * This is the definition for the DIALOG,  About_Dialog
  29. *
  30.  
  31. Type DLOG
  32. *
  33.  
  34.     ,256                    ;;Resource ID
  35. About_Dialog             ;;Dialog title
  36. 27  33  324  477        ;;Top Left Bottom Right
  37. Invisible NoGoAway     ;;Invisible GoAway 
  38. 1                           ;;ProcID, dialog def ID
  39. 256                        ;;Refcon, reference value
  40. 256                        ;;ID of item list
  41.  
  42. *
  43. *
  44. *
  45. * This is the item list.
  46. *
  47. Type DITL
  48. *
  49.  
  50.     ,256                    ;;Resource ID
  51. 4                           ;;Number of controls in list
  52.  
  53. Button  Enabled           ;;Push button
  54. 265  365  285  425         ;;Top Left Bottom Right
  55. OK                         ;;message
  56.  
  57. staticText  Disabled         ;;Static text
  58. 10  15  45  385         ;;Top Left Bottom Right
  59. MACIFY¬ 1.0\0DBy Donald Burr -- ⌐1991;;message
  60.  
  61. staticText  Disabled         ;;Static text
  62. 65  10  115  400        ;;Top Left Bottom Right
  63. A program to convert between UNIX newlines and Macintosh end-of-line characters (Control-M, Hex $0D).  Works on text files only!!;;message
  64.  
  65. staticText  Disabled         ;;Static text
  66. 120  10  215  400      ;;Top Left Bottom Right
  67. Please send all comments, questions, bug reports, etc. to one of the following:\0DINTERNET: dburr@ocf.berkeley.edu, 72540.3071@compuserve.COM\0DCOMPU$ERVE: 72540,3071\0DAMERICA ONLINE: DonaldBurr\0D;;message
  68.  
  69.  
  70.  
  71.  
  72. *
  73. Type STR#
  74. *
  75.  
  76. Title_msg   ,259         ;;Resource ID for Static text
  77. 1                           ;;Number of strings
  78. MACIFY¬ 1.0
  79. By Donald Burr -- ⌐1991;;The string
  80.  
  81. description_str   ,260      ;;Resource ID for Static text
  82. 1                           ;;Number of strings
  83. A program to convert between UNIX newlines and Macintosh end-of-line characters (Control-M, Hex $0D).  Works on text files only!!;;The string
  84.  
  85. send_request   ,261         ;;Resource ID for Static text
  86. 1                           ;;Number of strings
  87. Please send all comments, questions, bug reports, etc. to one of the following:
  88. INTERNET: dburr@ocf.berkeley.edu, 72540.3071@compuserve.COM
  89. COMPU$ERVE: 72540,3071
  90. AMERICA ONLINE: DonaldBurr
  91. ;;The string
  92.  
  93. legalese1   ,262         ;;Resource ID for Static text
  94. 1                           ;;Number of strings
  95. This software donated to the Public Domain.  Permission is hereby granted to freely copy and distribute, so long as no fee is charged for such distribution.;;The string
  96.  
  97. legalese2   ,263         ;;Resource ID for Static text
  98. 1                           ;;Number of strings
  99. Permission is also granted to freely modify and distribute this code, so long as: (a) It is made clear in the program and documentation that this is NOT an original distribution, and (b) My name and copyright is NOT be removed.;;The string
  100.  
  101.  
  102. *
  103. ***********************************************************
  104. ***********************************************************
  105. ***********************************************************
  106. *
  107. * This is the definition for the MENU.
  108. *
  109. Type MENU
  110. *
  111.  
  112. *************** Standard Menus follow *********************
  113. *
  114.  
  115.  
  116.     ,256                                                                      ;;Resource ID
  117. \14                                                                            ;;APPLE menu title
  118. About MACIFY¬...                                                           ;;item title
  119. (-                                                                              ;;
  120.  
  121.     File,257                                                                    ;;Resource ID
  122. File                                                                             ;;menu title
  123. Mac -> UNIX.../U                                                             ;;item title
  124. UNIX -> Mac.../M                                                            ;;item title
  125. (-                                                                              ;;
  126. Quit/Q                                                                         ;;item title
  127.  
  128.     Edit,258                                                                   ;;Resource ID
  129. Edit                                                                             ;;menu title
  130. Undo/Z                                                                         ;;item title
  131. (-                                                                              ;;
  132. Cut/X                                                                         ;;item title
  133. Copy/C                                                                        ;;item title
  134. Paste/V                                                                       ;;item title
  135. Clear                                                                          ;;item title
  136. Select All                                                                     ;;item title
  137. (-                                                                              ;;
  138. Show Clipboard                                                              ;;item title
  139.  
  140.  
  141.  
  142.