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

📄 j_companyinfo.aspx

📁 金苹果进销存管理系统V1.2 运行环境: ASP.NET + SQL Server 2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="j_companyInfo.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.admin.j_companyInfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>j_companyInfo</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="../styCss/fontSty.css" rel="stylesheet" type="text/css">
		<link href="../styCss/sty1.css" rel="stylesheet" type="text/css">
<script language=javascript>
		
		window.$n=function(n){return top.document.getElementsByTagName?top.document.getElementsByTagName(n):new Array()}
         window.$c=function(n){return this.document.getElementsByTagName?this.document.getElementsByTagName(n):new Array()}
		 function lockFaceAdpter()
		 {

			var selt=$n("select");
			for(var i=0;i<selt.length;i++){selt[i].style.visibility = "hidden"}

			var seltc=$c("select");
			for(var i=0;i<seltc.length;i++){seltc[i].style.visibility = "hidden"}

			var titlecolor,msgw,msgh,bordercolor;
			msgw=300;//提示窗口的宽度
			msgh=80;//提示窗口的高度
			titleheight=25 //提示窗口标题高度
			bordercolor="#999";//提示窗口的边框颜色
			titlecolor="#445588";//提示窗口的标题颜色
					
			var sWidth,sHeight;
			sWidth=top.document.body.scrollWidth;
			sHeight=top.document.body.scrollHeight;
			var bgObj=top.document.createElement("div");
			bgObj.setAttribute('id','bgDiv');
			bgObj.style.position="absolute";
			bgObj.style.top="0";
			bgObj.style.background="#777";
			bgObj.style.color="#000000";
			bgObj.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75";
			bgObj.style.opacity="0.6";
			bgObj.style.left="0";
			bgObj.style.width=sWidth + "px";
			bgObj.style.height=sHeight + "px";
			bgObj.style.zIndex = "10000";
			
			top.document.body.appendChild(bgObj);	

			var msgObj=top.document.createElement("div")
			msgObj.setAttribute("id","msgDiv");
			msgObj.setAttribute("align","center");
			msgObj.style.background="#FFFFFF";
			msgObj.style.border="1px solid " + bordercolor;
			msgObj.style.position = "absolute";
			msgObj.style.left = (sWidth - msgw)/2;
			msgObj.style.top = (sHeight - msgh)/2;
			msgObj.style.width = msgw + "px";
			msgObj.style.height = msgh + "px";
			msgObj.style.textAlign = "center";
			msgObj.style.zIndex = "10001";
			msgObj.style.padding = "0 0 0 0";

			var alertInfo=document.all['alertInfo'];
			msgObj.innerHTML = alertInfo.innerHTML;

			top.document.body.appendChild(msgObj);
        }

		</script>
		<style type="text/css">
		SELECT.picklist
		 {  LEFT: -2px; WIDTH: 101%; POSITION: relative; TOP: -2px }
		</style>
	</HEAD>
	<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0">
		<form id="Form1" method="post" runat="server">
			<table width="740" height="360" border="0">
				<tr>
					<td><table width="740" border="0">
							<tr>
								<td width="169" align="right" class="contentFont">公司名称:</td>
								<td width="227">
									<asp:TextBox id="CCName" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td width="91" align="right" class="contentFont">英文名称:</td>
								<td width="235">
									<asp:TextBox id="CEName" runat="server" Width="200px"></asp:TextBox></td>
							</tr>
							<tr>
								<td align="right" class="contentFont">公司简称:</td>
								<td>
									<asp:TextBox id="CSName" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td align="right" class="contentFont">主营行业:</td>
								<td>
									<asp:DropDownList id="CBuss" runat="server" Width="200px"></asp:DropDownList>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">公司电话:</td>
								<td>
									<asp:TextBox id="CPhone" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td align="right" class="contentFont">传真:</td>
								<td>
									<asp:TextBox id="CFax" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">联系人:</td>
								<td>
									<asp:TextBox id="CCContact" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td align="right" class="contentFont">联系人英文名:</td>
								<td>
									<asp:TextBox id="CEContact" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">电子邮件:</td>
								<td>
									<asp:TextBox id="CEmail" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td align="right" class="contentFont">公司主页:</td>
								<td>
									<asp:TextBox id="CWebSite" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">国家/地区:</td>
								<td><SELECT style="WIDTH: 200px" name="CCountry">
										<OPTION selected></OPTION>
									</SELECT>&nbsp;</td>
								<td align="right" class="contentFont">省:</td>
								<td><SELECT style="WIDTH: 200px" name="CPro">
										<OPTION selected></OPTION>
									</SELECT>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">市:</td>
								<td><SELECT style="WIDTH: 200px" name="CCity">
										<OPTION selected></OPTION>
									</SELECT>&nbsp;</td>
								<td align="right" class="contentFont">地址:</td>
								<td>
									<asp:TextBox id="CCAddress" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
							</tr>
							<tr>
								<td align="right" class="contentFont">公司英文地址:</td>
								<td>
									<asp:TextBox id="CEAddress" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
								<td align="right" class="contentFont">邮政编码:</td>
								<td>
									<asp:TextBox id="CZip" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td><table width="740" border="0">
							<tr>
								<td width="167" align="right" class="contentFont">公司介绍:</td>
								<td width="563">
									<asp:TextBox id="CCInfo" runat="server" Width="528px" TextMode="MultiLine" Height="88px"></asp:TextBox>&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td><table width="740" border="0">
							<tr>
								<td width="167" align="right" class="contentFont">企业LOGO:</td>
								<td width="563"><INPUT type="file" name="CLogoPic">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr align="center" class="contentFont">
					<td>&nbsp;
						<asp:Button id="saveBtn" runat="server" Text="保 存" Width="50px"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT width="50" type="button" onClick="javascript:window.close();" value="取 消"></td>
				</tr>
			</table>
		</form>
		
		<div id='alertInfo' style="visibility: hidden;">
<table border="0" cellspacing="0" cellpadding="0" style="alpha(opacity=80);">
	<tr>
		<td valign="middle" height="80" width="20%" align="right">
			<img src="../image/loading.gif" >
		</td>
		<td valign="middle" height="80" width="80%" align="left">
			&nbsp;&nbsp系统正在处理中......
		</td>
	</tr>
</table>
</div>
	</body>
</HTML>

⌨️ 快捷键说明

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