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

📄 formsettingsunit.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object formSettings: TformSettings
  Left = 504
  Top = 324
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Cheat Engine settings'
  ClientHeight = 356
  ClientWidth = 477
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  DesignSize = (
    477
    356)
  PixelsPerInch = 96
  TextHeight = 13
  object Label20: TLabel
    Left = 429
    Top = 341
    Width = 45
    Height = 13
    Anchors = [akLeft, akBottom]
    Caption = 'About CE'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = Label20Click
  end
  object Button1: TButton
    Left = 157
    Top = 328
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 477
    Height = 321
    ActivePage = TabSheet6
    Align = alTop
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'General Settings'
      object Label11: TLabel
        Left = 170
        Top = 177
        Width = 13
        Height = 13
        Caption = 'ms'
      end
      object Label12: TLabel
        Left = 170
        Top = 201
        Width = 13
        Height = 13
        Caption = 'ms'
      end
      object Label13: TLabel
        Left = 51
        Top = 177
        Width = 72
        Height = 13
        Caption = 'Update interval'
      end
      object Label14: TLabel
        Left = 54
        Top = 201
        Width = 69
        Height = 13
        Caption = 'Freeze interval'
      end
      object Label16: TLabel
        Left = 8
        Top = 177
        Width = 116
        Height = 13
        Caption = 'Network Update Interval'
        Visible = False
      end
      object Label17: TLabel
        Left = 170
        Top = 177
        Width = 13
        Height = 13
        Caption = 'ms'
        Visible = False
      end
      object Label18: TLabel
        Left = 208
        Top = 177
        Width = 158
        Height = 13
        Caption = 'Found address list update interval'
      end
      object Label19: TLabel
        Left = 413
        Top = 178
        Width = 13
        Height = 13
        Caption = 'ms'
      end
      object cbShowUndo: TCheckBox
        Left = 1
        Top = 2
        Width = 451
        Height = 17
        Caption = 'Show undo button'
        Checked = True
        State = cbChecked
        TabOrder = 0
      end
      object cbShowAdvanced: TCheckBox
        Left = 1
        Top = 18
        Width = 451
        Height = 17
        Caption = 'Show advanced options.'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
      object cbCenterOnPopup: TCheckBox
        Left = 1
        Top = 49
        Width = 451
        Height = 17
        Caption = 'Center Cheat Engine when bringing to front'
        Checked = True
        State = cbChecked
        TabOrder = 3
      end
      object EditUpdateInterval: TEdit
        Left = 127
        Top = 173
        Width = 43
        Height = 21
        Hint = 
          'The number of milliseconds that Cheat Engine will wait before re' +
          'freshing the list of addresses'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 11
        Text = '500'
      end
      object EditFreezeInterval: TEdit
        Left = 127
        Top = 197
        Width = 43
        Height = 21
        Hint = 
          'The number of milliseconds that Cheat Engine will wait before re' +
          'setting the frozen addresses to their original value.'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 10
        Text = '250'
      end
      object GroupBox1: TGroupBox
        Left = 0
        Top = 89
        Width = 465
        Height = 57
        Caption = 'Address list specific'
        TabOrder = 6
        object cbShowAsSigned: TCheckBox
          Left = 16
          Top = 16
          Width = 441
          Height = 17
          Caption = 'Show values as if they are signed'
          TabOrder = 0
        end
        object cbBinariesAsDecimal: TCheckBox
          Left = 16
          Top = 32
          Width = 441
          Height = 17
          Caption = 'Show and work with binaries as if they are decimals'
          TabOrder = 1
        end
      end
      object EditNetworkUpdateInterval: TEdit
        Left = 127
        Top = 173
        Width = 43
        Height = 21
        Hint = 
          'The number of milliseconds that Cheat Engine will wait before re' +
          'freshing the list of addresses'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 8
        Text = '500'
        Visible = False
      end
      object cbUpdatefoundList: TCheckBox
        Left = 1
        Top = 33
        Width = 451
        Height = 17
        Caption = 'Update the list of found addresses even after scanning'
        Checked = True
        State = cbChecked
        TabOrder = 2
        OnClick = cbUpdatefoundListClick
      end
      object editUpdatefoundInterval: TEdit
        Left = 370
        Top = 174
        Width = 41
        Height = 21
        Hint = 
          'The number of milliseconds that Cheat Engine will wait before re' +
          'freshing the list of addresses'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 9
        Text = '1000'
      end
      object cbHideAllWindows: TCheckBox
        Left = 1
        Top = 64
        Width = 348
        Height = 17
        Caption = 
          'Hide some/all windows instead of trying to bring cheat engine to' +
          ' front'
        Checked = True
        State = cbChecked
        TabOrder = 4
        OnClick = cbHideAllWindowsClick
      end
      object btnExcludeProcesses: TButton
        Left = 352
        Top = 64
        Width = 73
        Height = 17
        Caption = 'More...'
        TabOrder = 5
        OnClick = btnExcludeProcessesClick
      end
      object Button3: TButton
        Left = 0
        Top = 152
        Width = 185
        Height = 17
        Caption = 'Configure Hotkeys'
        TabOrder = 7
        OnClick = Button3Click
      end
      object btnUnrandomizerconfig: TButton
        Left = 280
        Top = 152
        Width = 185
        Height = 17
        Caption = 'Configure unrandomizer'
        TabOrder = 12
        OnClick = btnUnrandomizerconfigClick
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Scan Settings'
      ImageIndex = 1
      object Label2: TLabel
        Left = 0
        Top = 200
        Width = 433
        Height = 26
        Caption = 
          'Running the scan in a seperate thread will give you a cancel but' +
          'ton, and prevents CE from starvation. (meaning parts of the wind' +
          'ow turn white) but it also makes scanning a little slower'
        Transparent = True
        WordWrap = True
      end
      object Label3: TLabel
        Left = 145
        Top = 251
        Width = 67
        Height = 13
        Caption = 'Thread priority'
      end
      object Label1: TLabel
        Left = 0
        Top = 36
        Width = 114
        Height = 13
        Caption = 'Size of scanbuffer (KB) :'
      end
      object Label5: TLabel
        Left = 0
        Top = 13
        Width = 136
        Height = 13
        Caption = 'Max # of addresses to show:'
        Transparent = True
      end
      object Label15: TLabel
        Left = 189
        Top = 35
        Width = 136
        Height = 13
        Caption = '(Can effect scan speed a lot)'
      end
      object Label21: TLabel
        Left = 0
        Top = 128
        Width = 157
        Height = 13
        Caption = 'Scan the following memory types:'
      end
      object checkThread: TCheckBox
        Left = 145
        Top = 232
        Width = 161
        Height = 17
        Caption = 'Run scan in seperate thread'
        Checked = True
        State = cbChecked
        TabOrder = 9
        OnClick = checkThreadClick
      end
      object combothreadpriority: TComboBox
        Left = 225
        Top = 248
        Width = 73
        Height = 21
        ItemHeight = 13
        ItemIndex = 4
        PopupMenu = MainForm.emptypopup
        TabOrder = 10
        Text = 'Higher'
        Items.Strings = (
          'Idle'
          'Lowest'
          'Lower'
          'Normal'
          'Higher'
          'Highest'
          'TimeCritical')
      end
      object cbFastscan: TCheckBox
        Left = 0
        Top = 56
        Width = 465
        Height = 17
        Caption = 'Fast scan on by default'
        TabOrder = 2
      end
      object cbSkip_PAGE_NOCACHE: TCheckBox
        Left = 0
        Top = 88
        Width = 465
        Height = 17
        Hint = 
          'Some systems crash when trying to read memory with this protecti' +
          'on. If that happens check this option.'
        Caption = 'Don'#39't scan memory that is protected with the No Cache option'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 4
      end
      object cbLowMemoryUsage: TCheckBox
        Left = 0
        Top = 104
        Width = 465
        Height = 17
        Caption = 
          'Keep low memory usage when doing an "Unkown Initial Value scan" ' +
          'with Hyper Scan'
        TabOrder = 5
      end
      object cbMemImage: TCheckBox
        Left = 0
        Top = 160
        Width = 465
        Height = 17
        Caption = 
          'MEM_IMAGE:Memory that is mapped into the view of an image sectio' +
          'n'
        Checked = True
        State = cbChecked
        TabOrder = 7
      end
      object cbMemMapped: TCheckBox
        Left = 0
        Top = 176
        Width = 465
        Height = 17
        Caption = 
          'MEM_MAPPED:Memory that is mapped into the view of a section. (E.' +
          'g:File mapping, slow)'
        TabOrder = 8
      end
      object cbMemPrivate: TCheckBox
        Left = 0
        Top = 144
        Width = 465
        Height = 17
        Caption = 'MEM_PRIVATE:Memory that is private.'
        Checked = True
        State = cbChecked
        TabOrder = 6
      end
      object cbEnableHyperscanWhenPossible: TCheckBox
        Left = 0
        Top = 72
        Width = 465
        Height = 17
        Caption = 'Enable Hyperscan when possible'
        TabOrder = 3
      end
      object EditMax: TEdit
        Left = 144
        Top = 8
        Width = 41
        Height = 21
        TabOrder = 0
        Text = '100'

⌨️ 快捷键说明

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