ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/releases/0.22a/Unit12_ValueEdit.pas
Revision: 22
Committed: Sat Aug 26 19:12:54 2006 UTC (19 years, 1 month ago) by alloc
Content type: text/x-pascal
File size: 292 byte(s)
Log Message:

File Contents

# Content
1 UNIT Unit12_ValueEdit;
2 INTERFACE
3 USES
4 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
5 Dialogs;
6 TYPE
7 TForm12 = Class(TForm)
8 PRIVATE
9 PUBLIC
10 END;
11
12 VAR
13 Form12: TForm12;
14
15
16 IMPLEMENTATION
17 USES Unit1_main, Unit8_binedit;
18 {$R *.dfm}
19
20 END.