|
Last change
on this file was 206, checked in by chronos, 6 years ago |
- Modified: Remove warnings about uninitialized TPixelPointer variables. Initialize that types using PixelPointer function in similar way how TPoint is inicialized using Point function.
|
|
File size:
860 bytes
|
| Line | |
|---|
| 1 | { This file was automatically created by Lazarus. Do not edit!
|
|---|
| 2 | This source is only used to compile and install the package.
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | unit CevoComponents;
|
|---|
| 6 |
|
|---|
| 7 | {$warn 5023 off : no warning about unused units}
|
|---|
| 8 | interface
|
|---|
| 9 |
|
|---|
| 10 | uses
|
|---|
| 11 | Area, ButtonA, ButtonB, ButtonC, ButtonN, EOTButton, ButtonBase, DrawDlg,
|
|---|
| 12 | Sound, BaseWin, UPixelPointer, LazarusPackageIntf;
|
|---|
| 13 |
|
|---|
| 14 | implementation
|
|---|
| 15 |
|
|---|
| 16 | procedure Register;
|
|---|
| 17 | begin
|
|---|
| 18 | RegisterUnit('Area', @Area.Register);
|
|---|
| 19 | RegisterUnit('ButtonA', @ButtonA.Register);
|
|---|
| 20 | RegisterUnit('ButtonB', @ButtonB.Register);
|
|---|
| 21 | RegisterUnit('ButtonC', @ButtonC.Register);
|
|---|
| 22 | RegisterUnit('ButtonN', @ButtonN.Register);
|
|---|
| 23 | RegisterUnit('EOTButton', @EOTButton.Register);
|
|---|
| 24 | RegisterUnit('DrawDlg', @DrawDlg.Register);
|
|---|
| 25 | RegisterUnit('BaseWin', @BaseWin.Register);
|
|---|
| 26 | end;
|
|---|
| 27 |
|
|---|
| 28 | initialization
|
|---|
| 29 | RegisterPackage('CevoComponents', @Register);
|
|---|
| 30 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.