📄 tb_openfilepath.dfm
字号:
object TB_DfmOpenFilePath: TTB_DfmOpenFilePath
Left = 186
Top = 107
BorderIcons = []
BorderStyle = bsDialog
Caption = '选择保存路径'
ClientHeight = 129
ClientWidth = 291
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object DriveComboBox1: TDriveComboBox
Left = 3
Top = 4
Width = 200
Height = 18
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 3
Top = 28
Width = 200
Height = 97
ItemHeight = 16
TabOrder = 1
end
object Button1: TButton
Left = 210
Top = 5
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 210
Top = 37
Width = 75
Height = 25
Caption = '取消'
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -