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