You've already forked lazarus-ccr
jvcllaz: Set package version numbers to 1.0.5 for upcoming OPM release. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6969 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19,7 +19,7 @@ uses
|
||||
JvDsgnConsts,
|
||||
JvNavigationPane, JvNavPaneEditors,
|
||||
JvTabBar, JvTabBarXPPainter,
|
||||
JvPageList, JvNotebookPageList,
|
||||
JvNotebookPageList,
|
||||
JvPageListEditors,
|
||||
JvPageListTreeView;
|
||||
|
||||
|
@ -31,8 +31,7 @@ interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes, ImgList, Menus,
|
||||
PropEdits, GraphPropEdits, ComponentEditors,
|
||||
JvPageList; //, JvDsgnEditors;
|
||||
PropEdits, GraphPropEdits, ComponentEditors;
|
||||
|
||||
type
|
||||
(*
|
||||
@ -98,12 +97,13 @@ implementation
|
||||
|
||||
uses
|
||||
TypInfo,
|
||||
JvDsgnConsts, JvPageListTreeView; //, JvPageListEditorForm;
|
||||
JvPageListTreeView;
|
||||
|
||||
type
|
||||
THackPageList = class(TJvPageList);
|
||||
// THackPageList = class(TJvPageList);
|
||||
THackTreeView = class(TJvCustomPageListTreeView);
|
||||
|
||||
{
|
||||
const
|
||||
cShowEditor = 0;
|
||||
cDash = 1;
|
||||
@ -118,7 +118,7 @@ const
|
||||
unbvAddPage = 0;
|
||||
unbvDeletePage = 1;
|
||||
unbvShowPage = 2;
|
||||
|
||||
}
|
||||
|
||||
{ TJvCustomPageListEditor }
|
||||
(****************************************** NOT WORKING
|
||||
|
Reference in New Issue
Block a user