进度管理模块和 项目主页的国际化!
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownBox runat="server" ID="DropDownBox1" DataControlID="drpRectificationMeasure" EnableMultiSelect="true" Label="纠偏措施" LabelWidth="130"
|
||||
<f:DropDownBox runat="server" ID="DropDownBox1" DataControlID="drpRectificationMeasure" EnableMultiSelect="true" Label="<%$ Resources:Lan,RectificationMeasureSet_CorrectionMeasures%>" LabelWidth="130"
|
||||
Width="600px">
|
||||
<PopPanel>
|
||||
<f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
|
||||
ShowBorder="True" ShowHeader="false" Hidden="true">
|
||||
<Items>
|
||||
<f:Label ID="Label4" runat="server" Text="请选择纠偏措施:">
|
||||
<f:Label ID="Label4" runat="server" Text="<%$ Resources:Lan,RectificationMeasureSet_SelectCorrectionMeasures%>">
|
||||
</f:Label>
|
||||
<f:CheckBoxList ID="drpRectificationMeasure" ColumnNumber="4" runat="server" Required="true" ShowRedStar="true">
|
||||
</f:CheckBoxList>
|
||||
@@ -35,10 +35,10 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="25% 20% 55%">
|
||||
<Items>
|
||||
<f:NumberBox ID="nbRemindDay" NoDecimal="true" NoNegative="false" Label="提醒周期为每" LabelWidth="130" Width="250"
|
||||
<f:NumberBox ID="nbRemindDay" NoDecimal="true" NoNegative="false" Label="<%$ Resources:Lan,RectificationMeasureSet_ReminderCycle%>" LabelWidth="130" Width="250"
|
||||
MinValue="0" MaxValue="30" runat="server" Required="true" ShowRedStar="true">
|
||||
</f:NumberBox>
|
||||
<f:Label ID="Label3" runat="server" Text="天提醒一次"></f:Label>
|
||||
<f:Label ID="Label3" runat="server" Text="<%$ Resources:Lan,RectificationMeasureSet_Days%>"></f:Label>
|
||||
<f:Label ID="Label2" runat="server" Hidden="true"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -46,7 +46,7 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存数据" ValidateForms="SimpleForm1"
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,WBSSetEdit_SaveData%>" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click">
|
||||
</f:Button>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user