|
From: Karsten W. <kar...@us...> - 2006-02-05 22:47:36
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31921 Modified Files: SHELL.R Log Message: The first of a few missing resources. More to come. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SHELL.R 5 Feb 2006 16:18:38 -0000 1.13 --- SHELL.R 5 Feb 2006 22:47:27 -0000 1.14 *************** *** 1285,1288 **** --- 1285,1299 ---- }; + resource 'DLOG' (512, "find", purgeable) { + {0, 0, 123, 451}, + noGrowDocProc, + invisible, + goAway, + 0x0, + 512, + "Find & Replace Dialog", + noAutoCenter + }; + #if 0 *************** *** 1554,1557 **** --- 1565,1646 ---- }; + resource 'DITL' (512, "Find Dialog", purgeable, preload) { + { /* array DITLarray: 12 elements */ + /* [1] */ + {91, 340, 111, 433}, + Button { + enabled, + "Find" + }, + /* [2] */ + {158, 11, 178, 81}, + Button { + enabled, + "Cancel" + }, + /* [3] */ + {11, 340, 31, 433}, + Button { + enabled, + "Replace All" + }, + /* [4] */ + {40, 340, 60, 433}, + Button { + enabled, + "Replace" + }, + /* [5] */ + {13, 10, 29, 58}, + StaticText { + disabled, + "Find:" + }, + /* [6] */ + {13, 78, 29, 317}, + EditText { + enabled, + "Find" + }, + /* [7] */ + {41, 10, 57, 70}, + StaticText { + disabled, + "Replace:" + }, + /* [8] */ + {41, 78, 57, 317}, + EditText { + enabled, + "Replace" + }, + /* [9] */ + {72, 9, 90, 115}, + CheckBox { + enabled, + "Whole words" + }, + /* [10] */ + {72, 116, 90, 217}, + CheckBox { + enabled, + "Ignore case" + }, + /* [11] */ + {72, 217, 90, 320}, + CheckBox { + enabled, + "Wrap around" + }, + /* [12] */ + {92, 9, 110, 217}, + CheckBox { + enabled, + "Use Regular Expressions" + } + } + }; + + #if 0 |