mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 07:49:33 +02:00
49 lines
954 B
Plaintext
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
|