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

📄 sendmail.aspx

📁 一个办公管理系统完整版
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="SendMail.aspx.cs" AutoEventWireup="false" Inherits="OfficeSys.send.SendMail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>系办公系统</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="../css/css.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 128px; POSITION: absolute; TOP: 88px" runat="server"
					Width="48px">标题:</asp:Label>
				<asp:TextBox id="title" style="Z-INDEX: 102; LEFT: 192px; POSITION: absolute; TOP: 88px" runat="server"
					Width="240px"></asp:TextBox>
				<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 216px; POSITION: absolute; TOP: 16px" runat="server"
					Width="64px" Height="24px">发送邮件</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 128px; POSITION: absolute; TOP: 232px" runat="server"
					Width="48px" Height="24px">内容:</asp:Label>
				<asp:TextBox id="textArea" style="Z-INDEX: 105; LEFT: 192px; POSITION: absolute; TOP: 120px"
					runat="server" Width="280px" Height="232px" TextMode="MultiLine"></asp:TextBox>
				<asp:Label id="Label4" style="Z-INDEX: 106; LEFT: 128px; POSITION: absolute; TOP: 56px" runat="server"
					Width="64px" Height="24px">发送给:</asp:Label>
				<asp:TextBox id="toMail" style="Z-INDEX: 107; LEFT: 192px; POSITION: absolute; TOP: 56px" runat="server"
					Width="240px"></asp:TextBox>
				<asp:DropDownList id="DropDownList1" style="Z-INDEX: 108; LEFT: 456px; POSITION: absolute; TOP: 56px"
					runat="server" Width="120px" Height="24px"></asp:DropDownList>
				<asp:Button id="Button1" style="Z-INDEX: 109; LEFT: 624px; POSITION: absolute; TOP: 56px" runat="server"
					Width="56px" Text="确定"></asp:Button>
				<asp:Button id="Button2" style="Z-INDEX: 110; LEFT: 136px; POSITION: absolute; TOP: 488px" runat="server"
					Width="56px" Text="发送"></asp:Button>
				<asp:Label id="Label5" style="Z-INDEX: 111; LEFT: 128px; POSITION: absolute; TOP: 384px" runat="server"
					Width="56px" Height="24px">附件1:</asp:Label><INPUT id="File1" style="Z-INDEX: 112; LEFT: 192px; WIDTH: 320px; POSITION: absolute; TOP: 376px; HEIGHT: 24px"
					type="file" size="100" name="File1" runat="server">
				<asp:Label id="Label6" style="Z-INDEX: 113; LEFT: 128px; POSITION: absolute; TOP: 424px" runat="server"
					Width="56px" Height="24px">附件2:</asp:Label><INPUT id="File2" style="Z-INDEX: 114; LEFT: 192px; WIDTH: 320px; POSITION: absolute; TOP: 416px; HEIGHT: 24px"
					type="file" size="100" name="File2" runat="server"></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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