📄 examine.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="topNavBar" Src="Controls/topNavBar.ascx" %>
<%@ Page language="c#" Codebehind="Examine.aspx.cs" AutoEventWireup="false" Inherits="Mvc.Examine" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Examine</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="white">
<form id="Form1" method="post" runat="server">
<asp:Panel id="Panel1" style="Z-INDEX: 100; LEFT: 0px; POSITION: absolute; TOP: 0px" runat="server"
Width="736px" Height="16px">
<uc1:topNavBar id="TopNavBar1" runat="server"></uc1:topNavBar>
</asp:Panel>
<asp:Label id="lblShowBal" style="Z-INDEX: 106; LEFT: 64px; POSITION: absolute; TOP: 176px"
runat="server" Width="288px" Height="24px" ForeColor="InactiveCaption" BackColor="Gainsboro"></asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 104; LEFT: 0px; POSITION: absolute; TOP: 208px" runat="server"
Width="288px" Height="24px" ForeColor="InactiveCaption" BackColor="Gainsboro">第二项,审核账户细则</asp:Label>
<asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 320px; POSITION: absolute; TOP: 144px" runat="server"
Width="72px" Text="查询"></asp:Button>
<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 0px; POSITION: absolute; TOP: 144px" runat="server"
Width="288px" Height="24px" ForeColor="InactiveCaption" BackColor="Gainsboro">第一项,查询是否试算平衡</asp:Label>
<asp:DataGrid id="dtaGridWarrant" style="Z-INDEX: 105; LEFT: 88px; POSITION: absolute; TOP: 248px"
runat="server" Width="392px" Height="104px" BackColor="White" BorderColor="#E7E7FF" BorderStyle="None"
BorderWidth="1px" CellPadding="3" GridLines="Horizontal" AllowPaging="True" AllowSorting="True">
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#FF8080"></SelectedItemStyle>
<EditItemStyle BackColor="LightCoral"></EditItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<Columns>
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
<asp:ButtonColumn Text="选择" ButtonType="PushButton" CommandName="Select"></asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -