www.pudn.com > laowaixiedechengxu.rar > svrMain.pas


unit svrMain; 
 
interface 
 
uses 
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, 
  ScrSpy, StdCtrls; 
 
type 
  TForm1 = class(TForm) 
    ScreenEncoder1: TScreenEncoder; 
    Label1: TLabel; 
    Label2: TLabel; 
  private 
    { Private declarations } 
  public 
    { Public declarations } 
  end; 
 
var 
  Form1: TForm1; 
 
implementation 
 
{$R *.DFM} 
 
end.