Changeset 568 for trunk/Packages/CevoComponents
- Timestamp:
- May 13, 2024, 6:00:06 PM (6 months ago)
- Location:
- trunk/Packages/CevoComponents
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ButtonA.pas
r554 r568 14 14 procedure SetFont(const Font: TFont); 15 15 protected 16 procedure SetCaption(Text: string); override;16 procedure SetCaption(Text: string); 17 17 procedure Paint; override; 18 18 public -
trunk/Packages/CevoComponents/CevoComponents.lpk
r554 r568 37 37 <Description Value="C-evo components"/> 38 38 <Version Major="1" Minor="2"/> 39 <Files Count="1 7">39 <Files Count="18"> 40 40 <Item1> 41 41 <Filename Value="Area.pas"/> … … 116 116 <UnitName Value="ButtonG"/> 117 117 </Item17> 118 <Item18> 119 <Filename Value="ListBoxEx.pas"/> 120 <HasRegisterProc Value="True"/> 121 <UnitName Value="ListBoxEx"/> 122 </Item18> 118 123 </Files> 119 124 <CompatibilityMode Value="True"/> -
trunk/Packages/CevoComponents/CevoComponents.pas
r554 r568 10 10 uses 11 11 Area, ButtonA, ButtonB, ButtonC, ButtonN, EOTButton, ButtonBase, DrawDlg, 12 Sound, BaseWin, AsyncProcess2, GraphicSet, Texture, ButtonG, 12 Sound, BaseWin, AsyncProcess2, GraphicSet, Texture, ButtonG, ListBoxEx, 13 13 LazarusPackageIntf; 14 14 … … 27 27 RegisterUnit('GraphicSet', @GraphicSet.Register); 28 28 RegisterUnit('ButtonG', @ButtonG.Register); 29 RegisterUnit('ListBoxEx', @ListBoxEx.Register); 29 30 end; 30 31
Note:
See TracChangeset
for help on using the changeset viewer.