dvEquitGroup.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:6k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="dvEquitGroup.aspx.vb" Inherits="ioffice.dvEquitGroup" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  15. <TR>
  16. <TD style="HEIGHT: 34px" vAlign="top" noWrap align="middle">
  17. <FONT face="宋体">
  18. <TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" style="WIDTH: 271px" noWrap>
  21. 设备预约:设备设施组
  22. </TD>
  23. <TD noWrap align="right">
  24. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. </FONT>
  29. </TD>
  30. </TR>
  31. <TR>
  32. <TD vAlign="top" noWrap align="middle">
  33. <TABLE style="WIDTH: 90%; HEIGHT: 304px" cellSpacing="0" cellPadding="0" border="0">
  34. <TR>
  35. <TD vAlign="top" noWrap align="left" style="WIDTH: 529px; HEIGHT: 225px">
  36. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  37. <TR>
  38. <TD noWrap>
  39. <IMG alt="" src="../../img/button/dvequitgroup.gif" align="absBottom">
  40. </TD>
  41. </TR>
  42. </TABLE>
  43. <FONT face="宋体">
  44. <TABLE class="nbox" style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; WIDTH: 529px; PADDING-TOP: 5px; HEIGHT: 220px" cellSpacing="0" cellPadding="0" border="0">
  45. <TR>
  46. <TD style="WIDTH: 50%" vAlign="top" noWrap align="middle">
  47. <DIV class="kbox" style="WIDTH: 250px; POSITION: relative; HEIGHT: 215px" ms_positioning="GridLayout">
  48. <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>
  49. <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>
  50. <asp:label id="Label1" style="Z-INDEX: 105; LEFT: 0px; POSITION: absolute; TOP: 4px" tabIndex="7" runat="server" CssClass="tttable">主表选择</asp:label>
  51. <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>
  52. <asp:textbox id="txtEGName" style="Z-INDEX: 102; LEFT: 3px; POSITION: absolute; TOP: 48px" runat="server" CssClass="edline" Width="240px" Height="16px"></asp:textbox>
  53. <asp:label id="Label2" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 29px" tabIndex="8" runat="server" CssClass="tttable">设备设施分类名称</asp:label>
  54. <asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 107; LEFT: 239px; POSITION: absolute; TOP: 46px" runat="server" CssClass="err" ErrorMessage="*" ControlToValidate="txtEGName"></asp:requiredfieldvalidator>
  55. </DIV>
  56. </TD>
  57. <TD style="BORDER-LEFT: #999999 1px solid; WIDTH: 50%" vAlign="top" noWrap align="middle" width="50%">
  58. <TABLE style="WIDTH: 100%; HEIGHT: 155px" cellSpacing="0" cellPadding="0" width="100%" border="0">
  59. <TR>
  60. <TD vAlign="top" noWrap align="middle">
  61. <asp:datagrid id="dgdEquitType" tabIndex="6" runat="server" CssClass="td" Width="250px" BorderColor="#999999" BackColor="#F0F0E8" DataKeyField="id" AutoGenerateColumns="False">
  62. <HeaderStyle BackColor="#DBC8A8"></HeaderStyle>
  63. <AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
  64. <Columns>
  65. <asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="设备设施分类名称">
  66. <HeaderStyle HorizontalAlign="Center" Width="40%">
  67. </HeaderStyle>
  68. <ItemStyle HorizontalAlign="Center">
  69. </ItemStyle>
  70. </asp:BoundColumn>
  71. <asp:BoundColumn DataField="note" ReadOnly="True" HeaderText="备注">
  72. <HeaderStyle HorizontalAlign="Center" Width="40%">
  73. </HeaderStyle>
  74. </asp:BoundColumn>
  75. <asp:ButtonColumn Text="&lt;img src=../../img/delete.gif border=0  alt=删除/&gt;" CommandName="Delete">
  76. <HeaderStyle HorizontalAlign="Center" Width="10%">
  77. </HeaderStyle>
  78. <ItemStyle HorizontalAlign="Center">
  79. </ItemStyle>
  80. </asp:ButtonColumn>
  81. </Columns>
  82. </asp:datagrid>
  83. </TD>
  84. </TR>
  85. </TABLE>
  86. </TD>
  87. </TR>
  88. </TABLE>
  89. </FONT>
  90. </TD>
  91. </TR>
  92. <TR>
  93. <TD style="HEIGHT: 10px" vAlign="top" noWrap align="left">
  94. <FONT face="宋体"></FONT>
  95. </TD>
  96. </TR>
  97. <TR>
  98. <TD vAlign="top" noWrap align="left">
  99. <FONT face="宋体">
  100. <asp:imagebutton id="cmdSave" tabIndex="2" runat="server" ImageUrl="../../img/button/save1.gif"></asp:imagebutton>
  101. <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
  102. <asp:label id="lblID" runat="server" Visible="False"></asp:label>
  103. </FONT>
  104. </TD>
  105. </TR>
  106. <TR>
  107. <TD vAlign="top" noWrap align="left">
  108. <asp:label id="lblErr" runat="server" CssClass="err" Width="24px" Height="22px"></asp:label>
  109. </TD>
  110. </TR>
  111. </TABLE>
  112. <FONT face="宋体"></FONT>
  113. </TD>
  114. </TR>
  115. </TABLE>
  116. </form>
  117. </body>
  118. </HTML>