attrunit.dfm

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

DFM
129
字号
object Form2: TForm2
  Left = 268
  Top = 175
  Width = 442
  Height = 252
  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 = 281
    Height = 161
    Shape = bsFrame
    IsControl = True
  end
  object FileDirName: TLabel
    Left = 104
    Top = 24
    Width = 161
    Height = 12
    AutoSize = False
    Caption = 'FileDirName'
  end
  object FilePathName: TLabel
    Left = 104
    Top = 48
    Width = 161
    Height = 12
    AutoSize = False
    Caption = 'FilePathName'
  end
  object ChangeDate: TLabel
    Left = 104
    Top = 72
    Width = 161
    Height = 12
    AutoSize = False
    Caption = 'ChangeDate'
  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 Label3: TLabel
    Left = 24
    Top = 72
    Width = 60
    Height = 13
    Caption = #21019#24314#26102#38388#65306
  end
  object OKBtn: TButton
    Left = 322
    Top = 72
    Width = 75
    Height = 24
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 96
    Width = 249
    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 = 323
    Top = 118
    Width = 75
    Height = 24
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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