mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:16:06 +02:00
LCL: broken one unit circle
git-svn-id: trunk@18377 -
This commit is contained in:
parent
65c2d49056
commit
0c6804bd51
@ -1,5 +1,3 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TComponentListForm','FORMDATA',[
|
||||
'TPF0'#18'TComponentListForm'#17'ComponentListForm'#4'Left'#3#30#2#6'Height'#3
|
||||
+','#2#3'Top'#3#13#1#5'Width'#3#224#0#13'ActiveControl'#7#6'Panel6'#7'Caption'
|
||||
|
@ -36,7 +36,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
LCLType, LCLProc, LMessages, Graphics, GraphType, LCLIntf, Controls;
|
||||
LCLType, LCLProc, LMessages, Graphics, GraphType, LCLIntf, Controls, ExtCtrls;
|
||||
|
||||
type
|
||||
TCustomPairSplitter = class;
|
||||
@ -144,8 +144,9 @@ type
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
WSPairSplitter, ExtCtrls;
|
||||
WSPairSplitter;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user