Files
HJGL_DS/HJGL_DSPackFile/PackFile/WeldMat/WeldMatDataBase/WeldMaterialWeight.aspx
T
2025-03-13 09:20:11 +08:00

109 lines
7.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WeldMaterialWeight.aspx.cs" Inherits="FineUIPro.Web.WeldMat.WeldMatDataBase.WeldMaterialWeight" %>
<!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" runat="server" AutoSizePanelID="RegionPanel1" />
<f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px">
<Regions>
<f:Region ID="Region1" ShowBorder="false" ShowHeader="false" RegionPosition="Top"
BodyPadding="0 5 0 0" Layout="VBox" runat="server" EnableCollapse="true" BoxConfigAlign="Stretch" BoxConfigPosition="Left">
<Items>
<f:Form ID="Form2" ShowHeader="false" ShowBorder="false" runat="server" LabelAlign="Right">
<Rows>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:DropDownList ID="drpWeldMethodType" runat="server" LabelWidth="120px" Label="焊接方法" EnableEdit="true" LabelAlign="Right">
<f:ListItem Text="GTAW" Value="1" />
<f:ListItem Text="SMAW" Value="2" />
</f:DropDownList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:DropDownList ID="drpSlopeType" runat="server" LabelWidth="120px" Label="坡口类型" EnableEdit="true" LabelAlign="Right">
<f:ListItem Text="I 形坡口对接单面焊" Value="1" />
<f:ListItem Text="I 形坡口对接双面焊" Value="2" />
<f:ListItem Text="V 形坡口对接焊缝" Value="3" />
<f:ListItem Text="单边V 形坡口对接焊缝" Value="4" />
<f:ListItem Text="U形坡口对接焊缝" Value="5" />
<f:ListItem Text="X形坡口对接焊缝" Value="6" />
<f:ListItem Text="K形坡口对接焊缝" Value="7" />
<f:ListItem Text="双U形坡口对接焊缝" Value="8" />
<f:ListItem Text="单边V形坡口T形接头焊缝" Value="9" />
<f:ListItem Text="双边V形坡口T形接头焊缝" Value="10" />
</f:DropDownList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txta" LabelWidth="120px" Label="R角半径(mm)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txtPO" LabelWidth="120px" Label="坡口角度(°)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txtb" LabelWidth="120px" Label="组对间隙(mm)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txto" LabelWidth="120px" Label="母材厚度(mm)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txtp" LabelWidth="120px" Label="钝边(mm)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:NumberBox runat="server" ID="txtL" LabelWidth="120px" Label="焊缝长度(cm)" NoDecimal="false" NoNegative="true" LabelAlign="Right"></f:NumberBox>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:DropDownList ID="drpP" runat="server" LabelWidth="120px" Label="密度(g/cm³)" EnableEdit="true" LabelAlign="Right">
<f:ListItem Text="各类钢/铁 7.88g/cm³" Value="7.88" />
<f:ListItem Text="铜 8.9g/cm³" Value="8.9" />
<f:ListItem Text="铝 2.7g/cm³" Value="2.7" />
<f:ListItem Text="钛 4.5g/cm³" Value="4.5" />
<f:ListItem Text="镍 8.8g/cm³" Value="8.8" />
</f:DropDownList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<Items>
<f:Label runat="server" Label="焊材消耗量" ID="lbResult" LabelWidth="120px" LabelAlign="Right"></f:Label>
<f:Button ID="BtnAnalyse" Text="计算" Icon="ChartPie" runat="server" OnClick="BtnAnalyse_Click"></f:Button>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:Region>
</Regions>
</f:RegionPanel>
</form>
</body>
</html>