📄 default2.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="background-image: url(Images/1.bmp)">
<tr>
<td align="center" style="width: 62px; height: 35px">
<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="书名"></asp:Label></td>
<td style="width: 100px; height: 35px">
<asp:TextBox ID="TextBox1" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 62px; height: 32px">
<asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="数量"></asp:Label></td>
<td style="width: 100px; height: 32px">
<asp:TextBox ID="TextBox2" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 62px; height: 37px">
</td>
<td style="width: 100px; height: 37px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定添加" Font-Size="9pt" Width="87px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -