X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/06e0f715cf1b4f345708eb240e915a74888c079d..e02b0bc2a713edfdf9bf183ca6561a6768483eba:/mac/macpgen.r diff --git a/mac/macpgen.r b/mac/macpgen.r index ea0e25df..7bc8c294 100644 --- a/mac/macpgen.r +++ b/mac/macpgen.r @@ -1,4 +1,4 @@ -/* $Id: macpgen.r,v 1.2 2003/02/15 14:20:43 ben Exp $ */ +/* $Id: macpgen.r,v 1.4 2003/02/20 22:55:09 ben Exp $ */ /* * Copyright (c) 1999, 2002 Ben Harris * All rights reserved. @@ -448,8 +448,8 @@ resource 'DLOG' (wKey, "key", purgeable) { noGrowDocProc, invisible, goAway, - wAbout, /* RefCon -- identifies the window to PuTTY */ - wAbout, /* DITL ID */ + wKey, /* RefCon -- identifies the window to PuTTY */ + wKey, /* DITL ID */ "untitled", staggerParentWindowScreen }; @@ -460,8 +460,19 @@ resource 'dlgx' (wKey, "key", purgeable) { } }; +#define cProgress 129 + resource 'DITL' (wKey, "key", purgeable) { { + { 13, 13, 33, 227 }, + Button { enabled, "Generate" }, + { 46, 13, 12, 227 }, + Control { enabled, cProgress }, } }; +resource 'CNTL' (cProgress) { + { 46, 13, 12, 227 }, + 0, visible, 0, 0, + kControlProgressBarProc, 0, "" +}; \ No newline at end of file