ChengDa_English/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldingProcedureSearchEdit....

115 lines
5.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WeldingProcedureSearchEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.WeldingProcedureSearchEdit" %>
<!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="txtWeldingProcedureId" runat="server" Label="编号"
Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtWtype" runat="server" Label="类型"
MaxLength="100" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSte_Name" runat="server" Label="材质" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpSte_Name_SelectedIndexChanged"></f:DropDownList>
<f:TextBox ID="txtSpecification" runat="server" Label="规格mm"
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWelding" runat="server" Label="焊材"
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtWRange" runat="server" Label="厚度适用范围"
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialType" runat="server" Label="材料类别"
LabelAlign="Right" LabelWidth="120px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMaterialGroup" runat="server" Label="材料组别"
LabelAlign="Right" LabelWidth="120px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTubeDiameter" runat="server" Label="管外径Φmm"
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtJointsForm" runat="server" Label="试件接头形式"
LabelAlign="Right" LabelWidth="120px" MaxLength="10">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSpecimenThickness" runat="server" Label="试件壁厚(mm)"
LabelAlign="Right" LabelWidth="120px" RegionPercent="4">
</f:NumberBox>
<f:TextBox ID="txtWeldMethod" runat="server" Label="焊接方法"
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldPositionCode" runat="server" Label="焊接位置代号"
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtWeldPreheating" runat="server" Label="焊前预热℃"
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPWHT" runat="server" Label="焊后热处理"
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px" MaxLength="50"></f:TextArea>
</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>