#define UseExtendedCFRGTemplate 1 #include "CodeFragmentTypes.r" #include "Types.r" #define AppName "InternetLocationCM" #define AppVers "1.4.3" #define Author "1999 - 2002 Abracode Inc" #define MajorVers 0x01 #define MinorVers 0x43 type 'Stup' { integer nameKeepBegin = 0x0001, nameKeepEnd = 0x0002, nameKeepBeginAndEnd = 0x0004, nameAsk = 0x0008; }; resource 'STR#' (130, "") { { /* [1] */ "New HTTP Location with Clipboard", /* [2] */ "New HTTPS Location with Clipboard", /* [3] */ "New FTP Location with Clipboard", /* [4] */ "New NNTP Location with Clipboard", /* [5] */ "New E-Mail Address with Clipboard", /* [6] */ "New AFP Location with Clipboard", /* [7] */ "New AppleTalk Location with Clipboard", /* [8] */ "New Anarchie Location with Clipboard", /* [9] */ "New Bolo Location with Clipboard", /* [10] */ "New File Location with Clipboard", /* [11] */ "New Finger Location with Clipboard", /* [12] */ "New Gopher Location with Clipboard", /* [13] */ "New Netphone Location with Clipboard", /* [14] */ "New Netsearch Location with Clipboard", /* [15] */ "New News Location with Clipboard", /* [16] */ "New Telnet Location with Clipboard", /* [17] */ "New tn3270 Location with Clipboard", /* [18] */ "New Wais Location with Clipboard", /* [19] */ "New Whois Location with Clipboard", /* [20] */ "Copy URL to Clipboard", /* [21] */ "Copy URLs to Clipboard", /* [22] */ "Setup InternetLocationCM", /* [23] */ "About InternetLocationCM", /* [24] */ "New Info-Mac FTP Location with Clipboard" } }; resource 'vers' (1, purgeable) { MajorVers, MinorVers, final, 0x0, verUS, AppVers, AppVers ", " Author }; resource 'vers' (2, purgeable) { MajorVers, MinorVers, final, 0x0, verUS, AppVers, AppName " " AppVers }; resource 'Stup' (128, "Setup") { nameKeepBeginAndEnd };