?? lenspriceedit.aspx
字號:
<%@ Register TagPrefix="cc1" Namespace="NewGlassBook" Assembly="NewGlassBook" %>
<%@ Page language="c#" Codebehind="LensPriceEdit.aspx.cs" AutoEventWireup="false" Inherits="NewGlassBook.LensPriceEdit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<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">
<LINK href="css/NewGlassBook.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgcolor="LightGrey">
<form id="lensPrice" method="post" runat="server">
<TABLE class="tblBody" id="Table1" border="0">
<TR>
<TD class="tblHeader" colSpan="2">鏡片價格修改</TD>
</TR>
<TR>
<TD>品牌</TD>
<TD>
<cc1:MyDropDownList id="aBrand" runat="server" Width="154px" Enabled="False"></cc1:MyDropDownList></TD>
</TR>
<TR>
<TD>級光數(shù)</TD>
<TD>
<cc1:mydropdownlist id="aLevels" runat="server" Width="154px" Enabled="False">
<asp:ListItem Value="0">請選擇級光</asp:ListItem>
<asp:ListItem Value="一級光">一級光</asp:ListItem>
<asp:ListItem Value="二級光">二級光</asp:ListItem>
<asp:ListItem Value="三級光">三級光</asp:ListItem>
<asp:ListItem Value="四級光">四級光</asp:ListItem>
<asp:ListItem Value="五級光">五級光</asp:ListItem>
<asp:ListItem Value="六級光">六級光</asp:ListItem>
<asp:ListItem Value="七級光">七級光</asp:ListItem>
<asp:ListItem Value="八級光">八級光</asp:ListItem>
<asp:ListItem Value="九級光">九級光</asp:ListItem>
<asp:ListItem Value="其它級光">其它級光</asp:ListItem>
</cc1:mydropdownlist></TD>
</TR>
<TR>
<TD>度數(shù)起</TD>
<TD>
<cc1:MyTextBox id="bDegreeS" runat="server"></cc1:MyTextBox></TD>
</TR>
<TR>
<TD style="HEIGHT: 24px">度數(shù)止</TD>
<TD style="HEIGHT: 24px">
<cc1:MyTextBox id="bDegreeE" runat="server"></cc1:MyTextBox></TD>
</TR>
<TR>
<TD>零售價格</TD>
<TD>
<cc1:MyTextBox id="bPrice" runat="server"></cc1:MyTextBox></TD>
</TR>
<TR>
<TD>
<cc1:MyButton id="dbtn_ok" runat="server" Text="修改"></cc1:MyButton> </TD>
<TD align="middle">
<asp:TextBox id="did" runat="server" Width="1px" ForeColor="#D8EDF1" BackColor="#CCCCCC" BorderColor="#D8EDF1" BorderStyle="None"></asp:TextBox>
<cc1:MyButton id="dbtn_cancel" runat="server" Text="返回" CausesValidation="False"></cc1:MyButton></TD>
</TR>
<TR>
<TD colSpan="2">
<asp:Label id="lblWarning" runat="server" Width="243px" ForeColor="Red" CssClass="lblWarning" EnableViewState="False"></asp:Label></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -