mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-09 19:58:45 +02:00
LazDataDesktop: Undo unintentional changes by r58817 #81bf5300aa
git-svn-id: trunk@58819 -
This commit is contained in:
parent
e01a4c1b40
commit
8e54c9731d
@ -71,6 +71,7 @@ Type
|
||||
FDomainsNode : TTreeNode;
|
||||
{$endif}
|
||||
Function AddNewItemPopup(ObjectType: TEditObjectType; AImageIndex : Integer) : TMenuItem;
|
||||
procedure CreateGUI;
|
||||
procedure DoDoubleClick(Sender: TObject);
|
||||
procedure DoNewObject(Sender: TObject);
|
||||
procedure DoDeleteObject(Sender: TObject);
|
||||
@ -111,7 +112,6 @@ Type
|
||||
Constructor Create(AOwner : TComponent); override;
|
||||
Destructor Destroy; override;
|
||||
// General methods.
|
||||
procedure CreateGUI;
|
||||
Procedure ShowDictionary;
|
||||
Procedure LoadFromFile(AFileName : String);
|
||||
Procedure SaveToFile(AFileName : String);
|
||||
|
@ -1440,7 +1440,6 @@ begin
|
||||
Result.ImageIndex:=15;
|
||||
PCDD.ActivePage:=Result;
|
||||
Result.DataDictionary.OnProgress:=@DoDDEprogress;
|
||||
Result.CreateGUI;
|
||||
end;
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user