test2.lib

来自「工作流模版设计工具」· LIB 代码 · 共 63 行

LIB
63
字号
//模板组件库文件:样例
//定义工作流模板中固定使用的结点(节点编号、节点类型等)
//根据业务类型的不同选用不同的组件模板
GroupLib Begin
    GroupID = G0001
    Name = 收费组件
    Type = 0
    Description = 调用预定义过程
    Size = 0,0,440,440
    Color = 14024188
    FontName = 宋体
    FontSize = 9
    FontStyle = Default
    FontColor = -2147483640
  Node Begin
    nodeID = 1020
    name = 收费
    type = 200
    tacheID = 2
    roleID = 1
    timeOut = 10
    alertTime = 5
    description = 收费:1020
    Aspect Begin
      Size = 20,5,40,40
      Color = 14024188
      FontName = 宋体
      FontSize = 9
      FontStyle = Default
      FontColor = -2147483640
    Aspect End
    NodeRel Begin
      NextNodeId = 9005
      RelType = 0
    NodeRel End
    Action Begin
      NodeId = 1020
      Sequence = 1
      Name = 调用预定义过程
      Type = 1
      Method = Call "function int CallBean()"
      Description = 调用预定义过程
    Action End
  Node End
  Node Begin
    NodeID = 9005
    Name = 自动节点
    Type = 100
    TacheID = 0
    Roleid = 0
    TimeOut = 0
    AlertTime = 0
    Description = 
    Aspect Begin
      Size = 20,100,100,40
      Color = 14024188
      FontName = 宋体
      FontSize = 9
      FontStyle = Default
      FontColor = -2147483640
    Aspect End
  Node End
TempletLib End

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?