📄 suncash.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SunCash.aspx.cs" Inherits="Admin_Frameset_Operation_SunCash" %>
<%@ Register Assembly="AntarDev.ProgressBar" Namespace="AntarDev" TagPrefix="AntarDev" %>
<%@ Register assembly="Infragistics35.Web.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>对帐</title>
<style type="text/css">
<style type="text/css">
*
{
font-size:12px;
font-family:宋体;
}
body
{
margin:0px;
}
div.showhide
{
padding-right:0px;
text-align:right;
background-color: ThreeDFace;
border-bottom:solid 1px #555555;
height: 23px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
input.button
{
font-family:宋体;
font-size:12px;
padding:0px;
cursor:hand;
width:40px;
height:18px;
}
#Layer1 {
position:absolute;
width:98px;
height:75px;
z-index:1;
left: 286px;
top: 176px;
}
</style>
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div id="Layer1"> <cc1:WebDialogWindow ID="WebDialogWindow1" runat="server"
Height="300px" Width="400px">
<ContentPane>
<Template>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<AntarDev:ProgressBar ID="ProgressBar1" runat="server" BackColor="White" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Size="11pt" Font-Strikeout="False" Font-Underline="False" TextColor="Red" Percentage="0.5" Value="0" Width="300px" Maximum="100" Height="18px" />
<asp:Button ID="btntest" runat="server" OnClick="Button1_Click" Text="开始对帐" /><br />
</Template>
</ContentPane>
</cc1:WebDialogWindow></div>
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -