?? querywarehouseoutform.aspx
字號:
?<%--文件名:QueryWarehouseOutForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryWarehouseOutForm.aspx.cs" Inherits="GoodsManage_QueryWarehouseOutForm" Title="當前位置:商品管理->查詢出庫商品" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 556px; height: 161px">
<tr>
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋體; height: 16px;
background-color: darkturquoise">
開始日期:<asp:TextBox ID="TextBox1" runat="server" Width="65px">2006-1-1</asp:TextBox>
結束日期:<asp:TextBox ID="TextBox2" runat="server" Width="64px">2008-1-1</asp:TextBox>
商品名稱:<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="商品名稱" DataValueField="商品編號" Width="178px">
</asp:DropDownList>
</td>
</tr>
<tr>
<td align="center" style="font-size: 0.8em; width: 2232px; font-family: 宋體; height: 16px;
background-color: seagreen">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查詢指定出庫商品" Width="150px" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="查詢全部出庫商品" Width="150px" />
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="打印出庫商品信息" Width="150px" /></td>
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="300px" ScrollBars="Auto" Width="553px">
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MySaleDBConnectionString %>"
SelectCommand="SELECT DISTINCT * FROM [商品信息]"></asp:SqlDataSource>
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋體" Font-Size="Small"
GridLines="Vertical" Width="1200px">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -