default.aspx
来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 207 行
ASPX
207 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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">
<!--
body,td,th {
font-size: 12px;
color: #000000;
}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<asp:Wizard ID="Wizard1" runat="server" BackColor="#EFF3FB" BorderColor="#B5C7DE"
BorderWidth="1px" Font-Names="Verdana" Font-Size="Smaller" Height="142px" OnFinishButtonClick="Wizard1_FinishButtonClick"
OnNextButtonClick="Wizard1_NextButtonClick" Width="456px" ActiveStepIndex="0">
<StepStyle Font-Size="0.8em" ForeColor="#333333" />
<SideBarStyle BackColor="#507CD1" Font-Size="0.9em" VerticalAlign="Top" />
<NavigationButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" />
<WizardSteps>
<asp:WizardStep ID="sep1" runat="server" Title="登录信息">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="height: 149px" width="200">
<tr>
<td style="width: 100px; height: 32px; text-align: center;">
新用户注册</td>
</tr>
<tr>
<td style="width: 100px">
<table bordercolor="#0" cellpadding="0" cellspacing="0" style="width: 257px; height: 87px">
<tr>
<td style="width: 100px">
用户名:</td>
<td style="width: 316px; text-align: left;">
<asp:TextBox ID="txt_name" runat="server" Height="12px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 100px; height: 12px">
密 码:</td>
<td style="width: 316px; height: 12px; text-align: left;">
<asp:TextBox ID="txt_pwd" runat="server" Height="12px" TextMode="Password" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 100px; height: 14px">
性 别:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:RadioButtonList ID="rbl_sex" runat="server" RepeatColumns="2" RepeatDirection="Horizontal"
RepeatLayout="Flow">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 100px; height: 14px">
E-Mail:</td>
<td style="width: 316px; height: 14px; text-align: left;">
<asp:TextBox ID="txt_email" runat="server" Height="12px" Width="150px"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px; height: 25px; text-align: center;">
<asp:Label ID="Label1" runat="server"></asp:Label>
</td>
</tr>
</table>
</div>
</asp:WizardStep>
<asp:WizardStep ID="sep2" runat="server" Title="基本信息"><table border="0" cellpadding="0" cellspacing="0" style="height: 149px" width="200">
<tr>
<td style="width: 100px; height: 32px; text-align: center;">
基本信息</td>
</tr>
<tr>
<td style="width: 100px; height: 107px;">
<table bordercolor="#0" cellpadding="0" cellspacing="0" style="width: 257px; height: 87px">
<tr>
<td style="width: 245px">
真实姓名:</td>
<td style="width: 316px; text-align: left;">
<asp:TextBox ID="txt_trueName" runat="server" Height="12px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 245px; height: 12px">
年 龄:</td>
<td style="width: 316px; height: 12px; text-align: left;">
<asp:TextBox ID="txt_age" runat="server" Height="12px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 245px; height: 14px">
来 自:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:TextBox ID="txt_From" runat="server" Height="12px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 245px; height: 14px">
</td>
<td style="width: 316px; height: 14px; text-align: left;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px; height: 25px; text-align: center;">
<asp:Label ID="sep2label" runat="server"></asp:Label>
</td>
</tr>
</table>
</asp:WizardStep>
<asp:WizardStep ID="sep3" runat="server" Title="完成注册"><table border="0" cellpadding="0" cellspacing="0" style="height: 52px; width: 388px;">
<tr>
<td style="width: 100px; height: 32px; text-align: center;">
</td>
</tr>
<tr>
<td style="width: 100px; height: 97px;">
<table bordercolor="#0" cellpadding="0" cellspacing="0" style="width: 383px; height: 87px">
<tr>
<td style="width: 138px">
用 户 名:</td>
<td style="width: 316px; text-align: left;">
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 12px">
密 码:</td>
<td style="width: 316px; height: 12px; text-align: left;">
<asp:Label ID="Label3" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
性 别:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
电子邮件:</td>
<td style="width: 316px; height: 14px; text-align: left;">
<asp:Label ID="Label5" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
真实姓名:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:Label ID="Label6" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
年 龄:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:Label ID="Label7" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
来 自:</td>
<td style="width: 316px; height: 14px; text-align: left">
<asp:Label ID="Label8" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 138px; height: 14px">
</td>
<td style="width: 316px; height: 14px; text-align: left">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px; height: 25px; text-align: center;">
</td>
</tr>
</table>
</asp:WizardStep>
</WizardSteps>
<SideBarButtonStyle BackColor="#507CD1" Font-Names="Verdana" ForeColor="White" />
<HeaderStyle BackColor="#284E98" BorderColor="#EFF3FB" BorderStyle="Solid" BorderWidth="2px"
Font-Bold="True" Font-Size="0.9em" ForeColor="White" HorizontalAlign="Center" />
</asp:Wizard>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?