📄 login.aspx
字号:
<td style="width: 178px">
所属行业:</td>
<td style="width: 56px">
<asp:TextBox ID="txtCalling" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 146px; height: 24px">
</td>
<td style="width: 178px; height: 24px">
营业执照号:</td>
<td style="width: 56px; height: 24px">
<asp:TextBox ID="txtLicenceNumber" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 146px">
</td>
<td style="width: 178px">
公司地址:</td>
<td style="width: 56px">
<asp:TextBox ID="txtAddress" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 146px">
</td>
<td style="width: 178px">
联系电话:</td>
<td style="width: 56px">
<asp:TextBox ID="txtPhone" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 146px; height: 28px;">
</td>
<td style="width: 178px; height: 28px;">
传真:</td>
<td style="width: 56px; height: 28px;">
<asp:TextBox ID="txtFax" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 28px;">
</td>
</tr>
<tr>
<td style="width: 146px; height: 47px;">
</td>
<td style="width: 178px; height: 47px;">
E-mail:</td>
<td style="width: 56px; text-align: left; height: 47px;">
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidatorEmail" runat="server" ControlToValidate="txtEmail"
ErrorMessage="*" Display="Dynamic"></asp:RequiredFieldValidator><asp:RegularExpressionValidator ID="RegularExpressionValidatorEamil" runat="server" ControlToValidate="txtEmail"
ErrorMessage="E-mail格式不正确" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" Width="134px" Display="Dynamic"></asp:RegularExpressionValidator></td>
<td style="width: 100px; height: 47px;">
</td>
</tr>
<tr>
<td style="width: 146px">
</td>
<td style="width: 178px">
公司网址:</td>
<td style="width: 56px">
<asp:TextBox ID="txtNetworkIP" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 146px; height: 42px">
</td>
<td style="width: 178px; height: 42px">
公司介绍:</td>
<td style="width: 56px; height: 42px">
<asp:TextBox ID="txtContent" runat="server" Height="124px" TextMode="MultiLine" Width="247px"></asp:TextBox></td>
<td style="width: 100px; height: 42px">
</td>
</tr>
<tr>
<td colspan="1" style="width: 146px; height: 28px;">
</td>
<td colspan="3" style="height: 28px">
<asp:Button ID="btnQyLogin" runat="server" Text="注 册" Width="55px" OnClick="btnQyLogin_Click" /></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="pelGrInfo" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="width: 534px; height: 160px">
<tr>
<td colspan="4" style="height: 19px">
<strong><span style="font-size: 14pt; color: #6600ff">详细信息</span></strong></td>
</tr>
<tr>
<td style="width: 64px; height: 18px">
</td>
<td style="width: 100px; height: 18px">
联系人:</td>
<td style="width: 100px; height: 18px; text-align: left">
<asp:TextBox ID="txtGrLinkman" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 18px">
</td>
</tr>
<tr>
<td style="width: 64px; height: 19px">
</td>
<td style="width: 100px; height: 19px">
联系电话:</td>
<td style="width: 100px; height: 19px">
<asp:TextBox ID="txtGrPhone" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 19px">
</td>
</tr>
<tr>
<td style="width: 64px">
</td>
<td style="width: 100px">
所在地:</td>
<td style="width: 100px; text-align: left">
<asp:TextBox ID="txtGrAddress" runat="server"></asp:TextBox></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td colspan="4">
<asp:Button ID="btnGrLogin" runat="server" OnClick="btnGrLogin_Click" Text="注 册" Width="51px" /></td>
</tr>
</table>
</asp:Panel>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -