?? nanzhao.aspx
字號:
<%@ Page language="c#" Codebehind="nanzhao.aspx.cs" AutoEventWireup="false" Inherits="醫院管理系統.nanzhao" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>nanzhao</title>
<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 MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋體">
<TABLE id="Table1" align="center" cellSpacing="1" cellPadding="1" width="80%" border="1">
<TR>
<TD style="HEIGHT: 60px" align="center" background="img/9.jpg" bgColor="#ffcc66"><FONT face="華文彩云" color="#663366" size="7"><STRONG>疑難病況顯示</STRONG></FONT> </TD>
</TR>
<TR>
<TD>
<asp:datagrid id=DataGrid1 runat="server" Width="100%" AllowPaging="True" DataSource="<%# nan1 %>" DataKeyField="掛號號碼" DataMember="Table" AutoGenerateColumns="False" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
<ItemStyle ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="掛號號碼" HeaderText="掛號號碼"></asp:BoundColumn>
<asp:BoundColumn DataField="姓名" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="性別" HeaderText="性別"></asp:BoundColumn>
<asp:BoundColumn DataField="年齡" HeaderText="年齡"></asp:BoundColumn>
<asp:BoundColumn DataField="疑難病況" HeaderText="疑難病況"></asp:BoundColumn>
<asp:BoundColumn DataField="過敏藥物" SortExpression="過敏藥物" HeaderText="過敏藥物"></asp:BoundColumn>
<asp:BoundColumn DataField="醫師" HeaderText="醫師"></asp:BoundColumn>
<asp:BoundColumn DataField="上傳日期" HeaderText="上傳日期"></asp:BoundColumn>
<asp:ButtonColumn Text="選擇" CommandName="Select"></asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid></TD>
</TR>
<TR>
<TD align="center"> 掛號號碼
<asp:textbox id="TextBox1" runat="server" Width="120px"></asp:textbox>
<asp:button id="Button1" runat="server" Text="查找"></asp:button>
<asp:button id="Button2" runat="server" Text="詳細信息"></asp:button>
<asp:Button id="Button3" runat="server" Text="返回"></asp:Button></TD>
</TR>
<TR>
<TD>
<asp:panel id="p1" Width="749px" Visible="False" Runat="server">
<TABLE id="Table2" style="WIDTH: 657px; HEIGHT: 506px" height="0" cellSpacing="1" cellPadding="1"
width="657" align="center" border="1">
<TR>
<TD style="HEIGHT: 1px" align="center" colSpan="2">
<asp:Label id="Label14" runat="server" Width="236px" ForeColor="Red"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 7px">掛號號碼:</TD>
<TD style="HEIGHT: 7px">
<asp:label id="Label1" runat="server" Width="272px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 3px">姓名:</TD>
<TD style="HEIGHT: 3px">
<asp:label id="Label2" runat="server" Width="248px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 10px">年齡:</TD>
<TD style="HEIGHT: 10px">
<asp:label id="Label3" runat="server" Width="304px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 4px">性別:</TD>
<TD style="HEIGHT: 4px">
<asp:label id="Label4" runat="server" Width="288px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 100px">疑難病況:</TD>
<TD style="HEIGHT: 100px">
<asp:label id="Label5" runat="server" Width="520px" Height="206px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 138px">過敏藥物:</TD>
<TD style="HEIGHT: 138px">
<asp:label id="Label6" runat="server" Width="552px" Height="174px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 2px">醫師:</TD>
<TD style="HEIGHT: 2px">
<asp:label id="Label7" runat="server" Width="184px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 103px; HEIGHT: 34px">日期:</TD>
<TD style="HEIGHT: 34px">
<asp:label id="Label8" runat="server" Width="448px"></asp:label></TD>
</TR>
</TABLE>
</asp:panel></TD>
</TR>
<TR>
<TD>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -