📄 default.aspx
字号:
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel1" runat="server" Height="5px" Visible="False" Width="65%">
<table cellpadding="0" cellspacing="0" style="width: 105%">
<tr>
<td style="width: 64px; height: 21px; text-align: center">
<span style="font-size: 9pt">图书ID号:</span></td>
<td colspan="2" style="height: 21px; text-align: left">
<asp:DropDownList ID="DropDownList3" runat="server" AutoPostBack="True" Width="92px" OnSelectedIndexChanged="DropDownList3_SelectedIndexChanged">
<asp:ListItem>请选择ID号</asp:ListItem>
</asp:DropDownList></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 25px; text-align: center">
<span style="font-size: 9pt">图书名称:</span></td>
<td colspan="2" rowspan="3" style="height: 25px; text-align: left">
<asp:TextBox ID="TextBox4" runat="server" Font-Size="9pt" Width="99px"></asp:TextBox>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 25px; text-align: center">
<span style="font-size: 9pt">图书介绍:</span></td>
<td colspan="2" rowspan="3" style="height: 25px; text-align: left">
<asp:TextBox ID="TextBox6" runat="server" Font-Size="9pt" Width="99px"></asp:TextBox>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 25px; text-align: center">
<span style="font-size: 9pt">建议价格:</span></td>
<td colspan="2" rowspan="3" style="height: 25px; text-align: left">
<asp:TextBox ID="TextBox7" runat="server" Font-Size="9pt" Width="97px"></asp:TextBox></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 1px">
<tr>
<td rowspan="3" style="width: 100px; height: 25px; text-align: center">
<span style="font-size: 9pt"></span>
</td>
<span style="font-size: 9pt"> 是否推荐:</span><span style="font-size: 9pt"></span> <asp:DropDownList ID="DropDownList2"
runat="server">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
</table>
</asp:Panel>
<table cellpadding="0" cellspacing="0" style="width: 99%">
<tr>
<td colspan="4" style="height: 1px; text-align: center">
<asp:Panel ID="Panel3" runat="server" Height="5px">
<asp:Button ID="btnBackup" runat="server" Font-Size="9pt" OnClick="btnBackup_Click"
Text="图书信息添加" Width="84px" />
<asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click1"
Text="重置" />
</asp:Panel>
<asp:Panel ID="Panel4" runat="server" Height="5px" Visible="False">
<asp:Button ID="btnRestore" runat="server" Font-Size="9pt" OnClick="btnRestore_Click"
Text="图书信息修改" Width="84px" />
<asp:Button ID="Button2" runat="server" Font-Size="9pt" OnClick="Button2_Click1"
Text="重置" /></asp:Panel>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
ShowSummary="False" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style="width: 277px; height: 19px">
</td>
</tr>
</table>
</td>
<td colspan="2" rowspan="4" style="background-image: url(image/left.jpg); height: 41px">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td style="background-image: url(image/artices.jpg); width: 118px; height: 23px">
</td>
</tr>
<tr>
<td colspan="5" style="background-image: url(image/bottom.jpg); width: 778px; height: 111px">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -