📄 sixkey.dpr
字号:
{此文件 由 DeDe Ver 3.50.02 Copyright (c) 1999-2002 DaFixer 生成}
Project SixKey;
Uses
Unit_Key in 'Unit_Key.pas' {TForm_key};
{$R *.RES}
begin
{
0045860C 55 push ebp
0045860D 8BEC mov ebp, esp
0045860F 83C4F0 add esp, -$10
00458612 B824844500 mov eax, $00458424
* Reference to: SysInit.@InitExe(Pointer);
|
00458617 E8E8D5FAFF call 00405C04
* Reference to TApplication instance
|
0045861C A1E0A04500 mov eax, dword ptr [$0045A0E0]
00458621 8B00 mov eax, [eax]
* Reference to: Forms.TApplication.Initialize(TApplication);
| or: QForms.TApplication.Initialize(TApplication);
|
00458623 E83CD7FFFF call 00455D64
* Reference to TForm_key instance
|
00458628 8B0DF0A04500 mov ecx, [$0045A0F0]
* Reference to TApplication instance
|
0045862E A1E0A04500 mov eax, dword ptr [$0045A0E0]
00458633 8B00 mov eax, [eax]
* Reference to class TForm_key
|
00458635 8B15CC7C4500 mov edx, [$00457CCC]
* Reference to: Forms.TApplication.CreateForm(TApplication;TComponentClass;void;void);
| or: QForms.TApplication.CreateForm(TApplication;TComponentClass;void;void);
|
0045863B E83CD7FFFF call 00455D7C
* Reference to TApplication instance
|
00458640 A1E0A04500 mov eax, dword ptr [$0045A0E0]
00458645 8B00 mov eax, [eax]
* Reference to: Forms.TApplication.Run(TApplication);
|
00458647 E8B0D7FFFF call 00455DFC
* Reference to: System.@Halt0;
|
0045864C E80BB7FAFF call 00403D5C
00458651 8D4000 lea eax, [eax+$00]
00458654 0000 add [eax], al
}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -