📄 db_out.aspx
字号:
<%@ Page language="c#" Codebehind="db_out.aspx.cs" AutoEventWireup="false" Inherits="baoming.admin.db_out" %>
<%@ Register TagPrefix="iewc"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>
<HTML>
<HEAD>
<title>用户信息导出</title>
<meta content="SharePoint.WebPartPage.Document" name="ProgId">
<meta content="full" name="WebPartPageExpansion">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" name="form1" runat="server">
<table id="table1" cellPadding="2" width="100%" border="0">
<tr>
<td>
<table cellSpacing="1" cellPadding="0" width="100%" bgColor="#ffffff">
<tr>
<td class="header" colSpan="5" height="20"> 数据库导出</td>
</tr>
<tr bgColor="#e4eaf2">
<td width="30%"><b>导出学科</b></td>
<td width="75%" colSpan="4" height="20"><b>导出信息</b></td>
</tr>
<tr bgColor="#e4eaf2">
<td vAlign="top" width="30%" rowSpan="5"><iewc:treeview id="TreeView1" runat="server"></iewc:treeview></td>
<td colspan="4" style="HEIGHT: 21px">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr bgColor="#e4eaf2">
<td>
<asp:checkbox id="chbxName" runat="server" Checked="True" Text="姓名" Enabled="False"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxMarriage" runat="server" Text="婚姻状态"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxSex" runat="server" Text="性别"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxBirthday" runat="server" Text="出生年月"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxNation" runat="server" Text="民族"></asp:checkbox></td>
</tr>
<tr bgColor="#e4eaf2">
<td>
<asp:checkbox id="chbxPolitics" runat="server" Text="政治面貌"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxOldshool" runat="server" Text="学校|单位"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxID" runat="server" Text="身 份 证"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxEmail1" runat="server" Text="Email"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxEmail2" runat="server" Text="备用Email"></asp:checkbox></td>
</tr>
<tr bgColor="#e4eaf2">
<td>
<asp:checkbox id="chbxQQ" runat="server" Text="Q Q"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxPhone" runat="server" Text="电话"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxMoblie" runat="server" Text="手机"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxLocal" runat="server" Text="籍贯地区"></asp:checkbox></td>
<td>
<asp:checkbox id="chbxAddress" runat="server" Text="家庭地址"></asp:checkbox></td>
</tr>
<tr bgColor="#e4eaf2">
<td style="HEIGHT: 1px">
<asp:checkbox id="chbxZipcode" runat="server" Text="邮编"></asp:checkbox></td>
<td style="HEIGHT: 1px">
<asp:checkbox id="CbCustom1" runat="server" Enabled="true"></asp:checkbox></td>
<td style="HEIGHT: 1px">
<asp:checkbox id="CbCustom2" runat="server" Enabled="true"></asp:checkbox></td>
<td style="HEIGHT: 1px">
<asp:checkbox id="CbCustom3" runat="server" Enabled="true" DESIGNTIMEDRAGDROP="67"></asp:checkbox></td>
<td style="HEIGHT: 1px">
<asp:checkbox id="CbCustom4" runat="server" Enabled="true"></asp:checkbox></td>
</tr>
<TR>
<TD style="HEIGHT: 1px">
<asp:checkbox id="chbxAddMan" runat="server" Text="录入者"></asp:checkbox></TD>
<TD style="HEIGHT: 1px">
<asp:checkbox id="chbxAddTime" runat="server" Text="录入时间"></asp:checkbox></TD>
<TD style="HEIGHT: 1px"></TD>
<TD style="HEIGHT: 1px"></TD>
<TD style="HEIGHT: 1px"></TD>
</TR>
</table>
</td>
</tr>
<tr bgColor="#e4eaf2">
<td align="right" colSpan="4" height="20">
<p align="left"><b>保存设置</b></p>
</td>
</tr>
<tr bgColor="#e4eaf2">
<td align="left" colSpan="4">导出格式:
<asp:radiobutton id="RadioButton1" runat="server" Text="EXCLE" Enabled="False" GroupName="rbGS" Visible="False"></asp:radiobutton> <asp:radiobutton id="RadioButton2" runat="server" Text="ACCESS" Checked="True" Enabled="False" GroupName="rbGS"></asp:radiobutton></td>
</tr>
<tr bgColor="#e4eaf2">
<td align="left" colSpan="4"><FONT face="宋体">
<asp:button id="btOK" runat="server" Text="下载到本地" Enabled="False"></asp:button>
<asp:button id="BtnYuL" runat="server" Text="在线预览"></asp:button></FONT></td>
</tr>
<tr bgColor="#e4eaf2">
<td vAlign="top" align="left" colSpan="4"><FONT face="宋体"> </FONT><FONT face="Tahoma" color="#669966">下载到本地:ACCESS数据可以直接转换为EXCLE;<BR>
<FONT face="宋体"> </FONT>在线预览:将在新窗口打开页面,请不要选中太多导出项,防止页面变形;支持
在线打印,保存Html到本地。</FONT></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -