⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lyb.aspx

📁 Visual Basic.net 实例入门
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="lyb.aspx.vb" Inherits="lyb.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
		<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
		<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 style="FONT-SIZE: 12px" face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 212px; POSITION: absolute; TOP: 20px" runat="server" Width="240px" Height="36px" Font-Size="15pt">简单的留言本程序</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 51px; POSITION: absolute; TOP: 89px" runat="server" Width="100px" Height="18px">用户名:</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 48px; POSITION: absolute; TOP: 148px" runat="server" Width="100px" Height="18px">留言主题:</asp:Label>
				<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 47px; POSITION: absolute; TOP: 213px" runat="server" Width="100px" Height="18px">留言内容:</asp:Label>
				<asp:Button id="Button1" style="Z-INDEX: 105; LEFT: 122px; POSITION: absolute; TOP: 442px" runat="server" Width="90px" Height="30px" Text="提交留言"></asp:Button>
				<asp:Button id="Button2" style="Z-INDEX: 106; LEFT: 312px; POSITION: absolute; TOP: 442px" runat="server" Width="90px" Height="30px" Text="查看留言"></asp:Button>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 107; LEFT: 180px; POSITION: absolute; TOP: 79px" runat="server" Width="200px" Height="28px"></asp:TextBox>
				<asp:TextBox id="TextBox2" style="Z-INDEX: 108; LEFT: 180px; POSITION: absolute; TOP: 139px" runat="server" Width="200px" Height="28px"></asp:TextBox>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 109; LEFT: 178px; POSITION: absolute; TOP: 210px" runat="server" Width="360px" Height="200px"></asp:TextBox></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -