fileinfo.dfm

来自「文件管理系统」· DFM 代码 · 共 155 行

DFM
155
字号
object Form6: TForm6
  Left = 266
  Top = 292
  Width = 339
  Height = 284
  Caption = #25991#20214#35814#32454#20869#23481
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText1: TStaticText
    Left = 32
    Top = 8
    Width = 64
    Height = 17
    Caption = #25991#20214#21517#31216#65306
    TabOrder = 0
  end
  object StaticText2: TStaticText
    Left = 32
    Top = 32
    Width = 64
    Height = 17
    Caption = #25991#20214#31867#22411#65306
    TabOrder = 1
  end
  object StaticText3: TStaticText
    Left = 32
    Top = 56
    Width = 64
    Height = 17
    Caption = #25991#20214#22823#23567#65306
    TabOrder = 2
  end
  object StaticText4: TStaticText
    Left = 32
    Top = 80
    Width = 64
    Height = 17
    Caption = #25991#20214#23646#24615#65306
    TabOrder = 3
  end
  object StaticText5: TStaticText
    Left = 32
    Top = 104
    Width = 64
    Height = 17
    Caption = #25991#20214#20849#20139#65306
    TabOrder = 4
  end
  object StaticText6: TStaticText
    Left = 32
    Top = 128
    Width = 64
    Height = 17
    Caption = #21019#24314#29992#25143#65306
    TabOrder = 5
  end
  object StaticText7: TStaticText
    Left = 32
    Top = 152
    Width = 64
    Height = 17
    Caption = #21019#24314#26102#38388#65306
    TabOrder = 6
  end
  object Sname: TStaticText
    Left = 112
    Top = 8
    Width = 37
    Height = 17
    Caption = 'Sname'
    TabOrder = 7
  end
  object Stype: TStaticText
    Left = 112
    Top = 32
    Width = 31
    Height = 17
    Caption = 'Stype'
    TabOrder = 8
  end
  object Slen: TStaticText
    Left = 112
    Top = 56
    Width = 25
    Height = 17
    Caption = 'Slen'
    TabOrder = 9
  end
  object Spro: TStaticText
    Left = 112
    Top = 80
    Width = 26
    Height = 17
    Caption = 'Spro'
    TabOrder = 10
  end
  object Ssh: TStaticText
    Left = 112
    Top = 104
    Width = 22
    Height = 17
    Caption = 'Ssh'
    TabOrder = 11
  end
  object Suser: TStaticText
    Left = 112
    Top = 128
    Width = 31
    Height = 17
    Caption = 'Suser'
    TabOrder = 12
  end
  object Sdate: TStaticText
    Left = 112
    Top = 152
    Width = 32
    Height = 17
    Caption = 'Sdate'
    TabOrder = 13
  end
  object OKbn: TButton
    Left = 96
    Top = 200
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 14
    OnClick = OKbnClick
  end
  object StaticText8: TStaticText
    Left = 32
    Top = 176
    Width = 64
    Height = 17
    Caption = #25991#20214#36335#24452#65306
    TabOrder = 15
  end
  object Spath: TStaticText
    Left = 112
    Top = 176
    Width = 32
    Height = 17
    Caption = 'Spath'
    TabOrder = 16
  end
end

⌨️ 快捷键说明

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