Default2.aspx
资源名称:vmlTest.rar [点击查看]
上传用户:yinyuehua
上传日期:2022-08-10
资源大小:17k
文件大小:9k
源码类别:
matlab例程
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
- <!--[if !mso]>
- <STYLE>v:* {
- BEHAVIOR: url(#default#VML)
- }
- o:* {
- BEHAVIOR: url(#default#VML)
- }
- .shape {
- BEHAVIOR: url(#default#VML)
- }
- #content
- {
- width: 505px;
- }
- .style1
- {
- font-family: 宋体, Arial, Helvetica, sans-serif;
- }
- input.anybutton2 {
- background-image: url('../../Project/ZHSYS/ZHSYS/ZHWEB/images/anybutton_bg.gif');
- background-repeat: repeat-x;
- border: 1px solid #9FA3BC;
- height: 20px;
- color: #486D9E;
- font-size: 12px;
- margin:0 0px;
- padding-top: 1px;
- }
- </STYLE>
- <![endif]-->
- <head id="Head1" runat="server">
- <title>无标题页</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
- <tr>
- <td style="width: 164px; text-align: right">
- 玩家兑换总值:</td>
- <td style="width: 100px">
- <br />
- <asp:Label ID="Labelconvert" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px">
- </td>
- </tr>
- <tr>
- <td style="width: 164px; height: 19px; text-align: right">
- 抽水总值:</td>
- <td style="width: 100px; height: 19px">
- <asp:Label ID="Labelchoushui" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px; height: 19px">
- </td>
- </tr>
- <tr>
- <td style="width: 164px; text-align: right; height: 36px;">
- 玩家游戏币总值:</td>
- <td style="width: 100px; height: 36px;">
- <asp:Label ID="Labelmoney" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px; height: 36px;">
- </td>
- </tr>
- <tr>
- <td style="width: 164px; text-align: right; height: 19px;">
- 银行总值:</td>
- <td style="width: 100px; height: 19px;">
- <asp:Label ID="Labelbank" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px; height: 19px;">
- </td>
- </tr>
- <tr>
- <td style="width: 164px; height: 24px; text-align: right">
- 充值总记录:</td>
- <td style="width: 100px; height: 24px">
- <asp:Label ID="Labelall" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px; height: 24px">
- </td>
- </tr>
- <tr>
- <td style="width: 164px; height: 24px; text-align: center">
- 总记录:</td>
- <td style="width: 100px; height: 24px">
- <asp:Label ID="Labeltotal" runat="server" Text="Label"></asp:Label></td>
- <td style="width: 100px; height: 24px">
- </td>
- </tr>
- </table>
- <table width="100%" border="0">
- <tr>
- <td>
- <table cellspacing="0" cellpadding="6" width="100%" border="0">
- <tbody>
- <tr>
- <td align="right" height="30"><input class="anybutton2" type="button" value="柱状图分析" name="btn_Column" id="btn_Column" onserverclick="btn_Column_ServerClick" runat="server" />
- <input class="anybutton2" type="button" value="折线图分析" name="btn_Line" id="btn_Line" runat="server" onserverclick="btn_Line_ServerClick" />
- <input class="anybutton2" type="button" value="饼图分析" name="btn_Cake" id="btn_Cake" runat="server" onserverclick="btn_Cake_ServerClick" />
- <asp:DropDownList ID="SelectWidth" runat="server" Font-Bold="True" ForeColor="#2F496E" AutoPostBack="True" OnSelectedIndexChanged="SelectWidth_SelectedIndexChanged">
- <asp:ListItem Value="550">---请选择---</asp:ListItem>
- <asp:ListItem Value="550">图宽=550</asp:ListItem>
- <asp:ListItem Value="700">图宽=700</asp:ListItem>
- <asp:ListItem Value="1000">图宽=1000</asp:ListItem>
- <asp:ListItem Value="1500">图宽=1500</asp:ListItem>
- <asp:ListItem Value="2000">图宽=2000</asp:ListItem>
- <asp:ListItem Value="3000">图宽=3000</asp:ListItem>
- </asp:DropDownList>
- <input class="anybutton2" onclick="window.print();" type="button" value="打印" name="btn_Print" id="btn_Print" runat="server" /></td>
- </tr>
- </tbody>
- </table>
- <table id="user2" cellspacing="0" cellpadding="0" width="100%" border="0">
- <tbody>
- <tr>
- <td align="left"><span id="CountTXTok" style="FONT-SIZE: 10pt;Display:block" name="CountTXTok"><b>正在处理数据...</b></span></td>
- </tr>
- <tr>
- <td>
- <table id="content" cellspacing="0" cellpadding="0" width="600" bgColor="#c0ccdd" border="0">
- <tbody>
- <tr>
- <td height="9">
- <img id="CountImage" height="16" src="images/bj_tiao2.gif" width="0" align="middle" name="CountImage" />
- <img id="CountImage2" height=16 src="images/bj_tiao2.gif" width="0" align="middle" name="CountImage" />
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- <tr>
- <td><span id="CountTXT" style="FONT-SIZE: 9pt; COLOR: #008040" name="CountTXT">0</span><span style="FONT-SIZE: 9pt; COLOR: #008040">%</span></td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- <tr>
- <td>
- <script type="text/javascript">document.getElementById("CountImage").width = 66; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>10</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 99; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>15</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 132; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>20</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 165; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>25</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 198; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>30</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 231; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>35</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 264; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>40</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 297; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>45</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <script type="text/javascript">document.getElementById("CountImage").width = 330; document.getElementById("CountTXT").innerHTML = "处理进度:<font color=red><b>50</b></font>"; document.getElementById("CountImage").title = "正在处理数据...";</script>
- <% Response.Write(ViewState["VML"].ToString()); %>
- <script type="text/javascript">document.getElementById("CountImage").width = 0; document.getElementById("user2").style.display = 'none'; document.getElementById("CountTXT").innerHTML = "<font color=red><b>100</b></font>"; document.getElementById("CountTXTok").innerHTML = "";</script>
- </td>
- </tr>
- <tr>
- <td class="page"></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>