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

📄 frmdirectxunit.dfm.svn-base

📁 这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望对大家有帮助
💻 SVN-BASE
📖 第 1 页 / 共 3 页
字号:
object frmDirectX: TfrmDirectX
  Left = 235
  Top = 323
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'DirectX Settings'
  ClientHeight = 421
  ClientWidth = 500
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 33
    Width = 500
    Height = 335
    HorzScrollBar.Increment = 43
    VertScrollBar.Increment = 36
    VertScrollBar.Position = 167
    VertScrollBar.Tracking = True
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = -167
      Width = 465
      Height = 225
      Caption = 'Zoom Config'
      TabOrder = 0
      object Label2: TLabel
        Left = 14
        Top = 16
        Width = 56
        Height = 13
        Caption = 'Zoom 1 key'
      end
      object Label3: TLabel
        Left = 14
        Top = 40
        Width = 56
        Height = 13
        Caption = 'Zoom 2 key'
      end
      object Label4: TLabel
        Left = 14
        Top = 64
        Width = 56
        Height = 13
        Caption = 'Zoom 3 key'
      end
      object Label5: TLabel
        Left = 14
        Top = 88
        Width = 56
        Height = 13
        Caption = 'Zoom 4 key'
      end
      object Label6: TLabel
        Left = 14
        Top = 112
        Width = 56
        Height = 13
        Caption = 'Zoom 5 key'
      end
      object Label7: TLabel
        Left = 355
        Top = 16
        Width = 42
        Height = 13
        Caption = 'Zoom 1='
      end
      object Label8: TLabel
        Left = 438
        Top = 16
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label9: TLabel
        Left = 355
        Top = 40
        Width = 42
        Height = 13
        Caption = 'Zoom 2='
      end
      object Label10: TLabel
        Left = 438
        Top = 40
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label11: TLabel
        Left = 355
        Top = 64
        Width = 42
        Height = 13
        Caption = 'Zoom 3='
      end
      object Label12: TLabel
        Left = 438
        Top = 64
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label13: TLabel
        Left = 355
        Top = 88
        Width = 42
        Height = 13
        Caption = 'Zoom 4='
      end
      object Label14: TLabel
        Left = 438
        Top = 88
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label15: TLabel
        Left = 355
        Top = 112
        Width = 42
        Height = 13
        Caption = 'Zoom 5='
      end
      object Label16: TLabel
        Left = 438
        Top = 112
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label17: TLabel
        Left = 12
        Top = 144
        Width = 58
        Height = 13
        Caption = 'Zoom in key'
      end
      object Label18: TLabel
        Left = 353
        Top = 158
        Width = 59
        Height = 13
        Caption = 'Zoom delta='
      end
      object Label19: TLabel
        Left = 455
        Top = 158
        Width = 5
        Height = 13
        Caption = 'x'
      end
      object Label20: TLabel
        Left = 5
        Top = 168
        Width = 65
        Height = 13
        Caption = 'Zoom out key'
      end
      object Label23: TLabel
        Left = 8
        Top = 193
        Width = 62
        Height = 13
        Caption = 'No zoom key'
      end
      object Zoom1: TEdit
        Left = 73
        Top = 14
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 0
        OnKeyDown = Zoom1KeyDown
      end
      object Zoom2: TEdit
        Left = 73
        Top = 38
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 3
        OnKeyDown = Zoom2KeyDown
      end
      object Zoom3: TEdit
        Left = 73
        Top = 62
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 6
        OnKeyDown = Zoom3KeyDown
      end
      object Zoom4: TEdit
        Left = 73
        Top = 86
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 9
        OnKeyDown = Zoom4KeyDown
      end
      object Zoom5: TEdit
        Left = 73
        Top = 110
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 12
        OnKeyDown = Zoom5KeyDown
      end
      object Button1: TButton
        Left = 299
        Top = 16
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 1
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 299
        Top = 40
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 4
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 299
        Top = 64
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 7
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 299
        Top = 88
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 10
        OnClick = Button4Click
      end
      object Button5: TButton
        Left = 299
        Top = 112
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 13
        OnClick = Button5Click
      end
      object Zoomlevel1: TEdit
        Left = 398
        Top = 13
        Width = 38
        Height = 21
        TabOrder = 2
        Text = '1.0'
      end
      object Zoomlevel2: TEdit
        Left = 398
        Top = 37
        Width = 38
        Height = 21
        TabOrder = 5
        Text = '2.0'
      end
      object Zoomlevel3: TEdit
        Left = 398
        Top = 61
        Width = 38
        Height = 21
        TabOrder = 8
        Text = '4.0'
      end
      object Zoomlevel4: TEdit
        Left = 398
        Top = 85
        Width = 38
        Height = 21
        TabOrder = 11
        Text = '8.0'
      end
      object Zoomlevel5: TEdit
        Left = 398
        Top = 109
        Width = 38
        Height = 21
        TabOrder = 14
        Text = '16.0'
      end
      object Zoomin: TEdit
        Left = 73
        Top = 142
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 15
        OnKeyDown = ZoominKeyDown
      end
      object Button7: TButton
        Left = 299
        Top = 144
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 16
        OnClick = Button7Click
      end
      object zoomdelta: TEdit
        Left = 415
        Top = 155
        Width = 38
        Height = 21
        TabOrder = 19
        Text = '0.2'
      end
      object Zoomout: TEdit
        Left = 73
        Top = 166
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 17
        OnKeyDown = ZoomoutKeyDown
      end
      object Button8: TButton
        Left = 299
        Top = 168
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 18
        OnClick = Button8Click
      end
      object nozoom: TEdit
        Left = 73
        Top = 190
        Width = 219
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 20
        OnKeyDown = nozoomKeyDown
      end
      object Button9: TButton
        Left = 299
        Top = 192
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 21
        OnClick = Button9Click
      end
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 60
      Width = 465
      Height = 142
      Caption = 'Visible settings'
      TabOrder = 1
      object Label25: TLabel
        Left = 23
        Top = 18
        Width = 54
        Height = 13
        Caption = 'Toggle Fog'
      end
      object Label26: TLabel
        Left = 3
        Top = 44
        Width = 74
        Height = 13
        Caption = 'Toggle Z-Buffer'
      end
      object Label27: TLabel
        Left = 13
        Top = 66
        Width = 64
        Height = 13
        Caption = 'Toggle Lights'
        WordWrap = True
      end
      object Label24: TLabel
        Left = 280
        Top = 264
        Width = 100
        Height = 13
        Caption = 'Transparency of logo'
        Visible = False
      end
      object Label33: TLabel
        Left = 421
        Top = 283
        Width = 14
        Height = 13
        Caption = '0%'
      end
      object Label79: TLabel
        Left = 12
        Top = 112
        Width = 65
        Height = 13
        Caption = 'Toggle keylist'
      end
      object Label32: TLabel
        Left = 29
        Top = 90
        Width = 48
        Height = 13
        Caption = 'Wireframe'
      end
      object fog: TEdit
        Left = 80
        Top = 16
        Width = 211
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 0
        OnKeyDown = fogKeyDown
      end
      object Button10: TButton
        Left = 296
        Top = 18
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 1
        OnClick = Button10Click
      end
      object Button11: TButton
        Left = 296
        Top = 42
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 3
        OnClick = Button11Click
      end
      object zbuffer: TEdit
        Left = 80
        Top = 40
        Width = 211
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 2
        OnKeyDown = zbufferKeyDown
      end
      object Lighting: TEdit
        Left = 80
        Top = 64
        Width = 211
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 4
        OnKeyDown = LightingKeyDown
      end
      object Button12: TButton
        Left = 296
        Top = 66
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 5
        OnClick = Button12Click
      end
      object CheckBox1: TCheckBox
        Left = 184
        Top = 232
        Width = 137
        Height = 17
        Caption = 'Show Cheat Engine logo'
        TabOrder = 7
        Visible = False
      end
      object CheckBox3: TCheckBox
        Left = 16
        Top = 232
        Width = 145
        Height = 17
        Caption = 'Place crosshair on screen'
        TabOrder = 8
        Visible = False
      end
      object RadioButton1: TRadioButton
        Left = 16
        Top = 248
        Width = 57
        Height = 17
        Caption = 'Center'
        TabOrder = 9
        Visible = False
      end
      object RadioButton2: TRadioButton
        Left = 16
        Top = 264
        Width = 81
        Height = 17
        Caption = 'Userdefined'
        TabOrder = 10
        Visible = False
      end
      object Edit6: TEdit
        Left = 16
        Top = 280
        Width = 33
        Height = 21
        TabOrder = 11
        Text = 'x'
        Visible = False
      end
      object Edit7: TEdit
        Left = 56
        Top = 280
        Width = 33
        Height = 21
        TabOrder = 12
        Text = 'y'
        Visible = False
      end
      object Edit1: TEdit
        Left = 183
        Top = 284
        Width = 33
        Height = 21
        TabOrder = 13
        Text = 'x'
        Visible = False
      end
      object Edit2: TEdit
        Left = 223
        Top = 284
        Width = 33
        Height = 21
        TabOrder = 14
        Text = 'y'
        Visible = False
      end
      object RadioButton3: TRadioButton
        Left = 183
        Top = 264
        Width = 81
        Height = 17
        Caption = 'Userdefined'
        TabOrder = 15
        Visible = False
      end
      object RadioButton4: TRadioButton
        Left = 183
        Top = 248
        Width = 57
        Height = 17
        Caption = 'Top left'
        TabOrder = 16
        Visible = False
      end
      object RadioButton5: TRadioButton
        Left = 247
        Top = 248
        Width = 73

⌨️ 快捷键说明

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