source: oup/releases/0.22a/Unit12_ValueEdit.pas@ 1065

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