mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:19:28 +02:00
ide: fix anchors
git-svn-id: trunk@41019 -
This commit is contained in:
parent
e9c15a640d
commit
e84f86582d
@ -1,31 +1,34 @@
|
||||
inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
object FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
Left = 0
|
||||
Height = 380
|
||||
Top = 0
|
||||
Width = 476
|
||||
ClientHeight = 380
|
||||
ClientWidth = 476
|
||||
TabOrder = 0
|
||||
Visible = False
|
||||
DesignLeft = 176
|
||||
DesignTop = 232
|
||||
object LazDocPathsGroupBox: TGroupBox[0]
|
||||
DesignLeft = 452
|
||||
DesignTop = 239
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 199
|
||||
Height = 198
|
||||
Top = 0
|
||||
Width = 476
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 179
|
||||
ClientWidth = 470
|
||||
ClientHeight = 180
|
||||
ClientWidth = 472
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 6
|
||||
Width = 458
|
||||
Width = 460
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
@ -37,9 +40,9 @@ inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 25
|
||||
Top = 120
|
||||
Width = 152
|
||||
Width = 146
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocAddPathButton'
|
||||
@ -51,10 +54,10 @@ inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
AnchorSideLeft.Control = LazDocAddPathButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocAddPathButton
|
||||
Left = 168
|
||||
Height = 24
|
||||
Left = 162
|
||||
Height = 25
|
||||
Top = 120
|
||||
Width = 168
|
||||
Width = 157
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 10
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
@ -69,9 +72,9 @@ inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = LazDocPathEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 440
|
||||
Left = 442
|
||||
Height = 23
|
||||
Top = 150
|
||||
Top = 151
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
@ -86,8 +89,8 @@ inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
AnchorSideRight.Control = LazDocBrowseButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 150
|
||||
Width = 434
|
||||
Top = 151
|
||||
Width = 436
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -97,7 +100,7 @@ inherited FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
Text = 'LazDocPathEdit'
|
||||
end
|
||||
end
|
||||
object SelectDirectoryDialog: TSelectDirectoryDialog[1]
|
||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||
FilterIndex = 0
|
||||
left = 372
|
||||
top = 8
|
||||
|
Loading…
Reference in New Issue
Block a user