把文本框和汉字对齐的控件属性
<x:FormRow ColumnWidth="50% 50%"> <Items> <x:TextBox ID="txtName" Label="Name" runat="server" Align="left"/> <x:TextBox ID="txtContacts" Label="MIMA人" runat="server" /> </Items> </x:FormRow>