loadcover.aspx

来自「网上书店系统(查询、上传、编辑、包含购买」· ASPX 代码 · 共 34 行

ASPX
34
字号
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<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 MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 40px" runat="server"
					Width="192px" Height="32px" Font-Size="X-Large" ForeColor="Blue">图书封面上载</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 40px; POSITION: absolute; TOP: 112px" runat="server"
					Width="48px" Height="16px">书名:</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 40px; POSITION: absolute; TOP: 152px" runat="server"
					Width="80px" Height="24px">封面图片:</asp:Label>
				<asp:DropDownList id="DropDownList1" style="Z-INDEX: 104; LEFT: 96px; POSITION: absolute; TOP: 112px"
					runat="server" Width="216px" Height="16px">
					<asp:ListItem Value="ASP.NET">ASP.NET</asp:ListItem>
					<asp:ListItem Value="C++">C++</asp:ListItem>
                                        <asp:ListItem Value="C#.NET">C#.NET</asp:ListItem>
                                        <asp:ListItem Value="VB.NET">VB.NET</asp:ListItem>
                                        <asp:ListItem Value="SQL Server">SQL Server</asp:ListItem>
				</asp:DropDownList>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 152px"
					runat="server" Width="136px" Height="16px"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 106; LEFT: 272px; POSITION: absolute; TOP: 144px" runat="server"
					Width="64px" Text="浏览" Height="24px"></asp:Button>
				<asp:Button id="Button2" style="Z-INDEX: 107; LEFT: 296px; POSITION: absolute; TOP: 200px" runat="server"
					Width="80px" Height="32px" Text="上传"></asp:Button></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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