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

📄 frmdirectxunit.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
📖 第 1 页 / 共 3 页
字号:
        TabOrder = 35
        OnKeyDown = DecreaseZKeyDown
      end
      object Button24: TButton
        Left = 408
        Top = 568
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 36
        OnClick = Button24Click
      end
      object aimfile1: TEdit
        Left = 312
        Top = 32
        Width = 145
        Height = 21
        TabOrder = 2
      end
      object setaimsetting1: TEdit
        Left = 6
        Top = 32
        Width = 235
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 0
        OnKeyDown = setaimsetting1KeyDown
      end
      object Button25: TButton
        Left = 248
        Top = 34
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 1
        OnClick = Button25Click
      end
      object aimfile2: TEdit
        Left = 312
        Top = 68
        Width = 145
        Height = 21
        TabOrder = 5
      end
      object setaimsetting2: TEdit
        Left = 6
        Top = 68
        Width = 235
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 3
        OnKeyDown = setaimsetting2KeyDown
      end
      object Button26: TButton
        Left = 248
        Top = 70
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 4
        OnClick = Button26Click
      end
      object aimfile3: TEdit
        Left = 312
        Top = 105
        Width = 145
        Height = 21
        TabOrder = 8
      end
      object setaimsetting3: TEdit
        Left = 6
        Top = 105
        Width = 235
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 6
        OnKeyDown = setaimsetting3KeyDown
      end
      object Button27: TButton
        Left = 248
        Top = 107
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 7
        OnClick = Button27Click
      end
      object loadaimsettingsfile: TEdit
        Left = 6
        Top = 152
        Width = 163
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 9
        OnKeyDown = loadaimsettingsfileKeyDown
      end
      object Button28: TButton
        Left = 176
        Top = 154
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 10
        OnClick = Button28Click
      end
      object Saveaimsettingsfile: TEdit
        Left = 238
        Top = 152
        Width = 163
        Height = 21
        ReadOnly = True
        TabOrder = 11
        OnKeyDown = SaveaimsettingsfileKeyDown
      end
      object Button29: TButton
        Left = 408
        Top = 154
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 12
        OnClick = Button29Click
      end
      object callibrationkey: TEdit
        Left = 8
        Top = 619
        Width = 163
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 37
        OnKeyDown = callibrationkeyKeyDown
      end
      object Button30: TButton
        Left = 176
        Top = 621
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 38
        OnClick = Button30Click
      end
      object mousecallibrationhorizontal1point: TEdit
        Left = 80
        Top = 656
        Width = 33
        Height = 21
        TabOrder = 39
        Text = '1.0'
      end
      object mousecallibrationhorizontal5point: TEdit
        Left = 80
        Top = 704
        Width = 33
        Height = 21
        TabOrder = 41
        Text = '5.0'
      end
      object mousecallibrationhorizontal10point: TEdit
        Left = 80
        Top = 728
        Width = 33
        Height = 21
        TabOrder = 42
        Text = '10.0'
      end
      object mousecallibrationvertical1point: TEdit
        Left = 288
        Top = 656
        Width = 33
        Height = 21
        TabOrder = 45
        Text = '1.0'
      end
      object mousecallibrationvertical5point: TEdit
        Left = 288
        Top = 704
        Width = 33
        Height = 21
        TabOrder = 47
        Text = '5.0'
      end
      object mousecallibrationvertical10point: TEdit
        Left = 288
        Top = 728
        Width = 33
        Height = 21
        TabOrder = 48
        Text = '10'
      end
      object mousecallibrationhorizontal2point: TEdit
        Left = 80
        Top = 680
        Width = 33
        Height = 21
        TabOrder = 40
        Text = '2.0'
      end
      object mousecallibrationvertical2point: TEdit
        Left = 288
        Top = 680
        Width = 33
        Height = 21
        TabOrder = 46
        Text = '2.0'
      end
      object mousecallibrationhorizontal20point: TEdit
        Left = 80
        Top = 752
        Width = 33
        Height = 21
        TabOrder = 43
        Text = '20.0'
      end
      object mousecallibrationvertical20point: TEdit
        Left = 288
        Top = 751
        Width = 33
        Height = 21
        TabOrder = 49
        Text = '20.0'
      end
      object mousecallibrationhorizontal40point: TEdit
        Left = 80
        Top = 776
        Width = 33
        Height = 21
        TabOrder = 44
        Text = '40.0'
      end
      object mousecallibrationvertical40point: TEdit
        Left = 288
        Top = 773
        Width = 33
        Height = 21
        TabOrder = 50
        Text = '40.0'
      end
      object Panel3: TPanel
        Left = 227
        Top = 200
        Width = 233
        Height = 17
        BevelOuter = bvNone
        TabOrder = 52
        object rbtoggleoneff: TRadioButton
          Left = 8
          Top = 0
          Width = 89
          Height = 17
          Caption = 'Toggle on/off'
          TabOrder = 0
          OnClick = rbtoggleoneffClick
        end
        object rbKeepDown: TRadioButton
          Left = 104
          Top = 0
          Width = 89
          Height = 17
          Caption = 'Keep pressed'
          Checked = True
          TabOrder = 1
          TabStop = True
          OnClick = rbtoggleoneffClick
        end
      end
      object autoshoot: TCheckBox
        Left = 332
        Top = 216
        Width = 97
        Height = 17
        Caption = 'Auto shoot'
        TabOrder = 15
      end
      object Panel4: TPanel
        Left = 2
        Top = 267
        Width = 393
        Height = 89
        BevelOuter = bvNone
        TabOrder = 53
        object Label29: TLabel
          Left = 5
          Top = 4
          Width = 62
          Height = 13
          Caption = 'Increase Lag'
        end
        object Label78: TLabel
          Left = 227
          Top = 4
          Width = 48
          Height = 13
          Caption = 'Defaultlag'
        end
        object Label30: TLabel
          Left = 5
          Top = 44
          Width = 67
          Height = 13
          Caption = 'Decrease Lag'
        end
        object Label31: TLabel
          Left = 227
          Top = 44
          Width = 46
          Height = 13
          Caption = 'Lag Delta'
        end
        object increaselag: TEdit
          Left = 6
          Top = 20
          Width = 163
          Height = 21
          PopupMenu = Mousekeymenu
          ReadOnly = True
          TabOrder = 0
          OnKeyDown = increaselagKeyDown
        end
        object Button14: TButton
          Left = 176
          Top = 23
          Width = 49
          Height = 17
          Caption = 'Clear'
          TabOrder = 1
          OnClick = Button14Click
        end
        object lag: TEdit
          Left = 231
          Top = 20
          Width = 38
          Height = 21
          TabOrder = 2
          Text = '0'
        end
        object decreaselag: TEdit
          Left = 6
          Top = 60
          Width = 163
          Height = 21
          PopupMenu = Mousekeymenu
          ReadOnly = True
          TabOrder = 3
          OnKeyDown = decreaselagKeyDown
        end
        object Button15: TButton
          Left = 176
          Top = 63
          Width = 49
          Height = 17
          Caption = 'Clear'
          TabOrder = 4
          OnClick = Button15Click
        end
        object lagdelta: TEdit
          Left = 231
          Top = 60
          Width = 38
          Height = 21
          TabOrder = 5
          Text = '10'
        end
      end
      object getlagfrommemory: TCheckBox
        Left = 8
        Top = 232
        Width = 161
        Height = 17
        Caption = 'Get lag from memory address'
        TabOrder = 16
        OnClick = getlagfrommemoryClick
      end
      object Button31: TButton
        Left = 168
        Top = 232
        Width = 81
        Height = 17
        Caption = 'Select address'
        Enabled = False
        TabOrder = 17
        OnClick = Button31Click
      end
      object UseFpsLag: TCheckBox
        Left = 8
        Top = 248
        Width = 137
        Height = 17
        Caption = 'Use lag caused by fps'
        TabOrder = 18
      end
    end
    object GroupBox4: TGroupBox
      Left = 8
      Top = 210
      Width = 465
      Height = 49
      Caption = 'Textures'
      TabOrder = 3
      object Label80: TLabel
        Left = 4
        Top = 14
        Width = 76
        Height = 26
        Caption = 'Save all loaded textures to disk'
        WordWrap = True
      end
      object SaveAllTextures: TEdit
        Left = 80
        Top = 16
        Width = 211
        Height = 21
        PopupMenu = Mousekeymenu
        ReadOnly = True
        TabOrder = 0
        OnKeyDown = SaveAllTexturesKeyDown
      end
      object Button34: TButton
        Left = 296
        Top = 18
        Width = 49
        Height = 17
        Caption = 'Clear'
        TabOrder = 1
        OnClick = Button34Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 500
    Height = 33
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object Label1: TLabel
      Left = 0
      Top = 16
      Width = 154
      Height = 13
      Caption = 'Key combinations and other stuff'
    end
    object LoadButton: TSpeedButton
      Left = 444
      Top = 3
      Width = 25
      Height = 25
      Hint = 'Load'
      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
      OnClick = LoadButtonClick
    end
    object SaveButton: TSpeedButton
      Left = 470
      Top = 3
      Width = 25
      Height = 25
      Hint = 'Save'
      Glyph.Data = {
        CA020000424DCA0200000000000036000000280000000E0000000F0000000100
        18000000000094020000C40E0000C40E00000000000000000000C0C0C0C0C0C0
        C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
        C0C0C0C00000C0C0C00000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000084840084840000000000
        00000000000000000000000000C6C6C6C6C6C600000000848400000000000000
        00008484008484000000000000000000000000000000000000C6C6C6C6C6C600
        0000008484000000000000000000848400848400000000000000000000000000
        0000000000C6C6C6C6C6C6000000008484000000000000000000848400848400
        0000000000000000000000000000000000000000000000000000008484000000
        0000000000008484008484008484008484008484008484008484008484008484
        0084840084840084840000000000000000008484008484000000000000000000
        0000000000000000000000000000000084840084840000000000000000008484
        000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C60000000084
        840000000000000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
        C6C6C6C6C6C6C60000000084840000000000000000008484000000C6C6C6C6C6
        C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000848400000000000000
        00008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600
        00000084840000000000000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6
        C6C6C6C6C6C6C6C6C6C6C60000000000000000000000000000008484000000C6
        C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000C6C6C6000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000}
      ParentShowHint = False
      ShowHint = True
      OnClick = SaveButtonClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 368
    Width = 500
    Height = 53
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    object Label21: TLabel
      Left = 159
      Top = 8
      Width = 164
      Height = 13
      Caption = 'Key poll intervall.  (Smaller is faster)'
    end
    object Label22: TLabel
      Left = 260
      Top = 33
      Width = 16
      Height = 13
      Caption = 'ms.'
    end
    object Button6: TButton
      Left = 416
      Top = 16
      Width = 75
      Height = 25
      Caption = 'Apply'
      TabOrder = 0
      OnClick = Button6Click
    end
    object editKeyPolling: TEdit
      Left = 191
      Top = 29
      Width = 65
      Height = 21
      TabOrder = 1
      Text = '100'
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'ctx'
    Filter = 'ctx files (*.ctx)|*.ctx'
    Left = 376
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'ctx'
    Filter = 'ctx files (*.ctx)|*.ctx'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 336
  end
  object Mousekeymenu: TPopupMenu
    Left = 400
    Top = 257
    object LeftMouse1: TMenuItem
      Caption = 'Left Mouse'
      OnClick = LeftMouse1Click
    end
    object CenterMouse1: TMenuItem
      Tag = 1
      Caption = 'Center Mouse'
      OnClick = LeftMouse1Click
    end
    object RightMouse1: TMenuItem
      Tag = 2
      Caption = 'Right Mouse'
      OnClick = LeftMouse1Click
    end
  end
end

⌨️ 快捷键说明

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