class.aspx

来自「c++builder开发的一个仓库信息管理系统」· ASPX 代码 · 共 208 行 · 第 1/2 页

ASPX
208
字号
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Class.aspx.vb" Inherits="Mode1leibie" title="Untitled Page" Debug="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 700px; height: 450px">
        <tr>
            <td style="width: 200px; height: 140px" valign="top">
                <table style="width: 200px; height: 140px">
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            width: 200px; border-bottom: thin outset; border-collapse: collapse; height: 20px"
                            valign="middle">
                            <asp:Button ID="append" runat="server" Height="20px" Text="添加" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="edit" runat="server" Height="20px" Text="修改" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="delete" runat="server" Height="20px" Text="删除" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="seek" runat="server" Height="20px" Text="查找" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="Button7" runat="server" Height="20px" Text="导出" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="Button8" runat="server" Height="20px" Text="打印" Width="200px" /></td>
                    </tr>
                    <tr>
                        <td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
                            border-bottom: thin outset; border-collapse: collapse; height: 20px">
                            <asp:Button ID="Button9" runat="server" Height="20px" Text="返回" Width="200px" /></td>
                    </tr>
                </table>
            </td>
            <td rowspan="2" style="width: 500px; background-color: #f2ffff" valign="top">
                &nbsp; &nbsp;&nbsp;
                <br />
                &nbsp; &nbsp; 货品类别信息<br />
                <asp:Panel ID="Panelappend" runat="server" Height="50px" Width="125px">
                    &nbsp;<table style="width: 500px">
                    <tr>
                        <td align="right" style="width: 100px">
                            类别编号:</td>
                        <td align="left" style="width: 150px">
                            <asp:TextBox ID="Textappendno" runat="server" Width="100px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator17" runat="server" ErrorMessage="*" ControlToValidate="Textappendno"></asp:RequiredFieldValidator></td>
                        <td align="right" style="width: 100px; color: #000000;">
                            类别名称:</td>
                        <td align="left" style="width: 150px">
                            &nbsp;<asp:TextBox ID="Textappendname" runat="server" Width="100px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator18" runat="server" ErrorMessage="*" ControlToValidate="Textappendname"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td align="center" colspan="4" style="height: 21px">
                            &nbsp;
                                &nbsp;<asp:Button ID="append2" runat="server" Text="提交" />&nbsp;
                                <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Mode1_Class.aspx">返回</asp:HyperLink></td>
                    </tr>
                </table>
                </asp:Panel>
                <asp:Panel ID="Panelfile" runat="server" Height="50px" Width="125px">
                    <asp:DataGrid ID="DataGridfile" runat="server" AllowSorting="True" AutoGenerateColumns="False"
                        CellPadding="4" ForeColor="#333333" GridLines="None" Width="500px">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <EditItemStyle BackColor="#2461BF" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Right" />
                        <SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" ForeColor="#333333" HorizontalAlign="Right" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <AlternatingItemStyle BackColor="White" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Right" />
                        <ItemStyle BackColor="#EFF3FB" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                            Font-Size="Smaller" Font-Strikeout="False" Font-Underline="False" Height="20px"
                            HorizontalAlign="Right" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" ForeColor="White" HorizontalAlign="Center" />
                        <Columns>
                            <asp:BoundColumn DataField="classNo" HeaderText="编号"></asp:BoundColumn>
                            <asp:BoundColumn DataField="className" HeaderText="名称"></asp:BoundColumn>
                        </Columns>
                    </asp:DataGrid></asp:Panel>
                <asp:Panel ID="Paneldelete" runat="server" Height="50px" Width="500px">
                    <table>
                        <tr>
                            <td align="right" style="width: 250px; height: 21px">
                                请输入您要删除的货品类别名称:</td>
                            <td align="left" style="width: 250px; height: 21px">
                                <asp:TextBox ID="Text_delete" runat="server"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator16" runat="server" ControlToValidate="Text_delete"
                                    ErrorMessage="*"></asp:RequiredFieldValidator></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2" style="height: 21px">
                                &nbsp;<asp:Button ID="delete2" runat="server" Text="删除" />

⌨️ 快捷键说明

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