进度管理模块和 项目主页的国际化!
This commit is contained in:
@@ -34,38 +34,38 @@
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" AjaxAspnetControls="divEV" />
|
||||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" Title="施工进度赢得值曲线" AutoScroll="true"
|
||||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" Title="<%$ Resources:Lan,ProgressStatistics_ConstructionProgressEarnedValueCurve%>" AutoScroll="true"
|
||||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpProjectType" runat="server" Label="单位工程类别" AutoPostBack="true" OnSelectedIndexChanged="drpProjectType_SelectedIndexChanged" LabelAlign="Right" EnableEdit="true" LabelWidth="110px" EnableMultiSelect="true">
|
||||
<f:ListItem Text="建筑工程" Value="1" />
|
||||
<f:ListItem Text="安装工程" Value="2" />
|
||||
<f:DropDownList ID="drpProjectType" runat="server" Label="<%$ Resources:Lan,ProgressStatistics_UnitEngineeringCategory%>" AutoPostBack="true" OnSelectedIndexChanged="drpProjectType_SelectedIndexChanged" LabelAlign="Right" EnableEdit="true" LabelWidth="110px" EnableMultiSelect="true">
|
||||
<f:ListItem Text="<%$ Resources:Lan,ProgressShow_BuildingEngineering%>" Value="1" />
|
||||
<f:ListItem Text="<%$ Resources:Lan,ProgressShow_InstallationEngineering%>" Value="2" />
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpUnitWork" runat="server" Label="单位工程" LabelAlign="Right" EnableMultiSelect="true" EnableEdit="true"
|
||||
<f:DropDownList ID="drpUnitWork" runat="server" Label="<%$ Resources:Lan,WBSReport_UnitProject%>" LabelAlign="Right" EnableMultiSelect="true" EnableEdit="true"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="drpUnitWork_SelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
<f:CheckBox runat="server" ID="ckb1" Text="按“实体合格”计量进度" Label="" Checked="true" Enabled="false"></f:CheckBox>
|
||||
<f:CheckBox runat="server" ID="ckbData" Text="按“资料合格”计量进度"></f:CheckBox>
|
||||
<f:CheckBox runat="server" ID="ckb1" Text="<%$ Resources:Lan,ProgressStatistics_MeasureProgressByEntityQualification%>" Label="" Checked="true" Enabled="false"></f:CheckBox>
|
||||
<f:CheckBox runat="server" ID="ckbData" Text="<%$ Resources:Lan,ProgressStatistics_MeasureProgressByDataQualification%>"></f:CheckBox>
|
||||
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:RadioButtonList runat="server" ID="rblType" Label="统计方式">
|
||||
<f:RadioItem Text="月" Value="Month" Selected="true" />
|
||||
<f:RadioItem Text="周" Value="Week" Selected="true" />
|
||||
<f:RadioItem Text="天" Value="Day" Selected="true" />
|
||||
<f:RadioButtonList runat="server" ID="rblType" Label="<%$ Resources:Lan,ProgressStatistics_StatisticsMethod%>">
|
||||
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Month%>" Value="Month" Selected="true" />
|
||||
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Week%>" Value="Week" Selected="true" />
|
||||
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Day%>" Value="Day" Selected="true" />
|
||||
</f:RadioButtonList>
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="开始日期" ID="txtStartTime"
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,WeightsAudit_StartDate%>" ID="txtStartTime"
|
||||
LabelAlign="right">
|
||||
</f:DatePicker>
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="结束日期" ID="txtEndTime"
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,WeightsAudit_EndDate%>" ID="txtEndTime"
|
||||
LabelAlign="right">
|
||||
</f:DatePicker>
|
||||
<f:Button ID="btnQuery" OnClick="btnQuery_Click" ToolTip="查询" Icon="SystemSearch" EnablePostBack="true" runat="server" >
|
||||
<f:Button ID="btnQuery" OnClick="btnQuery_Click" ToolTip="<%$ Resources:Lan,WBSReport_QueryButton%>" Icon="SystemSearch" EnablePostBack="true" runat="server" >
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
Reference in New Issue
Block a user