frmthreadlistunit.dfm.svn-base

来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 55 行

SVN-BASE
55
字号
object frmThreadlist: TfrmThreadlist
  Left = 795
  Top = 582
  Width = 313
  Height = 187
  BorderStyle = bsSizeToolWin
  Caption = 'Threadlist'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object threadlistview: TListView
    Left = 0
    Top = 0
    Width = 305
    Height = 160
    Align = alClient
    Columns = <
      item
        Caption = 'ThreadID'
        Width = 100
      end
      item
        Caption = 'Start Address'
        Width = 100
      end
      item
        Caption = 'Local Base'
        Width = 100
      end>
    ColumnClick = False
    HideSelection = False
    RowSelect = True
    PopupMenu = PopupMenu1
    TabOrder = 0
    ViewStyle = vsReport
  end
  object PopupMenu1: TPopupMenu
    Left = 80
    Top = 40
    object Break1: TMenuItem
      Caption = 'Break'
      OnClick = Break1Click
    end
  end
end

⌨️ 快捷键说明

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