?? bookmanage.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="bookmanage.aspx.cs" Inherits="bookmanage" %>
<!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 style="background-image: url(Image/主界面done.jpg)">
<form id="form1" runat="server">
<div>
</div>
<br />
<br />
<br />
<div style="text-align: center">
<table style="left: 57px; width: 518px; position: relative; top: 75px">
<tr>
<td style="width: 83px; height: 36px">
圖書編號</td>
<td style="width: 113px; height: 36px">
<asp:TextBox ID="booknumtxt" runat="server" Width="147px"></asp:TextBox></td>
<td style="width: 71px; height: 36px">
</td>
<td style="width: 115px; height: 36px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="查詢是否存在該編號"
Width="149px" /></td>
</tr>
<tr>
<td style="width: 83px; height: 32px">
書 名</td>
<td style="width: 113px; height: 32px">
<asp:TextBox ID="booknametxt" runat="server"></asp:TextBox></td>
<td style="width: 71px; height: 32px">
出版社</td>
<td style="width: 115px; height: 32px">
<asp:TextBox ID="presstxt" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 83px; height: 31px">
作 者</td>
<td style="width: 113px; height: 31px">
<asp:TextBox ID="writertxt" runat="server"></asp:TextBox></td>
<td style="width: 71px; height: 31px">
出版時間</td>
<td style="width: 115px; height: 31px">
<asp:TextBox ID="presstimetxt" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 83px; height: 35px">
定 價</td>
<td style="width: 113px; height: 35px">
<asp:TextBox ID="pricetxt" runat="server"></asp:TextBox></td>
<td style="width: 71px; height: 35px">
存放地</td>
<td style="width: 115px; height: 35px">
<asp:TextBox ID="placetxt" runat="server" Style="left: -50px;
top: -230px" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 83px; height: 35px">
類 別</td>
<td style="width: 113px; height: 35px">
<asp:TextBox ID="typetxt" runat="server" Style="left: -57px; top: -163px" Width="146px"></asp:TextBox></td>
<td style="width: 71px; height: 35px">
</td>
<td style="width: 115px; height: 35px">
<asp:Label ID="lblmessage" runat="server"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" BorderColor="#00C000" Style="left: -632px;
color: #3366cc; position: relative; top: -157px" NavigateUrl="~/main.aspx">返回首頁</asp:HyperLink></td>
</tr>
</table>
</div>
<br />
<div style="text-align: center">
</div>
<asp:Button ID="update" runat="server" Height="30px" Style="left: 475px; position: relative;
top: 88px" Text="修 改" Width="88px" OnClick="update_Click" /><br />
<asp:Button ID="delete" runat="server" Height="28px" Style="left: 616px; position: relative;
top: 60px" Text="刪 除" Width="88px" OnClick="delete_Click" />
<br />
<br />
<asp:Button ID="insert" runat="server" Height="28px" OnClick="insert_Click1" Style="left: 333px;
position: relative; top: 12px" Text="錄 入" Width="77px" />
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -