convert : dialog { label = "*** Unit Conversions ***"; :row { :boxed_column{ label = "Type"; :button { label ="Areas..."; key = "area"; } :button { label ="Capacity..."; key = "capacity"; } :button { label ="Circular..."; key = "circular"; } :button { label ="Lengths..."; key = "length"; } :button { label ="Time..."; key = "time"; } :button { label ="Volumes..."; key = "volume";} :button { label ="Weight..."; key = "weight"; } } :boxed_column{ label = "Convert"; :row{ :edit_box{ width = 10; key = "cvnum";} :text { key= "from";} } :row { :column{ :list_box{ label = "From"; height = 10; width = 18; key = "cvfrom";} } :column{ :list_box{ label = "To"; height = 10 ; width = 18; key = "cvto";} } } :row{ :edit_box{ label = "="; key = "ans";} :text { key= "to";} } }} :text{ label = "*** Conversion factors taken from Autocad's Unit File ***";} ok_cancel; }