inputcustom.aspx

来自「asp.net 的某物流管理系统 MIS 系统」· ASPX 代码 · 共 60 行

ASPX
60
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Inputcustom.aspx.cs" Inherits="include_Inputcustom" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>添加新客户</title>
    <link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="gainsboro">
    <form id="form1" runat="server">
    <div>
        <table class="9" style="width: 539px;">
            <tr>
                <td colspan="4" style="height: 25px; text-align: center">
                    <asp:Label ID="Label1" runat="server" Font-Bold="True" Text="添加新客户"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 901px">
                    客户姓名:</td>
                <td style="width: 28px">
                    <asp:TextBox ID="txtName" runat="server" CssClass="txtbox1" MaxLength="10"></asp:TextBox></td>
                <td style="width: 74px">
                    电话:</td>
                <td style="width: 85px">
                    <asp:TextBox ID="txtPhone" runat="server" CssClass="txtbox1" MaxLength="50" Width="246px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 901px">
                    单位:</td>
                <td colspan="3">
                    <asp:TextBox ID="txtDanwei" runat="server" CssClass="txtbox1" MaxLength="100" Width="455px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 901px">
                </td>
                <td colspan="3" rowspan="3">
                    <asp:TextBox ID="txtBeizhu" runat="server" CssClass="txtbox1" Height="45px" TextMode="MultiLine"
                        Width="392px"></asp:TextBox><span style="color: red"></span></td>
            </tr>
            <tr>
                <td style="width: 901px">
                    备注:</td>
            </tr>
            <tr>
                <td style="width: 901px; height: 17px">
                </td>
            </tr>
            <tr>
                <td colspan="4" style="height: 29px; text-align: center">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" Width="53px" />&nbsp;
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="关闭" Width="53px" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?