?? cancelreq.aspx
字號(hào):
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="CancelReq.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.SubmitOvertime.CancelReq" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>CancelReq</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">
<form id="Form1" method="post" runat="server">
<FONT face="宋體">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top" height="100">
<td colSpan="2">
<uc1:Header id="Header1" runat="server"></uc1:Header></td>
</tr>
<TR vAlign="top">
<TD align="left" width="130" height="100%">
<uc1:Left id="Left1" runat="server"></uc1:Left>
<TD vAlign="top" align="center">
<asp:panel id="pnlPageFix" runat="server" Height="10px" Width="600px" HorizontalAlign="Center"></asp:panel>
<asp:panel id="pnlBody" runat="server" Height="10px" Width="700px" HorizontalAlign="Left">
<asp:label id="lblMessage" runat="server" Visible="False"></asp:label>
<asp:panel id="pnlDetail" runat="server" Height="24px">
<asp:Label id="Label1" runat="server" Visible="False" Font-Size="X-Small">審批者:</asp:Label>
<asp:Label id="lblApproverName" runat="server" Visible="False" Font-Size="X-Small"></asp:Label>
<BR>
<asp:Label id="Label2" runat="server" Visible="False" Font-Size="X-Small">加班事由:</asp:Label>
<asp:Label id="lblReason" runat="server" Width="584px" Height="8px" Visible="False" Font-Size="X-Small"></asp:Label>
<BR>
</asp:panel>
<asp:panel id="pnlMakeSure" runat="server" Height="14px">
<asp:Label id="Label3" runat="server" Visible="False" Font-Size="X-Small">真的要取消嗎?</asp:Label>
<asp:Button id="btnYes" runat="server" Width="40px" Height="20px" Visible="False" Text="是"></asp:Button>
<asp:Button id="btnNo" runat="server" Width="40px" Height="20px" Visible="False" Text="否"></asp:Button>
<asp:Label id="lblOTID" runat="server" Visible="False" Font-Size="X-Small"></asp:Label>
<BR>
</asp:panel>
<P align="left">
<asp:datagrid id="grdResult" runat="server" Width="660px" Font-Size="X-Small" CellPadding="3"
BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" BackColor="LemonChiffon"></SelectedItemStyle>
<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="OvertimeID" HeaderText="ID"></asp:BoundColumn>
<asp:BoundColumn DataField="StartTime" HeaderText="開(kāi)始時(shí)間" DataFormatString="{0:yyyy-MM-dd HH:mm}">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="EndTime" HeaderText="結(jié)束時(shí)間" DataFormatString="{0:yyyy-MM-dd HH:mm}">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SubmitTime" HeaderText="提交時(shí)間" DataFormatString="{0:yyyy-MM-dd HH:mm}">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="TypeName" HeaderText="類(lèi)型"></asp:BoundColumn>
<asp:BoundColumn DataField="Status" HeaderText="狀態(tài)"></asp:BoundColumn>
<asp:BoundColumn DataField="Hours" HeaderText="小時(shí)數(shù)"></asp:BoundColumn>
<asp:ButtonColumn Text="詳細(xì)情況..." CommandName="Detail"></asp:ButtonColumn>
<asp:ButtonColumn Text="取消" CommandName="Cancel"></asp:ButtonColumn>
<asp:BoundColumn Visible="False" DataField="ApproverName" HeaderText="審批者"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="Reason" HeaderText="請(qǐng)假事由"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid></P>
</asp:panel>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -