📄 multiline.dfm
字号:
object Form1: TForm1
Left = 256
Top = 577
Width = 766
Height = 180
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object vst: TVirtualStringTree
Left = 238
Top = 58
Width = 200
Height = 100
Header.AutoSizeIndex = 0
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Font.Style = []
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
LineStyle = lsSolid
TabOrder = 0
OnGetText = vstGetText
OnGetNodeDataSize = vstGetNodeDataSize
OnInitNode = vstInitNode
OnMeasureItem = vstMeasureItem
Columns = <>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -