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

📄 jichicanshu.aspx

📁 ASP.net+Access数据库源码数据库源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="jichicanshu.aspx.cs" Inherits="jichicanshu" %>

<!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>
</head>
<body style="background-color: silver">
    <form id="form1" runat="server">
        <asp:Panel ID="Panel2" runat="server" Height="90px" Width="491px" style="background-color: silver" BackColor="White" BorderColor="InactiveCaptionText">
            <table style="width: 487px" border="1" cellpadding="0" cellspacing="1">
                <tr>
                    <td colspan = 4 align="center">
            增加单位【每个单位增加后必须至少有一个部门】</td>
                </tr>
                <tr>
                    <td style="width: 70px; height: 24px;">
                        <asp:Label ID="Label1" runat="server" Text="单位名称:" Width="89px"></asp:Label></td>
                    <td style="width: 123px; height: 24px">
                        <asp:TextBox ID="TextBox1" runat="server" style="background-color: gainsboro"></asp:TextBox></td>
                    <td style="width: 85px; height: 24px">
                        单位编号:</td>
                    <td style="height: 24px; width: 69px;">
                        <asp:Label ID="Label3" runat="server" Text="Label"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 70px; height: 26px">
                        <asp:Label ID="Label2" runat="server" Text="部门名称:" Width="91px"></asp:Label></td>
                    <td style="width: 123px; height: 26px">
                        <asp:TextBox ID="TextBox2" runat="server" style="background-color: gainsboro"></asp:TextBox></td>
                     <td style="width: 85px; height: 26px">
                         部门编号:</td>
                    <td style="height: 26px; width: 69px;">
                        <asp:Label ID="Label4" runat="server" Text="Label"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 70px; height: 21px;">
                    </td>
                    <td style="width: 123px; height: 21px">
                        <asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />
                        <asp:Button ID="Button2" runat="server" Text="取消" OnClick="Button2_Click" /></td>
                    <td style="width: 85px; height: 21px">
                    </td>
                    <td style="height: 21px; width: 69px;">
                    </td>
                </tr>
            </table>
        </asp:Panel>
    </form>
</body>
</html>

⌨️ 快捷键说明

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