📄 companytype.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CompanyType.aspx.cs" Inherits="CompanyType" %>
<!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>
<form id="form1" runat="server">
<div>
<strong><span style="font-family: 宋体">
单位类型维护</span></strong>
<hr />
</div>
<table style="height: 413px" border="1">
<tr>
<td style="height: 26px" colspan="4">
</td>
</tr>
<tr>
<td rowspan="5" style="width: 171px" valign="top">
<asp:ListBox ID="lstCmyType" runat="server" Height="321px" Width="170px" OnSelectedIndexChanged="lstCmyType_SelectedIndexChanged" AutoPostBack="true"></asp:ListBox>
<asp:CheckBox ID="chkViewDel" runat="server" Text="查看已删除" Font-Names="宋体" Font-Size="Small" AutoPostBack="true" OnCheckedChanged="chkViewDel_CheckedChanged" /></td>
<td rowspan="5" style="width: 40px" valign="top">
<br />
<br />
<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" />
<br />
<br />
<asp:Button ID="btnDel" runat="server" Text="删除" OnClick="btnDel_Click" /></td>
<td style="height: 50px;" colspan="2">
</td>
</tr>
<tr>
<td style="width: 96px; height: 14px;" align="right">
<asp:Label ID="Label1" runat="server" Font-Names="宋体" Font-Size="Small" Text="类型名称"></asp:Label></td>
<td style="width: 250px; height: 14px;">
<asp:TextBox ID="txtCmyName" runat="server" Height="20px" Width="157px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 35px;" colspan="2">
</td>
</tr>
<tr>
<td style="width: 96px; height: 130px;" align="right" valign="top">
<asp:Label ID="Label2" runat="server" Font-Names="宋体" Font-Size="Small" Height="22px"
Text="备注" Width="32px"></asp:Label></td>
<td style="width: 250px; height: 130px;" valign="top">
<asp:TextBox ID="txtRemark" runat="server" Height="100px" Width="220px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 96px; height: 20px" valign="top">
</td>
<td style="width: 250px; height: 20px" valign="top">
<asp:Button ID="btnModify" runat="server" Text="修改" OnClick="btnModify_Click" />
</td>
</tr>
<tr>
<td style="height: 30px" colspan="4">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -