?? editginfo.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditGInfo.aspx.cs" Inherits="MemberManage_EditGInfo" %>
<!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">
<div>
<table style="width: 513px; height: 355px; font-size:9pt; background-image: url(../Image/例圖/購物信息查詢.jpg);" cellpadding="0" cellspacing="0" align="center" border="1" bordercolor="#cccc66">
<tr>
<td colspan="3" style="text-align: center">
=== 商品詳細信息 ===</td>
</tr>
<tr>
<td style="width: 196px; text-align: center;" rowspan="6">
<asp:Image ID="iGPhoto" runat="server" Height="160px" Width="136px" /></td>
<td style="width: 100px; text-align: center; height: 30px;">
商 品 ID:</td>
<td style="width: 346px; height: 30px;">
<asp:TextBox ID="txtGID" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; text-align: center; height: 30px;">
商品名稱:</td>
<td style="width: 346px; height: 30px;">
<asp:TextBox ID="txtGName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; text-align: center; height: 30px;">
商品類別:</td>
<td style="width: 346px; height: 30px;">
<asp:TextBox ID="txtGType" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; text-align: center; height: 30px;">
所屬倉庫:</td>
<td style="width: 346px; height: 30px;">
<asp:TextBox ID="txtGStore" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; text-align: center; height: 30px;">
商品價格:</td>
<td style="width: 346px; text-indent: 8pt; height: 30px;">
<asp:TextBox ID="txtGPrice" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; text-align: center; height: 30px;">
進貨日期:</td>
<td style="width: 346px; height: 30px;">
<asp:TextBox ID="txtGDate" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3">
商品介紹:</td>
</tr>
<tr>
<td style="height: 134px; vertical-align: top; text-indent: 8pt; text-align: center;" colspan="3">
<asp:TextBox ID="txtGIntro" runat="server" Height="128px" TextMode="MultiLine" Width="510px" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td style="text-align: right; height: 24px;" colspan="3">
<asp:Button ID="btnShop" runat="server" Text="購買" Height="23px" Width="60px" OnClick="btnShop_Click" /> </td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -