📄 pictureedit.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PictureEdit.aspx.cs" Inherits="admins_PictureEdit" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td colspan="2" rowspan="6">
</td>
<td style="width: 100px">
<asp:Label ID="Label6" runat="server" Text="图片:"></asp:Label></td>
<td style="width: 159px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/PIC/27127240.gif" /></td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 192px">
</td>
<td rowspan="6" style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Label1" runat="server" Text="名称:"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="TbxName" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
<td style="width: 192px">
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server" Text="大小:"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="TbxSize" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
<td style="width: 192px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 147px">
<asp:Label ID="Label3" runat="server" Text="地址:"></asp:Label></td>
<td colspan="2" style="height: 147px">
<asp:TextBox ID="TbxUrls" runat="server" Height="131px" TextMode="MultiLine" Width="388px"></asp:TextBox></td>
<td style="width: 100px; height: 147px">
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="测试" /></td>
<td style="width: 192px; height: 147px">
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Label4" runat="server" Text="类型:"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="TbxType" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
<td style="width: 192px">
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Label5" runat="server" Text="空间:"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="TbxSpace" runat="server"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" /></td>
<td style="width: 192px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -