Basf_TCC7/HJGL/FineUIPro.Web/WelderManage/AnalysisEdit.aspx

94 lines
4.9 KiB
Plaintext
Raw Normal View History

2024-05-12 11:10:50 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AnalysisEdit.aspx.cs" Inherits="FineUIPro.Web.WelderManage.AnalysisEdit" %>
<!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:Label runat="server" ID="lbWedlerName" Label="焊工姓名" LabelWidth="120px"></f:Label>
<f:Label runat="server" ID="lbWedlerCode" Label="焊工代号" LabelWidth="120px"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2024-05-12 15:56:56 +08:00
<f:Label ID="txtQualifiedProjectCode" runat="server" Label="合格项目代号" LabelWidth="120px">
2024-05-12 11:10:50 +08:00
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2024-05-12 15:56:56 +08:00
<f:DropDownList runat="server" Label="可焊焊接方法" ID="drpWeldingMethod" EnableMultiSelect="true" ShowRedStar="true" Required="true" LabelWidth="120px" EnableCheckBoxSelect="true">
2024-05-12 11:10:50 +08:00
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2024-05-12 15:56:56 +08:00
<f:DropDownList ID="drpMaterialType" runat="server" EnableMultiSelect="true" Label="焊接材质类型范围" MaxLength="50" LabelWidth="120px" EnableCheckBoxSelect="true">
<f:ListItem Value="" Text=""/>
<f:ListItem Value="Fe" Text="Fe"/>
<f:ListItem Value="FeⅡ" Text="FeⅡ"/>
<f:ListItem Value="FeⅢ" Text="FeⅢ"/>
<f:ListItem Value="FeIV" Text="FeIV"/>
<f:ListItem Value="其它" Text="其它"/>
2024-05-12 11:19:50 +08:00
</f:DropDownList>
2024-05-12 11:10:50 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2024-05-12 15:56:56 +08:00
<f:DropDownList runat="server" Label="焊接位置范围" ID="drpWeldingLocation" LabelWidth="120px" EnableMultiSelect="true" EnableEdit="false" EnableCheckBoxSelect="true">
2024-05-12 11:19:50 +08:00
</f:DropDownList>
2024-05-12 11:10:50 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2024-05-12 15:56:56 +08:00
<f:NumberBox ID="numThicknessMax" runat="server" Label="壁厚范围(<=)" MaxLength="50" LabelWidth="120px" DecimalPrecision="2">
</f:NumberBox>
<f:Label runat="server" Text="0表示不限"></f:Label>
2024-05-12 11:10:50 +08:00
</Items>
</f:FormRow>
2024-05-12 15:56:56 +08:00
<f:FormRow>
2024-05-12 11:10:50 +08:00
<Items>
2024-05-12 15:56:56 +08:00
<f:NumberBox ID="numSizesMin" runat="server" Label="外径范围(>=)" MaxLength="50" LabelWidth="120px" DecimalPrecision="2">
</f:NumberBox>
<f:Label runat="server" Text="0表示不限"></f:Label>
2024-05-12 11:10:50 +08:00
</Items>
</f:FormRow>
2024-05-12 15:56:56 +08:00
<f:FormRow>
2024-05-12 11:10:50 +08:00
<Items>
2024-05-12 15:56:56 +08:00
<f:DropDownList runat="server" Label="可焊焊缝类型" ID="drpWeldType" LabelWidth="120px" EnableMultiSelect="true" EnableEdit="false" EnableCheckBoxSelect="true">
<f:ListItem Value="" Text=""/>
<f:ListItem Value="1" Text="对接"/>
<f:ListItem Value="2" Text="角焊缝"/>
<f:ListItem Value="3" Text="支管连接焊缝"/>
</f:DropDownList>
2024-05-12 11:10:50 +08:00
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbTemp"></f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<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>