Componentes.Terceros.jvcl/official/3.00/install/JVCLInstall/Frames/FrmDirEditBrowse.dfm

45 lines
836 B
Plaintext

object FrameDirEditBrowse: TFrameDirEditBrowse
Left = 0
Top = 0
Width = 320
Height = 59
TabOrder = 0
TabStop = True
object LblCaption: TLabel
Left = 8
Top = 8
Width = 50
Height = 13
Caption = 'LblCaption'
FocusControl = EditDirectory
end
object Bevel: TBevel
Left = 0
Top = 0
Width = 320
Height = 9
Align = alTop
Shape = bsTopLine
end
object EditDirectory: TEdit
Left = 8
Top = 24
Width = 279
Height = 21
TabOrder = 0
OnDblClick = EditDirectoryDblClick
end
object BtnDirBrowse: TButton
Left = 288
Top = 24
Width = 21
Height = 21
Hint = 'Browse...'
Caption = '...'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = BtnDirBrowseClick
end
end