📄 wldwzl.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="wldwzl.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: 365px; 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: 365px; 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="TextBox2"
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: 365px; 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: 365px; 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>
</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 + -