home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsCompulTransfer / RT / PRB_MC06.aspx < prev    next >
Text File  |  2013-06-07  |  7KB  |  103 lines

  1. ∩╗┐<%@ page language="VB" masterpagefile="~/PRB_MP01.master" autoeventwireup="false" inherits="PRB_MC06, App_Web_arfxvw6f" title="α╕òα╕▒α╕ºα╣üα╕ùα╕Ö Download Statement File" %>
  2.  
  3. <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ACT" %>
  4. <%@ Register Assembly="DevExpress.Web.ASPxGridView.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
  5.     Namespace="DevExpress.Web.ASPxGridView" TagPrefix="dx" %>
  6. <%@ Register Assembly="DevExpress.Web.ASPxEditors.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
  7.     Namespace="DevExpress.Web.ASPxEditors" TagPrefix="dx" %>
  8. <%@ Register Assembly="DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
  9.     Namespace="DevExpress.Web.ASPxUploadControl" TagPrefix="dx" %>
  10. <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
  11.  
  12.     <script type="text/javascript">
  13.         
  14.     </script>
  15.  
  16. </asp:Content>
  17. <asp:Content ID="Content2" ContentPlaceHolderID="MPcphContent" runat="Server">
  18.     <%--<asp:UpdatePanel ID="UpdatePanel1" runat="server">
  19.         <ContentTemplate>--%>
  20.     <table cellpadding="0" cellspacing="0" id="tbContent" class="styletbContentSub">
  21.         <tr>
  22.             <td style="text-align: left; vertical-align: top">
  23.                 <asp:Panel ID="panUserDetail" runat="server" Width="100%">
  24.                     <table cellpadding="0" cellspacing="0" style="width: 100%; vertical-align: middle;"
  25.                         id="tbUserDetail">
  26.                         <tr>
  27.                             <td class="styletbFS" colspan="3">
  28.                                  
  29.                             </td>
  30.                         </tr>
  31.                         <tr>
  32.                             <td style="width: 10px">
  33.                                  
  34.                             </td>
  35.                             <td>
  36.                                 <asp:Panel ID="panGrdDetail" runat="server" HorizontalAlign="Left" ScrollBars="Horizontal"
  37.                                     Width="525px" Wrap="False">
  38.                                     <asp:GridView ID="grdDetail" runat="server" AutoGenerateColumns="False" CellPadding="4"
  39.                                         CellSpacing="1" ForeColor="#333333" GridLines="None" Width="100%">
  40.                                         <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  41.                                         <RowStyle BackColor="#EFF3FB" />
  42.                                         <Columns>
  43.                                             <asp:CommandField HeaderText="α╕öα╕▓α╕ºα╕Öα╣îα╣éα╕½α╕Ñα╕öα╣äα╕ƒα╕Ñα╣î" SelectText="α╕öα╕▓α╕ºα╕Öα╣îα╣éα╕½α╕Ñα╕ö" ShowSelectButton="True">
  44.                                                 <HeaderStyle Wrap="False" />
  45.                                                 <ItemStyle Wrap="False" />
  46.                                             </asp:CommandField>
  47.                                             <asp:BoundField DataField="F_i_ag" HeaderText="α╕úα╕½α╕▒α╕¬α╕òα╕▒α╕ºα╣üα╕ùα╕Ö">
  48.                                                 <HeaderStyle HorizontalAlign="Center" Wrap="False" />
  49.                                                 <ItemStyle HorizontalAlign="Left" Wrap="False" />
  50.                                             </asp:BoundField>
  51.                                             <asp:BoundField DataField="F_FlieName" HeaderText="α╕èα╕╖α╣êα╕¡α╣äα╕ƒα╕Ñα╣î">
  52.                                                 <HeaderStyle HorizontalAlign="Center" Wrap="False" />
  53.                                                 <ItemStyle HorizontalAlign="Left" Wrap="False" />
  54.                                             </asp:BoundField>
  55.                                             <asp:BoundField DataField="F_StartDate" HeaderText="α╕ºα╕▒α╕Öα╕ùα╕╡α╣ê">
  56.                                                 <HeaderStyle HorizontalAlign="Center" Wrap="False" />
  57.                                                 <ItemStyle HorizontalAlign="Left" Wrap="False" />
  58.                                             </asp:BoundField>
  59.                                             <asp:BoundField DataField="F_Desc" HeaderText="α╕úα╕▓α╕óα╕Ñα╕░α╣Çα╕¡α╕╡α╕óα╕ö">
  60.                                                 <HeaderStyle HorizontalAlign="Center" Wrap="False" />
  61.                                                 <ItemStyle HorizontalAlign="Left" Wrap="False" />
  62.                                             </asp:BoundField>
  63.                                         </Columns>
  64.                                         <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  65.                                         <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  66.                                         <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  67.                                         <EditRowStyle BackColor="#2461BF" />
  68.                                         <AlternatingRowStyle BackColor="White" />
  69.                                     </asp:GridView>
  70.                                 </asp:Panel>
  71.                             </td>
  72.                             <td style="width: 10px">
  73.                                  
  74.                             </td>
  75.                         </tr>
  76.                         <tr>
  77.                             <td class="styletbFS" colspan="3">
  78.                                  
  79.                             </td>
  80.                         </tr>
  81.                     </table>
  82.                 </asp:Panel>
  83.             </td>
  84.         </tr>
  85.     </table>
  86.     <%-- </ContentTemplate>
  87.     </asp:UpdatePanel>--%>
  88.     <%--<asp:UpdateProgress ID="udp" runat="server" DisplayAfter="5" AssociatedUpdatePanelID="UpdatePanel1">
  89.         <ProgressTemplate>
  90.             <div style="top: 0px; height: 10000px; background-color: #FFFFFF; opacity: 0.40;
  91.                 filter: alpha(opacity=40); vertical-align: middle; left: 0px; z-index: 999999;
  92.                 width: 1500px; position: absolute; text-align: center;">
  93.             </div>
  94.             <div id="divUDP" align="center" valign="middle" runat="server" style="padding: 5px;
  95.                 border: 1px solid #999999; position: absolute; left: 50%; top: 50%; visibility: visible;
  96.                 vertical-align: middle; background-color: #FFFFFF; z-index: 200;">
  97.                 <asp:Image ID="imgUDP" runat="server" ImageUrl="~/Images/preloaders32t.gif" /><br />
  98.                 <asp:Label ID="lblUDP" runat="server" Text="<% $Resources: Resource,MP01lblUDP %>"></asp:Label>
  99.             </div>
  100.         </ProgressTemplate>
  101.     </asp:UpdateProgress>--%>
  102. </asp:Content>
  103.