infoselefilefrm.dfm
来自「一个电力企业的后台管理程序」· DFM 代码 · 共 31 行
DFM
31 行
object Form_InfoSeleFile: TForm_InfoSeleFile
Left = 479
Top = 80
Width = 195
Height = 406
BorderIcons = [biSystemMenu, biMinimize]
Caption = '请选择文件'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 15
object ListBox1: TTreeView
Left = 0
Top = 0
Width = 187
Height = 379
Align = alClient
HideSelection = False
Indent = 19
TabOrder = 0
OnDblClick = ListBox1DblClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?