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

📄 importtable.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object ImportTableFrm: TImportTableFrm
  Left = 213
  Top = 121
  BorderStyle = bsDialog
  Caption = 'Import Table'
  ClientHeight = 377
  ClientWidth = 625
  Color = clBtnFace
  Font.Charset = ANSI_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 dListView: TListView
    Left = 8
    Top = 8
    Width = 609
    Height = 153
    Columns = <
      item
        Caption = 'DLLName'
        Width = 100
      end
      item
        Caption = 'OriginalFirstThunk'
        Width = 100
      end
      item
        Caption = 'TimeDateStamp'
        Width = 100
      end
      item
        Caption = 'ForwarderChain'
        Width = 100
      end
      item
        Caption = 'Name'
        Width = 100
      end
      item
        Caption = 'FirstThunk'
        Width = 100
      end>
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    OnClick = dListViewClick
  end
  object fListView: TListView
    Left = 8
    Top = 168
    Width = 609
    Height = 201
    Columns = <
      item
        Caption = 'ThunkRVA'
        Width = 100
      end
      item
        Caption = 'ThunkValue'
        Width = 100
      end
      item
        Caption = 'Hint'
        Width = 100
      end
      item
        Caption = 'ApiName'
        Width = 300
      end>
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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