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

📄 way_list.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Way_list.aspx.cs" Inherits="Manage_Way_list" %>

<%@ Register Src="enter.ascx" TagName="enter" TagPrefix="uc1" %>

<!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>
        <style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style>
</head>
<body leftmargin="0" bgcolor=#efefef>
    <form id="form1" runat="server">
    <div style="text-align: center">
        &nbsp;<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="Black"
            BorderStyle="Groove" BorderWidth="1px" CellPadding="3" Width="571px">
            <FooterStyle BackColor="White" ForeColor="#000066" />
            <RowStyle BorderColor="Black" BorderWidth="1px" ForeColor="#000066" />
            <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
            <PagerStyle BackColor="White" BorderColor="Black" BorderWidth="1px" ForeColor="#000066"
                HorizontalAlign="Left" />
            <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
        </asp:GridView>
        <uc1:enter ID="Enter1" runat="server" />
        线路查询:
        &nbsp;&nbsp;&nbsp;<asp:TextBox ID="TextBox1" runat="server" Width="157px"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="查询" />
        <asp:Button ID="Button2" runat="server" Enabled="False" OnClick="Button2_Click" Text="设置显示字段" />
        <asp:Panel ID="Panel1" runat="server" Height="50px" Visible="False" Width="561px">
            <table border="0" cellpadding="0" cellspacing="0" style="border-right: #000000 1px dashed;
                border-top: #000000 1px dashed; border-left: #000000 1px dashed; border-bottom: #000000 1px dashed;
                height: 94px; width: 571px;" bgcolor="#ffffff">
                <tr>
                    <td style="width: 757px">
                        &nbsp;<asp:CheckBoxList ID="CheckBoxList1" runat="server" RepeatDirection="Horizontal">
                        </asp:CheckBoxList></td>
                </tr>
                <tr>
                    <td style="width: 757px">
                        <asp:Button ID="Button3" runat="server" OnClick="Button3_Click1" Text="确定" /></td>
                </tr>
            </table>
        </asp:Panel>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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