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

📄 exampletrainerstyle3unit.dfm

📁 冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂
💻 DFM
字号:
object ExampleTrainerStyle3: TExampleTrainerStyle3
  Left = 992
  Top = 687
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'ExampleTrainerStyle3'
  ClientHeight = 280
  ClientWidth = 280
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 280
    Height = 280
  end
  object Image6: TImage
    Left = 272
    Top = 248
    Width = 9
    Height = 25
    OnMouseMove = Image6MouseMove
  end
  object Image5: TImage
    Left = 248
    Top = 272
    Width = 33
    Height = 9
    OnMouseMove = Image5MouseMove
  end
  object Image3: TImage
    Left = 0
    Top = 0
    Width = 281
    Height = 249
    OnMouseMove = Image3MouseMove
  end
  object Image4: TImage
    Left = 0
    Top = 248
    Width = 249
    Height = 33
    OnMouseMove = Image4MouseMove
  end
  object Label1: TLabel
    Left = 8
    Top = 216
    Width = 35
    Height = 13
    Caption = 'Label1t'
    Transparent = True
    OnMouseMove = Image3MouseMove
  end
  object Image2: TImage
    Left = 248
    Top = 248
    Width = 25
    Height = 25
    Cursor = crHandPoint
    Hint = 
      'This marks the location where the user has to click to exit the ' +
      'trainer'
    ParentShowHint = False
    ShowHint = True
    Stretch = True
    Transparent = True
    OnClick = Image2Click
  end
  object CheckListBox1: TCheckListBox
    Left = 40
    Top = 16
    Width = 201
    Height = 193
    ItemHeight = 13
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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