thing.aspx
来自「c++builder开发的一个仓库信息管理系统」· ASPX 代码 · 共 489 行 · 第 1/3 页
ASPX
489 行
</asp:Panel>
<asp:Panel ID="Paneldelete" runat="server" Height="50px" Width="125px">
<table style="width: 499px">
<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="RequiredFieldValidator1" runat="server" ControlToValidate="Text_delete"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="center" colspan="2" style="height: 21px">
<asp:Button ID="delete2" runat="server" Text="删除" />
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Mode1_Thing.aspx">返回</asp:HyperLink></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 21px">
<asp:Label ID="Labeldelete" runat="server"></asp:Label></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panelseek" runat="server" Height="50px" Width="125px">
<table style="width: 500px">
<tr>
<td align="right" style="width: 250px; height: 21px">
请输入您要查找的供货商名称:</td>
<td align="left" style="width: 250px; height: 21px">
<asp:TextBox ID="TextBoxseek" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBoxseek"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="center" colspan="2" style="height: 21px">
<asp:Button ID="seek2" runat="server" Text="查找" />
<asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="~/Mode1_Thing.aspx">返回</asp:HyperLink></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 21px">
<asp:Label ID="Labelseek" runat="server"></asp:Label></td>
</tr>
</table>
<asp:DataGrid ID="DataGridseek" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" CellPadding="4" Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Size="13pt" Font-Strikeout="False" Font-Underline="False"
ForeColor="#333333" GridLines="None" HorizontalAlign="Center">
<FooterStyle BackColor="#507CD1" Font-Bold="True" Font-Size="13pt" ForeColor="White"
Height="30px" Width="500px" />
<EditItemStyle BackColor="#2461BF" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" ForeColor="#333333" 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" Wrap="False" />
<ItemStyle BackColor="#EFF3FB" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="False" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundColumn DataField="ThingNo" HeaderText="货品编号">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ThingName" HeaderText="名称">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ThingUnit" HeaderText="单位">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ProviderPrice" HeaderText="货商单价">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ShopPrice" HeaderText="超市单价">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="MinNumber" HeaderText="最少数量">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="MaxNumber" HeaderText="最多数量">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ClassNo" HeaderText="类别编号">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ProviderNo" HeaderText="货商编号">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="StockNumber" HeaderText="库存数量">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="remark" HeaderText="备注">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Wrap="False" />
</asp:BoundColumn>
</Columns>
</asp:DataGrid></asp:Panel>
</td>
</tr>
<tr>
<td style="background-image: url(images/diwen.jpg); background-repeat: repeat; height: 310px; width: 214px;">
<span style="font-weight: normal; font-size: 14px; color: black; font-family: 楷体_GB2312, 宋体;
letter-spacing: 1pt; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN;
mso-bidi-language: AR-SA">一<span lang="EN-US">.</span>基本信息模块仓库管理系统<br />
<br />
<span lang="EN-US" style="font-weight: bold; color: white; font-family: 楷体_GB2312">
<br />
</span>1人员管理:自定义整个系统的<br />
管理规则,包括定义管理员及其<br />
操作口令的功能。权限;
<br />
<span lang="EN-US" style="font-size: 14px; color: white; font-family: 楷体_GB2312">
<br />
<br />
</span>2货物信息:对每批产品生成唯<br />
一的基本条码序列号标签,用户<br />
<br />
可以根据自己的需要定义序<span lang="EN-US"><span style="mso-spacerun: yes"> </span></span>
列<br />
号,每种型号的产品都有固定的<br />
编码规则,在数据库中可以对产<br />
品进行添加、删除和编辑等操作;<span lang="EN-US"><span style="mso-spacerun: yes">
<br />
<br />
<br />
<br />
</span>3</span>其它相关信息:货物供应商,<br />
连锁超市,等信息的管理。</span></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?