升级
This commit is contained in:
@@ -51,9 +51,12 @@
|
||||
<Items>
|
||||
<%-- <f:TextBox ID="txtProcess" runat="server" LabelWidth="100px" Label="过程" LabelAlign="Right"> --%>
|
||||
<%-- </f:TextBox> --%>
|
||||
<f:NumberBox ID="txtProcess" runat="server" Label="颁奖年份" NoDecimal="true" NoNegative="true"
|
||||
LabelAlign="Right" LabelWidth="100px">
|
||||
</f:NumberBox>
|
||||
<%-- <f:NumberBox ID="txtProcess" runat="server" Label="颁奖年份" NoDecimal="true" NoNegative="true" --%>
|
||||
<%-- LabelAlign="Right" LabelWidth="100px"> --%>
|
||||
<%-- </f:NumberBox> --%>
|
||||
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy" Label="颁奖年份" EmptyText="请选择颁奖年份"
|
||||
ID="txtAwardYear" ShowRedStar="true" DisplayType="Year" ShowTodayButton="false">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtAchievement" runat="server" LabelWidth="120px" Label="成果" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user