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

📄 formprocessinfo.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
字号:
object frmProcessInfo: TfrmProcessInfo
  Left = 432
  Top = 107
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Process/System Info'
  ClientHeight = 221
  ClientWidth = 206
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 63
    Top = 40
    Width = 24
    Height = 13
    Caption = 'CR3:'
  end
  object Label2: TLabel
    Left = 63
    Top = 56
    Width = 24
    Height = 13
    Caption = 'CR4:'
  end
  object Label3: TLabel
    Left = 32
    Top = 8
    Width = 55
    Height = 13
    Caption = 'PEProcess:'
  end
  object Label4: TLabel
    Left = 66
    Top = 104
    Width = 21
    Height = 13
    Caption = 'IDT:'
  end
  object lblcr3: TLabel
    Left = 96
    Top = 40
    Width = 25
    Height = 13
    Caption = 'lblcr3'
  end
  object lblcr4: TLabel
    Left = 96
    Top = 56
    Width = 25
    Height = 13
    Caption = 'lblcr4'
  end
  object lblPEPROCESS: TLabel
    Left = 96
    Top = 8
    Width = 75
    Height = 13
    Caption = 'lblPEPROCESS'
    OnDblClick = lblclick
  end
  object Label8: TLabel
    Left = 24
    Top = 24
    Width = 63
    Height = 13
    Caption = 'Valid Handle:'
  end
  object lblisvalid: TLabel
    Left = 96
    Top = 24
    Width = 39
    Height = 13
    Caption = 'lblisvalid'
  end
  object Label5: TLabel
    Left = 62
    Top = 72
    Width = 25
    Height = 13
    Caption = 'SDT:'
  end
  object lblSdt: TLabel
    Left = 96
    Top = 72
    Width = 26
    Height = 13
    Caption = 'lblSdt'
  end
  object Label6: TLabel
    Left = 55
    Top = 88
    Width = 32
    Height = 13
    Caption = 'SSDT:'
  end
  object lblSsdt: TLabel
    Left = 96
    Top = 88
    Width = 31
    Height = 13
    Caption = 'lblSsdt'
  end
  object lbidt: TListBox
    Left = 96
    Top = 104
    Width = 81
    Height = 57
    ItemHeight = 13
    TabOrder = 0
    OnDblClick = lbidtDblClick
  end
  object Button1: TButton
    Left = 72
    Top = 192
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 128
    Top = 168
    Width = 75
    Height = 17
    Caption = 'Threads>>'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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