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

远程控制编程

开发平台:

Delphi

  1. unit ShowPictureUnit;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Classes, Graphics,
  5.   Controls, Forms, Dialogs, ExtCtrls;
  6. type
  7.   TfrmPicture=class(TForm)
  8.     pnPic: TPanel;
  9.     imgPic: TImage;
  10.     procedure FormClose(Sender: TObject; var Action: TCloseAction);
  11.     procedure FormCreate(Sender: TObject);
  12.     procedure FormShow(Sender: TObject);
  13.     procedure imgPicDblClick(Sender: TObject);
  14.   private
  15.     { Private declarations }
  16.   public
  17.     { Public declarations }
  18.   end ;
  19. var
  20.   frmPicture: TfrmPicture;
  21. {This file is generated by DeDe v2.34 (c) 1999 by DaFixer}
  22. implementation
  23. {$R *.DFM}
  24. procedure TfrmPicture.FormClose(Sender: TObject; var Action: TCloseAction);
  25. begin
  26. {
  27. 004B4378   33D2                   xor     edx, edx
  28. 004B437A   A1B4D74D00             mov     eax, dword ptr [$4DD7B4]
  29. 004B437F   E89C0CF9FF             call    00445020
  30. 004B4384   C3                     ret
  31. }
  32.  end ; 
  33. procedure TfrmPicture.FormCreate(Sender: TObject);
  34. begin
  35. {
  36. 004B438C   55                     push    ebp
  37. 004B438D   8BEC                   mov     ebp, esp
  38. 004B438F   6A00                   push    $00
  39. 004B4391   53                     push    ebx
  40. 004B4392   56                     push    esi
  41. 004B4393   8BD8                   mov     ebx, eax
  42. 004B4395   33C0                   xor     eax, eax
  43. 004B4397   55                     push    ebp
  44. * Possible String Reference to: "間篝