ChengDa_English/SGGL/FineUIPro.Web/ZHGL/FirstArticalInspaction/FirstArticleInspection.aspx

30 lines
1.3 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="firstArticleInspection.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.firstArticleInspection" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:SimpleForm ID="SimpleForm1" IsFluid="true" BodyPadding="10px" EnableCollapse="false"
Title="登录表单" ShowHeader="true" runat="server">
<Items>
<f:TextBox runat="server" Label="用户名" EmptyText="请输入用户名" ID="tbxUserName" Required="true" ShowRedStar="true">
</f:TextBox>
<f:TextBox runat="server" ID="tbxPassword" Label="密码" EmptyText="请输入密码" TextMode="Password" Required="true" ShowRedStar="true">
</f:TextBox>
<f:Button ID="btnSubmit" CssClass="marginr" runat="server" OnClick="btnSubmit_Click" ValidateForms="SimpleForm1"
Text="登录">
</f:Button>
<f:Button ID="btnReset" runat="server" EnablePostBack="false" Text="重置">
</f:Button>
</Items>
</f:SimpleForm>
<br />
<f:Label ID="labResult" ShowLabel="false" runat="server">
</f:Label>
</form>
</body>
</html>