home *** CD-ROM | disk | FTP | other *** search
- Form()
- {
- cps POPFORM transientShell transientShell $PANE \\\n
- title:"WkshTree: Form"
-
- cmw CAPTION caption caption $POPFORM \\\n
- label:"Form:" \\\n
- position:top \\\n
- alignment:left
-
- cmw FORM form form $CAPTION \\\n
- width:150 \\\n
- height:150 \\\n
- shadowThickness:0
-
- cmw ATTACHLEFT AttachLeft staticText $FORM \\\n
- string:"Attach Left" \\\n
- yOffset:50
-
- cmw ATTACHTOP AttachTop staticText $FORM \\\n
- string:"Attach Top" \\\n
- xRefName:AttachLeft \\\n
- xAddWidth:true
-
- cmw ATTACHRIGHT AttachRight staticText $FORM \\\n
- string:"Attach Right" \\\n
- xAttachRight:true \\\n
- xAddWidth:true \\\n
- xVaryOffset:true \\\n
- yOffset:50 \\\n
- xRefName:AttachTop
-
- cmw OK Ok oblongButton $FORM \\\n
- buttonType:$BUTTON \\\n
- yAttachBottom:true \\\n
- yRefName:AttachTop \\\n
- yAddHeight:true \\\n
- yVaryOffset:true \\\n
- xOffset:85
-
- sv $OK select:"PopdownCB $POPFORM"
-
- orh $POPFORM "Form Source" -f `pwd`/Form
-
- pu $POPFORM GrabNone
- }
-