📄 editflow.aspx
字号:
<%@ Page language="c#" Codebehind="EditFlow.aspx.cs" AutoEventWireup="false" Inherits="OfficeAuto.DesktopModules.DocumentFlow.EditFlow" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>更新文档流转:</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../../Css/DateCSS.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0" rightmargin="0">
<form id="Flow" method="post" runat="server">
<FONT face="宋体">
<TABLE class="gbtext" id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="top" height="38" colspan="2"><TABLE borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR height="30">
<TD class="GbText" width="20" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"
align="right"><FONT color="#003366" size="3"><IMG height="16" src="../../../DataImages/DocFlow.gif" width="16"></FONT></TD>
<TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" width="60"
align="right"><font color="#006699">文档流转</font></TD>
<TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" align="right"><FONT face="宋体"> </FONT></TD>
</TR>
</TABLE>
</td>
</tr>
<TR>
<TD align="right" width="206" height="22" style="WIDTH: 206px; HEIGHT: 22px">
<asp:Label id="Label1" runat="server" Width="67px" Height="8px"> 流程名称</asp:Label> </TD>
<TD height="22" style="HEIGHT: 22px">
<asp:TextBox id="FlowName" runat="server" Width="475px" MaxLength="300" CssClass="inputcss"></asp:TextBox>
<asp:RequiredFieldValidator id="rfFN" runat="server" ErrorMessage="请输入流程名" ControlToValidate="FlowName"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD align="right" height="12" style="WIDTH: 206px; HEIGHT: 12px">
<asp:Label id="Label3" runat="server" Width="66px" Height="13px">流转方式</asp:Label> </TD>
<TD height="12" style="HEIGHT: 12px">
<asp:DropDownList id="FlowMethodList" runat="server" Width="475px" Height="22px"></asp:DropDownList></TD>
</TR>
<TR>
<TD align="right" valign="top" style="WIDTH: 206px">
<asp:Label id="Label2" runat="server" Width="65px" Height="16px">流程简介</asp:Label> </TD>
<TD>
<asp:TextBox id="FlowDesn" runat="server" Width="475px" Height="148px" TextMode="MultiLine"></asp:TextBox></TD>
</TR>
<TR>
<TD colspan="2" align="right" height="40">
<hr>
<asp:Button id="NextBtn" runat="server" Width="70px" Text="下一步" CssClass="buttoncss" accessKey="N"></asp:Button>
<asp:Button id="CancelBtn" accessKey="C" runat="server" Width="86px" CssClass="buttoncss" Text="取消设计"
CausesValidation="False"></asp:Button>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -