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

📄 structuresfrm.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
字号:
object frmStructures: TfrmStructures
  Left = 546
  Top = 629
  Width = 601
  Height = 356
  Caption = 'Memory dissect'
  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
  PixelsPerInch = 96
  TextHeight = 13
  object TreeView1: TTreeView
    Left = 0
    Top = 33
    Width = 593
    Height = 269
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier'
    Font.Style = []
    HideSelection = False
    Indent = 19
    ParentFont = False
    PopupMenu = PopupMenu1
    ReadOnly = True
    ShowRoot = False
    TabOrder = 0
    OnCollapsing = TreeView1Collapsing
    OnDblClick = TreeView1DblClick
    OnExpanding = TreeView1Expanding
    OnMouseDown = TreeView1MouseDown
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 593
    Height = 33
    Align = alTop
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 1
    object edtAddress: TEdit
      Left = 36
      Top = 4
      Width = 77
      Height = 21
      TabOrder = 0
      Text = '00000000'
      OnChange = edtAddressChange
    end
    object Button1: TButton
      Left = 116
      Top = 4
      Width = 21
      Height = 21
      Caption = '+'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 12
      Top = 4
      Width = 21
      Height = 21
      Caption = '-'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object MainMenu1: TMainMenu
    Left = 256
    object File1: TMenuItem
      Caption = 'File'
      object New1: TMenuItem
        Caption = 'New'
        ShortCut = 16462
        OnClick = New1Click
      end
      object Open1: TMenuItem
        Caption = 'Open'
        ShortCut = 16463
        OnClick = Open1Click
      end
      object Save1: TMenuItem
        Caption = 'Save'
        ShortCut = 16467
        OnClick = Save1Click
      end
    end
    object Structures1: TMenuItem
      Caption = 'Structures'
      object Definenewstructure1: TMenuItem
        Caption = 'Define new structure'
        ShortCut = 16462
        OnClick = Definenewstructure1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
    end
  end
  object PopupMenu1: TPopupMenu
    OnPopup = PopupMenu1Popup
    Left = 240
    Top = 192
    object Addelement1: TMenuItem
      Caption = 'Add element'
      OnClick = Addelement1Click
    end
    object ChangeElement1: TMenuItem
      Caption = 'Change element'
      OnClick = ChangeElement1Click
    end
    object Deleteelement1: TMenuItem
      Caption = 'Delete element'
      OnClick = Deleteelement1Click
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object Addtoaddresslist1: TMenuItem
      Caption = 'Add to address list'
      OnClick = Addtoaddresslist1Click
    end
    object N3: TMenuItem
      Caption = '-'
      Visible = False
    end
    object Recalculateaddress1: TMenuItem
      Caption = 'Recalculate address'
      Visible = False
      OnClick = Recalculateaddress1Click
    end
  end
  object updatetimer: TTimer
    Interval = 500
    OnTimer = updatetimerTimer
    Left = 8
    Top = 112
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'CES'
    Filter = 'Cheat Engine structure files (*.CES)|*.CES|All Files (*.*)|*.*'
    Left = 16
    Top = 48
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'CES'
    Filter = 'Cheat Engine structure files (*.CES)|*.CES|All Files (*.*)|*.*'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 56
    Top = 48
  end
end

⌨️ 快捷键说明

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