source:
oup/releases/0.22a/Unit12_ValueEdit.pas@
619
Last change on this file since 619 was 22, checked in by , 18 years ago | |
---|---|
File size: 292 bytes |
Line | |
---|---|
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. |
Note:
See TracBrowser
for help on using the repository browser.