ChengDa_English/SGGL/FineUIPro.Web/HJGL/TrustManage/TrustManageSet.aspx

72 lines
4.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TrustManageSet.aspx.cs" Inherits="FineUIPro.Web.HJGL.TrustManage.TrustManageSet" %>
<!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><asp:Literal runat="server" Text="<%$ Resources:Lan,PointManage_Window2_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:TextBox ID="txtCH_TrustCode" runat="server" Label="<%$ Resources:Lan,JointComprehensive_TrustCode%>" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:TextBox>
<f:DropDownList ID="drpCH_NDTRate" runat="server" Label="<%$ Resources:Lan,JointComprehensive_DetectionRate%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCH_TrustUnit" runat="server" Label="<%$ Resources:Lan,txtCH_TrustUnitLabel%>" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DropDownList ID="drpCH_NDTMethod" runat="server" Label="<%$ Resources:Lan,txtCH_NDTMethodLabel%>" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCH_TrustDate" runat="server" Label="<%$ Resources:Lan,JointInfoOut_TrustDate%>" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DatePicker>
<f:DropDownList ID="drpCH_CheckUnit" runat="server" Label="<%$ Resources:Lan,txtCH_CheckUnitLabel%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCH_TableDate" runat="server" Label="<%$ Resources:Lan,WeldReportEdit_CHT_TableDate%>" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:DropDownList ID="drpCH_AcceptGrade" runat="server" Label="<%$ Resources:Lan,AcceptGradeLabel_2%>" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCH_WeldMethod" runat="server" Label="<%$ Resources:Lan,JointComprehensive_WeldingMethod%>" LabelAlign="Right" LabelWidth="120px">
</f:DropDownList>
<f:DropDownList ID="drpCH_SlopeType" runat="server" Label="<%$ Resources:Lan,ProcedureImageListEdit_GrooveType%>" LabelAlign="Right" LabelWidth="120px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCH_Remark" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Text="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>