Last change
on this file since 91 was 15, checked in by RBRi, 19 years ago |
+ components stuff
|
-
Property svn:eol-style
set to
native
|
File size:
407 bytes
|
Rev | Line | |
---|
[15] | 1 | Unit NonSizableDialogUnit;
|
---|
| 2 |
|
---|
| 3 | Interface
|
---|
| 4 |
|
---|
| 5 | Uses
|
---|
| 6 | Classes, Forms, Graphics, Buttons;
|
---|
| 7 |
|
---|
| 8 | Type
|
---|
| 9 | TNonSizableDialog = Class (TForm)
|
---|
| 10 | OKButton: TBitBtn;
|
---|
| 11 | CancelButton: TBitBtn;
|
---|
| 12 | Private
|
---|
| 13 | {Insert private declarations here}
|
---|
| 14 | Public
|
---|
| 15 | {Insert public declarations here}
|
---|
| 16 | End;
|
---|
| 17 |
|
---|
| 18 | Var
|
---|
| 19 | NonSizableDialog: TNonSizableDialog;
|
---|
| 20 |
|
---|
| 21 | Implementation
|
---|
| 22 |
|
---|
| 23 | Initialization
|
---|
| 24 | RegisterClasses ([TNonSizableDialog, TBitBtn]);
|
---|
| 25 | End.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.