?? addrecord.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AddRecord.aspx.cs" Inherits="Src_IndividualOperation_Doctor_AddRecord" Title="EMR-電子病歷系統->醫生->添加紀錄" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
// ]]>
</script>
<div style="z-index: 101; left: 9px; width: 500px; position: relative; top: 14px;
text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="text-align: left" class="tableb" id="TABLE1" onclick="return TABLE1_onclick()">
<tr><td colspan="2" style="height: 30px; text-align:center" class="doctortitle">
<span>添加住院記錄</span></td></tr>
<tr>
<td style="width: 141px; height: 24px; text-align:left">
姓名:</td>
<td style="width: 319px; height: 24px; text-align: left">
<asp:TextBox ID="TextBoxPatientName" runat="server" Width="175px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBoxPatientName"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 141px; text-align:left">
身份證號:</td>
<td style="width: 319px; text-align: left">
<asp:TextBox ID="TextBoxPatientIDCardNum" runat="server" Width="175px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBoxPatientIDCardNum"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="2">
<asp:Button ID="ButtonAdd" runat="server" OnClick="ButtonCheck_Click" Text="添加" CssClass="button"
Width="109px" />
</td>
</tr>
</table>
</div>
<br />
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -