importtable.dfm

来自「WindPE for Borland Delphi 7.0: {*******」· DFM 代码 · 共 81 行

DFM
81
字号
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 + =
减小字号Ctrl + -
显示快捷键?