📄 dvepadd.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvEpAdd.aspx.vb" Inherits="ioffice.dvEpAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title></title>
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../../Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="HEIGHT: 34px" vAlign="top" noWrap align="middle">
<FONT face="宋体">
<TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0" style="HEIGHT: 20px">
<TR>
<TD class="titlebar" noWrap>
设备预约
</TD>
<TD noWrap align="right">
<asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
</TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
<TR>
<TD vAlign="top" noWrap align="middle">
<TABLE style="WIDTH: 500px; POSITION: relative; HEIGHT: 263px" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD style="WIDTH: 90%; HEIGHT: 273px" vAlign="top" noWrap align="left">
<FONT face="宋体">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD noWrap style="HEIGHT: 19px">
<IMG alt="" src="../../img/button/dvpromise.gif" align="absBottom">
</TD>
</TR>
</TABLE>
</FONT>
<DIV class="nbox" style="WIDTH: 500px; POSITION: relative; HEIGHT: 244px" ms_positioning="GridLayout">
<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 5px; POSITION: absolute; TOP: 8px" runat="server" CssClass="tttable" Height="16px">设备名</asp:label>
<asp:checkbox id="chkOut" style="Z-INDEX: 122; LEFT: 185px; POSITION: absolute; TOP: 206px" runat="server" CssClass="tttable" Height="16px" AutoPostBack="True" Text="外出"></asp:checkbox>
<asp:checkbox id="chkImp" style="Z-INDEX: 121; LEFT: 130px; POSITION: absolute; TOP: 206px" runat="server" CssClass="tttable" Height="16px" AutoPostBack="True" Text="重要"></asp:checkbox>
<asp:checkbox id="chkPer" style="Z-INDEX: 120; LEFT: 51px; POSITION: absolute; TOP: 206px" runat="server" CssClass="tttable" Height="16px" AutoPostBack="True" Text="私人性质"></asp:checkbox>
<asp:textbox id="txtNote" style="Z-INDEX: 118; LEFT: 51px; POSITION: absolute; TOP: 125px" runat="server" Height="70px" TextMode="MultiLine" Width="435px"></asp:textbox>
<asp:label id="Label7" style="Z-INDEX: 117; LEFT: 18px; POSITION: absolute; TOP: 125px" runat="server" CssClass="tttable" Height="16px">备注</asp:label>
<asp:label id="Label4" style="Z-INDEX: 107; LEFT: 291px; POSITION: absolute; TOP: 45px" runat="server" CssClass="tttable" Height="16px">预约日期</asp:label>
<asp:label id="Label3" style="Z-INDEX: 106; LEFT: 18px; POSITION: absolute; TOP: 45px" runat="server" CssClass="tttable" Height="16px">地点</asp:label>
<asp:label id="Label2" style="Z-INDEX: 103; LEFT: 288px; POSITION: absolute; TOP: 8px" runat="server" CssClass="tttable" Height="16px">设备类型</asp:label>
<asp:textbox id="txtEquitName" style="Z-INDEX: 102; LEFT: 51px; POSITION: absolute; TOP: 9px" runat="server" CssClass="edline" Height="16px" Width="222px"></asp:textbox>
<asp:textbox id="txtAddress" style="Z-INDEX: 104; LEFT: 52px; POSITION: absolute; TOP: 46px" runat="server" CssClass="edline" Height="16px" Width="221px"></asp:textbox>
<asp:dropdownlist id="dropEtype" style="Z-INDEX: 105; LEFT: 360px; POSITION: absolute; TOP: 8px" runat="server" Height="22px" AutoPostBack="True" Width="124px" DataTextField="name" DataValueField="id"></asp:dropdownlist>
<asp:image id="Image2" style="Z-INDEX: 108; LEFT: 8px; POSITION: absolute; TOP: 76px" runat="server" ImageUrl="../../img/button/schtime.gif"></asp:image>
<asp:label id="Label5" style="Z-INDEX: 109; LEFT: 52px; POSITION: absolute; TOP: 74px" runat="server" CssClass="tttable" Height="16px">开始时间</asp:label>
<asp:label id="Label6" style="Z-INDEX: 110; LEFT: 52px; POSITION: absolute; TOP: 95px" runat="server" CssClass="tttable" Height="16px">结束时间</asp:label>
<asp:textbox id="txtFDate" style="Z-INDEX: 111; LEFT: 110px; POSITION: absolute; TOP: 75px" runat="server" CssClass="edline" Height="16px" Width="78px">00:00</asp:textbox>
<asp:textbox id="txtTDate" style="Z-INDEX: 112; LEFT: 109px; POSITION: absolute; TOP: 96px" runat="server" CssClass="edline" Height="16px" Width="79px">00:00</asp:textbox>
<asp:dropdownlist id="dropFDate" style="Z-INDEX: 113; LEFT: 198px; POSITION: absolute; TOP: 74px" runat="server" Height="22px" AutoPostBack="True" Width="75px">
<asp:ListItem Value="00:00">00:00</asp:ListItem>
<asp:ListItem Value="00:30">00:30</asp:ListItem>
<asp:ListItem Value="01:00">01:00</asp:ListItem>
<asp:ListItem Value="01:30">01:30</asp:ListItem>
<asp:ListItem Value="02:00">02:00</asp:ListItem>
<asp:ListItem Value="02:30">02:30</asp:ListItem>
<asp:ListItem Value="03:00">03:00</asp:ListItem>
<asp:ListItem Value="03:30">03:30</asp:ListItem>
<asp:ListItem Value="04:00">04:00</asp:ListItem>
<asp:ListItem Value="04:30">04:30</asp:ListItem>
<asp:ListItem Value="05:00">05:00</asp:ListItem>
<asp:ListItem Value="05:30">05:30</asp:ListItem>
<asp:ListItem Value="06:00">06:00</asp:ListItem>
<asp:ListItem Value="06:30">06:30</asp:ListItem>
<asp:ListItem Value="07:00">07:00</asp:ListItem>
<asp:ListItem Value="07:30">07:30</asp:ListItem>
<asp:ListItem Value="08:00">08:00</asp:ListItem>
<asp:ListItem Value="08:30">08:30</asp:ListItem>
<asp:ListItem Value="09:00">09:00</asp:ListItem>
<asp:ListItem Value="09:30">09:30</asp:ListItem>
<asp:ListItem Value="10:00">10:00</asp:ListItem>
<asp:ListItem Value="10:30">10:30</asp:ListItem>
<asp:ListItem Value="11:00">11:00</asp:ListItem>
<asp:ListItem Value="11:30">11:30</asp:ListItem>
<asp:ListItem Value="12:00">12:00</asp:ListItem>
<asp:ListItem Value="12:30">12:30</asp:ListItem>
<asp:ListItem Value="13:00">13:00</asp:ListItem>
<asp:ListItem Value="13:30">13:30</asp:ListItem>
<asp:ListItem Value="14:00">14:00</asp:ListItem>
<asp:ListItem Value="14:30">14:30</asp:ListItem>
<asp:ListItem Value="15:00">15:00</asp:ListItem>
<asp:ListItem Value="15:30">15:30</asp:ListItem>
<asp:ListItem Value="16:00">16:00</asp:ListItem>
<asp:ListItem Value="16:30">16:30</asp:ListItem>
<asp:ListItem Value="17:00">17:00</asp:ListItem>
<asp:ListItem Value="17:30">17:30</asp:ListItem>
<asp:ListItem Value="18:00">18:00</asp:ListItem>
<asp:ListItem Value="18:30">18:30</asp:ListItem>
<asp:ListItem Value="19:00">19:00</asp:ListItem>
<asp:ListItem Value="19:30">19:30</asp:ListItem>
<asp:ListItem Value="20:00">20:00</asp:ListItem>
<asp:ListItem Value="20:30">20:30</asp:ListItem>
<asp:ListItem Value="21:00">21:00</asp:ListItem>
<asp:ListItem Value="21:30">21:30</asp:ListItem>
<asp:ListItem Value="22:00">22:00</asp:ListItem>
<asp:ListItem Value="22:30">22:30</asp:ListItem>
<asp:ListItem Value="23:00">23:00</asp:ListItem>
<asp:ListItem Value="23:30">23:30</asp:ListItem>
</asp:dropdownlist>
<asp:dropdownlist id="dropTDate" style="Z-INDEX: 114; LEFT: 198px; POSITION: absolute; TOP: 95px" runat="server" Height="22px" AutoPostBack="True" Width="75px">
<asp:ListItem Value="00:00">00:00</asp:ListItem>
<asp:ListItem Value="00:30">00:30</asp:ListItem>
<asp:ListItem Value="01:00">01:00</asp:ListItem>
<asp:ListItem Value="01:30">01:30</asp:ListItem>
<asp:ListItem Value="02:00">02:00</asp:ListItem>
<asp:ListItem Value="02:30">02:30</asp:ListItem>
<asp:ListItem Value="03:00">03:00</asp:ListItem>
<asp:ListItem Value="03:30">03:30</asp:ListItem>
<asp:ListItem Value="04:00">04:00</asp:ListItem>
<asp:ListItem Value="04:30">04:30</asp:ListItem>
<asp:ListItem Value="05:00">05:00</asp:ListItem>
<asp:ListItem Value="05:30">05:30</asp:ListItem>
<asp:ListItem Value="06:00">06:00</asp:ListItem>
<asp:ListItem Value="06:30">06:30</asp:ListItem>
<asp:ListItem Value="07:00">07:00</asp:ListItem>
<asp:ListItem Value="07:30">07:30</asp:ListItem>
<asp:ListItem Value="08:00">08:00</asp:ListItem>
<asp:ListItem Value="08:30">08:30</asp:ListItem>
<asp:ListItem Value="09:00">09:00</asp:ListItem>
<asp:ListItem Value="09:30">09:30</asp:ListItem>
<asp:ListItem Value="10:00">10:00</asp:ListItem>
<asp:ListItem Value="10:30">10:30</asp:ListItem>
<asp:ListItem Value="11:00">11:00</asp:ListItem>
<asp:ListItem Value="11:30">11:30</asp:ListItem>
<asp:ListItem Value="12:00">12:00</asp:ListItem>
<asp:ListItem Value="12:30">12:30</asp:ListItem>
<asp:ListItem Value="13:00">13:00</asp:ListItem>
<asp:ListItem Value="13:30">13:30</asp:ListItem>
<asp:ListItem Value="14:00">14:00</asp:ListItem>
<asp:ListItem Value="14:30">14:30</asp:ListItem>
<asp:ListItem Value="15:00">15:00</asp:ListItem>
<asp:ListItem Value="15:30">15:30</asp:ListItem>
<asp:ListItem Value="16:00">16:00</asp:ListItem>
<asp:ListItem Value="16:30">16:30</asp:ListItem>
<asp:ListItem Value="17:00">17:00</asp:ListItem>
<asp:ListItem Value="17:30">17:30</asp:ListItem>
<asp:ListItem Value="18:00">18:00</asp:ListItem>
<asp:ListItem Value="18:30">18:30</asp:ListItem>
<asp:ListItem Value="19:00">19:00</asp:ListItem>
<asp:ListItem Value="19:30">19:30</asp:ListItem>
<asp:ListItem Value="20:00">20:00</asp:ListItem>
<asp:ListItem Value="20:30">20:30</asp:ListItem>
<asp:ListItem Value="21:00">21:00</asp:ListItem>
<asp:ListItem Value="21:30">21:30</asp:ListItem>
<asp:ListItem Value="22:00">22:00</asp:ListItem>
<asp:ListItem Value="22:30">22:30</asp:ListItem>
<asp:ListItem Value="23:00">23:00</asp:ListItem>
<asp:ListItem Value="23:30">23:30</asp:ListItem>
</asp:dropdownlist>
<asp:label id="lblAuthor" style="Z-INDEX: 115; LEFT: 304px; POSITION: absolute; TOP: 74px" runat="server" CssClass="tttable" Height="16px">创建者</asp:label>
<asp:label id="lblCDate" style="Z-INDEX: 116; LEFT: 291px; POSITION: absolute; TOP: 95px" runat="server" CssClass="tttable" Height="16px">创建日期</asp:label>
<asp:label id="Label8" style="Z-INDEX: 119; LEFT: 18px; POSITION: absolute; TOP: 206px" runat="server" CssClass="tttable" Height="16px">选项</asp:label>
<asp:label id="lblPerDate" style="Z-INDEX: 123; LEFT: 362px; POSITION: absolute; TOP: 43px" runat="server" CssClass="td" Height="12px"></asp:label>
<asp:label id="lblEmp" style="Z-INDEX: 124; LEFT: 362px; POSITION: absolute; TOP: 74px" runat="server" CssClass="td" Height="12px"></asp:label>
<asp:label id="lblCDate1" style="Z-INDEX: 125; LEFT: 362px; POSITION: absolute; TOP: 93px" runat="server" CssClass="td" Height="12px"></asp:label>
<asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 126; LEFT: 275px; POSITION: absolute; TOP: 9px" runat="server" CssClass="err" Height="8px" Width="12px" ControlToValidate="txtEquitName" ErrorMessage="*">*</asp:requiredfieldvalidator>
</DIV>
</TD>
</TR>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="500" border="0">
<TR>
<TD noWrap>
<FONT face="宋体">
<asp:imagebutton id="cmdSaveExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
<asp:imagebutton id="cmdDel" runat="server" ImageUrl="../../img/button/delete.gif" CausesValidation="False" ToolTip="删除日程"></asp:imagebutton>
<asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
<asp:label id="lblUrl" runat="server" Visible="False"></asp:label>
<asp:label id="lblvdate" runat="server" Visible="False"></asp:label>
<asp:label id="lblID" runat="server" Visible="False"></asp:label>
<asp:label id="lblEditAdd" runat="server" Visible="False"></asp:label>
</FONT>
</TD>
</TR>
<TR>
<TD noWrap>
<asp:label id="lblerr" runat="server" CssClass="err" Height="22px" Width="55px"></asp:label>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -