MatrixUnit.pas
上传用户:gdszzsp
上传日期:2007-01-08
资源大小:621k
文件大小:36k
源码类别:

远程控制编程

开发平台:

Delphi

  1. unit MatrixUnit;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Classes, Graphics,
  5.   Controls, Forms, Dialogs, ExtCtrls, StdCtrls;
  6. type
  7.   TMatrix=class(TForm)
  8.     Buffer: TImage;
  9.     Image: TImage;
  10.     KeepKey: TMemo;
  11.     Edit1: TEdit;
  12.     cursor: TTimer;
  13.     procedure cursorTimer(Sender: TObject);
  14.     procedure FormClose(Sender: TObject; var Action: TCloseAction);
  15.     procedure FormCreate(Sender: TObject);
  16.     procedure FormHide(Sender: TObject);
  17.     procedure FormKeyPress(Sender: TObject; var Key: Char);
  18.     procedure FormShow(Sender: TObject);
  19.   private
  20.     { Private declarations }
  21.   public
  22.     { Public declarations }
  23.   end ;
  24. var
  25.   Matrix: TMatrix;
  26. {This file is generated by DeDe v2.34 (c) 1999 by DaFixer}
  27. implementation
  28. {$R *.DFM}
  29. procedure TMatrix.cursorTimer(Sender: TObject);
  30. begin
  31. {
  32. 004B4678   55                     push    ebp
  33. 004B4679   8BEC                   mov     ebp, esp
  34. 004B467B   6A00                   push    $00
  35. 004B467D   6A00                   push    $00
  36. 004B467F   53                     push    ebx
  37. 004B4680   56                     push    esi
  38. 004B4681   57                     push    edi
  39. 004B4682   8BF0                   mov     esi, eax
  40. 004B4684   33C0                   xor     eax, eax
  41. 004B4686   55                     push    ebp
  42. * Possible String Reference to: "閃雉