📄 frmautoinjectunit.dfm
字号:
object frmAutoInject: TfrmAutoInject
Left = 1061
Top = 798
Width = 431
Height = 313
HelpContext = 18
Caption = 'Auto assemble'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 221
Width = 423
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
OnResize = Panel1Resize
object Button1: TButton
Left = 174
Top = 8
Width = 75
Height = 25
Caption = 'Write code'
TabOrder = 0
OnClick = Button1Click
end
end
object assemblescreen: TMemo
Left = 0
Top = 0
Width = 423
Height = 221
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
OnKeyDown = assemblescreenKeyDown
end
object MainMenu1: TMainMenu
Left = 152
Top = 56
object File1: TMenuItem
Caption = 'File'
object Load1: TMenuItem
Caption = 'Open'
ShortCut = 16463
OnClick = Load1Click
end
object Save1: TMenuItem
Caption = 'Save'
ShortCut = 16467
OnClick = Save1Click
end
object SaveAs1: TMenuItem
Caption = 'Save As...'
OnClick = SaveAs1Click
end
object Assigntocurrentcheattable1: TMenuItem
Caption = 'Assign to current cheat table'
OnClick = Assigntocurrentcheattable1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object emplate1: TMenuItem
Caption = 'Template'
object Codeinjection1: TMenuItem
Caption = 'Code injection'
OnClick = Codeinjection1Click
end
object APIHook1: TMenuItem
Caption = 'API Hook'
OnClick = APIHook1Click
end
object CheatTablecompliantcodee1: TMenuItem
Caption = 'Cheat Table framework code'
OnClick = CheatTablecompliantcodee1Click
end
end
end
object OpenDialog1: TOpenDialog
DefaultExt = 'CEA'
Filter = 'Cheat Engine Assembly (*.CEA)|*.CEA|All Files (*.*)|*.*'
Title = 'Open CE assembly file'
Left = 8
Top = 24
end
object SaveDialog1: TSaveDialog
DefaultExt = 'CEA'
Filter = 'Cheat Engine Assembly (*.CEA)|*.CEA|All Files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Title = 'Open CE assembly file'
Left = 40
Top = 24
end
object PopupMenu1: TPopupMenu
Left = 104
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -