82 lines
4.6 KiB
Plaintext
82 lines
4.6 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ElectrostaticGroundingEdit.aspx.cs" Inherits="FineUIPro.Web.JGZL.ElectrostaticGroundingEdit" %>
|
|
|
|
<!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>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
|
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
|
|
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" runat="server" ToolbarAlign="Right">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtPipelineCode" runat="server" Label="管道编号/单线号" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Title="法兰或螺纹接头" BodyPadding="10" ID="GroupPanel1" EnableCollapse="true" runat="server">
|
|
<Items>
|
|
<f:TextBox ID="txtConnectionType" Label="接头型式" runat="server" LabelWidth="140px">
|
|
</f:TextBox>
|
|
<f:GroupPanel Title="跨接导线" BodyPadding="10" ID="GroupPanel2" EnableCollapse="true" runat="server">
|
|
<Items>
|
|
<f:SimpleForm ID="SimpleForm2" ShowBorder="false" ShowHeader="false" runat="server">
|
|
<Items>
|
|
<f:TextBox ID="txtBWSpecification" Label="规格" runat="server" LabelWidth="130px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtBWMaterial" Label="材质" runat="server" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:SimpleForm>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
<f:TextBox ID="txtBWResistance" Label="电阻值<0.03Ω" runat="server" LabelWidth="140px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Title="接地引线" BodyPadding="10" ID="GroupPanel3" EnableCollapse="true" runat="server">
|
|
<Items>
|
|
<f:SimpleForm ID="SimpleForm3" ShowBorder="false" ShowHeader="false" runat="server">
|
|
<Items>
|
|
<f:TextBox ID="txtGWSpecification" Label="规格" runat="server" LabelWidth="140px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtGWMaterial" Label="材质" runat="server" LabelWidth="140px"></f:TextBox>
|
|
<f:TextBox ID="txtGWResistance" Label="对地电阻<100Ω" runat="server" LabelWidth="140px"></f:TextBox>
|
|
</Items>
|
|
</f:SimpleForm>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpCompileMan" runat="server" Label="记录人" LabelAlign="Right" LabelWidth="150px"></f:DropDownList>
|
|
<f:DatePicker ID="txtCompileDate" runat="server" Label="记录时间" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|