lazarus/ide/gotofrm.lfm
paul 8c93dc5ffd ide: fix goto form layout again
git-svn-id: trunk@19581 -
2009-04-23 03:06:21 +00:00

49 lines
954 B
Plaintext

object frmGoto: TfrmGoto
Left = 423
Height = 101
Top = 427
Width = 250
ActiveControl = Edit1
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'frmGoto'
ClientHeight = 101
ClientWidth = 250
LCLVersion = '0.9.27'
object Label1: TLabel
Left = 6
Height = 18
Top = 6
Width = 238
Align = alTop
BorderSpacing.Around = 6
Caption = 'Label1'
ParentColor = False
end
object Edit1: TEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 30
Width = 238
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
Text = 'Edit1'
end
object ButtonPanel1: TButtonPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 36
Top = 59
Width = 238
Align = alTop
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end