schangxiang@126.com
2025-09-17 60dd1afc3e8f94aa1b23211b6738d35b47294382
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Loading.aspx.cs" Inherits="iWareWms.NonAuth.Loading" %>
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
</head>
<body style="background:#FFF">
    <form id="form1" runat="server">
        <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="Panel2" Theme="UI_Lightness"></f:PageManager>
        <f:Image ID="Image1" runat="server" ImageUrl="~/res/images/loading/res.axd.gif" ShowLabel="false"></f:Image>
        <f:Label ID="Label1" runat="server" ShowLabel="false" Text="正在导出,请稍后....."></f:Label>
        <f:Timer OnTick="LoadingTick" runat="server" Enabled="false" Interval="1" ID="timer1" EnableAjax="false"></f:Timer>
    </form>
</body>
</html>