📄 afficheoperation.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Masterpage/Page.Master" ValidateRequest="false" AutoEventWireup="true" CodeBehind="AfficheOperation.aspx.cs" Inherits="YXShop.Web.Admin.Shop.AfficheOperation" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceTitle" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolderMain" runat="server">
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="hy" bgcolor="#5D8FB2">
<tr>
<td width="12%">
店铺编号:
</td>
<td width="84%">
<asp:TextBox ID="txtShopNo" runat="server" Enabled="false"></asp:TextBox>
</td>
<td width="4%">
</td>
</tr>
<tr>
<td width="12%">
店铺公告:
</td>
<td width="84%">
<asp:TextBox ID="txtAffiche" runat="server" TextMode="MultiLine" Width="99%" Height="400px">
</asp:TextBox>
</td>
<td width="4%">
</td>
</tr>
<tr>
<td width="12%">
</td>
<td width="84%">
<asp:Button ID="btnSubmit" runat="server" Text=" 提交 " OnClick="btnSubmit_Click" />
</td>
<td width="4%">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -