?? borrowreturn.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BorrowReturn.aspx.cs" Inherits="BorrowReturnaspx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>倉庫管理信息系統主界面</title>
</head>
<body>
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%; left: 0px; position: relative; top: 0px;">
<tr>
<td colspan="2" style="height:100px;">
<asp:Image ID="topimage" runat="server" Height="100px" Width="100%" ImageUrl="~/Images/image.jpg" />
</td>
</tr>
<tr>
<td colspan="2" bgcolor="AntiqueWhite" style="height: 30px">
<asp:Label ID="welcomelable" runat="server" Text="Label" ForeColor="red"></asp:Label>
歡迎你!
</td>
</tr>
<tr>
<td align="left" valign="top" style="width: 100px; height:638px; background-color:AntiqueWhite">
<br />
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">網站首頁</asp:LinkButton><br />
<br />
<asp:LinkButton ID="ShowMessageLinkButton" runat="server" OnClick="ShowMessageLinkButton_Click1">職工信息</asp:LinkButton><br />
<br />
<asp:LinkButton ID="BorrowBookLinkButton" runat="server" OnClick="BorrowBookLinkButton_Click">貨物出庫</asp:LinkButton><br />
<br />
<asp:LinkButton ID="ReturnBookLinkButton" runat="server" OnClick="ReturnBookLinkButton_Click" >貨物入庫</asp:LinkButton><br />
<br />
<asp:LinkButton ID="BorrowHistoryLinkButton" runat="server" OnClick="BorrowHistoryLinkButton_Click">出入庫清單</asp:LinkButton><br />
<br />
<asp:LinkButton ID="CheckPwdLinkButton" runat="server" OnClick="CheckPwdLinkButton_Click">修改密碼</asp:LinkButton>
<br />
<br />
<asp:LinkButton ID="LogoutLinkButton" runat="server" OnClick="LogoutLinkButton_Click">注銷登錄</asp:LinkButton>
</td>
<td align="center" valign="top" style="width: 900px; height:638px;">
<asp:TextBox ID="ShowMessageTextBox" runat="server" TextMode="multiLine" Height="638px" Width="100%" BackColor="AntiqueWhite">
</asp:TextBox>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -