📄 operator_manage.aspx
字号:
<%@ Page language="c#" Codebehind="Operator_Manage.aspx.cs" AutoEventWireup="false" Inherits="myTravelSoft.Operator_Manage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Operator_Manage</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body bgColor="#3294c1">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="WIDTH: 771px; HEIGHT: 612px" cellSpacing="1" cellPadding="1"
width="771" border="0">
<TR>
<TD style="HEIGHT: 83px"><FONT face="宋体"><asp:panel id="Panel1" runat="server" Height="69px">
请选择创建方式:<BR><BR>
<asp:RadioButton id="RadioButton1" runat="server" Text="从员工中创建" GroupName="O"></asp:RadioButton>
<asp:RadioButton id="RadioButton2" runat="server" Text="自定义操作员" GroupName="O"></asp:RadioButton>
<asp:ImageButton id="ImageButton1" runat="server" Height="25px" ImageUrl="Image/next.gif"></asp:ImageButton>
</asp:panel></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 229px"><asp:panel id="Panel2" runat="server" Visible="False" Height="218px"><FONT face="宋体">从员工创建:<BR>
<BR>
<DIV style="WIDTH: 765px; POSITION: relative; HEIGHT: 162px" ms_positioning="GridLayout">
<asp:ListBox id="ListBox1" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 8px" runat="server"
Height="146px" Width="112px"></asp:ListBox><IMG style="Z-INDEX: 102; LEFT: 168px; WIDTH: 80px; POSITION: absolute; TOP: 64px; HEIGHT: 24px"
height="24" alt="" src="Image/next.gif" width="80">
<DIV style="DISPLAY: inline; Z-INDEX: 103; LEFT: 296px; WIDTH: 112px; POSITION: absolute; TOP: 40px; HEIGHT: 18px"
ms_positioning="FlowLayout">登录密码:</DIV>
<DIV style="DISPLAY: inline; Z-INDEX: 104; LEFT: 296px; WIDTH: 112px; POSITION: absolute; TOP: 88px; HEIGHT: 23px"
ms_positioning="FlowLayout">确认密码:</DIV>
<asp:TextBox id="TextBox1" style="Z-INDEX: 105; LEFT: 424px; POSITION: absolute; TOP: 40px" runat="server"
Width="104px" TextMode="Password"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 106; LEFT: 424px; POSITION: absolute; TOP: 88px" runat="server"
Width="104px" TextMode="Password"></asp:TextBox>
<asp:ImageButton id="ImageButton2" style="Z-INDEX: 107; LEFT: 568px; POSITION: absolute; TOP: 64px"
runat="server" ImageUrl="Image/submit.gif"></asp:ImageButton>
<asp:Label id="Label1" style="Z-INDEX: 112; LEFT: 144px; POSITION: absolute; TOP: 16px" runat="server"
Visible="False" ForeColor="Red">请选择</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 113; LEFT: 432px; POSITION: absolute; TOP: 16px" runat="server"
Visible="False" ForeColor="Red">不能为空</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 114; LEFT: 432px; POSITION: absolute; TOP: 120px" runat="server"
Visible="False" ForeColor="Red">不能为空</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 115; LEFT: 520px; POSITION: absolute; TOP: 120px" runat="server"
Visible="False" ForeColor="Red">确认密码不对</asp:Label></DIV>
</FONT>
</asp:panel><asp:panel id="Panel3" runat="server" Visible="False" Height="250px"><FONT face="宋体">自定义操作员:</FONT><BR>
<BR>
<TABLE id="Table2" style="WIDTH: 720px; HEIGHT: 120px" cellSpacing="1" cellPadding="1"
width="720" border="0">
<TR>
<TD style="WIDTH: 269px">请输入登录名:</TD>
<TD>登录密码:
<asp:TextBox id="TextBox4" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
<asp:Label id="Label6" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 269px">
<asp:TextBox id="TextBox3" runat="server" Width="136px"></asp:TextBox>
<asp:Label id="Label5" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label></TD>
<TD>确认密码:
<asp:TextBox id="TextBox5" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
<asp:Label id="Label7" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label>
<asp:Label id="Label8" runat="server" Visible="False" ForeColor="Red">确认密码不对</asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 269px"></TD>
<TD>
<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="Image/submit.gif"></asp:ImageButton></TD>
</TR>
</TABLE>
</asp:panel></TD>
</TR>
</TABLE>
<FONT face="宋体"></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -