?? jichicanshu.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 + -