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

115 lines
6.9 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ 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" />
2025-02-21 22:19:21 +08:00
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ProjectPageData_MenuEdit%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,WeldingProcedureSearch_WindowTitle%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,StartWorkReport_Search%>"/></title>
2022-03-15 17:36:38 +08:00
</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>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWeldingProcedureId" runat="server" Label="<%$ Resources:Lan,StartWorkReport_FileCode%>"
2022-03-15 17:36:38 +08:00
Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWtype" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_Type%>"
2022-03-15 17:36:38 +08:00
MaxLength="100" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:DropDownList ID="drpSte_Name" runat="server" Label="<%$ Resources:Lan,PrefabricatedInstall_Material%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpSte_Name_SelectedIndexChanged"></f:DropDownList>
<f:TextBox ID="txtSpecification" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_Specification%>"
2022-03-15 17:36:38 +08:00
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWelding" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_WeldingMaterial%>"
2022-03-15 17:36:38 +08:00
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWRange" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_ThicknessRange%>"
2022-03-15 17:36:38 +08:00
MaxLength="50" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMaterialType" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_MaterialType%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" Readonly="true">
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtMaterialGroup" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_MaterialGroup%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtTubeDiameter" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_TubeDiameter%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtJointsForm" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_JointsForm%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="10">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:NumberBox ID="txtSpecimenThickness" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_SpecimenThickness%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" RegionPercent="4">
</f:NumberBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWeldMethod" runat="server" Label="<%$ Resources:Lan,JointComprehensive_WeldingMethod%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWeldPositionCode" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_WeldPositionCode%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtWeldPreheating" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_WeldPreheating%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextBox ID="txtPWHT" runat="server" Label="<%$ Resources:Lan,WeldingProcedureSearchEdit_PWHT%>"
2022-03-15 17:36:38 +08:00
LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" LabelAlign="Right" LabelWidth="120px" MaxLength="50"></f:TextArea>
2022-03-15 17:36:38 +08:00
</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"
2025-02-21 22:19:21 +08:00
OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
2022-03-15 17:36:38 +08:00
</f:Button>
2025-02-21 22:19:21 +08:00
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
2022-03-15 17:36:38 +08:00
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>