u_attrform.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 114 行

DFM
114
字号
object AttrForm: TAttrForm
  Left = 565
  Top = 463
  Width = 461
  Height = 277
  Caption = #25991#20214#23646#24615#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 433
    Height = 161
    Shape = bsFrame
    IsControl = True
  end
  object FileDirName: TLabel
    Left = 104
    Top = 24
    Width = 329
    Height = 12
    AutoSize = False
    Caption = 'FileDirName'
  end
  object FilePathName: TLabel
    Left = 104
    Top = 48
    Width = 329
    Height = 12
    AutoSize = False
    Caption = 'FilePathName'
  end
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 78
    Height = 13
    Caption = 'MS-DOS'#21517#31216#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 36
    Height = 13
    Caption = #20301#32622#65306
  end
  object OKBtn: TButton
    Left = 122
    Top = 200
    Width = 75
    Height = 24
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 80
    Width = 393
    Height = 65
    Caption = #23646#24615
    TabOrder = 1
    object ReadOnly: TCheckBox
      Left = 24
      Top = 18
      Width = 97
      Height = 17
      Caption = #21482#35835'(&R)'
      TabOrder = 0
    end
    object Archive: TCheckBox
      Left = 24
      Top = 38
      Width = 97
      Height = 17
      Caption = #23384#26723'(&A)'
      TabOrder = 1
    end
    object System: TCheckBox
      Left = 128
      Top = 18
      Width = 97
      Height = 17
      Caption = #31995#32479'(&S)'
      TabOrder = 2
    end
    object Hidden: TCheckBox
      Left = 128
      Top = 38
      Width = 97
      Height = 17
      Caption = #38544#34255'(&H)'
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 227
    Top = 198
    Width = 75
    Height = 24
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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