source: OniWindowMover/Unit2.pas

Last change on this file was 257, checked in by alloc, 15 years ago
File size: 245 bytes
Line 
1UNIT Unit2;
2INTERFACE
3USES
4  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
5  Dialogs;
6
7TYPE
8  TForm2 = Class(TForm)
9  PRIVATE
10  PUBLIC
11  END;
12
13VAR
14  Form2: TForm2;
15
16IMPLEMENTATION
17{$R *.dfm}
18
19END.
Note: See TracBrowser for help on using the repository browser.