pfm_selectdir.dfm
来自「主要是介绍DELPHI三层应用以及分布式数据库的应用」· DFM 代码 · 共 52 行
DFM
52 行
object fm_selectdir: Tfm_selectdir
Left = 244
Top = 161
BorderStyle = bsDialog
Caption = #36873#25321#30446#24405
ClientHeight = 270
ClientWidth = 349
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DriveComboBox1: TDriveComboBox
Left = 12
Top = 10
Width = 197
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 12
Top = 40
Width = 199
Height = 191
ItemHeight = 16
TabOrder = 1
end
object Button1: TButton
Left = 238
Top = 70
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 238
Top = 112
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?