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