source: oup/releases/0.21a/Unit12_ValueEdit.pas@ 627

Last change on this file since 627 was 21, checked in by alloc, 18 years ago
File size: 324 bytes
RevLine 
[21]1unit Unit12_ValueEdit;
2
3interface
4
5uses
6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
7 Dialogs;
8
9type
10 TForm12 = class(TForm)
11 private
12 { Private declarations }
13 public
14 { Public declarations }
15 end;
16
17var
18 Form12: TForm12;
19
20implementation
21
22{$R *.dfm}
23
24end.
Note: See TracBrowser for help on using the repository browser.