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

📄 group_add.aspx

📁 IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能、完美的解决了销售人员撞单问题、优秀的合同预领功能及合同管理功能
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_MyOffice_Group_Add, CrmCommand" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body class ="bodycolor"  leftmargin="0" topmargin="0">
    <form id="form1" runat="server">
    
        <table style="width: 100%">
			<tr>
				<td align="left"><table border="0" cellpadding="3" cellspacing="0" class="small" style="width: 100%">
            <tr>
                <td class="Big" style="width: 1016px; height: 25px">
                    <img align="absMiddle" height="18" src="../images/notify_new.gif" width="18" /><span
                        class="big3">&nbsp;</span>
                    <asp:Label ID="Label1" runat="server" Text="新建分组"></asp:Label></td>
            </tr>
        </table></td>
			</tr>
			<tr>
				<td align="center">	<table class="small" cellSpacing="1" cellPadding="1"  border="0"  style="width: 377px" bgcolor="black">
            <tr>
                <td class="TableData" style="width: 697px" align="left">组名称:</td>
                <td class="TableData" style="width: 674px" align="left"><asp:TextBox ID="TxtGroupName" runat="server" CssClass="BigInput"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TxtGroupName"
                        ErrorMessage="组名称不能为空"></asp:RequiredFieldValidator></td></tr>
                 <tr>
                <td class="TableData" style="width: 697px; height: 103px;" align="left">组描述:</td>
                <td class="TableData" style="width: 674px; height: 103px;" align="left">
				<asp:TextBox ID="TxtGroupRemark" runat="server" CssClass="BigInput" Height="93px" TextMode="MultiLine" Width="265px" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox></td></tr>
            <tr>
                <td class="TableData" style="width: 674px; height: 26px" align="center" colspan="2">
                    <asp:Button ID="Button7" runat="server" CssClass="BigButton" Height="26px" OnClick="Button7_Click"
                        Text="提交" Width="46px" />&nbsp;&nbsp;
                    <input id="Reset1" class="BigButton" style="height: 25px" type="reset" value="重置" /></td>
            </tr>
                </table>
</td>
			</tr>
		</table>
    
        
        
    </form>
</body>
</html>

⌨️ 快捷键说明

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