/Reports/Receipt.aspx

http://github.com/khaneh/Orders · ASP.NET · 38 lines · 21 code · 0 blank · 17 comment · 0 complexity · 8341d099926092473bfd9a74f736fea6 MD5 · raw file

  1. <%@ Page language="c#" Codebehind="Receipt.aspx.cs" AutoEventWireup="false" Inherits="Reports.ReceiptWebForm" %>
  2. <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  4. <HTML>
  5. <HEAD>
  6. <title>WebForm1</title>
  7. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  8. <meta content="C#" name="CODE_LANGUAGE">
  9. <meta content="JavaScript" name="vs_defaultClientScript">
  10. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  11. </HEAD>
  12. <body bgColor="#c3dbeb" MS_POSITIONING="GridLayout">
  13. <center><font face="titr"></font>
  14. <form id="Form1" method="post" runat="server" dir="rtl">
  15. <asp:button id="Button1" style="Z-INDEX: 102; LEFT: 625px; POSITION: absolute; TOP: 378px" runat="server" Font-Size="Small" Font-Names="Titr" Width="1px" Height="1px" Text="ǁ "></asp:button><br> <!--center><select name="CrystalReportViewer1:_ctl1:_ctl0:_ctl13" onchange="__doPostBack('CrystalReportViewer1:_ctl1:_ctl0:_ctl13','')" language="javascript" style="height:23px;width:95px;">
  16. <option value="25">25%</option>
  17. <option value="50">50%</option>
  18. <option value="60" selected>60%</option>
  19. <option value="75">75%</option>
  20. <option value="100">100%</option>
  21. <option value="125">125%</option>
  22. <option value="150">150%</option>
  23. <option value="200">200%</option>
  24. <option value="300">300%</option>
  25. <option value="400">400%</option>
  26. </select></center><br--><CR:CRYSTALREPORTVIEWER id="CrystalReportViewer1" style="Z-INDEX: 100; LEFT: -24px; POSITION: absolute; TOP: 3px" runat="server" Width="1100px" Height="362px" DisplayToolbar="False" DisplayGroupTree="False" HasToggleGroupTreeButton="False" HasSearchButton="False" HasPageNavigationButtons="False" HasExportButton="False" HasGotoPageButton="False" HasDrillUpButton="False" BestFitPage="False" ToolTip="Order Form Preview"></CR:CRYSTALREPORTVIEWER></form>
  27. </center>
  28. <SCRIPT language="javascript">
  29. <!--
  30. thediv=document.getElementsByTagName("div")[0];
  31. thediv.style.overflow="hidden";
  32. //thediv.style.height=100;
  33. document.getElementById("PageFooterSection1").style.top=0;
  34. document.getElementById("PageFooterSection1").style.height=0;
  35. // -->
  36. </SCRIPT>
  37. </body>
  38. </HTML>