📄 basiccustomer.aspx
字号:
<ContentPane>
<Template>
<div style=" font-size:small">
<table class="style1">
<tr>
<td width="95" height="41" class="style2">
</td>
<td colspan="2">
<asp:Label ID="lbltitle" runat="server" Text="客户信息修改" Font-Size="Large"
ForeColor="Red"></asp:Label>
</td>
<td class="style3">
</td>
</tr>
<tr>
<td height="38">
公司名称:</td>
<td class="style4">
<asp:TextBox ID="cCusName" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td wid公司地址:</td class="style7">
公司地址:<td>
<asp:TextBox ID="cCusAddress" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="36">
Email:</td>
<td>
<asp:TextBox ID="cCusEmail" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td class="style7">
联系人:</td>
<td>
<asp:TextBox ID="cCusPerson" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="39">
联系电话:</td>
<td>
<asp:TextBox ID="cCusPhone" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td class="style7">
传真:</td>
<td>
<asp:TextBox ID="cCusFax" runat="server" Width="129px" style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="45">
</td>
<td>
<asp:Button ID="WebConfirm" runat="server" Text="保 存"
onclick="WebConfirm_Click" />
</td>
<td class="style7">
<asp:Button ID="WebClose" runat="server" Text="关 闭" onclick="WebClose_Click" /></td>
<td>
<asp:Label ID="lblsuss" runat="server"></asp:Label>
</td>
</tr>
</table>
</div>
</Template>
</ContentPane>
</cc2:WebDialogWindow>
</div>
</div>
</div>
<div id="Layer5">
<cc2:WebDialogWindow ID="WebWindowAdd" runat="server" Height="278px"
Modal="True" style="margin-top: 162px" Width="540px"
WindowState="Hidden">
<Resizer Enabled="True">
</Resizer>
<Header>
<MaximizeBox Visible="True" />
<MinimizeBox Visible="True" />
</Header>
<ContentPane>
<Template>
<div style=" font-size:small">
<table class="style1">
<tr>
<td width="95" height="41" class="style2">
</td>
<td colspan="2">
<asp:Label ID="Label1" runat="server" Text="客户信息添加" Font-Size="Large"
ForeColor="Red"></asp:Label>
</td>
<td class="style3">
</td>
</tr>
<tr>
<td height="38">
公司名称:</td>
<td class="style4">
<asp:TextBox ID="gsname" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td wid公司地址:</td class="style7">
公司地址:<td>
<asp:TextBox ID="AddrAdd" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="36">
Email:</td>
<td>
<asp:TextBox ID="EmailAdd" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td class="style7">
联系人:</td>
<td>
<asp:TextBox ID="lxrAdd" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="39">
联系电话:</td>
<td>
<asp:TextBox ID="telAdd" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
<td class="style7">
传真:</td>
<td>
<asp:TextBox ID="faxAdd" runat="server" Width="129px"
style="border-bottom:1px #FFFFFF;background:; border-bottom-color:#000000; border-left:0px; border-right:0px; border-top:0px;"></asp:TextBox>
</td>
</tr>
<tr>
<td height="45">
</td>
<td>
<asp:Button ID="AddSave" runat="server" Text="保 存"
onclick="AddSave_Click" />
</td>
<td class="style7">
<asp:Button ID="CloseAdd" runat="server" Text="关 闭" onclick="CloseAdd_Click" /></td>
<td>
<asp:Label ID="Label2" runat="server"></asp:Label>
</td>
</tr>
</table>
</div>
</Template>
</ContentPane>
</cc2:WebDialogWindow></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -