?? contractapply.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ContractApply.aspx.cs" Inherits="contract_clientinformation" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>無標題頁</title>
<style type="text/css">
.style1
{
width: 70px;
}
.style2
{
width: 126px;
}
.style3
{
width: 126px;
height: 148px;
}
.style4
{
height: 148px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div></div>
<div style=" margin-left:10px">填寫合同申請:</div>
<div><hr style="width: 560px; color: #00FFFF;" class="style1" /></div>
<table style="width:100%;"border="1px">
<tr>
<td class="style1" rowspan="9">
</td>
<td class="style2">
合同名</td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
合同簽訂日期</td>
<td>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" runat="server"
ImageUrl="~/pic/Calendar_scheduleHS.png" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox2" PopupButtonID="ImageButton1">
</cc1:CalendarExtender>
</td>
</tr>
<tr>
<td class="style2">
合同金額</td>
<td>
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
客戶姓名</td>
<td>
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
責任人</td>
<td>
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
結算方式</td>
<td>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True"
onselectedindexchanged="RadioButtonList1_SelectedIndexChanged">
<asp:ListItem>一次性付款</asp:ListItem>
<asp:ListItem>分期付款</asp:ListItem>
</asp:RadioButtonList>
<asp:DropDownList ID="DropDownList1" runat="server" EnableTheming="True"
Visible="False">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style3">
合同簡況</td>
<td class="style4">
<asp:TextBox ID="TextBox6" runat="server" Height="117px" TextMode="MultiLine"
Width="302px"></asp:TextBox>
</td>
</tr>
</table>
<div style="text-align: center; width: 599px;">
<asp:Button ID="Button1" runat="server" Text="提交" onclick="Button1_Click"
style="text-align: center; width: 40px;" /></div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -