📄 frmdireditbrowse.dfm
字号:
object FrameDirEditBrowse: TFrameDirEditBrowse
Left = 0
Top = 0
Width = 320
Height = 59
TabOrder = 0
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
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
OnClick = EditDirectoryClick
OnEnter = EditDirectoryEnter
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -