ChengDa_English/SGGL/FineUIPro.Web/HJGL/PersonManage/PersonQualifiedProjectEdit....

68 lines
3.3 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonQualifiedProjectEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.PersonQualifiedProjectEdit" %>
<!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="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="txtWED_Name" runat="server" Label="焊工姓名" LabelAlign="Right" Readonly="true" LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtWED_Code" runat="server" Label="焊工代号" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtQualifiedProjectCode" runat="server" Label="合格项目代号" LabelAlign="Right" MaxLength="200" LabelWidth="170px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtLimitDate" runat="server" Label="有效期限" LabelAlign="Right" LabelWidth="170px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtGTAWMax" runat="server" Label="GTAW最大厚度(mm)" LabelAlign="Right" DecimalPrecision="2" LabelWidth="170px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSMAWMax" runat="server" Label="SMAW最大厚度(mm)" LabelAlign="Right" DecimalPrecision="2" LabelWidth="170px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtDiaMin" runat="server" Label="最小口径(mm)" LabelAlign="Right" DecimalPrecision="2" LabelWidth="170px"></f:NumberBox>
</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" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Text="保存" ToolTip="保存">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>