Basf_TCC11/HJGL/FineUIPro.Web/PublicInfo/BaseInfo/PipingClassDetailEdit.aspx

74 lines
3.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PipingClassDetailEdit.aspx.cs"
Inherits="FineUIPro.Web.PublicInfo.BaseInfo.PipingClassDetailEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑管道等级条件设置</title>
<base target="_self" />
<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="txtPipingClass" runat="server" Label="<%$ Resources:Lan,PipingClass %>"
MaxLength="50" Readonly="true">
</f:TextBox>
<f:DropDownList ID="drpWeldTypeId" runat="server" Label="<%$ Resources:Lan,WeldingJointType %>"
LabelAlign="Right" LabelWidth="140px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDetectionTypeId" runat="server" Label="<%$ Resources:Lan,NDEType %>"
LabelAlign="Right">
</f:DropDownList>
<f:DropDownList ID="drpDetectionRateId" runat="server" Label="<%$ Resources:Lan,NDTPercentage %>"
LabelAlign="Right" LabelWidth="140px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="29% 4% 17% 31% 4% 15%">
<Items>
<f:NumberBox ID="txtSizeMin" runat="server" Label="<%$ Resources:Lan,Diameter %>"
LabelAlign="Right" NoNegative="true">
</f:NumberBox>
<f:Label ID="Label1" runat="server" Text="<%$ Resources:Lan,To %>">
</f:Label>
<f:NumberBox ID="txtSizeMax" runat="server" LabelAlign="Right" NoNegative="true">
</f:NumberBox>
<f:NumberBox ID="txtThicknessMin" runat="server" Label="<%$ Resources:Lan,WallThickness %>"
LabelAlign="Right" NoNegative="true" LabelWidth="140px">
</f:NumberBox>
<f:Label ID="Label2" runat="server" Text="<%$ Resources:Lan,To %>">
</f:Label>
<f:NumberBox ID="txtThicknessMax" runat="server" LabelAlign="Right" NoNegative="true">
</f:NumberBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdPipingClassId" runat="server">
</f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Close %>"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>