?? 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 + -