webform1.aspx.~2~
来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~2~ 代码 · 共 27 行
~2~
27 行
<%@ Page Language="c#" Debug="true" Codebehind="WebForm1.pas" AutoEventWireup="false" Inherits="WebForm1.TWebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body ms_positioning="GridLayout">
<form runat="server">
<asp:Button id="Button1"
style="Z-INDEX: 1; LEFT: 262px; POSITION: absolute; TOP: 270px"
runat="server" text="隐藏" width="75px" height="27px"></asp:Button>
<asp:Panel id="Panel1"
style="Z-INDEX: 2; LEFT: -18px; POSITION: absolute; TOP: 14px"
runat="server" height="235px" width="660px">
<asp:Calendar id="Calendar1"
style="Z-INDEX: 3; LEFT: 6px; POSITION: absolute; TOP: 6px"
runat="server"></asp:Calendar>
<asp:Image id="Image1"
style="Z-INDEX: 4; LEFT: 486px; POSITION: absolute; TOP: 6px"
runat="server" height="221px" width="173px"
imageurl="F:\book\网页制作\精通Flash MX 2004\源程序\第3章\16_2016_962.gif"></asp:Image>
</asp:Panel>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?