📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
</script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>固定资产录入系统--中国人寿保险股份有限公司厦门分公司</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function Reset2_onclick() {
}
// ]]>
</script>
</head>
<body style="background-color: inactivecaptiontext">
<form id="form1" runat="server">
<div>
<asp:Panel ID="Panel2" runat="server" Height="50px" Style="z-index: 100; left: 446px;
position: absolute; top: 412px" Width="348px" BorderStyle="Inset" Font-Bold="True" Visible="False">
<br />
更改密码<br />
<br />
用户名:
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
*<br />
<br />
新密码: <asp:TextBox ID="TextBox4"
runat="server"></asp:TextBox>
*<br />
<br />
确认新密码:
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
*<br />
<br />
“确认新密码”与“新密码”项必须匹配<br />
<br />
<asp:Button ID="Button2" runat="server" Text="确定" style="z-index: 100; left: 95px; position: absolute; top: 223px" OnClick="Button2_Click1" />
<input id="Reset2" type="reset" value="重填" onclick="return Reset2_onclick()" style="z-index: 101; left: 206px; position: absolute; top: 224px" /><br />
<br />
<asp:Label ID="msg2" runat="server" Width="170px"></asp:Label><br />
</asp:Panel>
<asp:Label ID="Label1" runat="server" AssociatedControlID="Image1" Font-Names="黑体"
Font-Size="XX-Large" Text="固定资产录入系统" Width="272px" BackColor="LightCyan" Enabled="False" EnableTheming="False" Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Underline="False" Height="45px" style="z-index: 102; left: 487px; position: absolute; top: 137px"></asp:Label>
</div>
<asp:Image ID="Image1" runat="server" ImageUrl="~/image1/1.bmp" Style="z-index: 103;
left: 377px; position: absolute; top: 66px" />
<asp:Panel ID="Panel1" runat="server" Height="224px" Style="z-index: 104; left: 445px;
position: absolute; top: 183px" Width="350px" BorderStyle="Inset" Font-Bold="True">
<br />
用户登录<br />
<br />
用户名: <asp:TextBox ID="TextBox1"
runat="server" Width="139px"></asp:TextBox><br />
<br />
密 码: <asp:TextBox
ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox><br />
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="登录" />
<asp:Button ID="Button3" runat="server" Style="z-index: 100; left: 140px; position: absolute;
top: 141px" Text="修改密码" OnClick="Button3_Click1" />
<input id="Reset1" runat="server" type="reset" value="重填" style="z-index: 101; left: 257px; position: absolute; top: 142px" />
<br />
<br />
<asp:Label ID="msg" runat="server" Width="224px"></asp:Label></asp:Panel>
<asp:Panel ID="Panel3" runat="server" Height="225px" Style="z-index: 105; left: 444px;
position: absolute; top: 415px" Width="350px" BorderStyle="Outset" Font-Size="X-Large" Visible="False">
<br />
<asp:Image ID="Image2" runat="server" ImageUrl="~/image1/5.bmp" Style="z-index: 100;
left: 0px; position: absolute; top: 0px" />
请选择<br />
<br />
<asp:Button ID="btn_new_rec" runat="server" Style="z-index: 101; left: 97px; position: absolute;
top: 70px" Text="录入模块" Width="165px" />
<br />
<asp:Button ID="btn_select_update" runat="server" Style="z-index: 102; left: 96px;
position: absolute; top: 109px" Text="查询更新模块 " Width="166px" />
<br />
<asp:Button ID="btn_export" runat="server" Style="z-index: 107; left: 97px; position: absolute;
top: 147px" Text="表单导出模块 " Width="167px" />
</asp:Panel>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -