svrMain.pas
资源名称:SimpleSC.rar [点击查看]
上传用户:juxian
上传日期:2013-04-01
资源大小:38k
文件大小:0k
源码类别:
驱动编程
开发平台:
Delphi
- 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.