X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/538bfd1db93a9aac6c2bb52382bb7900042de092..af76d9655f3579949a9a0643bcb16118334a5dea:/mac/mac_res.r diff --git a/mac/mac_res.r b/mac/mac_res.r index 78071c72..6e7ce4a1 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.29 2003/02/27 23:21:23 ben Exp $ */ +/* $Id: mac_res.r,v 1.30 2003/03/06 23:46:06 ben Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Ben Harris * All rights reserved. @@ -971,6 +971,38 @@ resource 'DITL' (wFatal, "fatalbox", purgeable) { } }; +/* Caution box. Stolen from the Finder. */ + +resource 'ALRT' (wQuestion, "questionbox", purgeable) { + {54, 67, 152, 435}, + wQuestion, + beepStages, + alertPositionMainScreen +}; + +resource 'DITL' (wQuestion, "fatalbox", purgeable) { + { /* array DITLarray: 3 elements */ + /* [1] */ + {68, 299, 88, 358}, + Button { + enabled, + "OK" + }, + /* [2] */ + {68, 227, 88, 286}, + Button { + enabled, + "Cancel" + }, + /* [3] */ + {7, 74, 55, 358}, + StaticText { + disabled, + "^0" + } + } +}; + /* Terminal window */ resource 'WIND' (wTerminal, "terminal", purgeable) {