📄 date.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Date.ascx.cs" Inherits="Calendar_Date" %>
<table id="tbl_control" cellSpacing="0" cellPadding="0" border="0" style="border-style:none; border-width:0px; white-space: nowrap;">
<tr>
<td align="middle" style="border-style:none; border-width:0px; height: 30px;"><asp:textbox id="txt_Date" runat="server" Width="70" OnKeyPress="return checkAllowedKey(event);"></asp:textbox> </td>
<td style="border-style:none; border-width:0px; height: 30px;"><asp:image id="imgCalendar" runat="server" ImageUrl="cal/calendar.gif" EnableViewState="False"></asp:image></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -