📄 dview.aspx
字号:
<%@ Page language="c#" Codebehind="DView.aspx.cs" AutoEventWireup="false" Inherits="VIP.DView" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>DView</title>
<meta content="False" name="vs_snapToGrid">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<asp:panel id="Panel1" runat="server" BackColor="Info" Height="608px">
<P>
</P>
<P>
<STRONG><FONT size="4">Details</FONT></STRONG></P>
<P> </P>
<P>
<STRONG>PolicyNumber</STRONG>
<STRONG>:</STRONG>
<asp:Label id="Label1" runat="server" Width="20px">PolicyNumber</asp:Label></P>
<P>
<STRONG> StartDate</STRONG>
<STRONG>:</STRONG>
<asp:Label id="Label2" runat="server" Width="151px">StartDate</asp:Label>
:</P>
<P>
<STRONG>EndDate</STRONG>
<STRONG>: </STRONG>
<asp:Label id="Label3" runat="server" Width="142px">EndDate</asp:Label>
</P>
<P>
<STRONG>HolderName</STRONG> <STRONG>: </STRONG>
<asp:Label id="Label4" runat="server" Width="20px">HolderName</asp:Label></P>
<P> <STRONG> Place
of
Accident
: </STRONG>
<asp:Label id="Label5" runat="server">Place of Accident</asp:Label></P>
<P>
<STRONG>Date of
Accident :
</STRONG>
<asp:Label id="Label6" runat="server">Date of Accident</asp:Label></P>
<P> <STRONG>Insured
Amount
: </STRONG>
<asp:Label id="Label7" runat="server">Insured Amount</asp:Label></P>
<P>
<STRONG> Claimed
Amount
:
</STRONG>
<asp:Label id="Label8" runat="server">Claimed Amount</asp:Label></P>
<P> <STRONG>ClaimDate :
<asp:Label id="Label9" runat="server" Font-Bold="True">ClaimedDate</asp:Label> </STRONG></P>
<P><STRONG>
Status
:
<asp:Label id="Label10" runat="server">Pending</asp:Label></STRONG></P>
<P> </P>
<P>
<asp:Button id="Button1" runat="server" Text="Accept"></asp:Button>
<asp:HyperLink id="HyperLink1" runat="server" Font-Bold="True" NavigateUrl="ClaimReport1.aspx">Back</asp:HyperLink>
<asp:Button id="Button2" runat="server" Text="Reject"></asp:Button>
</P>
</asp:panel></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -