⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clientcontrol.ascx

📁 这是一个订单管理系统
💻 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 + -