📄 main.aspx
字号:
<%@ 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>
<form id="form1" runat="server">
<div>
<asp:Panel ID="Panel1" runat="server" BackColor="#FF8080" Height="171px" Width="1293px" BorderColor="Maroon" BorderStyle="Double" BorderWidth="2px" Font-Bold="True" Font-Italic="True" Font-Names="楷体_GB2312" Font-Size="XX-Large" ForeColor="Black">
<br />
欢迎使用物流公司货运管理信息系统!!!<br />
huanyinshiyonghuoyunxitong</asp:Panel>
<div style="z-index: 101; left: 12px; width: 909px; position: absolute; top: 193px;
height: 62px">
<asp:Panel ID="Panel2" runat="server" Height="22px" Style="z-index: 100; left: 4px;
position: absolute; top: 0px" Width="125px">
</asp:Panel>
</div>
<div style="z-index: 103; left: 88px; width: 110px; position: absolute; top: 309px;
height: 407px">
<asp:Panel ID="Panel3" runat="server" BackColor="#FFC080" BorderColor="#FF8000" Height="279px"
Width="125px">
</asp:Panel>
</div>
<table style="z-index: 102; left: 243px; position: absolute; top: 327px">
<tr>
<td style="width: 104px; height: 55px">
</td>
<td style="width: 100px; height: 55px">
</td>
<td style="width: 681px; height: 55px">
</td>
</tr>
<tr>
<td style="width: 104px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="用户注册:" /></td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px; height: 26px;">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="密码修改:" /></td>
<td style="width: 100px; height: 26px;">
</td>
<td style="width: 681px; height: 26px;">
</td>
</tr>
<tr>
<td style="width: 104px; height: 26px;">
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="基础资料:" /></td>
<td style="width: 100px; height: 26px;">
</td>
<td style="width: 681px; height: 26px;">
</td>
</tr>
<tr>
<td style="width: 104px; height: 26px;">
<asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Text="合同管理:" /></td>
<td style="width: 100px; height: 26px;">
</td>
<td style="width: 681px; height: 26px;">
</td>
</tr>
<tr>
<td style="width: 104px; height: 26px;">
<asp:Button ID="Button5" runat="server" Text="运输管理:" /></td>
<td style="width: 100px; height: 26px;">
</td>
<td style="width: 681px; height: 26px;">
</td>
</tr>
<tr>
<td style="width: 104px; height: 24px">
<asp:Button ID="Button6" runat="server" Text="系统管理:" /></td>
<td style="width: 100px; height: 24px">
</td>
<td style="width: 681px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 104px; height: 26px">
<asp:Button ID="Button7" runat="server" Text="其它管理:" /></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 681px; height: 26px">
</td>
</tr>
<tr>
<td style="width: 104px">
<asp:Button ID="Button8" runat="server" Text="运力资源:" /></td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px">
<asp:Button ID="Button9" runat="server" Text="财务管理:" /></td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px">
<asp:Button ID="Button10" runat="server" Text="基础管理:" /></td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px">
<asp:Button ID="Button11" runat="server" Text="权限管理:" /></td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px">
</td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
<tr>
<td style="width: 104px">
</td>
<td style="width: 100px">
</td>
<td style="width: 681px">
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -