📄 queryrepairform.aspx
字号:
<%--文件名:QueryRepairForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryRepairForm.aspx.cs" Inherits="QueryManage_QueryRepairForm" 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: 13px;
background-color: mediumturquoise">
维修编号:<asp:TextBox ID="TextBox1" runat="server" Width="92px">%%</asp:TextBox>
维修类别:<asp:TextBox ID="TextBox2" runat="server" Width="106px">%%</asp:TextBox>
维修项目:<asp:TextBox ID="TextBox3" runat="server" Width="115px">%%</asp:TextBox><br />
产品品牌:<asp:TextBox ID="TextBox4" runat="server" Width="81px">%%</asp:TextBox>
商家名称:<asp:TextBox ID="TextBox5" runat="server" Width="114px">%%</asp:TextBox>
客户名称:<asp:TextBox ID="TextBox6" runat="server" Width="116px">%%</asp:TextBox> <br />
保修情况:<asp:TextBox ID="TextBox7" runat="server" Width="106px">%%</asp:TextBox>
派修员工:<asp:TextBox ID="TextBox8" runat="server" Width="100px">%%</asp:TextBox>
维修方式:<asp:TextBox ID="TextBox11" runat="server" Width="106px">%%</asp:TextBox> <br />
(签收)开始日期:<asp:TextBox ID="TextBox9" runat="server" Width="81px">2007-1-1</asp:TextBox>
(签收)结束日期:<asp:TextBox ID="TextBox10" runat="server" Width="72px">2010-1-1</asp:TextBox> <asp:Button
ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="70px" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="打印" Width="70px" />
</td>
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="220px" ScrollBars="Auto" Width="553px">
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="White"
BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1" Font-Names="宋体"
Font-Size="Small" GridLines="None" Width="3200px" OnRowDataBound="GridView1_RowDataBound">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" HorizontalAlign="Center" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -