/* This file is part of icobundle Copyright (C) 2003-7 Toby Thain, toby@telegraphics.com.au This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "types.r" #include "::common:tt:alert_box_defs.r" #include "version.h" resource'MBAR'(128){{ 128, #ifndef TARGET_CARBON 129 #endif }}; resource'MENU'(128){ 1,textMenuProc,~0b11,enabled,apple,{ "AboutÉ",noIcon,noKey,noMark,plain, "-",noIcon,noKey,noMark,plain, } }; resource'MENU'(129){ 2,textMenuProc,~0b0,enabled,"File",{ "Quit",noIcon,"Q",noMark,plain, } }; resource 'WIND' (128){ {40,5,140,205},noGrowDocProc,invisible,goAway,0,"" #ifdef WIND_RezTemplateVersion ,noAutoCenter #endif }; resource 'ALRT' (256){ /* stop */ {0,0,AlertHeight,AlertWidth},256, {OK,visible,sound1, OK,visible,sound1, OK,visible,sound1, OK,visible,sound1} #ifdef ALRT_RezTemplateVersion ,alertPositionMainScreen #endif }; resource 'DITL' (256){{ {ButtonTop,ActionButtonLeft,ButtonBottom,ActionButtonRight},Button{enabled,"OK"}, {TextTop,TextLeft,TextBottom,TextRight},StaticText{disabled,"^0"} }}; resource 'SIZE' (-1){ reserved, acceptSuspendResumeEvents, reserved, canBackground, needsActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, ignoreAppDiedEvents, is32BitCompatible, isHighLevelEventAware, localAndRemoteHLEvents, notStationeryAware, dontUseTextEditServices, reserved, reserved, reserved, 2048<<10,512<<10 }; #ifdef TARGET_CARBON read 'plst' (0) ":dist:ICOBundle.app:Contents:Info.plist"; #endif resource 'FREF' (128){'APPL', 0, ""}; resource 'FREF' (129){'****', 1, ""}; resource 'BNDL' (128){ 'ICOB', 0, { /* 'ICN#', {0,128, 1,129, 2,130, 3,131, 4,133, 5,134},*/ 'FREF', { 0,128, 1,129 } } }; type 'ICOB' as 'STR '; resource 'ICOB' (0) { "ICOBundle by Telegraphics http://www.telegraphics.com.au/ support@telegraphics.com.au" }; resource 'vers' (1){ VERS_RSRC " " PLATFORM };