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

📄 databackup.aspx

📁 实现电子病历功能 有医生护士等角色 分别可以增加病历修改病历删除病历等等功能 等等
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="DataBackUp.aspx.cs" Inherits="IndividualOperation_Administrator_DataBackUp" Title="EMR-电子病历系统->管理员->数据备份及还原" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div style="z-index: 101; left: 6px; width: 597px; position: relative; top: 6px;
        height: 143px">
        <table style="width: 598px; height: 85px" class="tableb">
            <tr>
                <td style="width: 70px; height: 28px; text-align:left" class="text">
                    选择备份:</td>
                <td style="width: 200px; height: 28px">
                    <asp:DropDownList ID="DropDownListBackUp" runat="server" Width="83px">
                        <asp:ListItem Value="0">备份病历</asp:ListItem>
                        <asp:ListItem Value="1">备份用户</asp:ListItem>
                    </asp:DropDownList><asp:Button ID="ButtonBackUp" runat="server" OnClick="ButtonBackUp_Click" Text="开始备份" Width="82px" CssClass="button" />
                    </td>
            </tr>
            <tr>
                <td style="width: 70px; height: 23px; text-align:left" class="text">
                    选择还原:</td>
                <td style="width: 300px; height: 23px">
                    <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="White"
                        BorderWidth="1px" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="190px"
                        NextPrevFormat="FullMonth" Width="350px">
                        <SelectedDayStyle BackColor="#333399" ForeColor="White" />
                        <TodayDayStyle BackColor="#CCCCCC" />
                        <OtherMonthDayStyle ForeColor="#999999" />
                        <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" VerticalAlign="Bottom" />
                        <DayHeaderStyle Font-Bold="True" Font-Size="8pt" />
                        <TitleStyle BackColor="White" BorderColor="Black" BorderWidth="4px" Font-Bold="True"
                            Font-Size="12pt" ForeColor="#333399" />
                    </asp:Calendar>
                    <asp:DropDownList ID="DropDownListBackDown" runat="server" Width="83px">
                        <asp:ListItem Value="0">还原病历</asp:ListItem>
                        <asp:ListItem Value="1">还原用户</asp:ListItem>
                    </asp:DropDownList><asp:Button ID="ButtonBackDown" runat="server" OnClick="ButtonBackDown_Click" Text="开始还原" Width="82px" CssClass="button" />&nbsp;</td>
            </tr>
        </table>
    </div>
    <br />
    <br />
    <br />
</asp:Content>

⌨️ 快捷键说明

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