dvEquitGroup.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:6k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvEquitGroup.aspx.vb" Inherits="ioffice.dvEquitGroup" %>
- <!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">
- <TR>
- <TD class="titlebar" style="WIDTH: 271px" 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: 90%; HEIGHT: 304px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap align="left" style="WIDTH: 529px; HEIGHT: 225px">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap>
- <IMG alt="" src="../../img/button/dvequitgroup.gif" align="absBottom">
- </TD>
- </TR>
- </TABLE>
- <FONT face="宋体">
- <TABLE class="nbox" style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; WIDTH: 529px; PADDING-TOP: 5px; HEIGHT: 220px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="WIDTH: 50%" vAlign="top" noWrap align="middle">
- <DIV class="kbox" style="WIDTH: 250px; POSITION: relative; HEIGHT: 215px" ms_positioning="GridLayout">
- <asp:textbox id="txtnote" style="Z-INDEX: 104; LEFT: 1px; POSITION: absolute; TOP: 93px" tabIndex="1" runat="server" Width="245px" Height="112px" TextMode="MultiLine"></asp:textbox>
- <asp:dropdownlist id="dropTable" style="Z-INDEX: 106; LEFT: 60px; POSITION: absolute; TOP: 3px" tabIndex="5" runat="server" CssClass="edline" Width="185px" Height="23px" AutoPostBack="True" DataValueField="id" DataTextField="name"></asp:dropdownlist>
- <asp:label id="Label1" style="Z-INDEX: 105; LEFT: 0px; POSITION: absolute; TOP: 4px" tabIndex="7" runat="server" CssClass="tttable">主表选择</asp:label>
- <asp:label id="Label3" style="Z-INDEX: 103; LEFT: 1px; POSITION: absolute; TOP: 71px" tabIndex="9" runat="server" CssClass="tttable" Width="29px" Height="18px">备注</asp:label>
- <asp:textbox id="txtEGName" style="Z-INDEX: 102; LEFT: 3px; POSITION: absolute; TOP: 48px" runat="server" CssClass="edline" Width="240px" Height="16px"></asp:textbox>
- <asp:label id="Label2" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 29px" tabIndex="8" runat="server" CssClass="tttable">设备设施分类名称</asp:label>
- <asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 107; LEFT: 239px; POSITION: absolute; TOP: 46px" runat="server" CssClass="err" ErrorMessage="*" ControlToValidate="txtEGName"></asp:requiredfieldvalidator>
- </DIV>
- </TD>
- <TD style="BORDER-LEFT: #999999 1px solid; WIDTH: 50%" vAlign="top" noWrap align="middle" width="50%">
- <TABLE style="WIDTH: 100%; HEIGHT: 155px" cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <asp:datagrid id="dgdEquitType" tabIndex="6" runat="server" CssClass="td" Width="250px" BorderColor="#999999" BackColor="#F0F0E8" DataKeyField="id" AutoGenerateColumns="False">
- <HeaderStyle BackColor="#DBC8A8"></HeaderStyle>
- <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
- <Columns>
- <asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="设备设施分类名称">
- <HeaderStyle HorizontalAlign="Center" Width="40%">
- </HeaderStyle>
- <ItemStyle HorizontalAlign="Center">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="note" ReadOnly="True" HeaderText="备注">
- <HeaderStyle HorizontalAlign="Center" Width="40%">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:ButtonColumn Text="<img src=../../img/delete.gif border=0 alt=删除/>" CommandName="Delete">
- <HeaderStyle HorizontalAlign="Center" Width="10%">
- </HeaderStyle>
- <ItemStyle HorizontalAlign="Center">
- </ItemStyle>
- </asp:ButtonColumn>
- </Columns>
- </asp:datagrid>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 10px" vAlign="top" noWrap align="left">
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="left">
- <FONT face="宋体">
- <asp:imagebutton id="cmdSave" tabIndex="2" runat="server" ImageUrl="../../img/button/save1.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
- <asp:label id="lblID" runat="server" Visible="False"></asp:label>
- </FONT>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="left">
- <asp:label id="lblErr" runat="server" CssClass="err" Width="24px" Height="22px"></asp:label>
- </TD>
- </TR>
- </TABLE>
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>