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

📄 mainunit.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object Label46: TLabel
          Tag = 2
          Left = 7
          Top = 29
          Width = 11
          Height = 20
          Caption = '+'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          PopupMenu = PopupMenu2
          Transparent = True
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object Label47: TLabel
          Tag = 3
          Left = 7
          Top = 45
          Width = 11
          Height = 20
          Caption = '+'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          PopupMenu = PopupMenu2
          Transparent = True
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object Label48: TLabel
          Tag = 4
          Left = 7
          Top = 61
          Width = 11
          Height = 20
          Caption = '+'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          PopupMenu = PopupMenu2
          Transparent = True
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object Label49: TLabel
          Tag = 5
          Left = 7
          Top = 77
          Width = 11
          Height = 20
          Caption = '+'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          PopupMenu = PopupMenu2
          Transparent = True
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object Label50: TLabel
          Tag = 6
          Left = 7
          Top = 93
          Width = 11
          Height = 20
          Caption = '+'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          PopupMenu = PopupMenu2
          Transparent = True
          Visible = False
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = directionclick
        end
        object CheckBox1: TCheckBox
          Left = 24
          Top = 0
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 0
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox2: TCheckBox
          Tag = 1
          Left = 24
          Top = 16
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 1
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox3: TCheckBox
          Tag = 2
          Left = 24
          Top = 32
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 2
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox4: TCheckBox
          Tag = 3
          Left = 24
          Top = 48
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 3
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox5: TCheckBox
          Tag = 4
          Left = 24
          Top = 64
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 4
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox6: TCheckBox
          Tag = 5
          Left = 24
          Top = 80
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 5
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
        object CheckBox7: TCheckBox
          Tag = 6
          Left = 24
          Top = 96
          Width = 17
          Height = 17
          Cursor = crHandPoint
          PopupMenu = PopupMenu2
          TabOrder = 6
          Visible = False
          OnClick = CheckBox1Click
          OnDragDrop = Panel1DragDrop
          OnDragOver = Panel1DragOver
          OnMouseDown = CheckBox2MouseDown
        end
      end
    end
    object vscrollpanel: TPanel
      Left = 507
      Top = 1
      Width = 16
      Height = 169
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 2
      object ScrollBar1: TScrollBar
        Left = 0
        Top = 0
        Width = 16
        Height = 169
        Align = alRight
        Kind = sbVertical
        Max = 0
        PageSize = 0
        TabOrder = 0
        OnChange = ScrollBar1Change
        OnEnter = ScrollBar1Enter
        OnScroll = ScrollBar1Scroll
      end
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 519
    Width = 524
    Height = 17
    Align = alBottom
    TabOrder = 1
    DesignSize = (
      524
      17)
    object Label7: TLabel
      Left = 147
      Top = 3
      Width = 229
      Height = 13
      Hint = 'Click here to change the hotkey'
      Alignment = taCenter
      Anchors = [akBottom]
      Caption = 'Ctrl+Alt+Page Down brings Cheat Engine to front'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clMenuText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object advancedbutton: TSpeedButton
      Left = 1
      Top = 1
      Width = 104
      Height = 15
      Anchors = [akLeft, akBottom]
      Caption = 'Advanced options'
      Flat = True
      ParentShowHint = False
      ShowHint = True
      OnClick = advancedbuttonClick
    end
    object CommentButton: TSpeedButton
      Left = 506
      Top = 1
      Width = 18
      Height = 15
      Hint = 'abcdefg'
      Anchors = [akRight, akBottom]
      Caption = '?'
      Flat = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = CommentButtonClick
      OnMouseMove = CommentButtonMouseMove
    end
  end
  object Panel5: TPanel
    Left = 0
    Top = 0
    Width = 524
    Height = 345
    Align = alTop
    BevelOuter = bvNone
    Constraints.MinHeight = 305
    Locked = True
    TabOrder = 2
    DesignSize = (
      524
      345)
    object ProcessLabel: TLabel
      Left = -24
      Top = 0
      Width = 571
      Height = 17
      Alignment = taCenter
      Anchors = [akLeft, akTop, akRight]
      AutoSize = False
      Caption = 'No Process Selected'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clMenuText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      Transparent = True
      WordWrap = True
      OnDblClick = ProcessLabelDblClick
      OnMouseDown = ProcessLabelMouseDown
    end
    object foundcountlabel: TLabel
      Left = 35
      Top = 32
      Width = 6
      Height = 13
      Hint = 'This shows the ammount of addresses found'
      Caption = '0'
      ParentShowHint = False
      ShowHint = True
      Transparent = True
    end
    object ScanText: TLabel
      Left = 231
      Top = 80
      Width = 57
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'Exact Value'
      Enabled = False
      Transparent = True
    end
    object Label4: TLabel
      Left = 180
      Top = 124
      Width = 48
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'Scan type'
      Enabled = False
      Transparent = True
    end
    object Label8: TLabel
      Left = 178
      Top = 148
      Width = 50
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'Value type'
      Enabled = False
      Transparent = True
    end
    object LoadButton: TSpeedButton
      Left = 32
      Top = 3
      Width = 25
      Height = 25
      Action = actOpen
      Glyph.Data = {
        D6020000424DD6020000000000003600000028000000100000000E0000000100
        180000000000A0020000C40E0000C40E00000000000000000000C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C000000000000000000000000000000000000000000000
        0000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000
        008484008484008484008484008484008484008484008484008484000000C0C0
        C0C0C0C0C0C0C0C0C0C000000000FFFF00000000848400848400848400848400
        8484008484008484008484008484000000C0C0C0C0C0C0C0C0C0000000FFFFFF
        00FFFF0000000084840084840084840084840084840084840084840084840084
        84000000C0C0C0C0C0C000000000FFFFFFFFFF00FFFF00000000848400848400
        8484008484008484008484008484008484008484000000C0C0C0000000FFFFFF
        00FFFFFFFFFF00FFFF0000000000000000000000000000000000000000000000
        0000000000000000000000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00
        FFFFFFFFFF00FFFF000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000FFFFFF
        00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C000000000FFFFFFFFFF00FFFF00000000000000000000
        0000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000
        000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000
        00000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000C0C0C0C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C00000
        00C0C0C0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
        C0C0C0C0C0000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0}
      ParentShowHint = False
      ShowHint = True
    end
    object SaveButton: TSpeedButton
      Left = 58
      Top = 3
      Width = 25
      Height = 25
      Action = actSave
      Glyph.Data = {
        CA020000424DCA0200000000000036000000280000000E0000000F0000000100
        18000000000094020000C40E0000C40E00000000000000000000C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
        C0C0C0C00000C0C0C00000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000084840084840000000000
        00000000000000000000000000C6C6C6C6C6C600000000848400000000000000
        00008484008484000000000000000000000000000000000000C6C6C6C6C6C600
        0000008484000000000000000000848400848400000000000000000000000000
        0000000000C6C6C6C6C6C6000000008484000000000000000000848400848400
        0000000000000000000000000000000000000000000000000000008484000000
        0000000000008484008484008484008484008484008484008484008484008484
        0084840084840084840000000000000000008484008484000000000000000000
        0000000000000000000000000000000084840084840000000000000000008484
        000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C60000000084
        840000000000000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
        C6C6C6C6C6C6C60000000084840000000000000000008484000000C6C6C6C6C6
        C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000000000
        00008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600
        00000084840000000000000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6
        C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000008484000000C6
        C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000C6C6C6000000
        0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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