+ Added TCheckListBox component

git-svn-id: trunk@3223 -
This commit is contained in:
marc 2002-08-19 15:15:22 +00:00
parent 73e74d5d4c
commit f89844ce46
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;