mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 01:11:07 +02:00
+ Added TCheckListBox component
git-svn-id: trunk@3223 -
This commit is contained in:
parent
73e74d5d4c
commit
f89844ce46
@ -38,7 +38,7 @@ uses
|
||||
Buttons, Extctrls, Registry, Calendar, Clipbrd, Forms, LCLLinux, Spin,
|
||||
Comctrls, Graphics, StdCtrls, Arrow, Controls, ImgList, Menus, Toolwin,
|
||||
Dialogs, Messages, Clistbox, ActnList, Grids, MaskEdit,
|
||||
Printers, PostScriptPrinter;
|
||||
Printers, PostScriptPrinter, CheckLst;
|
||||
|
||||
implementation
|
||||
|
||||
@ -47,6 +47,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.22 2003/06/20 01:37:47 marc
|
||||
+ Added TCheckListBox component
|
||||
|
||||
Revision 1.21 2003/06/19 16:36:35 mattias
|
||||
started codeexplorer
|
||||
|
||||
|
@ -97,6 +97,8 @@ const
|
||||
|
||||
csNonLCL = 53; // for non LCL controls, that create their own handles
|
||||
|
||||
csCheckListBox = 54;
|
||||
|
||||
const
|
||||
{Mouse message key states}
|
||||
MK_LBUTTON = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user