1、资料内容仅供您学习参考,如有不当或者侵权,请联系改正或者删除。源代码登陆界面源代码: 用户请登录 注册用户 登录 用户名: 密码: 新用户请注册 用户名: 密码: 窗体发生代码: using System;using System.Data;using System.Configuration;using System.Collections;using Sy
2、stem.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;public partial class logn : System.Web.UI.Page protected void Page_Load(object sender, EventArgs e) if (!IsPostBack) Panel1.Visible = false
3、; Panel2.Visible = false; protected void LinkButton2_Click(object sender, EventArgs e) Panel1.Visible = true; Panel2.Visible = false; protected void LinkButton1_Click(object sender, EventArgs e) Panel1.Visible = false; Panel2.Visible = true; protected void Button1_Click(object sender, EventArgs e) i
4、f (TextBox5.Text = & TextBox6.Text = ) Label1.Text = 欢迎你, 登录成功; else Label1.Text = 你输入的用户名错误或密码错误, 请重新输入; protected void Button2_Click(object sender, EventArgs e) if (TextBox7.Text = & TextBox8.Text = ) Label2.Text = 欢迎你, 注册成功; else Label2.Text = 请输入用户名和密码; 主界面源代码: 院内通知 为进一步完善危重孕产妇的救治工作, 保护母婴
5、健康, 维护社会与家庭的和谐, 我局特制定了市危重孕产妇会诊、 转诊工作原则与处理流程, 现下发给你们, 并就进一步做好有关工作提出如下要求: 加强组织管理, 进一步聚焦”一高一低” 各级卫生行政部门和各有关医疗卫生单位要充分认识聚焦”一高一低”工作 出院信息登记页面源代码 .STYLE1 color: #FF0000body,td,th font-size: 9pt;body margin-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-top: 0px; .style7 height: 24px; font-size: large
6、; font-weight: bold; text-align: center; color: #FFFFFF; 出院信息登记 姓名: 性别: 年龄: 病房: 入院日期: 住院费: 元 修改密码页面源代码 .STYLE1 color: #FF0000body,td,th font-size: 9pt;body margin-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-top: 0px; .
7、style1 font-weight: bold; font-size: large; text-align: center; color: #FFFFFF; .style2 text-align: center; 修改密码 输入修改的密码 确认修改的密码: 返回首页 添加药品页面源代码 .STYLE1 color: #FF0000body,td,th font-size: 9pt;body margin-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-top: 0px; .style7 height: 20px; font-size: large; font-weight: bold; color: #FFFFFF; text-align: center; 添加药品信息 药品名称: 药品数量: 药品单价: 元 药品单位: 批文编号: 药品功效: 药品成份: 服用方法: 返回首页/