ffieldframe.dfm

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

DFM
125
字号
object frFieldFrame: TfrFieldFrame
  Left = 0
  Top = 0
  Width = 510
  Height = 393
  TabOrder = 0
  object Splitter1: TSplitter
    Left = 0
    Top = 155
    Width = 510
    Height = 3
    Cursor = crVSplit
    Align = alTop
  end
  object Panel1: TPanel
    Left = 0
    Top = 34
    Width = 510
    Height = 121
    Align = alTop
    BevelOuter = bvNone
    BorderWidth = 5
    TabOrder = 0
    object lvVars: TListView
      Left = 5
      Top = 5
      Width = 500
      Height = 111
      Align = alClient
      Columns = <>
      HideSelection = False
      TabOrder = 0
      ViewStyle = vsReport
      OnEdited = lvVarsEdited
      OnSelectItem = lvVarsSelectItem
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 158
    Width = 510
    Height = 235
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 14
      Width = 62
      Height = 13
      Caption = 'Text caption:'
    end
    object Label2: TLabel
      Left = 10
      Top = 41
      Width = 88
      Height = 13
      Caption = 'Workflow variable:'
    end
    object edCaption: TEdit
      Left = 90
      Top = 11
      Width = 410
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
      OnChange = edCaptionChange
    end
    object cbReadOnly: TCheckBox
      Left = 10
      Top = 67
      Width = 95
      Height = 17
      Caption = 'Read only'
      TabOrder = 1
      OnClick = PropertyChanged
    end
    object cbRequired: TCheckBox
      Left = 134
      Top = 67
      Width = 123
      Height = 17
      Caption = 'Required'
      TabOrder = 2
      OnClick = PropertyChanged
    end
    object cbVariable: TComboBox
      Left = 108
      Top = 38
      Width = 149
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      OnChange = PropertyChanged
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 0
    Width = 510
    Height = 34
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object btAdd: TButton
      Left = 6
      Top = 7
      Width = 60
      Height = 25
      Caption = 'Add'
      TabOrder = 0
      OnClick = btAddClick
    end
    object btDelete: TButton
      Left = 69
      Top = 7
      Width = 60
      Height = 25
      Caption = 'Delete'
      TabOrder = 1
      OnClick = btDeleteClick
    end
  end
end

⌨️ 快捷键说明

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