untTransferView.pas
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:0k
源码类别:

远程控制编程

开发平台:

Delphi

  1. {南域剑盟    www.98exe.com   上兴QQ:51992
  2.  声明:程序由南域剑盟98exe.com成员网上搜集,不承担技术及版权问题}
  3. unit untTransferView;
  4. interface
  5. uses
  6.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  7.   Dialogs, ComCtrls;
  8. type
  9.   TForm2 = class(TForm)
  10.     ListView1: TListView;
  11.   private
  12.     { Private declarations }
  13.   public
  14.     { Public declarations }
  15.   end;
  16. var
  17.   Form2: TForm2;
  18. implementation
  19. {$R *.dfm}
  20. end.