/* This file is part of SGI Format, a File Format plugin for Adobe Photoshop Copyright (C) 2003-2010 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 */ #define SystemSevenOrLater 1 #include "dialogs.r" #include "ui_defs.h" #include "version.h" resource 'ALRT' (ID_ABOUTDLG, purgeable) { {0, 0, 216, 360}, ID_ABOUTDLG, silentStages, alertPositionMainScreen }; resource 'DITL' (ID_ABOUTDLG, purgeable) { { {16, 20, 216, 340}, StaticText { disabled, "SGI File Format " VERSION_STR "\n\n" "(C) 2003-2010 Toby Thain .\n" "http://www.telegraphics.com.au/sw/\n\n" "Please contact the author with bug reports or comments." }, } }; resource 'dlgx' (ID_COMPDLG, purgeable){ versionZero { kDialogFlagsUseThemeBackground } }; resource 'DLOG' (ID_COMPDLG, purgeable) { {0, 0, 131, 300}, dBoxProc, visible, noGoAway, 0x0, ID_COMPDLG, "SGI Format", alertPositionMainScreen }; resource 'DITL' (ID_COMPDLG, purgeable) { { {95, 210, 115, 280}, Button { enabled,"OK" }, {95, 120, 115, 190}, Button { enabled,"Cancel" }, {16, 20, 32, 280}, StaticText { disabled,"SGI Format Compression:" }, {44, 20, 60, 280}, radiobutton { enabled, "None" }, {64, 20, 80, 280}, radiobutton { enabled, "RLE" } } };