Some options for out CDPageControl

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-10-30 19:22:04 +00:00
parent 00ec0fcaa3
commit 7668e5f210

View File

@ -144,6 +144,8 @@ begin
pageBrowser.Parent := Self;
pageBrowser.Align := alClient;
pageBrowser.DrawStyle := dsKDE;
pageBrowser.Options := [nboShowCloseButtons, nboHidePageListPopup,
nboKeyboardTabSwitch];
InitializeForm();
end;