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

📄 editche.aspx

📁 asp.net 的某物流管理系统 MIS 系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Editche.aspx.cs" Inherits="include_Che" %>

<!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 style="text-align: center" bgcolor="#efedf1">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <table class="9" style="width: 417px; border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid;">
            <tr>
                <td colspan="3" style="width: 403px; height: 35px; text-align: center">
                    <strong>修改车辆信息</strong></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 13px; text-align: left; width: 403px;">
                    车号:<asp:TextBox ID="txtChehao" runat="server" CssClass="txtbox1" MaxLength="10" Width="117px"></asp:TextBox>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    &nbsp; &nbsp;尺寸:<asp:TextBox
                        ID="txtChicun" runat="server" CssClass="txtbox1" MaxLength="40" Width="117px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: left; width: 403px;">
                    载重:<asp:TextBox ID="txtZaizhong" runat="server" CssClass="txtbox1" MaxLength="10"
                        Width="117px"></asp:TextBox>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp;手机:<asp:TextBox ID="txtShouji" runat="server" CssClass="txtbox1" MaxLength="11" Width="117px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: left; width: 403px;">
                    姓名:<asp:TextBox ID="txtXingming" runat="server" CssClass="txtbox1" Width="117px" MaxLength="10"></asp:TextBox>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; 宅电:<asp:TextBox
                        ID="txtZaidian" runat="server" CssClass="txtbox1" MaxLength="15" Width="117px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: left; width: 403px;">
                    地址:<asp:TextBox ID="txtSuodi" runat="server" CssClass="txtbox1" MaxLength="100"
                        Width="356px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 34px; text-align: left; width: 403px;">
                    备注:<asp:TextBox ID="txtBeizhu" runat="server" CssClass="txtbox1" TextMode="MultiLine"
                        Width="356px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: right; width: 403px;">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" Width="62px" />
                    &nbsp;&nbsp;
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="关闭" Width="62px" />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;<br />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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