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

📄 resource.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object ResourceFrm: TResourceFrm
  Left = 309
  Top = 211
  BorderStyle = bsDialog
  Caption = 'Resource Directory'
  ClientHeight = 265
  ClientWidth = 441
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object TreeView: TTreeView
    Left = 8
    Top = 8
    Width = 233
    Height = 249
    Indent = 19
    TabOrder = 0
    OnChange = TreeViewChange
  end
  object GroupBox1: TGroupBox
    Left = 248
    Top = 3
    Width = 185
    Height = 78
    Caption = 'Root Directory'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'Name Entries:'
    end
    object Label2: TLabel
      Left = 8
      Top = 51
      Width = 57
      Height = 13
      AutoSize = False
      Caption = 'ID Entries:'
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 80
      Top = 48
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 248
    Top = 88
    Width = 185
    Height = 81
    Caption = 'Selected Item'
    TabOrder = 2
    object Label5: TLabel
      Left = 8
      Top = 19
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'RVA:'
    end
    object Label6: TLabel
      Left = 8
      Top = 51
      Width = 57
      Height = 13
      AutoSize = False
      Caption = 'Size:'
    end
    object Edit5: TEdit
      Left = 80
      Top = 16
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object Edit6: TEdit
      Left = 80
      Top = 48
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
  end
  object Panel1: TPanel
    Left = 248
    Top = 176
    Width = 185
    Height = 81
    BevelInner = bvLowered
    TabOrder = 3
    object Button1: TButton
      Left = 56
      Top = 32
      Width = 75
      Height = 22
      Caption = 'OK'
      TabOrder = 0
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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