📄 attribute.dfm
字号:
object frmAttibute: TfrmAttibute
Left = 362
Top = 295
BorderStyle = bsDialog
Caption = '文件属性'
ClientHeight = 98
ClientWidth = 231
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object chkSysFile: TCheckBox
Left = 16
Top = 52
Width = 86
Height = 23
Caption = '系统文件'
TabOrder = 0
end
object chkOnlyReadFile: TCheckBox
Left = 16
Top = 18
Width = 84
Height = 23
Caption = '只读文件'
TabOrder = 1
end
object chkArchiveFile: TCheckBox
Left = 130
Top = 16
Width = 95
Height = 28
Caption = '存档文件'
TabOrder = 2
end
object chkHideFile: TCheckBox
Left = 130
Top = 55
Width = 94
Height = 25
Caption = '隐藏文件'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -