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

📄 check.aspx

📁 c++builder开发的一个仓库信息管理系统
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="check.aspx.vb" Inherits="Mode4_check" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 700px; height: 450px">
        <tr>
            <td style="width: 214px; 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="Buttonexamine" 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="Buttoncancelexamine" 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="Buttonbankout" runat="server" Height="20px" Text="返回" Width="200px" /></td>
                    </tr>
                </table>
            </td>
            <td rowspan="2" style="width: 519px; background-color: #f2ffff" valign="top">
                <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
                    <table style="width: 500px">
                        <tr>
                            <td align="left" style="width: 300px; height: 30px">
                                <asp:Button ID="a" runat="server" Enabled="False" Text="盘点列表" />
                                <asp:Button ID="inbanklist" runat="server" Text="盘点明细" /><span style="font-size: 10pt">
                                </span>
                            </td>
                            <td align="left" style="font-size: 10pt; width: 200px">
                            </td>
                        </tr>
                    </table>
                    <asp:DataGrid ID="DataGridcheck" runat="server" AutoGenerateColumns="False" CellPadding="4"
                        ForeColor="#333333" GridLines="None" Style="width: 600px">
                        <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="Center" />
                        <SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" ForeColor="#333333" HorizontalAlign="Center"
                            Wrap="False" />
                        <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="Center" />
                        <ItemStyle BackColor="#EFF3FB" Font-Bold="False" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" Height="20px" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
                            Font-Strikeout="False" Font-Underline="False" ForeColor="White" HorizontalAlign="Center"
                            VerticalAlign="Middle" />
                        <Columns>
                            <asp:BoundColumn DataField="ChekNo" HeaderText="盘点单号">
                                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                                    Font-Underline="False" HorizontalAlign="Center" />
                            </asp:BoundColumn>
                            <asp:BoundColumn DataField="ChekDate" HeaderText="盘点日期">
                                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                                    Font-Underline="False" HorizontalAlign="Center" />
                            </asp:BoundColumn>
                            <asp:BoundColumn DataField="ClassName" HeaderText="货品类别">
                                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                                    Font-Underline="False" HorizontalAlign="Center" />
                            </asp:BoundColumn>
                            <asp:BoundColumn DataField="IntoPeople" HeaderText="录入员"></asp:BoundColumn>
                            <asp:BoundColumn DataField="ExaminePeople" HeaderText="审核人 "></asp:BoundColumn>
                            <asp:BoundColumn DataField="plmoney" HeaderText="盈亏额"></asp:BoundColumn>
                            <asp:BoundColumn DataField="BankNote" HeaderText="附注"></asp:BoundColumn>
                        </Columns>
                    </asp:DataGrid></asp:Panel>
                <asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px">
                    <table style="width: 500px; height: 170px">
                        <tr>
                            <td colspan="2">
                                <asp:Button ID="inbank" runat="server" Text="盘点列表" />
                                <asp:Button ID="b" runat="server" Enabled="False" Text="盘点明细" /></td>
                            <td align="right" style="width: 100px">
                            </td>
                            <td style="width: 150px">
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px; height: 30px">
                                盘点单号:</td>
                            <td style="width: 150px">
                                <asp:TextBox ID="txt_inbankno" runat="server" Width="100px"></asp:TextBox>
                            </td>
                            <td align="right" style="width: 100px">
                                盘点日期:</td>
                            <td style="width: 150px">
                                <asp:TextBox ID="txt_inbankdate" runat="server" Width="100px"></asp:TextBox>
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px; height: 22px">
                                录入人:</td>
                            <td style="height: 22px">
                                <asp:TextBox ID="txt_inpeople" runat="server" Width="100px"></asp:TextBox>
                            </td>
                            <td align="right" style="width: 100px; height: 22px">
                                审核人:</td>
                            <td style="height: 22px">
                                <asp:TextBox ID="txt_expeople" runat="server" Width="100px"></asp:TextBox>
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px; height: 30px">
                                货品类别:</td>
                            <td>
                                &nbsp;<asp:DropDownList ID="DropDownList_classname" runat="server" Width="100px">
                                </asp:DropDownList></td>
                            <td align="right" style="width: 100px">
                                盈亏额:</td>
                            <td>
                                <asp:TextBox ID="txt_money" runat="server" Width="100px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px; height: 38px" valign="top">
                                附注:</td>
                            <td colspan="3" style="height: 38px" valign="top">
                                <asp:TextBox ID="txt_inbankremark" runat="server" Style="width: 350px; height: 40px"
                                    TextMode="MultiLine"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="left" colspan="4" style="height: 32px" valign="middle">
                                对入库货品进行:<asp:Button ID="append1" runat="server" Text="添加" />
                                <asp:Button ID="edit1" runat="server" Text="修改" />
                                <asp:Button ID="delete1" runat="server" Text="删除" /></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="4" style="height: 40px" valign="bottom">
                                <asp:Button ID="save" runat="server" Text="保存" />
                                <asp:Button ID="cancel" runat="server" Text="取消" />
                            </td>
                        </tr>
                    </table>
                </asp:Panel>
                <asp:Panel ID="Panel3" runat="server" Height="50px" Width="125px">

⌨️ 快捷键说明

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