📄 faccountview.pas
字号:
unit FAccountView;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFrmAccountView=class(TForm)
EdFindId: N.A.;
EdFindIP: TEdit;
ListBox1: TListBox;
ListBox2: TListBox;
procedure EdFindIdKeyPress(Sender : TObject);
procedure EdFindIPKeyPress(Sender : TObject);
private
{ Private declarations }
public
{ Public declarations }
end ;
var
FrmAccountView: TFrmAccountView;
{This file is generated by DaRk Ver 3.50.04 Copyright (c) 1999-2002 DaFixer}
implementation
{$R *.DFM}
procedure TFrmAccountView.EdFindIdKeyPress(Sender : TObject);
begin
(*
0047F7DC 55 push ebp
0047F7DD 8BEC mov ebp, esp
0047F7DF 6A00 push $00
0047F7E1 6A00 push $00
0047F7E3 6A00 push $00
0047F7E5 53 push ebx
0047F7E6 56 push esi
0047F7E7 57 push edi
0047F7E8 8BD8 mov ebx, eax
0047F7EA 33C0 xor eax, eax
0047F7EC 55 push ebp
* Possible String Reference to: '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -