EditFlow.aspx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="EditFlow.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.DocumentFlow.Flow" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>Flow</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0" rightmargin="0">
  13. <form id="Flow" method="post" runat="server">
  14. <FONT face="宋体">
  15. <TABLE class="gbtext" id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  16. <tr>
  17. <td vAlign="top" height="38" colspan="2"><TABLE borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  18. <TR height="30">
  19. <TD class="GbText" width="20" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"
  20. align="right"><FONT color="#003366" size="3"><IMG height="16" src="../../../DataImages/DocFlow.gif" width="16"></FONT></TD>
  21. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" width="60"
  22. align="right"><font color="#006699">文档流转</font></TD>
  23. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" align="right"><FONT face="宋体">&nbsp;&nbsp;&nbsp;</FONT></TD>
  24. </TR>
  25. </TABLE>
  26. </td>
  27. </tr>
  28. <TR>
  29. <TD align="right" width="206" height="22" style="WIDTH: 206px; HEIGHT: 22px">
  30. <asp:Label id="Label1" runat="server" Width="67px" Height="8px">流 程 名</asp:Label>&nbsp;</TD>
  31. <TD height="22" style="HEIGHT: 22px">
  32. <asp:TextBox id="txtFlowName" runat="server" Width="475px" MaxLength="300" CssClass="inputcss"></asp:TextBox>
  33. <asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="请输入流程名" ControlToValidate="txtFlowName"></asp:RequiredFieldValidator></TD>
  34. </TR>
  35. <TR>
  36. <TD align="right" height="12" style="WIDTH: 206px; HEIGHT: 12px">
  37. <asp:Label id="Label3" runat="server" Width="66px" Height="13px">表单样式</asp:Label>&nbsp;</TD>
  38. <TD height="12" style="HEIGHT: 12px">
  39. <asp:DropDownList id="dpStyle" runat="server" Width="475px" Height="22px"></asp:DropDownList></TD>
  40. </TR>
  41. <TR>
  42. <TD align="right" valign="top" style="WIDTH: 206px">
  43. <asp:Label id="Label2" runat="server" Width="65px" Height="16px">流程简介</asp:Label>&nbsp;</TD>
  44. <TD>
  45. <asp:TextBox id="txtFlowRemark" runat="server" Width="475px" Height="148px" TextMode="MultiLine"></asp:TextBox></TD>
  46. </TR>
  47. <TR>
  48. <TD colspan="2" align="right" height="40">
  49. <hr>
  50. <asp:Button id="cmdPrevious" accessKey="P" runat="server" Width="70px" CssClass="buttoncss"
  51. Text="上一步" Enabled="False"></asp:Button>&nbsp;
  52. <asp:Button id="cmdNext" runat="server" Width="70px" Text="下一步" CssClass="buttoncss" accessKey="N"></asp:Button>&nbsp;
  53. <asp:Button id="cmdFinish" accessKey="F" runat="server" Width="82px" CssClass="buttoncss" Text="完成设计"></asp:Button>&nbsp;
  54. <asp:Button id="cmdCancel" accessKey="C" runat="server" Width="86px" CssClass="buttoncss" Text="取消设计"
  55. CausesValidation="False"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  56. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  57. </TR>
  58. </TABLE>
  59. </FONT>
  60. </form>
  61. </body>
  62. </HTML>