anchordocking: fixed compilation

git-svn-id: trunk@26321 -
This commit is contained in:
mattias 2010-06-29 11:41:22 +00:00
parent 71590dd255
commit ffcf94d184
3 changed files with 32 additions and 22 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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

View 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