You've already forked lazarus-ccr
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:
@ -144,6 +144,8 @@ begin
|
|||||||
pageBrowser.Parent := Self;
|
pageBrowser.Parent := Self;
|
||||||
pageBrowser.Align := alClient;
|
pageBrowser.Align := alClient;
|
||||||
pageBrowser.DrawStyle := dsKDE;
|
pageBrowser.DrawStyle := dsKDE;
|
||||||
|
pageBrowser.Options := [nboShowCloseButtons, nboHidePageListPopup,
|
||||||
|
nboKeyboardTabSwitch];
|
||||||
|
|
||||||
InitializeForm();
|
InitializeForm();
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user