SGGL_HBAZ/SGGL/FineUIPro.Web/SYHSE/Data_EnvironmentProtectionE...

113 lines
4.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Data_EnvironmentProtectionEdit.aspx.cs" Inherits="FineUIPro.Web.SYHSE.Data_EnvironmentProtectionEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>环保数据</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<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;
}
.fontred {
color: #FF7575;
background-image: none;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker ID="txtReportDateA" ShowRedStar="true" Required="true" runat="server" Label="开始日期" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
<f:DatePicker ID="txtReportDateZ" ShowRedStar="true" Required="true" runat="server" Label="结束日期" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDetectionAddress" runat="server" Label="监测点位名称" LabelAlign="Right" >
</f:TextBox>
<f:TextBox ID="txtDetectionProject" runat="server" Label="项目名称" LabelAlign="Right" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDetectionValue" runat="server" Label="检测值" LabelAlign="Right" >
</f:TextBox>
<f:TextBox ID="txtStandValue" runat="server" Label="标准值" LabelAlign="Right" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAvgFlow" runat="server" Label="均值流量(立方米/小时)" LabelAlign="Right" >
</f:TextBox>
<f:TextBox ID="txtSumFlow" runat="server" Label="累计流量(千立方米)" LabelAlign="Right" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIsOk" runat="server" Label="是否达标" LabelAlign="Right" >
</f:TextBox>
<f:TextBox ID="txtIsStop" runat="server" Label="是否停产" LabelAlign="Right" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtReMark" runat="server" Label="备注" Height="200px" MaxLength="3000">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" Text="保存">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
<script>
</script>
</body>
</html>