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

📄 unit1.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
字号:
object Form1: TForm1
  Left = 428
  Top = 423
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Cheat Engine Tutorial v3'
  ClientHeight = 232
  ClientWidth = 571
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 448
    Top = 192
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 571
    Height = 185
    Align = alTop
    Color = clBtnFace
    Lines.Strings = (
      'Welcome to the Cheat Engine Tutorial. (v3)'
      ''
      
        'This tutorial will try to explain the basics of cheating on game' +
        's, and getting you more familiar with Cheat Engine.'
      ''
      'First open Cheat Engine if it hasn'#39't been opened yet.'
      
        'Then click on the '#39'open process'#39' icon. (top left icon, with the ' +
        'computer on it)'
      ''
      
        'When the process window is open find this tutorial. The process ' +
        'name is probably '#39'tutorial.exe'#39' unless you renamed '
      'it.'
      
        'Select it, and click ok. Just ignore all the other buttons right' +
        ' now, but experiment with them later if you feel like it.'
      ''
      
        'When everything went right, the process window should be gone no' +
        'w and at the top of CE the processname is '
      'shown.'
      ''
      
        'Now, click NEXT to continue to the next step. (Or fill in the pa' +
        'ssword to proceed to that particular step you want)')
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 248
    Top = 200
    Width = 75
    Height = 25
    Caption = 'Next'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 412
    Top = 208
    Width = 121
    Height = 21
    Hint = 'Use this to go imeadiatly to the step you want to try'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Text = '090453'
    OnKeyPress = Edit1KeyPress
  end
  object Button2: TButton
    Left = 536
    Top = 211
    Width = 25
    Height = 17
    Caption = 'OK'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Interval = 250
    OnTimer = Timer1Timer
    Left = 48
    Top = 120
  end
  object XPManifest1: TXPManifest
    Left = 80
    Top = 120
  end
end

⌨️ 快捷键说明

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