lazarus/components/fpweb/fpideexteditorinsertfilenameunit.lfm
michael def95ce019 * Upgraded to version 0.5
git-svn-id: trunk@27324 -
2010-09-12 11:02:12 +00:00

87 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

object fpIDEExtEditorInsertFileNameForm: TfpIDEExtEditorInsertFileNameForm
Left = 472
Height = 406
Top = 229
Width = 503
ActiveControl = CBFullPath
Caption = 'Select file...'
ClientHeight = 406
ClientWidth = 503
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object EFileName: TEdit
AnchorSideLeft.Control = LEFileName
AnchorSideTop.Control = LEFileName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 11
Height = 22
Top = 27
Width = 486
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
end
object LEFileName: TLabel
AnchorSideTop.Control = Owner
Left = 5
Height = 15
Top = 6
Width = 57
BorderSpacing.Around = 6
Caption = '&Select file'
FocusControl = EFileName
ParentColor = False
end
object CBFullPath: TCheckBox
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 401
Height = 21
Top = 6
Width = 96
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
Caption = 'With full path'
TabOrder = 1
end
object LBFiles: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = EFileName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 6
Height = 305
Top = 55
Width = 491
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnDblClick = LBFilesDblClick
TabOrder = 2
TopIndex = -1
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 366
Width = 491
OKButton.Name = 'OKButton'
OKButton.Caption = '&ОК'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = 'C&lose'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = '&Cancel'
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end