main.aspx

来自「固定资产管理系统 登陆」· ASPX 代码 · 共 37 行

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

<!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>
<center>
    <form id="form1" runat="server">
    <div align=center>
        <asp:Label ID="lbl_company" runat="server" BackColor="LightCyan" Font-Bold="True"
            Font-Names="隶书" Font-Size="XX-Large" Height="1px" Style="z-index: 100; left: 161px;
            position: absolute; top: 122px" Text="厦门分公司" Width="173px"></asp:Label>
        &nbsp;
        <asp:Panel ID="Panel1" runat="server" BorderStyle="Double" Height="155px" Style="z-index: 101;
            left: 4px; position: absolute; top: 167px" Width="504px">
            <asp:LinkButton ID="LinkButton1" runat="server" BorderColor="#C0FFFF" BorderStyle="Outset"
                PostBackUrl="~/TablesView.aspx" Style="z-index: 100; left: 42px; position: absolute;
                top: 117px">>>>表单导出EXCEL</asp:LinkButton>
            <asp:LinkButton ID="LinkButton2" runat="server" BorderColor="#C0FFFF" BorderStyle="Outset"
                PostBackUrl="~/Qurey_Update.aspx" Style="z-index: 101; left: 41px; position: absolute;
                top: 72px">>>>查询录入界面</asp:LinkButton>
            <asp:LinkButton ID="LinkButton3" runat="server" BorderColor="#C0FFFF" BorderStyle="Outset"
                PostBackUrl="~/Enter_Record.aspx" Style="z-index: 103; left: 41px; position: absolute;
                top: 26px">>>>报告单录入</asp:LinkButton>
        </asp:Panel>
        <asp:Image ID="Image1" runat="server" Height="49px" ImageUrl="~/Images/picture/007.BMP"
            Style="z-index: 103; left: 0px; position: absolute; top: 72px" Width="541px" />
    
    </div>
    </form>
    </center>
</body>
</html>

⌨️ 快捷键说明

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