📄 fattachpermissions.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 + -