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

📄 gamedd.aspx

📁 游戏币交易下单系统 .有一定参考价值.希望大家多多支持
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="reg, App_Web_tc1qnhzd" %>

<%@ Register Src="control/login.ascx" TagName="login" TagPrefix="uc5" %>

<%@ Register Src="control/leftcon.ascx" TagName="leftcon" TagPrefix="uc4" %>

<%@ Register Src="control/end.ascx" TagName="end" TagPrefix="uc3" %>

<%@ Register Src="control/left.ascx" TagName="left" TagPrefix="uc2" %>

<%@ Register Src="control/head.ascx" TagName="head" TagPrefix="uc1" %>

<!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>
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
    <link href="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;<uc1:head ID="Head1" runat="server" />
        <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
               <td  style="height: 19px; width: 209px;" valign="top">
                   &nbsp;
                   <uc4:leftcon ID="Leftcon1" runat="server" />
               </td>
               <td width="10"></td>
               <td valign="top" style="width: 541px">
                    <table cellpadding="0" cellspacing="0" border="0">
                          <tr>
                            <td height="25"></td>
                          </tr>
                          <tr>
                            <td>
                                <table width="550" height="7" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td width="7"><img src="images/l-l.gif" width="7" height="7" /></td>
                                    <td bgcolor="#BDE7F9"><img src="images/point.gif" width="1" height="1" /></td>
                                    <td width="7"><img src="images/l-r.gif" width="7" height="7" /></td>
                                  </tr>
                                </table>
                            </td>
                            <td width="7"></td>
                          </tr>
                          <tr>
                            <td height="70" align="center" bgcolor="#BDE7F9"><img src="images/banner.jpg" width="538" height="90" /></td>
                            <td width="7">&nbsp;</td>
                          </tr>
                          <tr>
                            <td height="10" bgcolor="#BDE7F9"></td>
                            <td width="7"></td>
                          </tr>
                    </table>
                    <table width="550" border="0" cellpadding="0" cellspacing="0" style="height: 1px">
                       <tr>
                            <td style="height: 25px; width: 558px;"></td>
                          </tr>
                       <tr>
                          <td style="height: 7px; width: 558px;">
                            </td>
                            <td width="7" style="height: 7px"></td>
                         </tr>
                         <tr>
                              <td valign="top"  align="center">
                                <table width="557" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                      <td style="width: 551px; height: 11px;" align="left" background="images/bg5.jpg" bgcolor="#BDE7F9" >
                                          &nbsp;&nbsp;<asp:Label ID="Label1" runat="server" Text="Label" Font-Bold="True" ForeColor="Red"></asp:Label><br />
                                      </td>
                                    </tr>
                                    <tr>
                                      <td valign="top"  align="center">
                                          <asp:Panel ID="Panel5" runat="server" Width="100%">
                                                      <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
                                                          Width="100%" AllowPaging="True" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical"  OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" Height="0px">
                                                          <Columns>
                                                              <asp:BoundField DataField="nclass" HeaderText="服务器" >
                                                                  <ItemStyle Width="120px" />
                                                              </asp:BoundField>
                                                              <asp:BoundField DataField="fanwenbeg" HeaderText="最小">
                                                                  <ItemStyle Width="50px" />
                                                              </asp:BoundField>
                                                              <asp:BoundField DataField="fanwenend" HeaderText="最大">
                                                                  <ItemStyle Width="50px" />
                                                              </asp:BoundField>
                                                              <asp:BoundField DataField="jiage" HeaderText="单价" >
                                                                  <ItemStyle Width="50px" />
                                                              </asp:BoundField>
                                                              <asp:BoundField DataField="sulian" HeaderText="收货量" >
                                                                  <ItemStyle Width="60px" />
                                                              </asp:BoundField>
                                                              <asp:BoundField DataField="shou" HeaderText="已收数量" >
                                                                  <ItemStyle Width="60px" />
                                                              </asp:BoundField>
                                                              <asp:TemplateField HeaderText="状态">
                                                                  <EditItemTemplate>
                                                                      <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("zt") %>'></asp:TextBox>
                                                                  </EditItemTemplate>
                                                                  <ItemStyle Width="50px" />
                                                              </asp:TemplateField>
                                                              <asp:CommandField DeleteText="下单" ShowDeleteButton="True">
                                                                  <ItemStyle Width="50px" />
                                                              </asp:CommandField>
                                                          </Columns>
                                                          <FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
                                                          <RowStyle BackColor="#EEEEEE" ForeColor="Black" />
                                                          <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
                                                          <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
                                                          <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
                                                          <AlternatingRowStyle BackColor="Gainsboro" />
                                                          <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                                                              NextPageText="下一页" PreviousPageText="上一页" />
                                                      </asp:GridView>
                                          </asp:Panel>
        <table width="557" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center" background="images/bg5.jpg" bgcolor="#bde7f9" class="bg1" valign="top" >
                    <table width="95%">
                        <tbody>
                            <tr>
                                <td align="center" style="width: 100%">
                                    <asp:Panel ID="Panel1" runat="server" Visible="False" Width="125px">
                                        <table align="center" bgcolor="#d7f1f7" border="0" cellpadding="4" cellspacing="1"
                                            class="base" width="504">
                                            <tbody>
                                                <tr bgcolor="#ffffff">
                                                    <td bgcolor="#eef9fd" class="hui" style="width: 100px; height: 28px">
                                                        <div align="right">
                                                            游戏:</div>
                                                    </td>
                                                    <td align="left" bgcolor="#eef9fd" style="height: 28px">
                                                        &nbsp;<asp:Label ID="labanclass" runat="server"></asp:Label>
                                                        <asp:Label ID="labanclassid" runat="server" Visible="False"></asp:Label></td>
                                                </tr>
                                                <tr bgcolor="#ffffff">
                                                    <td align="right" bgcolor="#eef9fd" class="hui" style="width: 100px; height: 28px">
                                                        服务器:</td>
                                                    <td align="left" bgcolor="#eef9fd" style="height: 28px">
                                                        &nbsp;<asp:Label ID="labnclass" runat="server"></asp:Label>
                                                        <asp:Label ID="labnclassid" runat="server" Visible="False"></asp:Label></td>
                                                </tr>
                                                <tr bgcolor="#ffffff">
                                                    <td align="right" bgcolor="#eef9fd" class="hui" style="width: 100px; height: 28px">
                                                        货币数量:</td>
                                                    <td align="left" bgcolor="#eef9fd" style="height: 28px">
                                                        <asp:TextBox ID="TextBox1" runat="server" Enabled="False" Width="135px"></asp:TextBox>
                                                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                                                            Display="Dynamic" ErrorMessage="请输入数量"></asp:RequiredFieldValidator>
                                                        <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox1"
                                                            Display="Dynamic" ErrorMessage="数量为数字" ValidationExpression="\d+"></asp:RegularExpressionValidator>
                                                        <asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="TextBox1"

⌨️ 快捷键说明

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