Basf_TCC11/HJGL/FineUIPro.Web/WeldingProcess/WeldingManage/JointInfoBatchEdit.aspx

140 lines
7.9 KiB
Plaintext
Raw Permalink Normal View History

2024-05-08 16:27:28 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="JointInfoBatchEdit.aspx.cs"
Inherits="FineUIPro.Web.WeldingProcess.WeldingManage.JointInfoBatchEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>批量增加焊口信息</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldJointCode" Label="<%$ Resources:Lan,WeldingJointNumber %>"
runat="server" FocusOnPageLoad="true" LabelWidth="130px">
</f:TextBox>
<f:NumberBox ID="txtWeldJointCode1" Label="<%$ Resources:Lan,Start %>" runat="server"
NoDecimal="true" NoNegative="true" ShowRedStar="true" Required="true" LabelWidth="130px">
</f:NumberBox>
<f:NumberBox ID="txtWeldJointCode2" Label="<%$ Resources:Lan,Stop %>" runat="server"
NoDecimal="true" NoNegative="true" CompareControl="txtWeldJointCode1" CompareType="Int"
CompareMessage="<%$ Resources:Lan,StopBigStart %>" CompareOperator="GreaterThanEqual"
ShowRedStar="true" Required="true" LabelWidth="130px">
</f:NumberBox>
<f:DropDownList ID="drpJointAttribute" Label="<%$ Resources:Lan,WeldingJointQuality %>"
runat="server" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpMaterial1" Label="<%$ Resources:Lan,MaterialSpecification1 %>"
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpMaterial2" Label="<%$ Resources:Lan,MaterialSpecification2 %>"
runat="server" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpWeldType" Label="<%$ Resources:Lan,WeldingJointType %>" runat="server"
ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpWeldingMethod" Label="<%$ Resources:Lan,WeldingMethod %>"
runat="server" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSize" Label="<%$ Resources:Lan,InchDiameter %>" runat="server"
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true"
Required="true">
</f:NumberBox>
<f:DropDownList ID="drpANSISCH" Label="美标壁厚" AutoPostBack="true" OnSelectedIndexChanged="drpANSISCH_OnSelectedIndexChanged"
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
<f:NumberBox ID="txtDia" Label="<%$ Resources:Lan,ExternalDiameter %>" runat="server"
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true"
2024-06-05 08:24:19 +08:00
AutoPostBack="true" OnTextChanged="txtText_TextChanged" Required="true" Readonly="true">
2024-05-08 16:27:28 +08:00
</f:NumberBox>
<f:NumberBox ID="txtThickness" Label="<%$ Resources:Lan,WallThickness %>" runat="server"
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true"
2024-06-05 08:24:19 +08:00
AutoPostBack="true" OnTextChanged="txtText_TextChanged" Required="true" Readonly="true">
2024-05-08 16:27:28 +08:00
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 25% 25% 21% 4%">
<Items>
<f:TextBox ID="txtSpecification" Label="<%$ Resources:Lan,Specifications %>" ShowRedStar="true"
Required="true" runat="server" LabelWidth="130px">
</f:TextBox>
<f:DropDownList ID="drpGrooveType" Label="<%$ Resources:Lan,BevelType %>" runat="server"
EnableEdit="true" LabelWidth="130px" ShowRedStar="true" Required="true" >
</f:DropDownList>
<f:DropDownList ID="drpWeldingLocation" Label="<%$ Resources:Lan,WleldingLocation %>"
runat="server" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpWPS" Label="焊接工艺(WPS)" runat="server"
EnableEdit="true" LabelWidth="130px" Enabled="false" ShowRedStar="true" Required="true">
</f:DropDownList>
<f:Button ID="btnSelectWps" Text="选择" ToolTip="选择符合条件的WPS" runat="server"
OnClick="btnSelectWps_Click">
</f:Button>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpNDTType" runat="server" Label="可能探伤类型" LabelWidth="130px" EnableMultiSelect="true" ShowRedStar="true" Required="true"></f:DropDownList>
<f:DropDownList ID="drpWeldSilk" Label="<%$ Resources:Lan,WeldingWire %>" runat="server"
EnableEdit="true" EnableMultiSelect="true" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpWeldMat" Label="<%$ Resources:Lan,Electrode %>" runat="server"
EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
<f:DropDownList ID="drpIsHotProess" Label="<%$ Resources:Lan,IsHot %>" runat="server"
EnableEdit="true" LabelWidth="130px">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm2" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:Label ID="lbUnitName" Label="<%$ Resources:Lan,UnitName %>" runat="server" LabelWidth="130px">
</f:Label>
<f:Label ID="lbInstallationName" Label="<%$ Resources:Lan,InstallationName %>" runat="server"
LabelWidth="130px">
</f:Label>
<f:Label ID="txtWorkAreaId" Label="<%$ Resources:Lan,Area %>" runat="server" LabelWidth="130px">
</f:Label>
<f:Label ID="txtPipelineCode" Label="<%$ Resources:Lan,PipelineCode %>" runat="server"
LabelWidth="130px">
</f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>