SGGL_SGY/SGGL/FineUIPro.Web/HJGL/MaterialManage/CodeConfirm.aspx

27 lines
987 B
Plaintext
Raw Normal View History

2025-02-19 15:58:42 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CodeConfirm.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.CodeConfirm" %>
<!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>
<base target="_self" />
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td style="height:50px">&nbsp;&nbsp;&nbsp;
<asp:Label ID="lbcode" runat="server" Font-Size="24px" Font-Bold="true"></asp:Label>
<asp:TextBox ID="txtCode" runat="server" Font-Bold="true" Font-Size="24px" Width="180px"></asp:TextBox>
&nbsp;&nbsp;&nbsp;
<asp:Button ID="btnConfirm" runat="server" OnClick="btnConfirm_Click" Text=" 确 认 " Font-Bold="true" Font-Size="24px" />
</td>
</tr>
</table>
</form>
</body>
</html>