📄 system_manage.ascx
字号:
<tr>
<td align="right" bgcolor="#FFFFFF">虚拟数量:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbDummyCount" runat="server"></asp:TextBox>
</td>
<td align="left" bgcolor="#FFFFFF"><asp:RegularExpressionValidator ID="RegularExpressionValidator1" ControlToValidate="tbDummyCount" runat="server" ErrorMessage="该项必须是数字" ValidationExpression="[-]?\d+[.]?\d*$"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">赠送虚拟币时间</td>
<td align="left" bgcolor="#FFFFFF">开始时间:<cc1:DatePicker ID="dpDummyStart" runat="server" txtWidth="70" /> 结束时间: <cc1:DatePicker ID="dpDummyEnd" runat="server" txtWidth="70" /> </td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">赠送积分:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWhetherSorce" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">积分数量:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbSorceCount" runat="server"></asp:TextBox>
</td>
<td align="left" bgcolor="#FFFFFF"><asp:RegularExpressionValidator ID="RegularExpressionValidator2" ControlToValidate="tbSorceCount" runat="server" ErrorMessage="该项必须是数字" ValidationExpression="[-]?\d+[.]?\d*$"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">赠送积分时间</td>
<td align="left" bgcolor="#FFFFFF">开始时间:<cc1:DatePicker ID="dpSroceStart" runat="server" txtWidth="70" /> 结束时间: <cc1:DatePicker ID="dpSroceEnd" runat="server" txtWidth="70" /></td>
<td align="left" bgcolor="#FFFFFF">网站访问模式:1:;0:</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#C7E4F9" height="22px"><strong>商品参数设置</strong></td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td align="right" bgcolor="#FFFFFF">添加水印:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWhetherWatermark" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">水印文字:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbWatermarkWord" runat="server" Width="247px"></asp:TextBox>
</td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">水印位置:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWatermarkposition" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="左上" Value="1"></asp:ListItem>
<asp:ListItem Text="中上" Value="2"></asp:ListItem>
<asp:ListItem Text="右上" Value="3"></asp:ListItem>
<asp:ListItem Text="左中" Value="4"></asp:ListItem>
<asp:ListItem Text="中中" Value="5"></asp:ListItem>
<asp:ListItem Text="右中" Value="6"></asp:ListItem>
<asp:ListItem Text="左下" Value="7" Selected="True"></asp:ListItem>
<asp:ListItem Text="中下" Value="8"></asp:ListItem>
<asp:ListItem Text="右下" Value="9"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF">水印文字位置(1:;2:中上,3:右上;4:左中;5:中中;6:右中;7:左下;8:中下;9:右下)</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">是否加图片水印:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWatermarkpic" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0" Selected="True"></asp:ListItem>
<asp:ListItem Text="否" Value="1"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF">系统默认状况下是否给商品图片添加图片水印</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">图片水印位置:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbPicWatermarkPosition" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="左上" Value="1"></asp:ListItem>
<asp:ListItem Text="中上" Value="2"></asp:ListItem>
<asp:ListItem Text="右上" Value="3"></asp:ListItem>
<asp:ListItem Text="左中" Value="4"></asp:ListItem>
<asp:ListItem Text="中中" Value="5"></asp:ListItem>
<asp:ListItem Text="右中" Value="6"></asp:ListItem>
<asp:ListItem Text="左下" Value="7" Selected="True"></asp:ListItem>
<asp:ListItem Text="中下" Value="8"></asp:ListItem>
<asp:ListItem Text="右下" Value="9"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF">水印图片的位置(1:左上;2:中上,3:右上;4:左中;5:中中;6:右中;7:左下;8:中下;9:右下)</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">透明度:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbDiaphaneity" runat="server"></asp:TextBox><asp:RegularExpressionValidator ID="RegularExpressionValidator3" ControlToValidate="tbDiaphaneity" runat="server" ErrorMessage="该项必须是数字" ValidationExpression="[-]?\d+[.]?\d*$"></asp:RegularExpressionValidator>
</td>
<td align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">系统市场价:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbMarkPrice" runat="server"></asp:TextBox><asp:RegularExpressionValidator ID="RegularExpressionValidator4" ControlToValidate="tbMarkPrice" runat="server" ErrorMessage="该项必须是数字" ValidationExpression="[-]?\d+[.]?\d*$"></asp:RegularExpressionValidator>
</td>
<td align="left" bgcolor="#FFFFFF">系统市场价格比例(输入商品售价时将自动根据该比例计算市场价格</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">消费币名称:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbConsumeValutaName" runat="server"></asp:TextBox>
</td>
<td align="left" bgcolor="#FFFFFF">网站消费积分名称(如易币)</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">商品货号前缀:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbNumberPrefix" runat="server"></asp:TextBox>
</td>
<td align="left" bgcolor="#FFFFFF">商品货号前缀(再自动生成商品货号时可用)</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">评论权限:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:CheckBoxList ID="cbObserverPurview" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="所有人" Value="0" Selected="True"></asp:ListItem>
<asp:ListItem Text="登录" Value="1"></asp:ListItem>
<asp:ListItem Text="会员" Value="2"></asp:ListItem>
<asp:ListItem Text="仅购买过该商品的用户" Value="3"></asp:ListItem>
</asp:CheckBoxList>
</td>
<td align="left" bgcolor="#FFFFFF">商品评论的权限(0:所有人都可用评论;1:仅登录用户;2:有过一次以上购买行为用户;3:仅购买过该商品的用户)</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">是否开启</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWhetherUnlockawoke" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF">是否开启新订单提醒</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">缓存时间:</td>
<td align="left" bgcolor="#FFFFFF">
<asp:TextBox ID="tbCacheTime" runat="server"></asp:TextBox><asp:RegularExpressionValidator ID="RegularExpressionValidator6" ControlToValidate="tbCacheTime" runat="server" ErrorMessage="该项必须是数字" ValidationExpression="[-]?\d+[.]?\d*$"></asp:RegularExpressionValidator></td>
<td align="left" bgcolor="#FFFFFF">前台缓存存活时间(单位为</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">是否开启</td>
<td align="left" bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbWhetherBuy" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
<td align="left" bgcolor="#FFFFFF">是否允许未登录用户进行购买</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">
是否发短信:</td>
<td bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbSendInfoOrderfrom" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList></td>
<td align="left" bgcolor="#FFFFFF">客户下订单时是否给商家发短信</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">
是否发短信</td>
<td bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbSendDrawee" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList></td>
<td align="left" bgcolor="#FFFFFF">客户付款时是否给商家发短信</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">
是否短信</td>
<td bgcolor="#FFFFFF">
<asp:RadioButtonList ID="rbSendConsigner" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="0"></asp:ListItem>
<asp:ListItem Text="否" Value="1" Selected="True"></asp:ListItem>
</asp:RadioButtonList></td>
<td align="left" bgcolor="#FFFFFF">商家发货时是否给客户发短信</td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF">
</td>
<td bgcolor="#FFFFFF">
</td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF">
<asp:Button ID="Button1" runat="server" Text="提 交" onclick="Button1_Click" />
</td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="right" bgcolor="#FFFFFF" colspan="3">
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -