?? 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 + -