<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel height="380" layout="topleft" name="panel_postcard_message" width="490"> <text type="string" length="1" bottom="35" follows="top|left" font="SansSerif" height="16" layout="topleft" left="12" name="to_label" top="10" width="60"> To: </text> <line_editor control_name="LastPostcardRecipient" follows="left|top|right" height="20" layout="topleft" left_pad="10" name="to_form" right="-10" top_delta="-4" /> <text type="string" length="1" bottom_delta="23" follows="top|left" font="SansSerif" height="16" layout="topleft" left="12" name="name_label" width="60"> From: </text> <line_editor follows="left|top|right" height="20" layout="topleft" left_pad="10" max_length_bytes="100" name="name_form" right="-10" top_delta="-4" /> <text type="string" length="1" bottom_delta="23" follows="top|left" font="SansSerif" height="16" layout="topleft" left="12" name="subject_label" width="60"> Subject: </text> <line_editor follows="left|top|right" height="20" label="Type your subject here." layout="topleft" left_pad="10" max_length_bytes="100" name="subject_form" right="-10" top_delta="-4" /> <text type="string" length="1" bottom_delta="23" follows="top|left|right" font="SansSerif" layout="topleft" left="12" name="msg_label" right="-10"> Message: </text> <text_editor type="string" length="1" follows="left|top|right" height="60" layout="topleft" left_delta="0" max_length="700" name="msg_form" right="-10" top_pad="10" word_wrap="true"> Type your message here. </text_editor> <button follows="right|bottom" height="23" label="Cancel" layout="topleft" name="cancel_btn" right="-32" top="350" width="100"> <button.commit_callback function="Postcard.Cancel" /> </button> <button follows="right|bottom" height="23" label="Send" layout="topleft" left_delta="-106" name="send_btn" top_delta="0" width="100"> <button.commit_callback function="Postcard.Send" /> </button> </panel>