Mercurial > hg > xemacs-beta
diff lwlib/energize/search.xd @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lwlib/energize/search.xd Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,191 @@ +module 'Energize' +applicationName = 'Energize'; +generateNameC = 'search.xdc'; +generateNameUIL = ''; +generateNameResDB = ''; +generateUidFile = ''; +generateMask = 458980; +useMask = 1; +value +object '' : XmDialogShell { + arguments { + name = 'dialog'; + XmNallowShellResize= true; + }; +object '' : XmForm { + arguments { + name = 'searchDialog'; + XmNautoUnmanage= false; + XmNdefaultButton= 'button1'; + }; +object '' : XmRowColumn { + arguments { + XmNorientation= 2; + }; +object '' : XmFrame { + arguments { + }; +object '' : XmRadioBox { + arguments { + name = 'directionBox'; + XmNorientation= 2; + XmNpacking= 1; + }; +object '' : XmToggleButton GADGET { + arguments { + name = 'directionForward'; + XmNlabelString= 'Forward'; + }; +}; +object '' : XmToggleButton GADGET { + arguments { + name = 'directionBackward'; + XmNlabelString= 'Backward'; + }; +}; +}; +}; +object '' : XmToggleButton { + arguments { + name = 'regexpSearch'; + XmNlabelString= 'Regular Expression'; + }; +}; +object '' : XmToggleButton { + arguments { + name = 'caseSearch'; + XmNlabelString= 'Match Case'; + }; +}; +object 'match_word' : XmToggleButton { + arguments { + name = 'matchWord'; + XmNlabelString= 'Match Word'; + }; +}; +}; +object '' : XmRowColumn { + arguments { + }; +object 'button1' : XmPushButton { + arguments { + name = 'button1'; + XmNlabelString= 'Find Next'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'button2'; + XmNlabelString= 'Replace'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'button3'; + XmNlabelString= 'Replace All'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'button4'; + XmNlabelString= 'Done'; + }; +}; +}; +object '' : XmRowColumn { + arguments { + }; +object '' : XmPushButton { + arguments { + name = 'gotoStart'; + XmNlabelString= 'Beginning'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'scrollBack'; + XmNlabelString= 'Page Back'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'scrollForward'; + XmNlabelString= 'Page Forward'; + }; +}; +object '' : XmPushButton { + arguments { + name = 'gotoEnd'; + XmNlabelString= 'End'; + }; +}; +}; +object '' : XmLabel { + arguments { + name = 'searchLabel'; + XmNlabelString= 'Search For:'; + }; +}; +object '' : XmLabel { + arguments { + name = 'replaceLabel'; + XmNlabelString= 'Replace with:'; + }; +}; +object '' : XmTextField { + arguments { + name = 'searchText'; + }; +}; +object '' : XmTextField { + arguments { + name = 'replaceText'; + }; +}; + attachments { + attachment { + XmNrightAttachment = 3 2 4; + XmNleftAttachment = 1 0 4; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 3 7 4; + }; + attachment { + XmNrightAttachment = 3 3 4; + XmNleftAttachment = 0 0 0; + XmNbottomAttachment = 1 0 4; + XmNtopAttachment = 1 0 4; + }; + attachment { + XmNrightAttachment = 1 0 4; + XmNleftAttachment = 0 0 0; + XmNbottomAttachment = 1 0 4; + XmNtopAttachment = 1 0 4; + }; + attachment { + XmNrightAttachment = 4 5 0; + XmNleftAttachment = 0 0 0; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 1 0 5; + }; + attachment { + XmNrightAttachment = 0 0 0; + XmNleftAttachment = 1 0 4; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 1 0 41; + }; + attachment { + XmNrightAttachment = 3 2 4; + XmNleftAttachment = 3 5 4; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 1 0 4; + }; + attachment { + XmNrightAttachment = 3 2 4; + XmNleftAttachment = 3 5 4; + XmNbottomAttachment = 0 0 0; + XmNtopAttachment = 3 6 4; + }; + }; +}; +}; +end module;