exampletrainerstyle3unit.dfm.svn-base
来自「这是一段游戏修改工具的源代码.ring3功能由dephi开发,驱动是C开发.希望」· SVN-BASE 代码 · 共 87 行
SVN-BASE
87 行
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 + =
减小字号Ctrl + -
显示快捷键?