?? spzl.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="spzl.aspx.cs" Inherits="jhd" %>
<!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="text-align: center">
<form id="form1" runat="server">
<div>
<div>
<br />
<br />
<br />
<br />
<table style="width: 468px; height: 56px">
<tr>
<td style="font-size: 30px; width: 600px; color: #0000ff; height: 31px" align="center">
新商品錄入</td>
</tr>
</table>
<table style="table-layout: auto; width: 528px; height: 115px; border-right: #99ccff 1pt solid; border-top: #99ccff 1pt solid; border-left: #99ccff 1pt solid; border-bottom: #99ccff 1pt solid; border-collapse: collapse;">
<tr>
<td align="right" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
商品編號
</td>
<td align="left" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="必須輸入" Width="95px"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="right" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
商品名稱 </td>
<td align="left" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox1"
ErrorMessage="必須輸入" Width="95px"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="right" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
規(guī)格
</td>
<td align="left" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
型號
</td>
<td align="left" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
期初數(shù)量
</td>
<td align="left" style="width: 300px; height: 40px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-bottom-width: thin; border-bottom-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900;">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="TextBox3"
ErrorMessage="(必須輸入數(shù)字)" MaximumValue="10000" MinimumValue="1" Type="Double"></asp:RangeValidator></td>
</tr>
</table>
<br />
<asp:Button ID="Button1" runat="server" Text="提交" Width="105px" OnClick="Button1_Click" /></div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -