ChengDa_English/SGGL/FineUIPro.Web/JDGL/Check/ProgressStatistics.aspx

88 lines
4.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProgressStatistics.aspx.cs" Inherits="FineUIPro.Web.JDGL.Check.ProgressStatistics" %>
<%@ Register Src="~/Controls/ChartControl.ascx" TagName="ChartControl" TagPrefix="uc1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
.labcenter {
text-align: center;
}
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
.f-grid-row.red {
background-color: #FF7575;
background-image: none;
}
.Yellow {
background-color: #FFFF93;
}
.fontred {
color: #FF7575;
background-image: none;
}
</style>
</head>
<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="<%$ 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="<%$ 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="<%$ Resources:Lan,WBSReport_UnitProject%>" LabelAlign="Right" EnableMultiSelect="true" EnableEdit="true"
AutoPostBack="true" OnSelectedIndexChanged="drpUnitWork_SelectedIndexChanged">
</f:DropDownList>
<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="<%$ 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="<%$ Resources:Lan,WeightsAudit_StartDate%>" ID="txtStartTime"
LabelAlign="right">
</f:DatePicker>
<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="<%$ Resources:Lan,WBSReport_QueryButton%>" Icon="SystemSearch" EnablePostBack="true" runat="server" >
</f:Button>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="false"
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle"
TitleToolTip="" AutoScroll="true">
<Items>
<f:ContentPanel ShowHeader="false" runat="server" ID="cpEV" Margin="0 0 0 0">
<div id="divEV" style="height:580px; width:1300px;">
<uc1:ChartControl ID="ChartEV" runat="server" />
</div>
</f:ContentPanel>
</Items>
</f:Panel>
</form>
</body>
</html>