?? modify.aspx.svn-base
字號(hào):
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="Modify.aspx.cs" Inherits="Maticsoft.Web.Vender.Modify" Title="無標(biāo)題頁" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
VenderID
</td>
<td height="25" width="*" align="left">
<asp:label id="lblVenderID" runat="server"></asp:label>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
VenderName
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtVenderName" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
SpellCode
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtSpellCode" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LinkMan
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtLinkMan" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LinkPhone
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtLinkPhone" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Fax
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtFax" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
Address
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtAddress" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
AccountBank
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtAccountBank" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
AccountNo
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtAccountNo" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
VenderType
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtVenderType" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PayMoney
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPayMoney" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
TotalMoney
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtTotalMoney" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
LogInName
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtLogInName" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
PassWord
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtPassWord" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" width="30%" align="right">
IsActive
</td>
<td height="25" width="*" align="left">
<asp:TextBox id="txtIsActive" runat="server" Width="200px"></asp:TextBox>
</td></tr>
<tr>
<td height="25" colspan="2"><div align="center">
<asp:Button ID="btnAdd" runat="server" Text="· 提交 ·" OnClick="btnAdd_Click" ></asp:Button>
<asp:Button ID="btnCancel" runat="server" Text="· 取消 ·" OnClick="btnCancel_Click" ></asp:Button>
</div></td></tr>
</table>
</asp:Content>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -