⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contractapply.aspx

📁 登陆界面
💻 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">
                &nbsp;</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 + -