formex6

Download formex6

If you can't read please download the document

Upload: rash-ahmed

Post on 15-Sep-2015

214 views

Category:

Documents


0 download

DESCRIPTION

macro

TRANSCRIPT

frame .Temp 'Temperature conversion' at X 0path DOWNtext .Centigrade 'Centigrade' call '!this.convertCtoF()' width 10 is REALtext .Fahrenheit 'Fahrenheit' call '!this.convertFtoC()' width 10 is REALexitpath rightframe .TempRange 'Temperature Range'text .Minimum 'minimim C' at X 1 width 4 is REALtext .StepSize 'StepSize' at XMAX+1 YMIN width 4 is REALpath DOWNtext .Maximum 'maximum C' at X 1 width 4 is REALbutton .Apply ' Apply ' call '!this.tempRange()' $at XMAX+3 YMIN APPLYexitframe .String 'String manipulation' at X 0text .Input 'Input ' call '!this.stringMan()' width 48 is STRINGexitframe .Roomobjects 'ROOM objects' at X 0path RIGHTtext .width 'Width ' width 9 is REALtext .Height 'Height ' width 9 is REALtext .Length 'Length ' width 9 is REALpath DOWNtext .Name 'Name ' at X 1 width 32 is REALpath RIGHTbutton .Apply2 ' Apply ' callback '' at XMIN .applyexitpath DOWNframe .output 'Results' at X 0text .Number 'Number' width 14 is REALtext .Result 'Result' width 48 is STRINGparagraph .label text 'Table'textpane .Table width 52 height 10exitexit