📄 configtable.aspx
字号:
<%@ Page language="c#" Codebehind="ConfigTable.aspx.cs" AutoEventWireup="false" Inherits="comm.ConfigTable" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ConfigTable</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">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE class="maintext" id="Table1" height="10" cellSpacing="1" cellPadding="2" width="100%"
bgColor="#486d95" border="0">
<TR bgColor="#e1f0fc">
<TD align="right"><INPUT id="ibtn_qry" type="image" src="images/button/search_1.gif" border="0" name="ibtn_qry">
<INPUT runat="server" id="ibtn_add" onclick="confirm('是否增加新记录?')" type="image" src="images/button/add_1.gif"
border="0" name="ibtn_add">
<INPUT id="ibtn_save" runat="server" type="image" src="images/save_.gif" border="0" name="ibtn_save">
<INPUT runat="server" id="ibtn_del" onclick="confirm('确实要删除该条记录?')" type="image" src="images/button/del.gif"
border="0" name="ibtn_del">
<INPUT id="ibtn_clr" runat="server" type="image" src="images/button/clean_.gif" border="0" name="ibtn_clr">
<INPUT runat="server" id="ibtn_prt" type="image" src="images/button/print_.gif" border="0"
name="ibtn_prt"></TD>
</TR>
</TABLE>
<DIV></DIV>
</TD></TR><TR>
<TD align="left">
<DIV id="Panel_Edit" style="WIDTH: 100%; HEIGHT: 10px"><!--<TABLE class="" height="1" cellSpacing="1" cellPadding="2" width="100%" bgColor=""
border="0">
<TR bgColor="">
<TD>--> <!--</TD>
</TR>
</TABLE>-->
<TABLE class="maintext" id="ht" style="FONT-WEIGHT: bold; FONT-SIZE: 8pt; BORDER-LEFT-COLOR: white; BORDER-BOTTOM-COLOR: white; WIDTH: 100%; BORDER-TOP-COLOR: white; BORDER-RIGHT-COLOR: white; Align: center"
borderColor="white" cellSpacing="1" cellPadding="2" rules="cols" bgColor="#486d95"
border="0" BorderlighColor="LightGray" borWidth="768px">
<TR style="BACKGROUND-COLOR: #e1f0fc">
<TD><SPAN id="lbl_prop_id">编号</SPAN><SPAN style="COLOR: red">*</SPAN></TD>
<TD>
<asp:TextBox id="txt_table_id" runat="server"></asp:TextBox></TD>
<TD><SPAN id="lbl_prop_name">表名称</SPAN></TD>
<TD>
<asp:TextBox id="txt_table_cnname" runat="server"></asp:TextBox></TD>
</TR>
<TR style="BACKGROUND-COLOR: #e1f0fc">
<TD><SPAN id="lbl_prop_descript">表对象</SPAN></TD>
<TD>
<asp:DropDownList id="ddl_table" runat="server"></asp:DropDownList></TD>
<TD></TD>
<TD></TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
<TR>
<TD align="left">
<DIV id="Panel_Page" style="WIDTH: 100%">
<TABLE class="maintext" id="Table2" cellSpacing="1" cellPadding="0" width="100%" bgColor="#486d95"
border="0">
<TR bgColor="#e1f0fc">
<TD>
<TABLE class="maintext" id="Table3" align="right">
<TR>
<TD><INPUT runat="server" id="imgbtn_first" type="image" src="images/pagehome.gif" border="0"
name="imgbtn_first"></TD>
<TD><INPUT runat="server" id="imgbtn_pre" type="image" src="images/pageup.gif" border="0" name="imgbtn_pre"></TD>
<TD><INPUT runat="server" id="imgbtn_next" type="image" src="images/pagedown.gif" border="0"
name="imgbtn_next"></TD>
<TD><INPUT runat="server" id="imgbtn_end" type="image" src="images/pageend.gif" border="0"
name="imgbtn_end"></TD>
<TD width="200">第 <SPAN runat="server" id="lbl_currpage">1</SPAN>页/共 <SPAN id="lbl_pagecnt">
1</SPAN>页 转到 <INPUT runat="server" id="txt_page" style="WIDTH: 27px" name="txt_page">
<INPUT runat="server" id="imgbtn_go" type="image" src="images/go.gif" border="0" name="imgbtn_go"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
<TR>
<TD align="middle">
<DIV id="Panel_DG" style="WIDTH: 100%">
<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid><!--<TABLE class="maintext" height="1" cellSpacing="1" cellPadding="2" width="100%" bgColor="#486d95"
border="0">
<TR bgColor="#e1f0fc">
<TD><DIV style="OVERFLOW: auto; WIDTH: 750px; HEIGHT: 300px">--> <!--</DIV></TD>
</TR>
</TABLE>--></DIV>
</TD>
</TR>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -