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

📄 company.aspx

📁 金苹果进销存管理系统V1.2 运行环境: ASP.NET + SQL Server 2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="company.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.admin.company" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>company</title>
		<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="../styCss/sty1.css" type="text/css" rel="stylesheet">
		<LINK href="../styCss/fontSty.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="778" bgColor="#ffffff" border="0">
				<tr>
					<td class="whitFont" align="center" background="../Image/titleLine.gif" height="27">公司信息</td>
				</tr>
				<tr height="15">
					<td></td>
				</tr>
				<tr vAlign="top">
					<td>
						<table height="360" width="740" border="0">
							<tr>
								<td>
									<table width="740" border="0">
										<tr>
											<td class="contentFont" align="right" width="169">公司名称:</td>
											<td width="227"><asp:textbox id="CCName" runat="server" Width="200px" ></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right" width="91">英文名称:</td>
											<td width="235"><asp:textbox id="CEName" runat="server" Width="200px"></asp:textbox></td>
										</tr>
										<tr>
											<td class="contentFont" align="right">公司简称:</td>
											<td><asp:textbox id="CSName" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right">主营行业:</td>
											<td><asp:dropdownlist id="CBuss" runat="server" Width="200px">
													<asp:ListItem Value="农业食品">农业食品</asp:ListItem>
													<asp:ListItem Value="服装饰件">服装饰件</asp:ListItem>
													<asp:ListItem Value="工艺品">工艺品</asp:ListItem>
													<asp:ListItem Value="汽摩及配件">汽摩及配件</asp:ListItem>
													<asp:ListItem Value="箱包和礼盒">箱包和礼盒</asp:ListItem>
													<asp:ListItem Value="化工">化工</asp:ListItem>
													<asp:ListItem Value="计算机产品">计算机产品</asp:ListItem>
													<asp:ListItem Value="建筑和装饰材料">建筑和装饰材料</asp:ListItem>
													<asp:ListItem Value="消费电子">消费电子</asp:ListItem>
													<asp:ListItem Value="电气电子">电气电子</asp:ListItem>
													<asp:ListItem Value="家具摆设">家具摆设</asp:ListItem>
													<asp:ListItem Value="医药卫生">医药卫生</asp:ListItem>
													<asp:ListItem Value="轻工日用品">轻工日用品</asp:ListItem>
													<asp:ListItem Value="照明">照明</asp:ListItem>
													<asp:ListItem Value="机械">机械</asp:ListItem>
													<asp:ListItem Value="冶金矿产和能源">冶金矿产和能源</asp:ListItem>
													<asp:ListItem Value="办公文教">办公文教</asp:ListItem>
													<asp:ListItem Value="安全和防护">安全和防护</asp:ListItem>
													<asp:ListItem Value="服务">服务</asp:ListItem>
													<asp:ListItem Value="运动健身和休闲娱乐">运动健身和休闲娱乐</asp:ListItem>
													<asp:ListItem Value="纺织">纺织</asp:ListItem>
													<asp:ListItem Value="五金工具">五金工具</asp:ListItem>
													<asp:ListItem Value="玩具">玩具</asp:ListItem>
													<asp:ListItem Value="交通运输">交通运输</asp:ListItem>
												</asp:dropdownlist>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">公司电话:</td>
											<td><asp:textbox id="CPhone" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right">传真:</td>
											<td><asp:textbox id="CFax" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">联系人:</td>
											<td><asp:textbox id="CCContact" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right">联系人英文名:</td>
											<td><asp:textbox id="CEContact" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">电子邮件:</td>
											<td><asp:textbox id="CEmail" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right">公司主页:</td>
											<td><asp:textbox id="CWebSite" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">国家/地区:</td>
											<td><FONT face="宋体">China</FONT>&nbsp;</td>
											<td class="contentFont" align="right">省:</td>
											<td>
												<asp:TextBox id="province" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">市:</td>
											<td>
												<asp:TextBox id="city" runat="server" Width="200px"></asp:TextBox>&nbsp;</td>
											<td class="contentFont" align="right">地址:</td>
											<td><asp:textbox id="CCAddress" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right">公司英文地址:</td>
											<td><asp:textbox id="CEAddress" runat="server" Width="200px"></asp:textbox>&nbsp;</td>
											<td class="contentFont" align="right">邮政编码:</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 class="contentFont" align="right" width="167">公司介绍:</td>
											<td width="563"><asp:textbox id="CCInfo" runat="server" Width="528px" Height="88px" TextMode="MultiLine"></asp:textbox>&nbsp;</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td>
									<table width="740" border="0">
										<tr>
											<td class="contentFont" align="right" width="167">企业LOGO:</td>
											<td width="563"><INPUT id="logo" type="file" name="CLogoPic" runat="server">&nbsp;</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr class="contentFont" align="center">
								<td>&nbsp;
									<asp:button id="saveBtn" runat="server" Width="50px" Text="保 存"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT onclick="javascript:window.close();" type="button" value="取 消" width="50"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr height="15">
					<td></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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