YZ_BSF/HJGL/FineUIPro.Web/PublicInfo/WPQ/WPQEdit.aspx

177 lines
9.6 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WPQEdit.aspx.cs"
Inherits="FineUIPro.Web.PublicInfo.WPQ.WPQEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑焊接工艺评定台账</title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Form2" runat="server" />
<f:Form ID="Form2" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server" AutoScroll="true">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingProcedureCode" runat="server" Label="<%$ Resources:Lan,WPSCode %>" LabelAlign="Right"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="170px">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,CompileDate %>" LabelAlign="Right"
LabelWidth="170px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSteel1" runat="server" Label="<%$ Resources:Lan,MaterialSpecification1 %>" LabelAlign="Right" Required="true"
ShowRedStar="true" LabelWidth="170px" AutoPostBack="true" OnSelectedIndexChanged="drpSteel1_SelectedIndexChanged">
</f:DropDownList>
<f:DropDownList ID="drpSteel2" runat="server" Label="<%$ Resources:Lan,MaterialSpecification2 %>" LabelAlign="Right" LabelWidth="170px"
AutoPostBack="true" OnSelectedIndexChanged="drpSteel2_SelectedIndexChanged">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialClass1" runat="server" Label="<%$ Resources:Lan,MaterialClass1 %>" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMaterialClass2" runat="server" Label="<%$ Resources:Lan,MaterialClass2 %>" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialGroup1" runat="server" Label="<%$ Resources:Lan,MaterialGroup1 %>" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMaterialGroup2" runat="server" Label="<%$ Resources:Lan,MaterialGroup2 %>" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecifications" runat="server" Label="<%$ Resources:Lan,Specifications %>" LabelAlign="Right" MaxLength="100"
LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtWeldingModel" runat="server" Label="<%$ Resources:Lan,WeldingModel %>" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingGrade" runat="server" Label="<%$ Resources:Lan,WeldingGrade %>" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtWeldingSpecifications" runat="server" Label="<%$ Resources:Lan,WeldingSpecifications %>" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingPosition" runat="server" Label="<%$ Resources:Lan,WleldingLocation %>" LabelAlign="Right"
MaxLength="50" LabelWidth="170px">
</f:TextBox>
<f:DropDownList ID="drpWeldingMethodId" runat="server" Label="<%$ Resources:Lan,WeldingMethod %>" LabelAlign="Right"
LabelWidth="170px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtMinImpactDia" runat="server" Label="<%$ Resources:Lan,SizeMin %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtMaxImpactDia" runat="server" Label="<%$ Resources:Lan,SizeMax %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtMinImpactThickness" runat="server" Label="<%$ Resources:Lan,MinImpactThickness %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtMaxImpactThickness" runat="server" Label="<%$ Resources:Lan,MaxImpactThickness %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtNoMinImpactThickness" runat="server" Label="<%$ Resources:Lan,NoMinImpactThickness %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtNoMaxImpactThickness" runat="server" Label="<%$ Resources:Lan,NoMaxImpactThickness %>" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWPQStandard" runat="server" Label="<%$ Resources:Lan,WPSStandard %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:CheckBox ID="cbkIsHotTreatment" runat="server" Label="<%$ Resources:Lan,IsHot %>" LabelAlign="Right"
LabelWidth="170px">
</f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtJointType" runat="server" Label="<%$ Resources:Lan,WeldingJointType %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtMotorization" runat="server" Label="<%$ Resources:Lan,Motorization %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProtectiveGas" runat="server" Label="<%$ Resources:Lan,ProtectiveGas %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtStretching" runat="server" Label="<%$ Resources:Lan,Stretching %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBend" runat="server" Label="<%$ Resources:Lan,Bend %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtToAttack" runat="server" Label="<%$ Resources:Lan,ToAttack %>" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtOthers" runat="server" Label="<%$ Resources:Lan,InspectionOthers %>" MaxLength="50" LabelAlign="Right"
LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Remark %>" MaxLength="500" LabelAlign="Right"
LabelWidth="170px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="<%$ Resources:Lan,Attachment %>" Text="<%$ Resources:Lan,UploadAndView %>" OnClick="btnAttachUrl_Click"
LabelAlign="Right" LabelWidth="170px">
</f:LinkButton>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,Submit %>" ValidateForms="Form2"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,Close %>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>
</form>
</body>
</html>