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

📄 unit2.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
      ParentShowHint = False      ShowHint = True      OnClick = SpeedButton3Click    end    object SpeedButton4: TSpeedButton      Left = 448      Top = 72      Width = 49      Height = 17      Anchors = [akTop, akRight]      Caption = 'Settings'      Flat = True      OnClick = SpeedButton4Click    end    object Label52: TLabel      Left = 378      Top = 198      Width = 27      Height = 13      Caption = 'Sleep'      Enabled = False      Visible = False    end    object Label51: TLabel      Left = 443      Top = 199      Width = 46      Height = 13      Caption = 'Sleeptime'      Enabled = False      Visible = False    end    object FControl: TEdit      Left = 8      Top = 57      Width = 81      Height = 21      HelpContext = 10      TabOrder = 14      Text = 'FControl'      OnEnter = FControlEnter      OnExit = FControlExit      OnKeyDown = FControlKeyDown      OnKeyPress = FControlKeyPress    end    object FoundList: TListBox      Left = 1      Top = 48      Width = 167      Height = 254      Hint =         'This list shows all the found addresses that matched your last s' +        'can'      HelpContext = 6      Anchors = [akLeft, akTop, akBottom]      Color = clBtnFace      DragMode = dmAutomatic      Font.Charset = ANSI_CHARSET      Font.Color = clWindowText      Font.Height = -13      Font.Name = 'Courier'      Font.Pitch = fpVariable      Font.Style = []      ItemHeight = 13      MultiSelect = True      ParentFont = False      ParentShowHint = False      PopupMenu = PopupMenu1      ShowHint = True      Sorted = True      TabOrder = 0      OnDblClick = SpeedButton3Click    end    object GroupBox1: TGroupBox      Left = 199      Top = 176      Width = 170      Height = 111      Caption = 'Memory Scan Options'      Color = clBtnFace      Enabled = False      ParentColor = False      TabOrder = 1      object Label1: TLabel        Left = 32        Top = 32        Width = 23        Height = 13        Caption = 'From'        Enabled = False      end      object Label2: TLabel        Left = 117        Top = 32        Width = 13        Height = 13        Caption = 'To'        Enabled = False      end      object Dos: TRadioButton        Left = 8        Top = 16        Width = 49        Height = 17        Caption = '16-Bit'        Enabled = False        TabOrder = 0        OnClick = DosClick      end      object Windows: TRadioButton        Left = 64        Top = 16        Width = 49        Height = 17        Caption = '32-Bit'        Enabled = False        TabOrder = 1        OnClick = WindowsClick      end      object Readonly: TCheckBox        Left = 3        Top = 72        Width = 150        Height = 17        Caption = 'Also scan read-only memory'        Enabled = False        Font.Charset = DEFAULT_CHARSET        Font.Color = clWindowText        Font.Height = -11        Font.Name = 'MS Sans Serif'        Font.Style = []        ParentFont = False        TabOrder = 2      end      object FromAddress: TMemo        Left = 3        Top = 48        Width = 73        Height = 21        Alignment = taRightJustify        Enabled = False        Lines.Strings = (          '00400000')        MaxLength = 8        PopupMenu = emptypopup        TabOrder = 3        WantReturns = False        WordWrap = False      end      object ToAddress: TMemo        Left = 89        Top = 48        Width = 73        Height = 21        Alignment = taRightJustify        Enabled = False        Lines.Strings = (          '7FFFFFFF')        MaxLength = 8        PopupMenu = emptypopup        TabOrder = 4        WantReturns = False        WordWrap = False      end      object cbFastScan: TCheckBox        Left = 3        Top = 88        Width = 82        Height = 17        Caption = 'Fast scan'        Enabled = False        Font.Charset = DEFAULT_CHARSET        Font.Color = clWindowText        Font.Height = -11        Font.Name = 'MS Sans Serif'        Font.Style = []        ParentFont = False        TabOrder = 5      end      object CheckBox8: TCheckBox        Left = 86        Top = 88        Width = 80        Height = 17        Caption = 'Hyperscan'        Enabled = False        TabOrder = 6        Visible = False        OnClick = CheckBox8Click      end      object RadioButton3: TRadioButton        Left = 118        Top = 16        Width = 49        Height = 17        Caption = 'All'        Checked = True        Enabled = False        TabOrder = 7        TabStop = True        OnClick = RadioButton3Click      end    end    object NewScan: TButton      Left = 191      Top = 48      Width = 65      Height = 25      Caption = 'First Scan'      Enabled = False      ParentShowHint = False      ShowHint = False      TabOrder = 2      OnClick = NewScanClick    end    object NextScanButton: TButton      Left = 263      Top = 48      Width = 65      Height = 25      Caption = 'Next Scan'      Enabled = False      Font.Charset = DEFAULT_CHARSET      Font.Color = clWindowText      Font.Height = -11      Font.Name = 'MS Sans Serif'      Font.Style = []      ParentFont = False      TabOrder = 3      OnClick = NextScanButtonClick    end    object ScanType: TComboBox      Left = 231      Top = 120      Width = 138      Height = 21      HelpContext = 9      Style = csDropDownList      DropDownCount = 9      Enabled = False      ItemHeight = 13      PopupMenu = emptypopup      TabOrder = 6      OnChange = ScanTypeChange      Items.Strings = (        'Exact value'        'Increased value'        'Increased value by ...'        'Decreased value'        'Decreased value by ...'        'Changed value'        'Unchanged value'        'Unknown initial value')    end    object VarType: TComboBox      Left = 231      Top = 144      Width = 138      Height = 21      HelpContext = 7      Style = csDropDownList      DropDownCount = 9      Enabled = False      ItemHeight = 13      PopupMenu = emptypopup      TabOrder = 7      OnChange = VarTypeChange      Items.Strings = (        'Binary'        'Byte'        '2 Bytes'        '4 Bytes'        '8 Bytes'        'Float'        'Double'        'Text'        'Array of Bytes')    end    object Button3: TButton      Left = 0      Top = 306      Width = 89      Height = 17      Anchors = [akLeft, akBottom]      Caption = 'Memory view'      TabOrder = 8      OnClick = Button3Click    end    object Button1: TButton      Left = 387      Top = 306      Width = 113      Height = 17      Anchors = [akRight, akBottom]      Caption = 'Add address manually'      TabOrder = 9      OnClick = Button1Click    end    object ProgressBar1: TProgressBar      Left = 92      Top = 20      Width = 347      Height = 16      Hint = 'This shows how far Cheat Engine is with searching'      Anchors = [akLeft, akTop, akRight]      Max = 10      ParentShowHint = False      Step = 1      ShowHint = True      TabOrder = 10    end    object HexadecimalCheckbox: TCheckBox      Left = 187      Top = 99      Width = 38      Height = 17      Hint = 'When checked the value you type in is hexadecimal'      HelpContext = 7      Caption = 'Hex'      Enabled = False      ParentShowHint = False      ShowHint = True      TabOrder = 11    end    object UndoScan: TButton      Left = 373      Top = 48      Width = 65      Height = 25      Anchors = [akTop, akRight]      Caption = 'Undo scan'      Enabled = False      TabOrder = 4      Visible = False    end    object rbBit: TRadioButton      Left = 171      Top = 90      Width = 57      Height = 17      HelpContext = 7      Caption = 'Bits'      TabOrder = 12      Visible = False    end    object rbDec: TRadioButton      Left = 171      Top = 106      Width = 57      Height = 17      HelpContext = 7      Caption = 'Decimal'      TabOrder = 13      Visible = False    end    object scanvalue: TEdit      Left = 231      Top = 96      Width = 260      Height = 21      Anchors = [akLeft, akTop, akRight]      Enabled = False      PopupMenu = ccpmenu      TabOrder = 5      OnKeyPress = scanvalueKeyPress    end    object cbCaseSensitive: TCheckBox      Left = 376      Top = 146   

⌨️ 快捷键说明

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