⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editginfo.aspx

📁 mrnetshop.rar
💻 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="#ff6d9c" bgcolor="#f7f6f3">
            <tr>
                <td colspan="3" style="text-align: center" bgcolor="#f7f6f3">
                    === 商品详细信息 ===</td>
            </tr>
            <tr>
                <td style="width: 196px; text-align: center;" rowspan="6" bgcolor="#f7f6f3">
                    <asp:Image ID="iGPhoto" runat="server" Height="160px" Width="136px" /></td>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    商 品 ID:</td>
                <td style="width: 346px; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGID" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    商品名称:</td>
                <td style="width: 346px; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGName" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    商品类别:</td>
                <td style="width: 346px; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGType" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    所属仓库:</td>
                <td style="width: 346px; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGStore" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    商品价格:</td>
                <td style="width: 346px; text-indent: 8pt; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGPrice" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px; text-align: center; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    进货日期:</td>
                <td style="width: 346px; height: 30px;" bgcolor="#f7f6f3" colspan="">
                    <asp:TextBox ID="txtGDate" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" bgcolor="#f7f6f3">
                    &nbsp;商品介绍:</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" bgcolor="#f7f6f3">
                    <asp:Button ID="btnShop" runat="server" Text="购买" Height="23px" Width="60px" OnClick="btnShop_Click" />&nbsp;&nbsp;</td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -