jvcllaz: Add TJvXPCheckbox

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5405 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-04 17:28:50 +00:00
parent 0e82c11b1e
commit 11ba71dc58
14 changed files with 535 additions and 43 deletions

View File

@ -320,14 +320,14 @@ object frmMain: TfrmMain
TabOrder = 3
OnClick = btnToggleVisibleModeClick
end
object chkGrouped: TCheckBox
object chkGrouped: TJvXPCheckbox
Left = 24
Height = 19
Top = 152
Width = 66
Caption = 'Grouped'
OnClick = chkGroupedClick
TabOrder = 4
OnClick = chkGroupedClick
end
end
object StatusBar1: TStatusBar