?? addsale.aspx
字號:
<%@ Page language="c#" Codebehind="addsale.aspx.cs" AutoEventWireup="false" Inherits="cms.addsale" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addsale</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="addsale" method="post" runat="server">
<TABLE id="Table1" style="WIDTH: 539px; HEIGHT: 248px" cellSpacing="1" cellPadding="1" width="539" align="center" border="1">
<TR>
<TD style="HEIGHT: 38px" bgColor="#cccccc">
<P align="center"><FONT face="宋體" size="6"><STRONG>添加客戶新銷售情況</STRONG></FONT></P>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 172px"><FONT face="宋體">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="93%" align="center" bgColor="#f5f5f5" border="1">
<TR>
<TD>編號</TD>
<TD>
<asp:textbox id="Tbx_num" runat="server"></asp:textbox></TD>
<TD>
*
<asp:RequiredFieldValidator id="Rv_id" runat="server" ErrorMessage="不為空" ControlToValidate="Tbx_num"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD>客戶名稱</TD>
<TD>
<asp:DropDownList id="Ddl_customer" runat="server"></asp:DropDownList></TD>
<TD><asp:customvalidator id="Cv_customer" runat="server" ControlToValidate="Ddl_customer" ErrorMessage="此客戶不存在"></asp:customvalidator></TD>
</TR>
<TR>
<TD>產品名稱</TD>
<TD>
<asp:DropDownList id="Ddl_product" runat="server"></asp:DropDownList></TD>
<TD></TD>
</TR>
<TR>
<TD style="HEIGHT: 20px">銷售數量</TD>
<TD style="HEIGHT: 20px"><asp:textbox id="Tbx_count1" runat="server"></asp:textbox></TD>
<TD style="HEIGHT: 20px"></TD>
</TR>
<TR>
<TD>銷售日期</TD>
<TD><asp:textbox id="Tbx_date1" runat="server"></asp:textbox></TD>
<TD><FONT color="#ff0000">例:1999-9-1</FONT></TD>
</TR>
<TR>
<TD>單價</TD>
<TD><asp:textbox id="Tbx_price" runat="server"></asp:textbox></TD>
<TD></TD>
</TR>
</TABLE>
</FONT>
<p align="center"><asp:button id="Btn_add" runat="server" Text="添加"></asp:button><FONT face="宋體">
</FONT>
<asp:button id="Btn_reset" runat="server" Text="重置"></asp:button></p>
</TD>
<P></P>
</TR>
<TR>
<TD align="middle" bgColor="#cccccc">
<P><FONT face="宋體"><a href="customer_sale.aspx">返回</a><asp:label id="Lbl_note" runat="server"></asp:label></FONT></P>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -