1、第 0 页 共 34 页源代码登陆界面源代码:用户请登录注册用户登录用户名:密码:新用户请注册 用户名:密码:窗体发生代码:using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI
2、.HtmlControls;public partial class logn : System.Web.UI.Pageprotected void Page_Load(object sender, EventArgs e)if (!IsPostBack)Panel1.Visible = false;Panel2.Visible = false;protected void LinkButton2_Click(object sender, EventArgs e)Panel1.Visible = true;Panel2.Visible = false;protected void LinkBu
3、tton1_Click(object sender, EventArgs e)Panel1.Visible = false;Panel2.Visible = true;protected void Button1_Click(object sender, EventArgs e)if (TextBox5.Text = “ elseLabel1.Text = “你输入的用户名错误或密码错误,请重新输入“ ;protected void Button2_Click(object sender, EventArgs e)if (TextBox7.Text = “ elseLabel2.Text =
4、“请输入用户名和密码 “;主界面源代码:院内通知为进一步完善危重孕产妇的救治工作,保护母婴健康,维护社会与家庭的和谐,我局特制定了市危重孕产妇会诊、转诊工作原则与处置流程 ,现下发给你们,并就进一步做好有关工作提出如下要求:加强组织管理,进一步聚焦“一高一低”各级卫生行政部门和各有关医疗卫生单位要充分认识聚焦“一高一低”工作出院信息登记页面源代码第 4 页 共 34 页.STYLE1 color: #FF0000body,td,th font-size: 9pt;body margin-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-
5、top: 0px;.style7height: 24px;font-size: large;font-weight: bold;text-align: center;color: #FFFFFF;出院信息登记姓名:性别:第 5 页 共 34 页年龄:病房:入院日期:住院费:元修改密码页面源代码.STYLE1 color: #FF0000body,td,th font-size: 9pt;body margin-left: 0px;margin-right: 0px;margin-bottom: 0px;第 6 页 共 34 页margin-top: 0px;.style1font-weight
6、: bold;font-size: large;text-align: center;color: #FFFFFF;.style2text-align: center;修改密码输入修改的密码第 7 页 共 34 页确认修改的密码:返回首页添加药品页面源代码.STYLE1 color: #FF0000body,td,th font-size: 9pt;body 第 8 页 共 34 页margin-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-top: 0px;.style7height: 20px;font-size: large;
7、font-weight: bold;color: #FFFFFF;text-align: center;添加药品信息药品名称:药品数量:药品单价:元药品单位:第 9 页 共 34 页批文编号:药品功效:药品成份:服用方法: 返回首页窗体发生代码using System;using System.Data;using System.Configuration;using System.Collections;using System.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;using System.Data.SqlClient;public partial class MedicineAdd : System.Web.UI.Page