ftaskinstanceview.dfm

来自「Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi」· DFM 代码 · 共 73 行

DFM
73
字号
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 + =
减小字号Ctrl + -
显示快捷键?