unit2jad.dfm

来自「JAVA源文件反编译工具,希望对大家有用. 我用着还可以.」· DFM 代码 · 共 67 行

DFM
67
字号
object Form2: TForm2
  Left = 0
  Top = 0
  Width = 239
  Height = 357
  Caption = #20445#23384#30446#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 201
    Height = 233
    Caption = ' '#30446#24405' '
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object ShellTreeView1: TShellTreeView
      Left = 16
      Top = 32
      Width = 169
      Height = 185
      ObjectTypes = [otFolders]
      Root = 'rfDesktop'
      UseShellImages = True
      AutoRefresh = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Indent = 19
      ParentColor = False
      ParentFont = False
      RightClickSelect = True
      ShowRoot = False
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 79
    Top = 272
    Width = 75
    Height = 25
    Caption = 'OK'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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