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

📄 mainunit.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
字号:
object frmpointerscanner: Tfrmpointerscanner
  Left = 641
  Top = 355
  Width = 564
  Height = 515
  Caption = 'CE Injected Pointerscan'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label9: TLabel
    Left = 0
    Top = 429
    Width = 42
    Height = 13
    Caption = '00:00:00'
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 444
    Width = 556
    Height = 17
    Align = alBottom
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 17
    Width = 556
    Height = 427
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    Visible = False
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 100
      Height = 13
      Caption = 'Static pointers found:'
    end
    object Label2: TLabel
      Left = 122
      Top = 16
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label10: TLabel
      Left = 8
      Top = 32
      Width = 94
      Height = 13
      Caption = 'Method 2 scanners:'
    end
    object Label11: TLabel
      Left = 122
      Top = 32
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label3: TLabel
      Left = 8
      Top = 48
      Width = 95
      Height = 13
      Caption = 'Scanaddress count:'
    end
    object Label4: TLabel
      Left = 122
      Top = 48
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label5: TLabel
      Left = 122
      Top = 80
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label6: TLabel
      Left = 8
      Top = 80
      Width = 86
      Height = 13
      Caption = 'Pointers changed:'
    end
    object Label7: TLabel
      Left = 8
      Top = 96
      Width = 110
      Height = 13
      Caption = 'Continues after dissect:'
    end
    object Label8: TLabel
      Left = 122
      Top = 96
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label12: TLabel
      Left = 8
      Top = 64
      Width = 39
      Height = 13
      Caption = 'Skipped'
    end
    object Label13: TLabel
      Left = 122
      Top = 64
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label14: TLabel
      Left = 8
      Top = 112
      Width = 100
      Height = 13
      Caption = 'Best spot to continue'
    end
    object Label15: TLabel
      Left = 122
      Top = 112
      Width = 48
      Height = 13
      Caption = '00000000'
    end
    object Button1: TButton
      Left = 24
      Top = 144
      Width = 75
      Height = 25
      Caption = 'Stop'
      TabOrder = 0
      OnClick = Button1Click
    end
  end
  object TreeView2: TTreeView
    Left = 536
    Top = 424
    Width = 417
    Height = 209
    Indent = 19
    ReadOnly = True
    TabOrder = 2
    Visible = False
    OnDblClick = TreeView2DblClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 556
    Height = 17
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 3
  end
  object MainMenu1: TMainMenu
    Left = 256
    Top = 168
    object File1: TMenuItem
      Caption = 'File'
      object New1: TMenuItem
        Caption = 'New'
        Enabled = False
        ShortCut = 16462
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Open1: TMenuItem
        Caption = 'Open'
        ShortCut = 16463
        OnClick = Open1Click
      end
      object Save1: TMenuItem
        Caption = 'Save'
        Enabled = False
        ShortCut = 16467
        OnClick = Save1Click
      end
    end
    object Pointerscanner1: TMenuItem
      Caption = 'Pointer scanner'
      object Method1Fastbuttakesuptoomuchmemory1: TMenuItem
        Caption = 'Method 1 - Fast but takes up too much memory'
        Enabled = False
        Visible = False
      end
      object Method2Takesuplittlememoryandtakesyears1: TMenuItem
        Caption = 'Method 2 - Takes up little memory and takes too long'
        Enabled = False
        Visible = False
      end
      object Method3Fastspeedandaveragememoryusage1: TMenuItem
        Caption = 'Scan for pointer'
        ShortCut = 16464
        OnClick = Method3Fastspeedandaveragememoryusage1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Rescanmemory1: TMenuItem
        Caption = 
          'Rescan memory - Removes pointers not pointing to the right addre' +
          'ss'
        Enabled = False
        OnClick = Rescanmemory1Click
      end
      object Showresults1: TMenuItem
        Caption = 'Show results'
        Enabled = False
        OnClick = Showresults1Click
      end
    end
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'PTR'
    Filter = 'Cheat Engine Injected Pointerlist|*.PTR'
    Left = 16
    Top = 216
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'PTR'
    Filter = 'Cheat Engine injected Pointerlist|*.PTR'
    Left = 48
    Top = 216
  end
  object Timer1: TTimer
    Left = 8
    Top = 304
  end
  object Timer2: TTimer
    OnTimer = Timer2Timer
    Left = 288
    Top = 80
  end
end

⌨️ 快捷键说明

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