ChengDa_English/SGGL/FineUIPro.Web/HSSE/Hazard/HazardReEvaluator.aspx

109 lines
6.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardReEvaluator.aspx.cs" Inherits="FineUIPro.Web.HSSE.Hazard.HazardReEvaluator" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,HazardTemplate_Window2_Title%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</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:TextBox ID="txtHazardCode" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Toolbar3_HazardCode_Label%>" Required="true" ShowRedStar="true"
MaxLength="50" LabelWidth="120px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtHazardItems" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_HazardItems%>" Required="true" ShowRedStar="true" Readonly="true"
MaxLength="150" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDefectsType" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_DefectsType%>" LabelWidth="120px" MaxLength="50" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMayLeadAccidents" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_MayLeadAccidents%>" LabelWidth="120px" Readonly="true"
MaxLength="100">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="ddlHelperMethod" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_HelperMethod%>" LabelWidth="120px" Readonly="true">
</f:DropDownList>
<f:TextBox ID="txtHazardJudge_L" runat="server" Label="<%$ Resources:Lan,HazardReEvaluator_txtHazardJudge_L_Label%>" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHazardJudge_E" runat="server" Label="<%$ Resources:Lan,HazardReEvaluator_txtHazardJudge_E_Label%>" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtHazardJudge_C" runat="server" Label="<%$ Resources:Lan,HazardReEvaluator_txtHazardJudge_C_Label%>" AutoPostBack="true" OnTextChanged="txtHazardJudge_TextChanged" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHazardJudge_D" runat="server" Label="<%$ Resources:Lan,HazardReEvaluator_txtHazardJudge_D_Label%>" LabelWidth="120px" >
</f:TextBox>
<f:DropDownList ID="ddlHazardLevel" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_HazardLevel%>" LabelWidth="120px" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtControlMeasures" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_ControlMeasures%>" LabelWidth="120px" Readonly="true"
Height="70px" MaxLength="200">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:CheckBox runat="server" ID="ckbIsStart" Label="<%$ Resources:Lan,HazardReEvaluator_ckbIsStart_Label%>" AutoPostBack="true" OnCheckedChanged="ckbIsStart_CheckedChanged" LabelWidth="120px"></f:CheckBox>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,RiskControl_Grid1_CheckStartDate_HeaderText%>" ID="txtCheckStartDate" LabelWidth="120px"
LabelAlign="Right">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDutyPerson" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_drpRiskMan_Label%>" ShowRedStar="true" LabelWidth="120px" EnableCheckBoxSelect="true" EnableMultiSelect="true"
Required="true" LabelAlign="Right">
</f:DropDownList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,HazardReEvaluator_txtPlanExistDate_Label%>" ID="txtPlanExistDate" LabelWidth="120px"
LabelAlign="Right">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPosition" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtPosition_Label%>" Required="true" ShowRedStar="true"
MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ValidateForms="SimpleForm1"
Hidden="true" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
<f:HiddenField ID="hdCompileMan" runat="server">
</f:HiddenField>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>