📄 cacountin.aspx
字号:
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.SqlClient" %>
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<%@ Page Language="c#" codebehind="CAcountIN.aspx.cs" autoeventwireup="false" Inherits="WebApplication5.CAcountIN" %>
<HTML>
<HEAD>
<link href="style/blue.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form runat="server">
<center>
<table height="40" cellspacing="0" cellpadding="0" width="650" background="image/image23.bmp">
<tbody>
<tr>
<td height="30">
<asp:ImageButton id="Img_save" runat="server" ImageUrl="image/save.bmp" ImageAlign="Middle"></asp:ImageButton>
<asp:ImageButton id="Img_search" runat="server" ImageUrl="image/search.bmp" ImageAlign="Middle"></asp:ImageButton>
<asp:ImageButton id="Img_edit" runat="server" ImageUrl="image/edit.bmp" ImageAlign="Middle"></asp:ImageButton>
<asp:ImageButton id="Img_report" runat="server" ImageUrl="image/report.bmp" ImageAlign="Middle"></asp:ImageButton>
</td>
</tr>
</tbody>
</table>
<table bordercolor="#ffc080" height="326" cellspacing="0" cellpadding="0" border="1" width="650">
<tbody>
<tr>
<td height="80">
<table style="WIDTH: 643px; HEIGHT: 26px">
<tbody>
<tr>
<td width="30">
</td>
<td width="150">
序 号:<asp:TextBox id="r_ID" runat="server" Width="64px"></asp:TextBox>
</td>
<td width="90">
年:<asp:DropDownList id="DDList1" runat="server"></asp:DropDownList>
</td>
<td width="90">
月:<asp:DropDownList id="DDList2" runat="server"></asp:DropDownList>
</td>
<td>
供应商:<asp:DropDownList id="DDList3" runat="server" Width="126px"></asp:DropDownList>
</td>
</tr>
</tbody>
</table>
<table style="WIDTH: 643px; HEIGHT: 26px">
<tbody>
<tr>
<td width="30">
</td>
<td>
货物名称:<asp:DropDownList id="DDList4" runat="server" Width="454px"></asp:DropDownList>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<table style="WIDTH: 643px; HEIGHT: 26px">
<tbody>
<tr>
<td width="30">
</td>
<td width="150">
挂 帐:<asp:TextBox id="Account" runat="server" Width="64px"></asp:TextBox>
</td>
<td width="120">
付款:<asp:TextBox id="PayMent" runat="server" Width="81px"></asp:TextBox>
</td>
<td>
摘要:<asp:TextBox id="Remark" runat="server" Width="203px"></asp:TextBox>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<div id="div1" style="OVERFLOW: auto;HEIGHT: 210px" align="center">
<asp:Panel id="Panel1" runat="server" Width="625px" Height="179px">
<asp:DataGrid id="DataGrid1" runat="server" Width="610px" Height="184px" AutoGenerateColumns="False"
CellPadding="3" BackColor="White" BorderColor="#CCCCCC" BorderWidth="1px" BorderStyle="None">
<FooterStyle forecolor="#000066" backcolor="White"></FooterStyle>
<HeaderStyle font-bold="True" forecolor="White" backcolor="#006699"></HeaderStyle>
<PagerStyle horizontalalign="Left" forecolor="#000066" backcolor="White" mode="NumericPages"></PagerStyle>
<SelectedItemStyle font-bold="True" forecolor="White" backcolor="#669999"></SelectedItemStyle>
<ItemStyle forecolor="#000066"></ItemStyle>
<Columns>
<asp:BoundColumn DataField="c_id" HeaderText="序号"></asp:BoundColumn>
<asp:BoundColumn DataField="c_year" HeaderText="年"></asp:BoundColumn>
<asp:BoundColumn DataField="c_month" HeaderText="月"></asp:BoundColumn>
<asp:BoundColumn DataField="c_provider" HeaderText="供应商"></asp:BoundColumn>
<asp:BoundColumn DataField="c_goods" HeaderText="货物名称"></asp:BoundColumn>
<asp:BoundColumn DataField="c_account" HeaderText="挂帐"></asp:BoundColumn>
<asp:BoundColumn DataField="c_payment" HeaderText="付款"></asp:BoundColumn>
<asp:BoundColumn DataField="c_remark" HeaderText="摘要"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
</asp:Panel>
</div>
</td>
</tr>
</tbody>
</table>
</center>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -