fattachpermissions.dfm

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

DFM
44
字号
object frAttachPermissions: TfrAttachPermissions
  Left = 0
  Top = 0
  Width = 320
  Height = 240
  TabOrder = 0
  object cbShowAttachments: TCheckBox
    Left = 6
    Top = 6
    Width = 226
    Height = 17
    Caption = 'Show attachments'
    TabOrder = 0
    OnClick = cbShowAttachmentsClick
  end
  object cbDelAttachment: TCheckBox
    Left = 6
    Top = 22
    Width = 266
    Height = 17
    Caption = 'Allow remove attachments'
    TabOrder = 1
    OnClick = PropertyChanged
  end
  object cbInsAttachment: TCheckBox
    Left = 6
    Top = 38
    Width = 266
    Height = 17
    Caption = 'Allow insert attachments'
    TabOrder = 2
    OnClick = PropertyChanged
  end
  object cbEditAttachment: TCheckBox
    Left = 6
    Top = 54
    Width = 242
    Height = 17
    Caption = 'Allow edit attachments'
    TabOrder = 3
    OnClick = PropertyChanged
  end
end

⌨️ 快捷键说明

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