⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftaskinstanceview.dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 DFM
字号:
object frTaskInstanceView: TfrTaskInstanceView
  Left = 0
  Top = 0
  Width = 557
  Height = 233
  TabOrder = 0
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 557
    Height = 29
    Align = alTop
    Color = clBtnShadow
    TabOrder = 0
    object Label1: TLabel
      Left = 7
      Top = 7
      Width = 48
      Height = 13
      Caption = 'Subject:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object lbSubject: TLabel
      Left = 70
      Top = 7
      Width = 44
      Height = 13
      Caption = 'lbSubject'
    end
  end
  object mmDescription: TMemo
    Left = 0
    Top = 29
    Width = 557
    Height = 155
    Align = alClient
    BorderStyle = bsNone
    Color = clBtnFace
    Lines.Strings = (
      'mmDescription')
    ReadOnly = True
    TabOrder = 1
  end
  object Panel2: TPanel
    Left = 0
    Top = 184
    Width = 557
    Height = 49
    Align = alBottom
    TabOrder = 2
    object Label2: TLabel
      Left = 8
      Top = 17
      Width = 33
      Height = 13
      Caption = 'Status:'
    end
    object cbTaskStatus: TTaskStatusCombo
      Left = 70
      Top = 14
      Width = 163
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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