温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:
StoreManage/Login.aspx,打开代码结构图
StoreManage/Login.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" UICulture="Auto" %> 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3
4
<html xmlns="http://www.w3.org/1999/xhtml" > 5
<head runat="server"> 6
<title>无标题页</title> 7
<style type="text/css"> 8
<!-- 9
.STYLE1 {color: #FF0000} 10
body,td,th { 11
font-size: 9pt; 12
} 13
.style2 {color: #666666} 14
body { 15
margin-left: 0px; 16
margin-right: 0px; 17
margin-bottom: 0px; 18
margin-top: 0px; 19
} 20
--> 21
</style> 22
</head> 23
<body> 24
<form id="form1" runat="server"> 25
<div> 26
<br /> 27
<br /> 28
<br /> 29
<br /> 30
<br /> 31
<br /> 32
<br /> 33
<br /> 34
<br /> 35
<br /> 36
<table align="center" style="width: 310px"> 37
<tr> 38
<td style="height: 18px; width: 131px;"> 39
用户名:</td> 40
<td colspan="2" style="height: 18px; width: 422px;"> 41
<asp:TextBox ID="TextBox1" runat="server" Width="138px"></asp:TextBox></td> 42
</tr> 43
<tr> 44
<td style="width: 131px; height: 28px;"> 45
密码:</td> 46
<td colspan="2" style="width: 422px; height: 28px;"> 47
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td> 48
</tr> 49
<tr> 50
<td style="height: 26px; width: 131px;" align="right"> 51
<asp:Button ID="Button1" runat="server" Text="登录" OnClick="Button1_Click" /></td> 52
<td colspan="2" style="height: 26px; width: 422px;"> 53
<asp:Button ID="Button2" runat="server" Text="取消" OnClick="Button2_Click" /> 54
<asp:Label ID="LabelMsg" runat="server" ForeColor="Red" Width="158px"></asp:Label></td> 55
</tr> 56
</table> 57
58
</div> 59
</form> 60
</body> 61
</html> 62




<!--

.STYLE1 
-->
