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

📄 attribute.dfm

📁 这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!
💻 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 + -