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

📄 fattachpermissions.dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -