xinjiang/SGGL/FineUIPro.Web/HJGL/BaseInfo/HotProcessTechEdit.aspx

92 lines
4.8 KiB
Plaintext
Raw Normal View History

2024-11-19 09:45:27 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HotProcessTechEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.BaseInfo.HotProcessTechEdit" %>
<!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:NumberBox ID="ndJOTDiaMin" runat="server" Label="最小外径" NoDecimal="false" NoNegative="true"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:NumberBox>
<f:NumberBox ID="ndJOTDiaMax" runat="server" Label="最大外径" NoDecimal="false" NoNegative="true"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="ndPointNum" runat="server" Label="测温点" NoDecimal="true" NoNegative="true"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:NumberBox>
<f:TextBox ID="txtPointCount" runat="server" Label="测温点编号"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRequiredT" runat="server" Label="要求热处理温度℃" Required="true" ShowRedStar="true"
MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtActualT" runat="server" Label="实际热处理温度℃"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRequiredTime" runat="server" Label="恒温时间(min/mm)" Required="true" ShowRedStar="true"
MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:NumberBox ID="txtTimeMin" runat="server" Label="最短恒温时间h)" NoDecimal="false" NoNegative="true"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtActualTime" runat="server" Label="实际恒温时间" NoDecimal="false" NoNegative="true"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:NumberBox>
<f:TextBox ID="txtMaterial" runat="server" Label="材质" Required="true" ShowRedStar="true"
MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHotHard" runat="server" Label="布氏硬度" MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtJointDesc" runat="server" Label="规格" 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="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>