<script>on mouseUplock screenplay "flute" "c"go cd short name of melockTextFields--per TLBunlock screen with visual effect wipe leftend mouseUp</script>
</part>
<part>
<id>10</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>38</left>
<top>36</top>
<right>104</right>
<bottom>58</bottom>
</rect>
<style>radiobutton</style>
<showName> <true /> </showName>
<highlight> <true /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>outline</textStyle>
<textStyle>bold</textStyle>
<name>Print</name>
<script>on mouseUpglobal printThisplay "harpsichord" "e"doMenu "Page Setup..."put bg fld "Recipe" into printThisclearReturnsput return & return & bg fld "Ingredients" after printThisclearReturnsput return & return & bg fld "Procedure" after printThisclearReturnsprint printThisput empty into printThisend mouseUpon clearReturnsglobal printThisrepeatif last char of printThis is return then delete last char of printThisif last char of printThis is not return then exit repeatend repeatend clearReturns</script>
</part>
<content>
<layer>background</layer>
<id>4</id>
<text>Ingredients</text>
</content>
<content>
<layer>background</layer>
<id>6</id>
<text>Procedure</text>
</content>
<name></name>
<script>on openCardglobal buttonNameset the name of bg button id 8 to buttonNamecreate menu "Edit"put "Open Stack..." after menu "Edit"set cmdChar of menuItem "Open Stack..." of menu "Edit" to "O"put "-" after menu "Edit"put "Undo" after menu "Edit"set cmdChar of menuItem "Undo" of menu "Edit" to "Z"put "-" after menu "Edit"put "Cut Text" after menu "Edit"set cmdChar of menuItem "Cut Text" of menu "Edit" to "X"put "Copy Text" after menu "Edit"set cmdChar of menuItem "Copy Text" of menu "Edit" to "C"put "Paste Text" after menu "Edit"set cmdChar of menuItem "Paste Text" of menu "Edit" to "V"put "Clear" after menu "Edit"put "-" after menu "Edit"put "Unlock Text Fields" after menu "Edit" with menuMessage "unlockTextFields"put "Lock Text Fields" after menu "Edit" with menuMessage "lockTextFields"end openCardon closeCarddelete menu "Edit"end closeCard</script>