ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/HJGLServer/WeldingManage/TestingParametersEdit.aspx

101 lines
4.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestingParametersEdit.aspx.cs"
Inherits="FineUIPro.Web.HJGLServer.WeldingManage.TestingParametersEdit" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldSpecification" runat="server" Label="焊缝规格" LabelAlign="Right"
MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
<f:DropDownList ID="drpSTE_ID" runat="server" Label="材质" LabelAlign="Right">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestingTime" runat="server" Label="检测时机" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:DropDownList ID="drpIsHot" runat="server" Label="热处理状态" LabelAlign="Right">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtImageQualityModel" runat="server" Label="像质计型号" LabelAlign="Right"
MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtWireDiameterCode" runat="server" Label="线径编号" LabelAlign="Right"
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpTestingEquipment" runat="server" Label="检测设备" LabelAlign="Right">
</f:DropDownList>
<f:TextBox ID="txtFilmModel" runat="server" Label="胶片型号" LabelAlign="Right" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIntensifyingWay" runat="server" Label="增感方式" LabelAlign="Right"
MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtTubeVoltage" runat="server" Label="管电压" LabelAlign="Right" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSourceActivity" runat="server" Label="源活度" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtExposureTime" runat="server" Label="曝光时间" LabelAlign="Right" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTransilluminationMode" runat="server" Label="透照方式" LabelAlign="Right"
MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtFocalLength" runat="server" Label="焦距" LabelAlign="Right" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtTransilluminationNum" runat="server" Label="透照张数" NoDecimal="false"
NoNegative="false" LabelAlign="Right">
</f:NumberBox>
<f:NumberBox ID="txtEffectiveLength" runat="server" Label="有效长度" NoDecimal="false"
LabelAlign="Right">
</f:NumberBox>
</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="提交数据" ValidateForms="Form2"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>