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

📄 memorybrowserformunit.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
object MemoryBrowser: TMemoryBrowser
  Left = 545
  Top = 255
  Width = 674
  Height = 565
  HelpContext = 12
  Caption = 'Memory Viewer'
  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
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 290
    Width = 666
    Height = 4
    Cursor = crVSplit
    Align = alTop
    AutoSnap = False
    Beveled = True
    OnCanResize = Splitter1CanResize
    OnMoved = Splitter1Moved
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 666
    Height = 290
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object Splitter2: TSplitter
      Left = 478
      Top = 0
      Height = 290
      Align = alRight
      AutoSnap = False
    end
    object Panel5: TPanel
      Left = 0
      Top = 0
      Width = 478
      Height = 290
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      OnResize = Panel5Resize
      object disassemblerscrollbox: TScrollBox
        Left = 0
        Top = 17
        Width = 461
        Height = 256
        HorzScrollBar.Tracking = True
        VertScrollBar.Visible = False
        Align = alCustom
        Anchors = [akLeft, akTop, akRight, akBottom]
        BevelInner = bvNone
        BevelOuter = bvNone
        BorderStyle = bsNone
        TabOrder = 0
        object DisCanvas: TPaintBox
          Left = 0
          Top = 17
          Width = 461
          Height = 239
          Align = alClient
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          PopupMenu = debuggerpopup
          OnDblClick = DisCanvasDblClick
          OnMouseDown = DisCanvasMouseDown
          OnMouseMove = DisCanvasMouseMove
          OnPaint = DisCanvasPaint
        end
        object disassemblerheader: THeaderControl
          Left = 0
          Top = 0
          Width = 461
          Height = 17
          Sections = <
            item
              AllowClick = False
              ImageIndex = -1
              MinWidth = 50
              Text = 'Address'
              Width = 75
            end
            item
              AllowClick = False
              ImageIndex = -1
              MinWidth = 50
              Text = 'Bytes'
              Width = 83
            end
            item
              AllowClick = False
              ImageIndex = -1
              MinWidth = 50
              Text = 'Opcode'
              Width = 200
            end
            item
              AllowClick = False
              ImageIndex = -1
              MinWidth = 5
              Text = 'Special'
              Width = 103
            end>
          OnSectionResize = disassemblerheaderSectionResize
        end
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 478
        Height = 17
        Align = alTop
        BevelInner = bvLowered
        TabOrder = 1
        object Label1: TLabel
          Left = 2
          Top = 2
          Width = 474
          Height = 13
          Align = alClient
          Alignment = taCenter
          AutoSize = False
          Transparent = False
        end
      end
      object Panel6: TPanel
        Left = 0
        Top = 273
        Width = 478
        Height = 17
        Align = alBottom
        BevelInner = bvLowered
        BevelOuter = bvLowered
        Color = clWhite
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBtnText
        Font.Height = -11
        Font.Name = 'Courier'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnMouseDown = Panel5MouseDown
      end
      object ScrollBar1: TScrollBar
        Left = 462
        Top = 17
        Width = 16
        Height = 256
        Align = alRight
        Kind = sbVertical
        PageSize = 2
        Position = 50
        TabOrder = 3
        OnChange = ScrollBar1Change
        OnEnter = ScrollBar1Enter
        OnKeyDown = ScrollBar1KeyDown
        OnScroll = ScrollBar1Scroll
      end
    end
    object RegisterView: TPanel
      Left = 481
      Top = 0
      Width = 185
      Height = 290
      Align = alRight
      TabOrder = 1
      object ScrollBox1: TScrollBox
        Left = 1
        Top = 1
        Width = 183
        Height = 288
        Align = alClient
        TabOrder = 0
        object EAXLabel: TLabel
          Left = 8
          Top = 16
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EAX 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object EBXlabel: TLabel
          Tag = 1
          Left = 8
          Top = 32
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EBX 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object ECXlabel: TLabel
          Tag = 2
          Left = 8
          Top = 48
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'ECX 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object EDXlabel: TLabel
          Tag = 3
          Left = 8
          Top = 64
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EDX 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object ESIlabel: TLabel
          Tag = 4
          Left = 8
          Top = 80
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'ESI 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object EDIlabel: TLabel
          Tag = 5
          Left = 8
          Top = 96
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EDI 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object EBPlabel: TLabel
          Tag = 6
          Left = 8
          Top = 112
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EBP 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object ESPlabel: TLabel
          Tag = 7
          Left = 8
          Top = 128
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'ESP 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object EIPlabel: TLabel
          Tag = 8
          Left = 8
          Top = 144
          Width = 96
          Height = 13
          Cursor = crHandPoint
          Caption = 'EIP 00000000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object CSLabel: TLabel
          Tag = 9
          Left = 8
          Top = 176
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'CS 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object DSLabel: TLabel
          Tag = 11
          Left = 8
          Top = 208
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'DS 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object SSlabel: TLabel
          Tag = 10
          Left = 8
          Top = 192
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'SS 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object ESlabel: TLabel
          Tag = 12
          Left = 8
          Top = 224
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'ES 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object FSlabel: TLabel
          Tag = 13
          Left = 8
          Top = 240
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'FS 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object GSlabel: TLabel
          Tag = 14
          Left = 8
          Top = 256
          Width = 56
          Height = 13
          Cursor = crHandPoint
          Caption = 'GS 0000'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnClick = EAXLabelDblClick
        end
        object cflabel: TLabel
          Tag = 20
          Left = 136
          Top = 16
          Width = 32
          Height = 13
          Caption = 'CF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object pflabel: TLabel
          Tag = 21
          Left = 136
          Top = 32
          Width = 32
          Height = 13
          Caption = 'PF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object aflabel: TLabel
          Tag = 22
          Left = 136
          Top = 48
          Width = 32
          Height = 13
          Caption = 'AF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object zflabel: TLabel
          Tag = 23
          Left = 136
          Top = 64
          Width = 32
          Height = 13
          Caption = 'ZF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object sflabel: TLabel
          Tag = 24
          Left = 136
          Top = 80
          Width = 32
          Height = 13
          Caption = 'SF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object oflabel: TLabel
          Tag = 26
          Left = 136
          Top = 112
          Width = 32
          Height = 13
          Caption = 'OF 0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Style = []
          ParentFont = False
          OnDblClick = EAXLabelDblClick
        end
        object Label14: TLabel
          Left = 8
          Top = 0
          Width = 47
          Height = 13
          Caption = 'Registers:'
        end
        object Shape1: TShape
          Left = 8
          Top = 13
          Width = 46
          Height = 2
          Brush.Color = clBlack
        end
        object Label15: TLabel
          Left = 136
          Top = 0
          Width = 25
          Height = 13
          Caption = 'Flags'
        end
        object Shape2: TShape
          Left = 135

⌨️ 快捷键说明

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