Default2.aspx
上传用户:yinyuehua
上传日期:2022-08-10
资源大小:17k
文件大小:9k
源码类别:

matlab例程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
  4.     <!--[if !mso]>
  5. <STYLE>v:* {
  6. BEHAVIOR: url(#default#VML)
  7. }
  8. o:* {
  9. BEHAVIOR: url(#default#VML)
  10. }
  11. .shape {
  12. BEHAVIOR: url(#default#VML)
  13. }
  14.     #content
  15.     {
  16.         width: 505px;
  17.     }
  18.     .style1
  19.     {
  20.         font-family: 宋体, Arial, Helvetica, sans-serif;
  21.     }
  22.     input.anybutton2 {
  23. background-image: url('../../Project/ZHSYS/ZHSYS/ZHWEB/images/anybutton_bg.gif');
  24. background-repeat: repeat-x;
  25. border: 1px solid #9FA3BC;
  26. height: 20px;
  27. color: #486D9E;
  28. font-size: 12px;
  29. margin:0 0px;
  30. padding-top: 1px;
  31. }
  32.     </STYLE>
  33. <![endif]-->
  34. <head id="Head1" runat="server">
  35.     <title>无标题页</title>
  36. </head>
  37. <body>
  38.     <form id="form1" runat="server">
  39.     <div>
  40.         <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
  41.             <tr>
  42.                 <td style="width: 164px; text-align: right">
  43.                     玩家兑换总值:</td>
  44.                 <td style="width: 100px">
  45.                     <br />
  46.                     <asp:Label ID="Labelconvert" runat="server" Text="Label"></asp:Label></td>
  47.                 <td style="width: 100px">
  48.                 </td>
  49.             </tr>
  50.             <tr>
  51.                 <td style="width: 164px; height: 19px; text-align: right">
  52.                     抽水总值:</td>
  53.                 <td style="width: 100px; height: 19px">
  54.                     &nbsp;<asp:Label ID="Labelchoushui" runat="server" Text="Label"></asp:Label></td>
  55.                 <td style="width: 100px; height: 19px">
  56.                 </td>
  57.             </tr>
  58.             <tr>
  59.                 <td style="width: 164px; text-align: right; height: 36px;">
  60.                     玩家游戏币总值:</td>
  61.                 <td style="width: 100px; height: 36px;">
  62.                     &nbsp;<asp:Label ID="Labelmoney" runat="server" Text="Label"></asp:Label></td>
  63.                 <td style="width: 100px; height: 36px;">
  64.                 </td>
  65.             </tr>
  66.             <tr>
  67.                 <td style="width: 164px; text-align: right; height: 19px;">
  68.                     银行总值:</td>
  69.                 <td style="width: 100px; height: 19px;">
  70.                     &nbsp;<asp:Label ID="Labelbank" runat="server" Text="Label"></asp:Label></td>
  71.                 <td style="width: 100px; height: 19px;">
  72.                 </td>
  73.             </tr>
  74.             <tr>
  75.                 <td style="width: 164px; height: 24px; text-align: right">
  76.                     充值总记录:</td>
  77.                 <td style="width: 100px; height: 24px">
  78.                     &nbsp;<asp:Label ID="Labelall" runat="server" Text="Label"></asp:Label></td>
  79.                 <td style="width: 100px; height: 24px">
  80.                 </td>
  81.             </tr>
  82.             <tr>
  83.                 <td style="width: 164px; height: 24px; text-align: center">
  84.                     总记录:</td>
  85.                 <td style="width: 100px; height: 24px">
  86.                     <asp:Label ID="Labeltotal" runat="server" Text="Label"></asp:Label></td>
  87.                 <td style="width: 100px; height: 24px">
  88.                 </td>
  89.             </tr>
  90.         </table>
  91.       <table width="100%" border="0">   
  92.      
  93.      <tr>
  94.         <td>  
  95.       <table cellspacing="0" cellpadding="6" width="100%" border="0">
  96.         <tbody>
  97.         <tr>
  98.           <td align="right" height="30"><input class="anybutton2" type="button" value="柱状图分析" name="btn_Column" id="btn_Column" onserverclick="btn_Column_ServerClick" runat="server" /> 
  99.           <input class="anybutton2" type="button" value="折线图分析" name="btn_Line" id="btn_Line" runat="server" onserverclick="btn_Line_ServerClick" /> 
  100.           <input class="anybutton2" type="button" value="饼图分析" name="btn_Cake" id="btn_Cake" runat="server" onserverclick="btn_Cake_ServerClick" /> 
  101.           <asp:DropDownList ID="SelectWidth" runat="server" Font-Bold="True" ForeColor="#2F496E" AutoPostBack="True" OnSelectedIndexChanged="SelectWidth_SelectedIndexChanged">
  102.               <asp:ListItem Value="550">---请选择---</asp:ListItem>
  103.               <asp:ListItem Value="550">图宽=550</asp:ListItem>
  104.               <asp:ListItem Value="700">图宽=700</asp:ListItem>
  105.               <asp:ListItem Value="1000">图宽=1000</asp:ListItem>
  106.               <asp:ListItem Value="1500">图宽=1500</asp:ListItem>
  107.               <asp:ListItem Value="2000">图宽=2000</asp:ListItem>
  108.               <asp:ListItem Value="3000">图宽=3000</asp:ListItem>
  109.           </asp:DropDownList>         
  110.           <input class="anybutton2" onclick="window.print();" type="button" value="打印" name="btn_Print" id="btn_Print" runat="server" /></td>
  111.         </tr>
  112.         </tbody>
  113.       </table>
  114.       
  115.       <table id="user2" cellspacing="0" cellpadding="0" width="100%" border="0">
  116.         <tbody>
  117.         <tr>
  118.           <td align="left"><span id="CountTXTok" style="FONT-SIZE: 10pt;Display:block" name="CountTXTok"><b>正在处理数据...</b></span></td>
  119.         </tr>
  120.         <tr>
  121.           <td>
  122.           <table id="content" cellspacing="0" cellpadding="0" width="600" bgColor="#c0ccdd" border="0">
  123.             <tbody>
  124.             <tr>
  125.               <td height="9">
  126.               <img id="CountImage" height="16" src="images/bj_tiao2.gif" width="0" align="middle" name="CountImage" />
  127.               <img id="CountImage2" height=16 src="images/bj_tiao2.gif" width="0" align="middle" name="CountImage" />
  128.               </td>
  129.             </tr>
  130.             </tbody>
  131.           </table>
  132.           </td>
  133.         </tr>
  134.         <tr>
  135.           <td><span id="CountTXT" style="FONT-SIZE: 9pt; COLOR: #008040" name="CountTXT">0</span><span style="FONT-SIZE: 9pt; COLOR: #008040">%</span></td>
  136.         </tr>
  137.         </tbody>
  138.         </table>
  139.         </td>
  140.      </tr>
  141.      <tr>
  142.     <td>
  143.         <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>        
  144.         <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>
  145.         <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>
  146.         <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>
  147.         <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>
  148.         <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>
  149.         <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>
  150.         <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>
  151.         <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>
  152.         <% Response.Write(ViewState["VML"].ToString()); %>
  153.         <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>
  154.     </td>
  155.   </tr>
  156.      <tr>
  157.        <td class="page"></td>
  158.      </tr>
  159.  
  160.   </table>
  161.     </div>
  162.     </form>
  163. </body>
  164. </html>