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

📄 editginfo.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 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>
        &nbsp;&nbsp;</div>
        <table id="TABLE1" language="javascript"  style="width: 900px; height: 600px" background="第8章  第2重点.jpg">
            <tr>
                <td style="width: 71px; height: 104px">
                </td>
                <td style="width: 71px; height: 104px">
                </td>
                <td style="width: 71px; height: 104px;">
                </td>
                <td style="width: 61px; height: 104px;">
                </td>
                <td style="width: 76px; height: 104px;">
                </td>
            </tr>
            <tr>
                <td style="width: 71px; height: 27px">
                </td>
                <td style="width: 71px; height: 27px">
                </td>
                <td style="width: 71px; height: 27px">
                </td>
                <td style="width: 61px; height: 27px">
                </td>
                <td style="width: 76px; height: 27px">
                </td>
            </tr>
            <tr>
                <td style="width: 71px">
                </td>
                <td style="width: 71px">
                </td>
                <td style="width: 71px">
                </td>
                <td colspan="2" rowspan="2">
                    <table align="center" border="1" bordercolor="#cccc66" cellpadding="0" cellspacing="0"
                        style="font-size: 9pt; background-image: url(购物信息查询.jpg); width: 513px; height: 355px">
                        <tr>
                            <td colspan="3" style="text-align: center">
                                === 商品详细信息 ===</td>
                        </tr>
                        <tr>
                            <td rowspan="6" style="width: 196px; text-align: center">
                                <asp:Image ID="iGPhoto" runat="server" Height="160px" ImageUrl="~/衣服.jpg" Width="136px" /></td>
                            <td style="width: 100px; height: 30px; text-align: center">
                                商 品 ID:</td>
                            <td style="width: 346px; height: 30px">
                                <asp:TextBox ID="txtGID" runat="server" ReadOnly="True">NI1086</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px; text-align: center">
                                商品名称:</td>
                            <td style="width: 346px; height: 30px">
                                <asp:TextBox ID="txtGName" runat="server" ReadOnly="True">小棉服</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px; text-align: center">
                                商品类别:</td>
                            <td style="width: 346px; height: 30px">
                                <asp:TextBox ID="txtGType" runat="server" ReadOnly="True">服饰</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px; text-align: center">
                                所属仓库:</td>
                            <td style="width: 346px; height: 30px">
                                <asp:TextBox ID="txtGStore" runat="server" ReadOnly="True">A区16号</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px; text-align: center">
                                商品价格:</td>
                            <td style="width: 346px; text-indent: 8pt; height: 30px">
                                <asp:TextBox ID="txtGPrice" runat="server">105.00</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 30px; text-align: center">
                                进货日期:</td>
                            <td style="width: 346px; height: 30px">
                                <asp:TextBox ID="txtGDate" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td colspan="3">
                                &nbsp;商品介绍:</td>
                        </tr>
                        <tr>
                            <td colspan="3" style="vertical-align: top; text-indent: 8pt; height: 134px; text-align: center">
                                <asp:TextBox ID="txtGIntro" runat="server" Height="128px" ReadOnly="True" TextMode="MultiLine"
                                    Width="510px">纯羊毛,手工制作,含8%化学纤维,耐寒,保暧
</asp:TextBox></td>
                        </tr>
                        <tr>
                            <td colspan="3" style="height: 37px; text-align: right">
                                <asp:Button ID="btnShop" runat="server" Height="23px" OnClick="btnShop_Click" Text="购买"
                                    Width="60px" />
                                &nbsp;</td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="width: 71px">
                </td>
                <td style="width: 71px">
                </td>
                <td style="width: 71px">
                </td>
            </tr>
            <tr>
                <td style="width: 71px; height: 57px">
                </td>
                <td style="width: 71px; height: 57px">
                </td>
                <td style="width: 71px; height: 57px">
                </td>
                <td style="width: 61px; height: 57px">
                </td>
                <td style="width: 76px; height: 57px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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