/* This file is part of radialdistort, a filter plugin for Adobe Illustrator Copyright (C) 1996-2005 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 "systypes.r" #include "::common:tt:alert_box_defs.r" #include "PiPL.r" resource 'ALRT' (16000) { {0,0,180,370}, 16000, { /* array: 4 elements */ /* [1] */ OK, visible, silent, /* [2] */ OK, visible, silent, /* [3] */ OK, visible, silent, /* [4] */ OK, visible, silent }, alertPositionMainScreen }; resource 'DITL' (16000) { { /* array DITLarray: 3 elements */ /* [1] */ {150, 283, 170, 353}, Button { enabled, "OK" }, /* [2] */ {67, 77, 143, 370}, StaticText { disabled, "Radial distortion filter © 1996Ð7 Toby Thain\n\n" "mailto:tobyt@netspace.net.au\n" "http://www.telegraphics.com.au/" }, /* [3] */ {10, 10, 64, 361}, Picture { disabled, 128 } } }; resource 'PiPL' (16000, purgeable) { 0, { /* array PIPropertyList: 4 elements */ /* [1] */ PIAdobeVendorID, PIKindProperty { 0, 4, 'SPEA' }, /* [2] */ PIAdobeVendorID, PISPVersionProperty { 0, 4, 2 }, #if 1 /* [3] */ PIAdobeVendorID, PI68KCodeProperty { 0, 8, 'ARPI', 16000 }, #endif /* [4] */ PIAdobeVendorID, PIPowerPCCodeProperty { 0, 12, 0, 0, "" } } }; #if 0 data 'PiPL' (16000) { $"0000 0000 0000 0004 4144 4245 6B69 6E64" /* ........ADBEkind */ $"0000 0000 0000 0004 4152 5049 4144 4245" /* ........ARPIADBE */ $"6976 7273 0000 0000 0000 0004 0000 0001" /* ivrs............ */ $"4144 4245 6D36 386B 0000 0000 0000 0006" /* ADBEm68k........ */ $"4152 5049 3E80 0000 4144 4245 7077 7063" /* ARPI>€..ADBEpwpc */ $"0000 0000 0000 0009 0000 0000 0000 0000" /* .......Æ........ */ $"0000 0000" /* .... */ }; #endif