📄 altergoods.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="altergoods.ascx.cs" Inherits="control_altergoods" %>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
function Reset1_onclick() {
}
// ]]>
</script>
<table id="TABLE1" style="width: 432px; height: 181px; text-align: center" onclick="return TABLE1_onclick()">
<tr>
<td colspan="2" style="height: 45px">
<strong><span style="font-size: 16pt; color: #66cccc">编辑商品信息</span></strong></td>
</tr>
<tr>
<td align="right" style="text-align: left" colspan="2" rowspan="8">
<asp:GridView ID="GridView1" runat="server" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" Width="425px">
</asp:GridView>
</td>
</tr>
<tr style="color: #000000">
</tr>
<tr style="color: #000000">
</tr>
<tr>
</tr>
<tr>
</tr>
<tr style="color: #000000">
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -