NoteAddUp.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:3k
源码类别:

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="NoteAddUp.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.Schedule.NoteAddUp" %>
  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="../lynn.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. <FONT face="宋体">
  15. <TABLE style="WIDTH: 100%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 12px" noWrap>
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD vAlign="top" noWrap align="middle">
  22. <DIV style="WIDTH: 696px; POSITION: relative; HEIGHT: 506px" ms_positioning="GridLayout">
  23. <TABLE id="Table1" style="Z-INDEX: 101; LEFT: 39px; WIDTH: 622px; POSITION: absolute; TOP: 60px; HEIGHT: 334px" borderColor="#888888" cellSpacing="0" borderColorDark="#ffffff" cellPadding="0" width="622" border="1">
  24. <TR>
  25. <TD style="WIDTH: 100%" vAlign="top" noWrap>
  26. <TABLE class="headcenter" id="Table2" style="HEIGHT: 4px" cellSpacing="0" cellPadding="0" width="100%" border="0">
  27. <TR>
  28. <TD align="left">&nbsp; 我 的 便 笺
  29. </TD>
  30. </TR>
  31. </TABLE>
  32. <DIV class="box" style="WIDTH: 100%; POSITION: relative; HEIGHT: 278px" ms_positioning="GridLayout">
  33. <asp:textbox id="txtContent" style="Z-INDEX: 109; LEFT: 16px; POSITION: absolute; TOP: 12px" runat="server" Font-Size="X-Small" TextMode="MultiLine" Height="244px" Width="95%"></asp:textbox>
  34. <asp:label id="lblCDate" style="Z-INDEX: 118; LEFT: 23px; POSITION: absolute; TOP: 262px" runat="server" Font-Size="X-Small" Visible="False" CssClass="tttable">创建日期</asp:label>
  35. <asp:label id="lblCDateV" style="Z-INDEX: 120; LEFT: 86px; POSITION: absolute; TOP: 261px" runat="server" Font-Size="X-Small" CssClass="td"></asp:label></DIV>
  36. <TABLE id="Table3" style="WIDTH: 618px; HEIGHT: 37px" cellSpacing="0" cellPadding="0" width="618" border="0">
  37. <TR>
  38. <TD vAlign="center" noWrap>&nbsp;
  39. <asp:imagebutton id="cmdSaveExi" runat="server" Height="21px" ImageUrl="../img/button/saveexi.gif"></asp:imagebutton>&nbsp;
  40. <asp:imagebutton id="cmdDel" runat="server" Visible="False" ImageUrl="../img/button/delete.gif" ToolTip="删除日程" CausesValidation="False"></asp:imagebutton>&nbsp;
  41. <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../img/button/exit.gif" CausesValidation="False"></asp:imagebutton></TD>
  42. </TR>
  43. </TABLE>
  44. <asp:label id="lblID" runat="server" Font-Size="X-Small" Visible="False"></asp:label></TD>
  45. </TR>
  46. </TABLE>
  47. </DIV>
  48. </TD>
  49. </TR>
  50. </TABLE>
  51. </FONT>
  52. </form>
  53. </body>
  54. </HTML>