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

📄 acommlist.aspx

📁 RSFlow 工作流站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ACommList.aspx.cs" AutoEventWireup="false" Inherits="VirFlow.WorkAssistant.ACommList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ACommList</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">
		<LINK href="Assistant.css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="WIDTH: 647px; HEIGHT: 344px" cellSpacing="0" cellPadding="0"
					width="647" border="0">
					<TR>
						<TD vAlign="top" align="center">
							<TABLE id="Table2" style="WIDTH: 648px; HEIGHT: 56px" cellSpacing="0" cellPadding="0" width="648"
								border="0">
								<TR>
									<TD style="HEIGHT: 28px" bgColor="#add8e6" colSpan="3">
										<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="../images/addressadd.gif"></asp:ImageButton>
										<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="../images/AddressDelete.gif"></asp:ImageButton>
										<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="../images/AddressGroup.gif"></asp:ImageButton></TD>
									<TD style="HEIGHT: 28px" bgColor="lightblue" colSpan="2"></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 2px" bgColor="lavender" colSpan="5">
										<TABLE id="Table3" borderColor="black" cellSpacing="0" borderColorDark="#ffffff" cellPadding="0"
											width="100%" border="1">
											<TR>
												<TD style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 7px; BORDER-BOTTOM-STYLE: none"
													align="right"><b>姓名:</b></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 7px; BORDER-BOTTOM-STYLE: none">
													<asp:TextBox id="TextBox1" runat="server" CssClass="input" Height="21px" Width="160px"></asp:TextBox></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 7px; BORDER-BOTTOM-STYLE: none"
													align="right"><b>类别:</b></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 7px; BORDER-BOTTOM-STYLE: none">
													<asp:DropDownList id="DropDownList1" runat="server" Width="160px"></asp:DropDownList></TD>
												<TD style="BORDER-RIGHT: black 1px solid; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 7px; BORDER-BOTTOM-STYLE: none">&nbsp;</TD>
											</TR>
											<TR>
												<TD style="BORDER-TOP-STYLE: none; BORDER-BOTTOM: black 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none"
													align="right"><b>单位名称:</b></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-BOTTOM: black 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none">
													<asp:TextBox id="TextBox2" runat="server" CssClass="input" Height="21px" Width="160px"></asp:TextBox></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-BOTTOM: black 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none"
													align="right"><b>家庭住址:</b></TD>
												<TD style="BORDER-TOP-STYLE: none; BORDER-BOTTOM: black 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none">
													<asp:TextBox id="TextBox3" runat="server" CssClass="input" Height="21px" Width="160px"></asp:TextBox></TD>
												<TD>
													<asp:Button id="Button1" runat="server" Text="搜索" CssClass="button1"></asp:Button></TD>
											</TR>
										</TABLE>
									</TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 5px" colSpan="5">
										<asp:DataGrid id="DataGrid1" runat="server" Height="10px" Width="100%" AutoGenerateColumns="False"
											BorderStyle="Solid" BorderColor="DodgerBlue" AllowPaging="True">
											<HeaderStyle HorizontalAlign="Center" BackColor="LightBlue"></HeaderStyle>
											<Columns>
												<asp:BoundColumn Visible="False" DataField="ID" HeaderText="ID"></asp:BoundColumn>
												<asp:BoundColumn HeaderText="选择">
													<ItemStyle Width="40px"></ItemStyle>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="FName" HeaderText="姓名"></asp:BoundColumn>
												<asp:BoundColumn DataField="FType" HeaderText="所属类别"></asp:BoundColumn>
												<asp:BoundColumn DataField="FDepName" HeaderText="单位名称"></asp:BoundColumn>
												<asp:BoundColumn DataField="FMobilePhone" HeaderText="移动电话"></asp:BoundColumn>
												<asp:BoundColumn DataField="FEmail" HeaderText="电子邮件"></asp:BoundColumn>
											</Columns>
										</asp:DataGrid></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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