mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
anchordocking: fixed compilation
git-svn-id: trunk@26321 -
This commit is contained in:
parent
71590dd255
commit
ffcf94d184
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2778,9 +2778,9 @@ examples/anchordocking/anchordockpkg.pas svneol=native#text/plain
|
||||
examples/anchordocking/anchordockstorage.pas svneol=native#text/plain
|
||||
examples/anchordocking/anchordockstr.pas svneol=native#text/plain
|
||||
examples/anchordocking/design/ADLayoutDefault.xml svneol=native#text/plain
|
||||
examples/anchordocking/design/anchordockingdsgn.lfm svneol=native#text/plain
|
||||
examples/anchordocking/design/anchordockingdsgn.lpk svneol=native#text/plain
|
||||
examples/anchordocking/design/anchordockingdsgn.pas svneol=native#text/plain
|
||||
examples/anchordocking/design/registeranchordocking.lfm svneol=native#text/plain
|
||||
examples/anchordocking/design/registeranchordocking.pas svneol=native#text/plain
|
||||
examples/anchordocking/doc/anchordocking.xml svneol=native#text/plain
|
||||
examples/anchordocking/languages/anchordockstr.po svneol=native#text/plain
|
||||
|
@ -1,21 +0,0 @@
|
||||
inherited EduEnvFrame: TEduEnvFrame
|
||||
Height = 388
|
||||
Width = 495
|
||||
ClientHeight = 388
|
||||
ClientWidth = 495
|
||||
OnClick = FrameClick
|
||||
TabOrder = 0
|
||||
DesignLeft = 725
|
||||
DesignTop = 198
|
||||
object EnableCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 99
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EnableCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object NoteLabel: TLabel
|
||||
end
|
||||
end
|
31
examples/anchordocking/design/registeranchordocking.lfm
Normal file
31
examples/anchordocking/design/registeranchordocking.lfm
Normal file
@ -0,0 +1,31 @@
|
||||
inherited AnchorDockIDEFrame: TAnchorDockIDEFrame
|
||||
Height = 388
|
||||
Width = 495
|
||||
ClientHeight = 388
|
||||
ClientWidth = 495
|
||||
TabOrder = 0
|
||||
DesignLeft = 407
|
||||
DesignTop = 295
|
||||
object EnableCheckBox: TCheckBox[0]
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = NoteLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 30
|
||||
Width = 133
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EnableCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object NoteLabel: TLabel[1]
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 483
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'NoteLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user