IDE: fixed lfm

git-svn-id: trunk@60689 -
This commit is contained in:
mattias 2019-03-15 21:39:35 +00:00
parent 2a24bff643
commit ae72890250

View File

@ -1,6 +1,6 @@
object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Side = asrBottom
Left = 319
Left = 311
Height = 385
Top = 238
Width = 620
@ -18,7 +18,7 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideRight.Control = Splitter1
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 276
Height = 284
Top = 54
Width = 159
Anchors = [akTop, akLeft, akRight, akBottom]
@ -39,7 +39,7 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Control = PropertiesTreeView
AnchorSideBottom.Side = asrBottom
Left = 165
Height = 276
Height = 284
Top = 54
Width = 5
Align = alNone
@ -47,21 +47,21 @@ object InitialSetupDialog: TInitialSetupDialog
end
object BtnPanel: TPanel
Left = 10
Height = 35
Top = 340
Height = 27
Top = 348
Width = 600
Align = alBottom
AutoSize = True
BorderSpacing.Around = 10
BevelOuter = bvNone
ClientHeight = 35
ClientHeight = 27
ClientWidth = 600
TabOrder = 2
object StartIDEBitBtn: TBitBtn
Left = 485
Height = 35
Left = 500
Height = 27
Top = 0
Width = 115
Width = 100
Align = alRight
AutoSize = True
Caption = 'StartIDEBitBtn'
@ -79,7 +79,7 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Control = Splitter1
AnchorSideBottom.Side = asrBottom
Left = 170
Height = 276
Height = 284
Top = 54
Width = 444
ActivePage = FppkgTabSheet
@ -95,8 +95,8 @@ object InitialSetupDialog: TInitialSetupDialog
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object LazDirLabel: TLabel
Left = 6
Height = 19
@ -162,8 +162,8 @@ object InitialSetupDialog: TInitialSetupDialog
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object CompilerLabel: TLabel
Left = 6
Height = 19
@ -231,8 +231,8 @@ object InitialSetupDialog: TInitialSetupDialog
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object FPCSrcDirLabel: TLabel
Left = 6
Height = 19
@ -328,8 +328,8 @@ object InitialSetupDialog: TInitialSetupDialog
end
object MakeExeTabSheet: TTabSheet
Caption = 'MakeExeTabSheet'
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object MakeExeComboBox: TComboBox
Left = 6
Height = 36
@ -388,8 +388,8 @@ object InitialSetupDialog: TInitialSetupDialog
end
object DebuggerTabSheet: TTabSheet
Caption = 'DebuggerTabSheet'
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object DebuggerComboBox: TComboBox
Left = 6
Height = 36
@ -448,13 +448,13 @@ object InitialSetupDialog: TInitialSetupDialog
end
object FppkgTabSheet: TTabSheet
Caption = 'FppkgTabSheet'
ClientHeight = 243
ClientWidth = 434
ClientHeight = 255
ClientWidth = 440
object FppkgComboBox: TComboBox
Left = 6
Height = 36
Top = 31
Width = 422
Height = 27
Top = 27
Width = 428
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
@ -464,9 +464,9 @@ object InitialSetupDialog: TInitialSetupDialog
end
object FppkgLabel: TLabel
Left = 6
Height = 19
Height = 15
Top = 6
Width = 422
Width = 428
Align = alTop
BorderSpacing.Around = 6
Caption = 'FppkgLabel'
@ -474,13 +474,13 @@ object InitialSetupDialog: TInitialSetupDialog
WordWrap = True
end
object FppkgBrowseButton: TButton
AnchorSideLeft.Control = DebuggerTabSheet
AnchorSideLeft.Control = FppkgTabSheet
AnchorSideTop.Control = FppkgComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 151
Height = 27
Top = 60
Width = 125
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FppkgBrowseButton'
@ -491,9 +491,9 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideTop.Control = FppkgBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Height = 156
Top = 93
Width = 428
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
@ -509,10 +509,10 @@ object InitialSetupDialog: TInitialSetupDialog
AnchorSideLeft.Control = DebuggerTabSheet
AnchorSideTop.Control = FppkgComboBox
AnchorSideTop.Side = asrBottom
Left = 247
Height = 35
Top = 73
Width = 181
Left = 283
Height = 27
Top = 60
Width = 151
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
@ -532,7 +532,7 @@ object InitialSetupDialog: TInitialSetupDialog
OnPaint = WelcomePaintBoxPaint
end
object ImageList1: TImageList
Left = 55
Top = 145
left = 55
top = 145
end
end