📄 productcontrol.ascx
字号:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="ProductControl.ascx.vb" Inherits="ProductControl" %>
<table id="tableProduct" class="Style_Table">
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label1" runat="server" Text="产品编号"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtProductId" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label2" runat="server" Text="产品名称"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtProductName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label3" runat="server" Text="计量单位"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtUnit" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label4" runat="server" Text="库存数量"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtStorage" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label5" runat="server" Text="销售单价"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtSell" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label6" runat="server" Text="成本单价"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtCost" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px; color:#284E98;">
<asp:Label ID="Label7" runat="server" Text="总销售数量"></asp:Label></td>
<td colspan="2">
<asp:TextBox ID="txtNumber" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 121px">
</td>
<td style="width: 100px">
<asp:Button ID="btnAct" runat="server" Height="24px" Text="OK" Width="60px" /></td>
<td style="width: 100px">
<asp:Button ID="btnCancel" runat="server" Height="24px" Text="返回" Width="60px" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -