?? clientcontrol.ascx
字號:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="ClientControl.ascx.vb" Inherits="ClientControl" %>
<table id="tableClient" 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="TxtClientId" 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="TxtClientName" 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:DropDownList ID="dplType" runat="server" Width="200px">
<asp:ListItem Value="1">國有</asp:ListItem>
<asp:ListItem Value="2">中外合資</asp:ListItem>
<asp:ListItem Value="3">外資</asp:ListItem>
<asp:ListItem Value="4">私營</asp:ListItem>
<asp:ListItem Value="5">其他</asp:ListItem>
</asp:DropDownList></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="Cancel" Width="60px" /></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -